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

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

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

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

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

.row_ff34f3dca9877e50.sm-marg_9fa8312c417a5ff4 {
  margin-left: -5px;
  margin-right: -5px;
}

.row_ff34f3dca9877e50.sm-marg_9fa8312c417a5ff4 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row_ff34f3dca9877e50.stand-marg_d3dd82beee569b07 {
  margin-left: -20px;
  margin-right: -20px;
}

.row_ff34f3dca9877e50.stand-marg_d3dd82beee569b07 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row_ff34f3dca9877e50.md-marg_6dc570f2654ccd95 {
  margin-left: -25px;
  margin-right: -25px;
}

.row_ff34f3dca9877e50.md-marg_6dc570f2654ccd95 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row_ff34f3dca9877e50.lg-marg_c21472b87f25d120 {
  margin-left: -40px;
  margin-right: -40px;
}

.row_ff34f3dca9877e50.lg-marg_c21472b87f25d120 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row_ff34f3dca9877e50.xlg-marg_5aeed37868c2d1ea {
  margin-left: -50px;
  margin-right: -50px;
}

.row_ff34f3dca9877e50.xlg-marg_5aeed37868c2d1ea > * {
  padding-left: 50px;
  padding-right: 50px;
}

.row_ff34f3dca9877e50.xxlg-marg_1a2b3650e5e109f2 {
  margin-left: -80px;
  margin-right: -80px;
}

.row_ff34f3dca9877e50.xxlg-marg_1a2b3650e5e109f2 > * {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

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

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

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

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

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

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

.p-color_29fa595e7eec827c {
  color: #c6c8c9;
}

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

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

.lines_bf76de8b9219bcd1.two_d618b769e148b63c: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_bf76de8b9219bcd1.four_8af71d59103d4b8c {
  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_bf76de8b9219bcd1.four_8af71d59103d4b8c: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_bf76de8b9219bcd1.two-out_7f2f404f2413516b {
  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_d9b5a7bba2fae868 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.line-overlay_d9b5a7bba2fae868.revers_17b96ed84bfb1d12 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.line-overlay_d9b5a7bba2fae868.up_6362e0d15fca9edb {
  top: -25%;
}

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

.overlay-center_9cfcfe1c647c73a2 {
  position: relative;
}

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

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

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

.bg-pattern_ad2efb06111cdcc2.bg-repeat_f5c46fc4e2f44b41 {
  background-repeat: repeat;
}

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

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

.bord-bottom-grd_3fc0dff4ec6c8134: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_94f468fe826d9a6e {
  -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_04bced880315cc26 {
  border: 1px solid transparent;
}

.butn_04bced880315cc26.butn-md_93fb895fb02c2b26 {
  padding: 14px 35px;
}

.butn_04bced880315cc26.butn-sm_37c724eae76527e3 {
  padding: 8px 18px;
}

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

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

.butn_04bced880315cc26.butn-bord_d3ed3921d5903eeb:hover {
  background: #fff;
  color: #000;
}

.butn_04bced880315cc26.butn-bord_d3ed3921d5903eeb:hover span {
  color: #000;
}

.butn_04bced880315cc26.butn-bord-thin_f9c385fd181af520 {
  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_04bced880315cc26.butn-bord-thin_f9c385fd181af520:hover {
  background: #fff;
  color: #000;
}

.butn_04bced880315cc26.butn-bord-thin_f9c385fd181af520:hover span {
  color: #000;
}

.butn_04bced880315cc26.butn-bg_950bff90c1ceaa89 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

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

.butn_04bced880315cc26 .rolling-text_3a083e6c934f9bbe {
  margin-bottom: -5px;
}

.butn-crev_bf3ebc69b1a7793f .circle_75f59465524430d2 {
  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_6eaadfc55c00585b {
  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_6eaadfc55c00585b: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_6eaadfc55c00585b:hover {
  border-color: #fd5b38;
}

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

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

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

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

.btn-circle_6eaadfc55c00585b.btn-md_69e37b41c7810a4f {
  width: 120px;
  height: 120px;
}

.btn-circle_6eaadfc55c00585b.btn-lg_fde61b85e9216c98 {
  width: 140px;
  height: 140px;
}

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

.butn-circle-text_bafe124549eacf77 .circle_75f59465524430d2 {
  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_bafe124549eacf77 .circle_75f59465524430d2 svg {
  width: 22px;
  height: 22px;
}

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

.circle-button_f8cd95bff18328d1.in-bord_841521cddba8d8a6: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_f8cd95bff18328d1.in-bord_841521cddba8d8a6: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_f8cd95bff18328d1 a {
  position: relative;
}

.circle-button_f8cd95bff18328d1 .rotate-circle_7e5f9d10677be940 svg {
  width: 210px;
  fill: #fff;
}

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

.circle-button_f8cd95bff18328d1 .icon_d7a98ecdc5c93b62 {
  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_f8cd95bff18328d1 .in-circle_ed71d6e62f416743 {
  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_f8cd95bff18328d1.no-animate_e16b36123403862f .rotate-circle_7e5f9d10677be940 {
  -webkit-animation: none;
  animation: none;
}

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

.rmore_2164a94781156e9f.to-in_32632f9c5f0f0582:hover {
  margin-left: 0;
}

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

.go-more_f651f282777f45ff: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_f651f282777f45ff .icon_d7a98ecdc5c93b62 {
  margin-left: 15px;
  bottom: -2px;
  position: relative;
}

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

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

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

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

.vi-more_3f6c6e49f368c320 .icon_d7a98ecdc5c93b62 {
  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_3f6c6e49f368c320:hover .icon_d7a98ecdc5c93b62 {
  background: #fd5b38;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this_b10e5db9dd71b15e .hover-anim_07ff45461f7fe917 {
  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_7621f0a722b3248d {
  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_78bd32089c0356b4 {
  -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_3a083e6c934f9bbe {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text_3a083e6c934f9bbe.butn_04bced880315cc26 {
  padding: 0 35px;
}

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

.rolling-text_3a083e6c934f9bbe:hover .letter_c08c11eebf587559,
.rolling-text_3a083e6c934f9bbe.play_68d760cb5799d3c3 .letter_c08c11eebf587559 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-wrap_42f659eb0ce9e149 svg.progress-circle_e912edb6a4cf1a8c 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_fc1f93fd2b1a3520 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41 {
  overflow: hidden;
  display: block;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41:first-of-type .up-text_c58b244196f00674 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41:nth-of-type(2) .up-text_c58b244196f00674 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41:nth-of-type(3) .up-text_c58b244196f00674 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41:nth-of-type(4) .up-text_c58b244196f00674 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41:nth-of-type(5) .up-text_c58b244196f00674 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.d-slideup_2151c26193253b33 .sideup-text_fcf5da9aed9cfe41 .up-text_c58b244196f00674 {
  -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_2151c26193253b33.animated .up-text_c58b244196f00674 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.main-marq_bf6965c396a5cf20: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_bf6965c396a5cf20.shadow-off_e3908d7f2809cc8a:after {
  display: none;
}

.main-marq_bf6965c396a5cf20.md-text_a371dffa9a8c95e7 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 {
  font-size: 40px;
}

.main-marq_bf6965c396a5cf20.lrg_ac8dc2535ff36d83 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 {
  font-size: 5vw;
}

.main-marq_bf6965c396a5cf20.xlrg_6e94cd52cacbcb1e .box_ed07eb1d22e57888 .item_3cead4e8dd135110 {
  padding: 0 30px;
}

.main-marq_bf6965c396a5cf20.xlrg_6e94cd52cacbcb1e .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 {
  font-size: 8vw;
}

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

.main-marq_bf6965c396a5cf20 .slide-har_196335c94df160c4 .overlay-link_beab61ad747fad86 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-marq_bf6965c396a5cf20 .strok_e1f70bdc4ac4a551 .item_3cead4e8dd135110 h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_bf6965c396a5cf20 .strok_e1f70bdc4ac4a551 .item_3cead4e8dd135110 h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq_bf6965c396a5cf20 .non-strok_5d6f6d1b371dc8a1 .item_3cead4e8dd135110 h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq_bf6965c396a5cf20 .non-strok_5d6f6d1b371dc8a1 .item_3cead4e8dd135110 h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

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

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 {
  padding: 0 30px;
}

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 {
  white-space: nowrap;
  margin: 0;
}

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 .icon_d7a98ecdc5c93b62 {
  margin-bottom: -15px;
}

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h2 {
  margin: 0;
}

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

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

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888:last-of-type .item_3cead4e8dd135110:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888:last-of-type .item_3cead4e8dd135110:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

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

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

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

.dark-text_0cfa82054e1c9d3f .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4,
.dark-text_0cfa82054e1c9d3f .box_ed07eb1d22e57888:last-of-type .item_3cead4e8dd135110:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text_0cfa82054e1c9d3f .strok_e1f70bdc4ac4a551 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4,
.dark-text_0cfa82054e1c9d3f .box_ed07eb1d22e57888 .item_3cead4e8dd135110:nth-of-type(even) h4,
.dark-text_0cfa82054e1c9d3f .box_ed07eb1d22e57888:last-of-type .item_3cead4e8dd135110:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text_7b9da473beed5d42 {
  color: #fff;
}

.light-text_7b9da473beed5d42 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4,
.light-text_7b9da473beed5d42 .box_ed07eb1d22e57888:last-of-type .item_3cead4e8dd135110:nth-of-type(even) h4 {
  color: #fff;
}

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

.slide-har_196335c94df160c4 {
  position: relative;
}

.slide-har_196335c94df160c4.st1_cbf505229eb0785b .box_ed07eb1d22e57888 {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har_196335c94df160c4.st2_6febf4e9606aa71c .box_ed07eb1d22e57888 {
  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_132619a7838409b6 {
  position: relative;
  padding: 0;
}

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

.main-marqv_132619a7838409b6 .slide-vertical_e172ce6a8640539d:hover .box_ed07eb1d22e57888 {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.main-marqv_132619a7838409b6 .slide-vertical_e172ce6a8640539d .box_ed07eb1d22e57888 {
  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_26326b1feaf0398a {
  -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_26326b1feaf0398a.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_26326b1feaf0398a.simpl_e87ec974ef1a3617 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

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

.position-re_01648da316d3128b {
  position: relative;
}

.position-abs_94a712f244e1d279 {
  position: absolute;
}

.cursor-pointer_e6928bcdf21e79ad {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fit-img_0d5b749039a99d8f {
  overflow: hidden;
}

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

.rounded_8a1e103cd08716ad {
  border-radius: 5px;
}

.circle_75f59465524430d2 {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

.nowrap_0d9da46ee62317ab {
  white-space: nowrap;
}

.unlist_7523f8223aaed3c7 {
  list-style: none;
}

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

.underline_ffba8b194899aafa span {
  text-decoration: underline;
}

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

.inline_3b23ba48bc23e37a {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black_d7ca7b9278e880a7 {
  color: #000;
}

.text-dark_3af8dab284756d1a {
  color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.load-text_a6e1911d21498e63 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_71b040aeb2513b33,
[data-overlay-light] .container-xxl_71b040aeb2513b33,
[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_956d7e2af64a7a9d h1,
.bg-dark_956d7e2af64a7a9d h2,
.bg-dark_956d7e2af64a7a9d h3,
.bg-dark_956d7e2af64a7a9d h4,
.bg-dark_956d7e2af64a7a9d h5,
.bg-dark_956d7e2af64a7a9d h6,
.bg-dark_956d7e2af64a7a9d span,
.bg-color_f44fa831a0c6bf0f h1,
.bg-color_f44fa831a0c6bf0f h2,
.bg-color_f44fa831a0c6bf0f h3,
.bg-color_f44fa831a0c6bf0f h4,
.bg-color_f44fa831a0c6bf0f h5,
.bg-color_f44fa831a0c6bf0f h6,
.bg-color_f44fa831a0c6bf0f 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_023ac55b7d18c0d1 {
  position: relative;
}

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

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

.navbar.bord_675421df9f4b5958 {
  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_bc18eb0753ff24c5 {
  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_3a083e6c934f9bbe {
  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_7ea405c06ccbff35 .dropdown-item .dropdown-side_e73ba70c39b9511e {
  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_e73ba70c39b9511e {
  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_e73ba70c39b9511e.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.navbar .dropdown {
  position: static;
}

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

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

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

.navbar .mega-menu_3f11f4346ed10830 .title .sub-title_e9e3f847e40011e5 {
  font-weight: 600;
}

.navbar .mega-menu_3f11f4346ed10830 .item-img_2fa033767184e314 .img_1d4834c1c2201bac {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar .logo_6b208ce5d7288312 {
  position: relative;
}

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

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

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

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

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

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

.sec-head_7518d7b434af3389 .sub-title_e9e3f847e40011e5 span {
  white-space: nowrap;
  font-weight: 600;
}

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

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

.title-bord_1422003cd95484af {
  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_1422003cd95484af: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_9cc140e33b0198bd {
  position: relative;
}

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

.sec-bottom_9cc140e33b0198bd .d-flex_bc48a024381d3efc {
  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_70299b8e0489b049 .img-full_61aa68d0e3114209 {
  height: 100%;
}

.intro-crev_4a196499f2aeba72 .sec-head_7518d7b434af3389 {
  margin-bottom: -50px;
}

.intro-crev_4a196499f2aeba72 .sec-head_7518d7b434af3389 h2 {
  font-size: 8vw;
}

.intro-crev_4a196499f2aeba72 .img_1d4834c1c2201bac {
  position: relative;
}

.intro-crev_4a196499f2aeba72 .img_1d4834c1c2201bac img {
  width: 120%;
  margin-left: -20%;
}

.intro-crev_4a196499f2aeba72 .img_1d4834c1c2201bac .exp_1dab8b60572942ad {
  position: absolute;
  top: -80px;
  left: 0;
}

.intro-crev_4a196499f2aeba72 .img_1d4834c1c2201bac .exp_1dab8b60572942ad h3 {
  font-size: 100px;
}

.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img1_21ef9d26349fa5af,
.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img2_edba631e220c3139,
.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img3_f40873758b701693 {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}

.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img1_21ef9d26349fa5af img,
.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img2_edba631e220c3139 img,
.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img3_f40873758b701693 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img1_21ef9d26349fa5af {
  width: 260px;
  height: 180px;
  top: -80px;
  left: 30px;
}

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

.intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 .img3_f40873758b701693 {
  width: 250px;
  height: 280px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-accord_3f8d30f3932815fa {
  position: relative;
}

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

.intro-personal_0f5e513b708e5a7c .img_1d4834c1c2201bac {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.intro-personal_0f5e513b708e5a7c .exp_1dab8b60572942ad {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.intro-personal_0f5e513b708e5a7c .exp_1dab8b60572942ad 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_0f5e513b708e5a7c .exp_1dab8b60572942ad h6 .shap-right-top_a0aad9040f8574b6 svg {
  position: absolute;
  top: 0;
  right: -1.1rem;
  width: 1.2rem;
  height: 1.2rem;
}

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

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

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

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

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

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

.about-author_c19156ed8c3b8d82 .img_1d4834c1c2201bac {
  border-radius: 500px;
  height: 680px;
  overflow: hidden;
}

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

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

.about-author_c19156ed8c3b8d82 .info_e9f7887f23e2dca0 .item_3cead4e8dd135110 .icon_d7a98ecdc5c93b62 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fd5b38;
  color: #0c0c0c;
  font-size: 20px;
}

.page-intro_496df182b9cc7f36 .img_1d4834c1c2201bac {
  position: relative;
}

.page-intro_496df182b9cc7f36 .img_1d4834c1c2201bac .img-icon_45e437fd56123a32 {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 200px;
}

/* Awards
-----------------------------------------------------------------*/
.awards_542101a41bf71069 .item-line_ee812273dfeb488b {
  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_542101a41bf71069 .item-line_ee812273dfeb488b > div {
  padding: 0;
}

.awards_542101a41bf71069 .item-line_ee812273dfeb488b > div:last-of-type {
  text-align: right;
}

.awards_542101a41bf71069 .item-line_ee812273dfeb488b:hover {
  color: #0c0c0c;
}

.awards_542101a41bf71069 .item-line_ee812273dfeb488b:hover:after {
  height: 100%;
}

.awards_542101a41bf71069 .item-line_ee812273dfeb488b: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_542101a41bf71069 .item-line_ee812273dfeb488b .project-date_a39313e97bf7a8b3 span {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 15px;
}

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

.awards_542101a41bf71069 .item-title_dbe16429bd00e25a > div {
  padding: 0;
}

/* Blog
-----------------------------------------------------------------*/
.blog_d01a9a5c4bfab251 .item_3cead4e8dd135110 .fit-img_0d5b749039a99d8f {
  height: 400px;
}

.blog_d01a9a5c4bfab251.style2_0ad54a4403cc014d .item_3cead4e8dd135110 {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog_d01a9a5c4bfab251.style2_0ad54a4403cc014d .item_3cead4e8dd135110 .fit-img_0d5b749039a99d8f {
  height: 280px;
}

.sidebar_3ef7ec02e612c620 .search-box_2eaeec9f84868090 {
  position: relative;
}

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

.sidebar_3ef7ec02e612c620 .search-box_2eaeec9f84868090 input:focus {
  border-color: #fff;
}

.sidebar_3ef7ec02e612c620 .search-box_2eaeec9f84868090 .icon_d7a98ecdc5c93b62 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc .title-widget_85c43bd45d8cf74b {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.catogry_2a25425b70edf0cc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.catogry_2a25425b70edf0cc li:last-of-type {
  margin-bottom: 0;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.catogry_2a25425b70edf0cc li:hover {
  background: rgba(255, 255, 255, 0.02);
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110:last-of-type {
  margin-bottom: 0;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac a .date_2ea4561bffebbdd3 {
  opacity: 1;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .img_1d4834c1c2201bac a {
  width: 100%;
  height: 100%;
  position: relative;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .img_1d4834c1c2201bac a .date_2ea4561bffebbdd3 {
  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_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .img_1d4834c1c2201bac a .date_2ea4561bffebbdd3 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_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
  padding-left: 25px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .cont_101872e2c347ee8d h6 {
  font-size: 17px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.last-post-thum_60a6d6a360684ad2 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .tag_ae00c1866c696df7 {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.sidebar_3ef7ec02e612c620 .widget_ed638eb801800ecc.tags_b781bb340ba4fc8a 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_3ef7ec02e612c620 .widget_ed638eb801800ecc.tags_b781bb340ba4fc8a a:hover {
  background: #fd5b38;
}

.blog-main_ffe180fdadfb79cc .item_3cead4e8dd135110 .content {
  margin-top: 40px;
}

.blog-main_ffe180fdadfb79cc .item_3cead4e8dd135110 .content .post-date_c5ce899fe64637db {
  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_784ceeddd34c80c5 .background_c9b0d68210ad5e2e {
  height: 75vh;
  min-height: 480px;
}

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

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

.main-post_153e8dbf931e40c3 .post-qoute_0af864546fa06003 h6 {
  position: relative;
}

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

.main-post_153e8dbf931e40c3 .iner-img_0cbf97ea04e9c086 {
  height: 400px;
}

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

.main-post_153e8dbf931e40c3 .unorder-list_703eb70bee466831 li,
.main-post_153e8dbf931e40c3 .order-list_3f5668c245c45b4a li {
  margin-top: 10px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}

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

.main-post_153e8dbf931e40c3 .order-list_3f5668c245c45b4a li {
  padding-left: 0;
}

.main-post_153e8dbf931e40c3 .order-list_3f5668c245c45b4a li:before {
  display: none;
}

.main-post_153e8dbf931e40c3 .order-list_3f5668c245c45b4a li span {
  font-size: 13px;
}

.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .tags_b781bb340ba4fc8a span,
.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .share-icon_bf8c10a6aa46d473 span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}

.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .tags_b781bb340ba4fc8a a,
.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .share-icon_bf8c10a6aa46d473 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_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .tags_b781bb340ba4fc8a a:hover,
.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .share-icon_bf8c10a6aa46d473 a:hover {
  background: #fd5b38;
  color: #1d1d1d;
}

.main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .share-icon_bf8c10a6aa46d473 a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

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

.main-post_153e8dbf931e40c3 .author-area_0330a82718a83462 .author-img_190f4d8b4adf3a8c .img_1d4834c1c2201bac {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .thumb-post_ea129611a419b17e {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .thumb-post_ea129611a419b17e: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_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .thumb-post_ea129611a419b17e:first-of-type {
  margin-right: 15px;
}

.main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .thumb-post_ea129611a419b17e:last-of-type {
  margin-left: 15px;
}

.comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 {
  position: relative;
}

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

.comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270.replayed_21161196204b86af {
  margin-left: 30px;
}

.comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .replay-butn_a20c6885091ebd48 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .replay-butn_a20c6885091ebd48 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_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .replay-butn_a20c6885091ebd48 a:hover {
  background: var(--maincolor);
  color: #1d1d1d;
}

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

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

.comments-from_a2f184ecd6a48578 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_a2f184ecd6a48578 button .text_a0a2eaec15c3ab38 {
  position: relative;
  z-index: 4;
}

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

/* Brands & Clients
-----------------------------------------------------------------*/
.clients-carso_3b0b2d965b5632b0 .img_1d4834c1c2201bac {
  margin: auto;
}

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

/* Contact
-----------------------------------------------------------------*/
.call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20:after {
  display: none;
}

.call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20.sub-bg_144fee61a9675653 {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}

.call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20.bord-item_18c081e8e5d5da5a {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20.bord-item_18c081e8e5d5da5a .item_3cead4e8dd135110 {
  padding: 15px 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  margin: 0 10px;
}

.call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20.bord-item_18c081e8e5d5da5a .item_3cead4e8dd135110 h4 {
  font-size: 50px !important;
}

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

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

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

.contact_ab9b438c7b51a23f .info-box_5e9458562f5b027f: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_ab9b438c7b51a23f .form2_adc65241151d4733 input,
.contact_ab9b438c7b51a23f .form2_adc65241151d4733 textarea {
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}

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

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

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

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

.accordion_5db411fa99a64549 .title .ico_a31c721e618dbea9 {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

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

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

.accordion_5db411fa99a64549 .active .accordion-info_f201c319703e0d98 {
  display: block;
}

.list-arrow_9ab82013562d5a50 li .icon_d7a98ecdc5c93b62 {
  width: 15px;
  margin-right: 10px;
}

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

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

.text-dark_3af8dab284756d1a .dot-list_9cc5495dc3d06ed2 li:before {
  background: #0f0f0f;
}

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

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

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

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

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

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

.page-error_284789d140ce9d22 .marq_4f9f17b398cef3b0 .non-strok_5d6f6d1b371dc8a1 i {
  color: transparent;
  -webkit-text-stroke: 0.5px white;
}

.page-error_284789d140ce9d22 .marq_4f9f17b398cef3b0 .strok_e1f70bdc4ac4a551 i {
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 0;
}

.page-error_284789d140ce9d22 .marq_4f9f17b398cef3b0 h4 {
  font-size: 50px;
  text-transform: uppercase;
}

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

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

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

.page-error_284789d140ce9d22 .marq_4f9f17b398cef3b0:nth-of-type(4) .main-marq_bf6965c396a5cf20:after {
  left: -10%;
}

.page-error_284789d140ce9d22 .marq_4f9f17b398cef3b0: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_f43639c2603fb27e .form-group_6db264b05ee1ffd8 {
  position: relative;
}

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

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

footer .subscribe-minimal_f43639c2603fb27e .social-icon_772e6565cc6c3244 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_ab64f352a63e96fb.crev_685a1eacff3ec3af {
  position: relative;
}

footer.clean-footer_ab64f352a63e96fb.crev_685a1eacff3ec3af: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_ab64f352a63e96fb.crev_685a1eacff3ec3af .circle-blur_ca7ad1844479b6cd {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 400px;
  z-index: -1;
}

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

.main-header_8ba6135306f2dc1f .caption_c22e60f9d9a7a6da h1 {
  font-size: 105px;
}

.main-header_8ba6135306f2dc1f .icon-img_928b247828e21efb {
  width: 160px;
}

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

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

.crev-header_f7ea92e63cf3a3e8 .full-img_cf788eab12ab99a8: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_f7ea92e63cf3a3e8 .caption_c22e60f9d9a7a6da {
  position: relative;
  z-index: 2;
}

.crev-header_f7ea92e63cf3a3e8 .caption_c22e60f9d9a7a6da h1 {
  font-size: 90px;
}

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

.modern-slider_874b35ca939a0222: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_874b35ca939a0222 .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.modern-slider_874b35ca939a0222 .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .swiper-container_61a4eee8a3c98c20,
.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .swiper-slide_2c4995ce40d15479 {
  height: 450px !important;
}

.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .swiper-slide_2c4995ce40d15479 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 {
  width: 100%;
}

.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

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

.modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 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_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c .swiper-slide-active_ea3202e73204e028 .text_a0a2eaec15c3ab38 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_874b35ca939a0222 .swiper-controls_f8921927ca055431 {
  position: absolute;
  bottom: 0;
  right: calc(18% - 10px);
  z-index: 9;
}

.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7,
.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  position: static;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0f0f0f;
  margin: 0;
  z-index: 9;
}

.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7:after,
.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018:after {
  display: none;
}

.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 span,
.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 span {
  white-space: nowrap;
}

.modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

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

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

.modern-slider_874b35ca939a0222 .swiper-pagination-bullet-active_b76cfcdb57ee1e5e .path_7cb71f95676b6ed5 {
  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_874b35ca939a0222 .path_7cb71f95676b6ed5 {
  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_39e8d65a71ee61db {
  padding-top: 180px;
  position: relative;
}

.header-digital_39e8d65a71ee61db .caption_c22e60f9d9a7a6da h1 {
  font-size: 100px;
}

.header-digital_39e8d65a71ee61db .img_1d4834c1c2201bac {
  position: relative;
}

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

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

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

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

.header-digital_39e8d65a71ee61db .cont_101872e2c347ee8d .thum_60f4827a42e2aebf {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

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

.header-digital_39e8d65a71ee61db .cont_101872e2c347ee8d .numb_5cf79d7459cf963e {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.header-digital_39e8d65a71ee61db .cont_101872e2c347ee8d .numb_5cf79d7459cf963e h2 {
  margin-bottom: -20px;
}

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

.header-personal_688be1f7ef582133: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_688be1f7ef582133 .caption_c22e60f9d9a7a6da h1 {
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.header-personal_688be1f7ef582133 .info_e9f7887f23e2dca0 .item_3cead4e8dd135110 {
  padding-right: 60px;
  position: relative;
}

.header-personal_688be1f7ef582133 .info_e9f7887f23e2dca0 .item_3cead4e8dd135110: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_688be1f7ef582133 .info_e9f7887f23e2dca0 .item_3cead4e8dd135110:last-of-type {
  padding: 0;
}

.header-personal_688be1f7ef582133 .info_e9f7887f23e2dca0 .item_3cead4e8dd135110:last-of-type:after {
  display: none;
}

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

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

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

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

.skills-box_da1a84c38fa584d2 .skill-progress_49f63bab3e7370d9 .progres_fa936f1cce0a3fb9 {
  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_e5e23fa868627606 {
  position: relative;
  padding-bottom: 110px;
}

.my-skills_e5e23fa868627606: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_e5e23fa868627606 .item_3cead4e8dd135110 {
  text-align: center;
}

.my-skills_e5e23fa868627606 .item_3cead4e8dd135110 .box-bord_33ace1929758c04d {
  padding: 40px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}

.my-skills_e5e23fa868627606 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  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_e5e23fa868627606 .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  width: 55px;
}

.my-skills_e5e23fa868627606 .item_3cead4e8dd135110 .value_35c6de5b4c8cee03 {
  font-size: 30px;
}

.my-skills_e5e23fa868627606 .item_3cead4e8dd135110 h6 {
  margin-top: 25px;
}

.numbers-crev_419b6ee4774f82c0 {
  position: relative;
}

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

.numbers-crev_419b6ee4774f82c0 .item_3cead4e8dd135110 h6 {
  padding-top: 30px;
}

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

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

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

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

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

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

.interactive-inline_317987b3f3fcd559 .item_3cead4e8dd135110 .hover-reveal_89e1fbb7513f67fa {
  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_5a23d741208e1fed {
  min-height: 100vh;
  padding: 120px 0 80px;
}

.interactive-center_5a23d741208e1fed .item_3cead4e8dd135110 a {
  padding: 50px 0;
}

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

.interactive-center_5a23d741208e1fed .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
  position: relative;
  z-index: 3;
}

.interactive-center_5a23d741208e1fed .item_3cead4e8dd135110 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_5a23d741208e1fed .item_3cead4e8dd135110 p {
  font-weight: 400;
  margin-top: 15px;
}

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

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

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

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b ul {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b li {
  display: inline-block;
  padding: 40px;
}

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b li .sub-title_e9e3f847e40011e5 {
  margin-bottom: 10px;
}

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b li h2 {
  font-weight: 700;
  font-size: 30px;
}

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b li h2 a .tag_ae00c1866c696df7 {
  display: block;
  font-weight: 400;
}

.inter-links-center_f05b4c8266b4a319.horizontal_230541f1d49fee4d .links-text_c01b00e2a46e508b li h2 .num_654a27bae9c2bc5c {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center_f05b4c8266b4a319.vertical_e8301fdd92bbc722 .links-text_c01b00e2a46e508b {
  -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_f05b4c8266b4a319.vertical_e8301fdd92bbc722 .links-text_c01b00e2a46e508b li {
  padding: 0 20px;
}

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

.inter-links-center_f05b4c8266b4a319 .links-text_c01b00e2a46e508b li:hover .text_a0a2eaec15c3ab38 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
}

.inter-links-center_f05b4c8266b4a319 .links-text_c01b00e2a46e508b li .text_a0a2eaec15c3ab38 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center_f05b4c8266b4a319 .links-text_c01b00e2a46e508b li h2 {
  font-weight: 700;
}

.inter-links-center_f05b4c8266b4a319 .links-text_c01b00e2a46e508b li h2 a .tag_ae00c1866c696df7 {
  font-weight: 400;
  opacity: 0.5;
}

.inter-links-center_f05b4c8266b4a319 .links-text_c01b00e2a46e508b li h2 .num_654a27bae9c2bc5c {
  display: block;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

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

.inter-links-center_f05b4c8266b4a319 .links-img_731e574eb3ee132c .img_1d4834c1c2201bac {
  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_f05b4c8266b4a319 .links-img_731e574eb3ee132c .img_1d4834c1c2201bac.current_42b8a238f74b807a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.inter-links-center_f05b4c8266b4a319 .links-img_731e574eb3ee132c .img_1d4834c1c2201bac img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 {
  position: relative;
}

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
  position: absolute;
  top: 80px;
  left: 0;
}

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38 {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  margin: -1px 0;
}

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38:first-of-type {
  border-radius: 0 20px 0 0;
}

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38:first-of-type .shap-left-top_f219361a1fa073f0 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_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38:first-of-type .shap-right-bottom_2a7a6a5b5c0d975e 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_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38:nth-of-type(2) {
  border-radius: 0 20px 20px 0;
}

.work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38:nth-of-type(2) .shap-left-bottom_b6cbcb76176f7ad5 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_96b9a1865076bd22 .swiper-pagination_14abb76402037d5d {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.work-fade_96b9a1865076bd22 .swiper-pagination-bullet_c92e85278e300056: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_96b9a1865076bd22 .swiper-pagination-bullet_c92e85278e300056 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_96b9a1865076bd22 .swiper-pagination-bullet_c92e85278e300056 svg .path_7cb71f95676b6ed5 {
  strokewidth: 0.5px;
}

.work-fade_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.work-fade_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 .main-marq_bf6965c396a5cf20: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_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 .main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 {
  -webkit-animation: slide-har 200s linear infinite;
  animation: slide-har 200s linear infinite;
}

.work-fade_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 .main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 {
  padding: 0 60px;
}

.work-fade_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 .main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110 h4 {
  font-size: 12vw;
  font-weight: 800;
}

.work-fade_96b9a1865076bd22 .marq-head_da47ec0a1215b1f5 .main-marq_bf6965c396a5cf20 .box_ed07eb1d22e57888 .item_3cead4e8dd135110:nth-of-type(2n) h4 {
  -webkit-text-stroke: 1px white;
}

.work-crev_9d89585a51bbf1e9 .swiper-slide_2c4995ce40d15479 {
  width: 70vw !important;
}

.work-crev_9d89585a51bbf1e9 .item_3cead4e8dd135110 .cont_101872e2c347ee8d 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_9d89585a51bbf1e9 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  padding-left: 80px;
}

.work-crev_9d89585a51bbf1e9 .swiper-slide-active_ea3202e73204e028 .item_3cead4e8dd135110 .cont_101872e2c347ee8d h2 {
  color: #fff;
  -webkit-text-stroke: 1px transparent;
}

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

.work-crev_9d89585a51bbf1e9 .swiper-container_61a4eee8a3c98c20 {
  overflow: visible;
}

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

.work-crev_9d89585a51bbf1e9 .swiper-pagination_14abb76402037d5d .swiper-pagination-progressbar-fill_5d9c29c739061393 {
  background: #fff;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944 {
  position: relative;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944 .img_1d4834c1c2201bac {
  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_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944 h4 {
  white-space: nowrap;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944 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_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944 h6 {
  white-space: nowrap;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .cluom_85a8445f3cd87944.current_42b8a238f74b807a h4 a {
  color: #fff;
  -webkit-text-stroke: 0.5px transparent;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .glry-img_4efc6e889e3d3592 {
  position: relative;
  z-index: 2;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .glry-img_4efc6e889e3d3592 .circle-blur_ca7ad1844479b6cd {
  width: 400px;
  position: absolute;
  right: -100px;
  bottom: -80px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
}

.portfolio-tab_453fd0fe34a3480a.crev_685a1eacff3ec3af .glry-img_4efc6e889e3d3592 .tab-img_1e41b70f5fc84b02 {
  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_453fd0fe34a3480a.crev_685a1eacff3ec3af .glry-img_4efc6e889e3d3592 .tab-img_1e41b70f5fc84b02.current_42b8a238f74b807a {
  -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_453fd0fe34a3480a.crev_685a1eacff3ec3af .glry-img_4efc6e889e3d3592 .tab-img_1e41b70f5fc84b02:first-of-type {
  position: relative;
}

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

.work-card_63c0f7faf0209aad .card-item_f0c80cbdc3b11b67 .cont_101872e2c347ee8d {
  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_63c0f7faf0209aad .card-item_f0c80cbdc3b11b67 .cont_101872e2c347ee8d .tag_ae00c1866c696df7 {
  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_63c0f7faf0209aad .card-item_f0c80cbdc3b11b67 .img_1d4834c1c2201bac {
  padding: 20px;
}

.work-card_63c0f7faf0209aad .card-item_f0c80cbdc3b11b67 .img_1d4834c1c2201bac img {
  border-radius: 10px;
}

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

.swiper-pagination-bullet-active_b76cfcdb57ee1e5e .path_7cb71f95676b6ed5 {
  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_7cb71f95676b6ed5 {
  display: none;
}

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

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

.portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110 {
  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_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d {
  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_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d .arrow img {
  width: 60px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 50px;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d h5,
.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d 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_ca00a2d60e2f21f5 .item_3cead4e8dd135110 .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d .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_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active {
  width: calc(100vw - 140px * 3);
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d {
  opacity: 1;
  visibility: visible;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d h5,
.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d h5 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d span {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.portfolio-crev_ca00a2d60e2f21f5 .item_3cead4e8dd135110.active .bg-img_486e0fb6fee444b8 .cont_101872e2c347ee8d .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_318bdb124853ac62 .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac .cont_101872e2c347ee8d {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  position: relative;
}

.work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d {
  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_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d h5 {
  font-size: 20px;
}

.work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d img {
  width: 20px;
}

.work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d.inline_3b23ba48bc23e37a {
  padding: 25px 30px;
}

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

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

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

.filtering_6d8f6c1b903a655d span.text_a0a2eaec15c3ab38 {
  pointer-events: none;
}

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

.img-column_668e3a0631c06a41 .img_1d4834c1c2201bac {
  height: 100vh;
  min-height: 500px;
}

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

.next-project_7ef87dbc0f76bd99 {
  position: relative;
}

.next-project_7ef87dbc0f76bd99 .box_ed07eb1d22e57888 {
  padding: 200px 80px;
  position: relative;
}

.next-project_7ef87dbc0f76bd99 .box_ed07eb1d22e57888: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_7ef87dbc0f76bd99 .box_ed07eb1d22e57888 .cont_101872e2c347ee8d {
  position: relative;
  z-index: 3;
}

.next-project_7ef87dbc0f76bd99 .box_ed07eb1d22e57888:hover:after {
  opacity: 0.3;
}

.next-project_7ef87dbc0f76bd99 .all-works-butn_00acade844200131 {
  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_abb83673e828b19e .item_3cead4e8dd135110 {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.price-hr_abb83673e828b19e .item_3cead4e8dd135110 .butn_04bced880315cc26 {
  padding: 7px 25px;
}

.price-hr_abb83673e828b19e .item_3cead4e8dd135110.text-dark_3af8dab284756d1a .butn_04bced880315cc26 {
  border-color: #121212;
}

.price-hr_abb83673e828b19e .item_3cead4e8dd135110.text-dark_3af8dab284756d1a .butn_04bced880315cc26:hover {
  border-color: #fff;
}

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

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

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

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

.process_6a8c62706e339987 .item_3cead4e8dd135110:last-of-type {
  border: 0;
}

.process_6a8c62706e339987 .item_3cead4e8dd135110:hover .to-in_32632f9c5f0f0582 {
  margin-left: 0;
}

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

.services_ba92b0de64f8510f .item-box_e9597b4e66c5c270 .icon_d7a98ecdc5c93b62 {
  width: 80px;
}

.services_ba92b0de64f8510f .swiper-container_61a4eee8a3c98c20 {
  overflow: visible;
}

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

.services-crev_aef16a72edbcdcdd .item-box_e9597b4e66c5c270 h5 span {
  position: relative;
  top: -5px;
}

.services-crev_aef16a72edbcdcdd .item-box_e9597b4e66c5c270 .icon_d7a98ecdc5c93b62 {
  width: 60px;
}

.services-inline_f555dbce4675631e {
  position: relative;
}

.services-inline_f555dbce4675631e .circle-blur_ca7ad1844479b6cd {
  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_f555dbce4675631e .item_3cead4e8dd135110 {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline_f555dbce4675631e .item_3cead4e8dd135110:first-of-type {
  padding-top: 0;
}

.services-inline_f555dbce4675631e .item_3cead4e8dd135110 .num_654a27bae9c2bc5c {
  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_69551413606b2824 .serv-boxs_288a9985fd3cc32c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.services-modern_69551413606b2824 .item_3cead4e8dd135110.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_69551413606b2824 .item_3cead4e8dd135110 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_69551413606b2824 .item_3cead4e8dd135110 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_a3a3b53839bf3103 .item_3cead4e8dd135110 {
  padding: 40px 30px;
  border-radius: 15px;
}

.services-clas_a3a3b53839bf3103 .item_3cead4e8dd135110 .tag_ae00c1866c696df7 {
  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_a3a3b53839bf3103 .item_3cead4e8dd135110 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_a3a3b53839bf3103 .item_3cead4e8dd135110 a:hover {
  background: #fd5b38;
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac a {
  opacity: 1;
  visibility: visible;
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac:after {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 .num_654a27bae9c2bc5c {
  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_cedf1a3e2f1ca57d .item_3cead4e8dd135110 h2 {
  font-size: 47px;
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  position: relative;
  height: 140px;
  border-radius: 100px;
  overflow: visible;
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  border-radius: 100px;
}

.services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 .img_1d4834c1c2201bac 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_cedf1a3e2f1ca57d .item_3cead4e8dd135110 .img_1d4834c1c2201bac: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_00748826770c2d28 {
  position: relative;
}

.feat_00748826770c2d28 .item_3cead4e8dd135110 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feat_00748826770c2d28 .item_3cead4e8dd135110 .info_e9f7887f23e2dca0 {
  padding: 30px;
}

.feat_00748826770c2d28 .circle-blur_ca7ad1844479b6cd {
  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_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c {
  position: relative;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 .bg-img_486e0fb6fee444b8 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 .video-container_f65f5e24a935b61b {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 .video-container_f65f5e24a935b61b video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide-active_ea3202e73204e028 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 99;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide-active_ea3202e73204e028 .caption_c22e60f9d9a7a6da .thin_aa9f48ba833516b0,
.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide-active_ea3202e73204e028 .caption_c22e60f9d9a7a6da .btn-curve_2434c29881fb735b,
.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .swiper-slide-active_ea3202e73204e028 .caption_c22e60f9d9a7a6da p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .caption_c22e60f9d9a7a6da h1 {
  font-size: 100px;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .caption_c22e60f9d9a7a6da .cal-act_990121d86e2b4664 {
  position: relative;
}

.full-showcase_9cf98b15d6e0ab63 .parallax-slider_2400bda5ee6e755c .caption_c22e60f9d9a7a6da 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_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7,
.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  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_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7:after,
.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018:after {
  display: none;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 span,
.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 span {
  white-space: nowrap;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 {
  left: 120px;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 i {
  margin-right: 25px;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  right: 120px;
}

.full-showcase_9cf98b15d6e0ab63 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 i {
  margin-left: 25px;
}

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

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

.full-showcase_9cf98b15d6e0ab63 .swiper-pagination-bullet-active_b76cfcdb57ee1e5e .path_7cb71f95676b6ed5 {
  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_9cf98b15d6e0ab63 .path_7cb71f95676b6ed5 {
  display: none;
}

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

.carousel-slider_784fd85084aa8013 {
  min-height: 100vh;
  position: relative;
}

.carousel-slider_784fd85084aa8013 .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 {
  height: 60vh;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-position: center;
}

.carousel-slider_784fd85084aa8013 .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c {
  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_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .swiper-container_61a4eee8a3c98c20,
.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .swiper-slide_2c4995ce40d15479 {
  height: 100px !important;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .swiper-slide_2c4995ce40d15479 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 {
  width: 100%;
  text-align: center;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 h6 {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.carousel-slider_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 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_784fd85084aa8013 .gallery-text_f8a0ee2fc76f371c .swiper-slide-active_ea3202e73204e028 .text_a0a2eaec15c3ab38 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_784fd85084aa8013 .swiper-controls_f8921927ca055431 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7,
.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  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_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7:after,
.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018:after {
  display: none;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 span,
.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 span {
  white-space: nowrap;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 {
  left: 120px;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 i {
  margin-right: 25px;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  right: 120px;
}

.carousel-slider_784fd85084aa8013 .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 i {
  margin-left: 25px;
}

.carousel-slider_784fd85084aa8013 .swiper-pagination_14abb76402037d5d {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.carousel-slider_784fd85084aa8013 .swiper-pagination-bullet_c92e85278e300056 {
  background: transparent;
  margin: 0 10px !important;
}

.carousel-slider_784fd85084aa8013 .swiper-pagination-bullet-active_b76cfcdb57ee1e5e .path_7cb71f95676b6ed5 {
  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_784fd85084aa8013 .path_7cb71f95676b6ed5 {
  display: none;
}

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

.half-slider_1f3086fb54261ecd {
  min-height: 100vh;
  position: relative;
}

.half-slider_1f3086fb54261ecd .gallery-img_ffd5590368b3f843 {
  width: 75vw;
  margin-left: 25vw;
}

.half-slider_1f3086fb54261ecd .gallery-img_ffd5590368b3f843 .swiper-slide_2c4995ce40d15479 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.half-slider_1f3086fb54261ecd .gallery-img_ffd5590368b3f843 .swiper-slide-active_ea3202e73204e028 .bg-img_486e0fb6fee444b8 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.half-slider_1f3086fb54261ecd .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 {
  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_1f3086fb54261ecd .gallery-img_ffd5590368b3f843 .bg-img_486e0fb6fee444b8 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.half-slider_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c {
  position: absolute;
  width: auto;
  top: 50%;
  left: -15vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.half-slider_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 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_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 h6 {
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.half-slider_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c .text_a0a2eaec15c3ab38 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_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c .swiper-slide-active_ea3202e73204e028 .text_a0a2eaec15c3ab38 h4 {
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0);
}

.half-slider_1f3086fb54261ecd .gallery-text_f8a0ee2fc76f371c .swiper-slide-active_ea3202e73204e028 .text_a0a2eaec15c3ab38 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_1f3086fb54261ecd .swiper-controls_f8921927ca055431 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7,
.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  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_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7:after,
.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018:after {
  display: none;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 span,
.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 span {
  white-space: nowrap;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 {
  left: 120px;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-prev_596f4ee0f245f0f7 i {
  margin-right: 25px;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 {
  right: 120px;
}

.half-slider_1f3086fb54261ecd .swiper-controls_f8921927ca055431 .swiper-button-next_964c632069ccb018 i {
  margin-left: 25px;
}

.half-slider_1f3086fb54261ecd .swiper-pagination_14abb76402037d5d {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.half-slider_1f3086fb54261ecd .swiper-pagination-bullet_c92e85278e300056 {
  background: transparent;
  margin: 0 10px !important;
}

.half-slider_1f3086fb54261ecd .swiper-pagination-bullet-active_b76cfcdb57ee1e5e .path_7cb71f95676b6ed5 {
  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_1f3086fb54261ecd .path_7cb71f95676b6ed5 {
  display: none;
}

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

.slider_8faf32c6c416a835 {
  position: relative;
}

.slider_8faf32c6c416a835 .parallax-slider_2400bda5ee6e755c {
  position: relative;
}

.slider_8faf32c6c416a835 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  border-radius: 0 0 0 30px;
}

.slider_8faf32c6c416a835 .parallax-slider_2400bda5ee6e755c .swiper-slide_2c4995ce40d15479 .bg-img_486e0fb6fee444b8 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider_8faf32c6c416a835 .parallax-slider_2400bda5ee6e755c .caption_c22e60f9d9a7a6da h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.slider_8faf32c6c416a835 .parallax-slider_2400bda5ee6e755c .caption_c22e60f9d9a7a6da h1 {
  font-size: 110px;
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 {
  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_8faf32c6c416a835 .slider-contro_9878e416100632e6 .swiper-nav-ctrl_deaaff9d8a09777e {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 .swiper-nav-ctrl_deaaff9d8a09777e:after {
  display: none;
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 .shap-left-bottom_b6cbcb76176f7ad5 {
  position: absolute;
  bottom: 0;
  left: -2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 .shap-left-bottom_b6cbcb76176f7ad5 svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 .shap-right-top_a0aad9040f8574b6 {
  position: absolute;
  top: -2.05rem;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_8faf32c6c416a835 .slider-contro_9878e416100632e6 .shap-right-top_a0aad9040f8574b6 svg {
  width: 2.1rem;
  height: 2.1rem;
}

.slider_8faf32c6c416a835 .swiper-pagination_14abb76402037d5d {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: auto;
  font-size: 40px;
}

.slider_8faf32c6c416a835 .swiper-pagination_14abb76402037d5d .swiper-pagination-total_a6053314e0fab480 {
  position: relative;
  padding-left: 25px;
  margin-left: 15px;
}

.slider_8faf32c6c416a835 .swiper-pagination_14abb76402037d5d .swiper-pagination-total_a6053314e0fab480: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_d9afd39059d5a7ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.swiper-arrow-control_d9afd39059d5a7ac .swiper-button-next_964c632069ccb018,
.swiper-arrow-control_d9afd39059d5a7ac .swiper-button-prev_596f4ee0f245f0f7 {
  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_d9afd39059d5a7ac .swiper-button-next_964c632069ccb018:after,
.swiper-arrow-control_d9afd39059d5a7ac .swiper-button-prev_596f4ee0f245f0f7:after {
  display: none;
}

.swiper-arrow-control_d9afd39059d5a7ac .swiper-button-next_964c632069ccb018 {
  margin-left: 15px;
}

/* Team
-----------------------------------------------------------------*/
.team_099a20b1bd24edaa .item_3cead4e8dd135110 {
  position: relative;
  padding-right: 60px;
}

.team_099a20b1bd24edaa .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac .info_e9f7887f23e2dca0 {
  bottom: 15px;
  opacity: 1;
}

.team_099a20b1bd24edaa .item_3cead4e8dd135110:hover .social_4cab677a7f642c4a {
  right: 5px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.team_099a20b1bd24edaa .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.team_099a20b1bd24edaa .item_3cead4e8dd135110 .img_1d4834c1c2201bac .info_e9f7887f23e2dca0 {
  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_099a20b1bd24edaa .item_3cead4e8dd135110 .social_4cab677a7f642c4a {
  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_099a20b1bd24edaa .item_3cead4e8dd135110 .social_4cab677a7f642c4a .links_834d7dd978bb0564 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.team_099a20b1bd24edaa .item_3cead4e8dd135110 .social_4cab677a7f642c4a .links_834d7dd978bb0564 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_099a20b1bd24edaa .item_3cead4e8dd135110 .social_4cab677a7f642c4a .links_834d7dd978bb0564 a:hover {
  background: #fd5b38;
  border-color: #fd5b38;
  color: #111;
}

.team-crev_2e415a2bd0f0dbfc .item_3cead4e8dd135110 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.team-crev_2e415a2bd0f0dbfc .item_3cead4e8dd135110 .social_4cab677a7f642c4a 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_2e415a2bd0f0dbfc .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  position: relative;
  height: 300px;
  z-index: 2;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.team-crev_2e415a2bd0f0dbfc .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev_2e415a2bd0f0dbfc .item_3cead4e8dd135110 .circle-blur_ca7ad1844479b6cd {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.team-crev2_840dff6cb7824b6a {
  position: relative;
  overflow: hidden;
}

.team-crev2_840dff6cb7824b6a .circle-blur_ca7ad1844479b6cd {
  position: absolute;
  bottom: -100px;
  right: -20%;
  width: 30%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

.team-crev2_840dff6cb7824b6a .item_3cead4e8dd135110 .bg-blur_30db4c8616483ecf {
  position: relative;
  overflow: hidden;
}

.team-crev2_840dff6cb7824b6a .item_3cead4e8dd135110 .bg-blur_30db4c8616483ecf .circle-blur_ca7ad1844479b6cd {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}

.team-crev2_840dff6cb7824b6a .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  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_840dff6cb7824b6a .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.team-crev2_840dff6cb7824b6a .item_3cead4e8dd135110 .img_1d4834c1c2201bac .social_4cab677a7f642c4a {
  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_840dff6cb7824b6a .item_3cead4e8dd135110 .img_1d4834c1c2201bac .social_4cab677a7f642c4a 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_840dff6cb7824b6a .item_3cead4e8dd135110 .img_1d4834c1c2201bac .social_4cab677a7f642c4a a:hover {
  background: #fd5b38;
}

.team-crev2_840dff6cb7824b6a .item_3cead4e8dd135110:hover .img_1d4834c1c2201bac .social_4cab677a7f642c4a {
  bottom: 30px;
  opacity: 1;
}

.team-crev2_840dff6cb7824b6a .item-bord_d12a05616a9bc3da {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  height: 300px;
}

.team-single_753f711da6efb22b .bord_675421df9f4b5958 {
  position: relative;
  padding: 0 60px;
}

.team-single_753f711da6efb22b .bord_675421df9f4b5958: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_753f711da6efb22b .bord_675421df9f4b5958: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_6a8afdea46cc23ba {
  position: relative;
}

.testimonials_6a8afdea46cc23ba .img-full_61aa68d0e3114209 {
  position: relative;
  height: 100%;
}

.testimonials_6a8afdea46cc23ba .img-full_61aa68d0e3114209 .fit-img_0d5b749039a99d8f {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.testimonials_6a8afdea46cc23ba .img-full_61aa68d0e3114209 .fix-img_895415240c0a9e77 {
  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_6a8afdea46cc23ba .img-full_61aa68d0e3114209 .text_a0a2eaec15c3ab38 {
  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_6a8afdea46cc23ba .img-full_61aa68d0e3114209 .text_a0a2eaec15c3ab38 h3 {
  line-height: 1.5;
}

.testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 {
  position: relative;
}

.testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .qout-svg_cda512dae500c36d {
  position: absolute;
  left: 80px;
  top: -70px;
  width: 140px;
}

.testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .control-abslout_db3a9017c21387b7 {
  position: absolute;
  bottom: 90px;
  right: 80px;
}

.testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .testim-swiper_eb34cad2b160878f {
  padding: 80px;
  border: 10px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  overflow: hidden;
}

.testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .circle-blur_ca7ad1844479b6cd {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 180px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.testimonials_6a8afdea46cc23ba .small-line_feba742704d15e75 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 400px;
  height: 400px;
  z-index: 1;
  pointer-events: none;
}

.testimonials_6a8afdea46cc23ba .small-line_feba742704d15e75 .line-overlay_d9b5a7bba2fae868 svg path {
  stroke: #6c6969;
}

.testimonials_6a8afdea46cc23ba .swiper-slide_2c4995ce40d15479 {
  padding-top: 50px;
}

.testimonials_6a8afdea46cc23ba .item_3cead4e8dd135110 .circle_75f59465524430d2 {
  width: 80px;
  height: 80px;
}

.testimonials_6a8afdea46cc23ba .control-abslout_db3a9017c21387b7 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-minim_d6e330cfc960655b {
  position: relative;
}

.testimonials-minim_d6e330cfc960655b .swiper-slide_2c4995ce40d15479 {
  padding-top: 50px;
  padding-left: 50px;
}

.testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110 .text_a0a2eaec15c3ab38 {
  position: relative;
}

.testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110 .text_a0a2eaec15c3ab38 .qout-svg_cda512dae500c36d {
  position: absolute;
  left: -40px;
  top: -70px;
  width: 160px;
}

.testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110 .circle_75f59465524430d2 {
  width: 80px;
  height: 80px;
}

.testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110.style2_0ad54a4403cc014d .text_a0a2eaec15c3ab38 {
  position: relative;
}

.testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110.style2_0ad54a4403cc014d .text_a0a2eaec15c3ab38 .qout-svg_cda512dae500c36d {
  position: absolute;
  left: -20px;
  top: -80px;
  width: 100px;
}

.testimonials-minim_d6e330cfc960655b .control-abslout_db3a9017c21387b7 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.testimonials-modern_a6fc38d4c53faeb6 {
  position: relative;
  overflow: hidden;
}

.testimonials-modern_a6fc38d4c53faeb6 .bg-pattern_ad2efb06111cdcc2 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  opacity: 0.08;
}

.testimonials-modern_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 {
  width: 500px;
  margin: auto;
}

.testimonials-modern_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 .swiper-slide_2c4995ce40d15479 {
  width: 100px;
}

.testimonials-modern_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 .item_3cead4e8dd135110 {
  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_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}

.testimonials-modern_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 .item_3cead4e8dd135110 .img_1d4834c1c2201bac img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.testimonials-modern_a6fc38d4c53faeb6 .gallery-thumbs_e9ccd7e479e9fb19 .swiper-slide-active_ea3202e73204e028 .item_3cead4e8dd135110 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-modern_a6fc38d4c53faeb6 .swiper-arrow-control_d9afd39059d5a7ac .swiper-button-prev_596f4ee0f245f0f7 {
  position: absolute;
  left: 10px;
  bottom: 50%;
}

.testimonials-modern_a6fc38d4c53faeb6 .swiper-arrow-control_d9afd39059d5a7ac .swiper-button-next_964c632069ccb018 {
  position: absolute;
  right: 10px;
  bottom: 50%;
}

.testim-modern_06430b5dc7a0a6ba .out-right_4b6183f4fc34679f {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

.testim-modern_06430b5dc7a0a6ba .swiper-container_61a4eee8a3c98c20 {
  overflow: visible;
}

.testim-modern_06430b5dc7a0a6ba .swiper-slide_2c4995ce40d15479 {
  width: 500px;
}

.testim-modern_06430b5dc7a0a6ba .item_3cead4e8dd135110 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_06430b5dc7a0a6ba .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
  padding: 40px;
}

.testim-modern_06430b5dc7a0a6ba .item_3cead4e8dd135110 .cont_101872e2c347ee8d p {
  font-size: 20px;
}

.testim-modern_06430b5dc7a0a6ba .item_3cead4e8dd135110 .info_e9f7887f23e2dca0 {
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.testim-modern_06430b5dc7a0a6ba .item_3cead4e8dd135110 .info_e9f7887f23e2dca0 .img_1d4834c1c2201bac {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Videos
-----------------------------------------------------------------*/
/* Shop
-----------------------------------------------------------------*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10_4dad82859601e725 {
    margin-bottom: 10px;
  }
  .md-mb15_9811322703bd1da6 {
    margin-bottom: 15px;
  }
  .md-mb20_bfab75b31de499c8 {
    margin-bottom: 20px;
  }
  .md-mb30_e2d5ed521a482510 {
    margin-bottom: 30px;
  }
  .md-mb40_fe4310872d1319d8 {
    margin-bottom: 40px;
  }
  .md-mb50_7bdf4dc388594229 {
    margin-bottom: 50px !important;
  }
  .md-mb80_fac77e2f4c20329d {
    margin-bottom: 80px;
  }
  .md-no-mrg_f6b73e33ae7fb05a {
    margin: 0 !important;
  }
  .md-pb10_3c715d4de95056c6 {
    padding-bottom: 10px;
  }
  .md-pb20_21a44db25242d0b7 {
    padding-bottom: 20px;
  }
  .md-pb30_fade4aa3d34c8e37 {
    padding-bottom: 30px;
  }
  .md-pb40_da65e7c265c46f9d {
    padding-bottom: 40px;
  }
  .md-pb50_cc5348c1d212b137 {
    padding-bottom: 50px;
  }
  .md-pb60_90dc1ec4439b5ef0 {
    padding-bottom: 60px;
  }
  .md-pb70_434e0e8dcd413fc7 {
    padding-bottom: 70px;
  }
  .md-pb80_ac013d71d9091653 {
    padding-bottom: 80px;
  }
  .md-pt80_7c1f255e7555f59d {
    padding-top: 80px !important;
  }
  .md-no-pad_1f261542f8b6f34a {
    padding: 0 !important;
  }
  .md-center_c181d39d04164dd1 {
    text-align: center !important;
  }
  .order-md-1_593e39e0940ea5f2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2_dfc7d54537248780 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3_023905f5a8f6fbb2 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4_e72442cf0c3aef8f {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .md-hide_da94645b4409badc {
    display: none;
  }
  .justify-end_dbd551a6843dc607 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end_dbd551a6843dc607 .vew-all_43d1aa47931b5101 {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end_dbd551a6843dc607 .swiper-controls_f8921927ca055431 {
    margin-top: 30px;
  }
  .justify-end_dbd551a6843dc607 .ml-auto_56fe655f399675bf {
    margin-left: 0;
    margin-top: 30px;
  }
  .row_ff34f3dca9877e50.sm-marg_9fa8312c417a5ff4 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.sm-marg_9fa8312c417a5ff4 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_ff34f3dca9877e50.stand-marg_d3dd82beee569b07 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.stand-marg_d3dd82beee569b07 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_ff34f3dca9877e50.md-marg_6dc570f2654ccd95 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.md-marg_6dc570f2654ccd95 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_ff34f3dca9877e50.lg-marg_c21472b87f25d120 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.lg-marg_c21472b87f25d120 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_ff34f3dca9877e50.xlg-marg_5aeed37868c2d1ea {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.xlg-marg_5aeed37868c2d1ea > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_ff34f3dca9877e50.xxlg-marg_1a2b3650e5e109f2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_ff34f3dca9877e50.xxlg-marg_1a2b3650e5e109f2 > * {
    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_ae6f6d7a0e09bc85 {
    font-size: 90px !important;
  }
  .fz-80_123489ca19e7170e {
    font-size: 60px !important;
  }
  .fz-70_f383480179e89c27 {
    font-size: 50px !important;
  }
  .sec-head_7518d7b434af3389 .d-flex_bc48a024381d3efc {
    display: block !important;
  }
  .sec-head_7518d7b434af3389 .ml-auto_56fe655f399675bf {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .sec-head_7518d7b434af3389 .sub-title_e9e3f847e40011e5 span:first-of-type {
    display: none;
  }
  .sec-head_7518d7b434af3389 .sub-title_e9e3f847e40011e5 span.thin_aa9f48ba833516b0 {
    margin: 0;
  }
  .navbar .logo_6b208ce5d7288312:after {
    display: none;
  }
  .navbar .contact-button_c2d8a44eca1062c3 {
    display: none;
  }
  .navbar .mega-menu_3f11f4346ed10830 .item-img_2fa033767184e314 .img_1d4834c1c2201bac {
    display: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .navbar-collapse_b2fe6d3530bf0d57 {
    max-height: 440px;
    overflow: auto;
  }
  .navbar .navbar-collapse_b2fe6d3530bf0d57::-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_3f11f4346ed10830 .container {
    padding: 20px 10px !important;
  }
  .navbar .logo_6b208ce5d7288312 {
    max-width: 80px !important;
    margin-left: 30px;
  }
  .navbar .navbar-collapse_b2fe6d3530bf0d57 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }
  .navbar .navbar-toggler_2b370f37e5a519c0 {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }
  .navbar .navbar-toggler_2b370f37e5a519c0: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_e73ba70c39b9511e {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .navbar .dropdown-menu .dropdown-item .dropdown-side_e73ba70c39b9511e.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_3f11f4346ed10830 {
    width: auto;
    position: static;
    padding: 0;
  }
  .navbar .navbar-nav .mega-menu_3f11f4346ed10830 .item-img_2fa033767184e314 {
    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_3f11f4346ed10830 .item-img_2fa033767184e314 .mt-15_3cbff316acd77e86 {
    margin-top: 0 !important;
  }
  .navbar .navbar-nav .mega-menu_3f11f4346ed10830 .item-img_2fa033767184e314: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_3f11f4346ed10830 .item-img_2fa033767184e314:hover {
    padding-left: 30px;
    background: transparent;
  }
  .navbar .navbar-nav .mega-menu_3f11f4346ed10830 .item-img_2fa033767184e314:hover:after {
    width: 10px;
  }
  .main-header_8ba6135306f2dc1f {
    min-height: auto;
  }
  .main-header_8ba6135306f2dc1f .caption_c22e60f9d9a7a6da h1 {
    font-size: 80px;
  }
  .main-header_8ba6135306f2dc1f .caption_c22e60f9d9a7a6da .text_a0a2eaec15c3ab38 {
    display: none;
  }
  .main-header_8ba6135306f2dc1f .justify-content-end_a773baebc9f3ba91 {
    display: block !important;
    margin-bottom: 50px;
  }
  .modern-slider_874b35ca939a0222 .container {
    max-width: 100%;
  }
  .modern-slider_874b35ca939a0222 .swiper-controls_f8921927ca055431 {
    right: 15px;
  }
  .crev-header_f7ea92e63cf3a3e8 .caption_c22e60f9d9a7a6da h1 {
    font-size: 70px;
  }
  .crev-header_f7ea92e63cf3a3e8 .full-img_cf788eab12ab99a8 {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-digital_39e8d65a71ee61db .caption_c22e60f9d9a7a6da h1 {
    font-size: 60px;
  }
  .header-digital_39e8d65a71ee61db .cont_101872e2c347ee8d .numb_5cf79d7459cf963e {
    position: static;
    margin-top: 15px;
  }
  .header-personal_688be1f7ef582133 {
    background-position: 60%;
  }
  .header-personal_688be1f7ef582133 .info_e9f7887f23e2dca0 {
    display: none !important;
  }
  .intro-crev_4a196499f2aeba72 .sec-head_7518d7b434af3389 {
    margin-bottom: 80px;
  }
  .intro-skill_3f2dd9eb951063a5 .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .intro-skill_3f2dd9eb951063a5 .imgs_dd8f691d57c9f074 {
    display: none;
  }
  .about-author_c19156ed8c3b8d82 .profile-img_83468b605855a53b {
    width: 600px;
    margin: 0 auto 50px;
  }
  .my-skills_e5e23fa868627606 .item_3cead4e8dd135110 .box-bord_33ace1929758c04d {
    border-radius: 200px;
  }
  .numbers-crev_419b6ee4774f82c0 .item_3cead4e8dd135110 h3 {
    font-size: 80px;
  }
  .services-modern_69551413606b2824 .serv-boxs_288a9985fd3cc32c {
    display: block;
  }
  .services-modern_69551413606b2824 .item_3cead4e8dd135110 {
    width: 100%;
    padding: 60px 40px;
    margin: 5px 0;
  }
  .services-modern_69551413606b2824 .item_3cead4e8dd135110 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_69551413606b2824 .item_3cead4e8dd135110.active {
    width: 100% !important;
  }
  .work-fade_96b9a1865076bd22 .text_a0a2eaec15c3ab38.pb-100_a6418d5f79dd6a38 {
    padding-bottom: 50px !important;
  }
  .work-fade_96b9a1865076bd22 .swiper-pagination_14abb76402037d5d {
    top: 80%;
    right: -20px;
  }
  .work-crev_9d89585a51bbf1e9 .swiper-slide_2c4995ce40d15479 {
    width: 100% !important;
  }
  footer.clean-footer_ab64f352a63e96fb.crev_685a1eacff3ec3af:after,
  footer.clean-footer_ab64f352a63e96fb.crev_685a1eacff3ec3af .circle-blur_ca7ad1844479b6cd {
    display: none;
  }
  .team-single_753f711da6efb22b .bord_675421df9f4b5958 {
    padding: 0 40px 80px;
  }
  .team-single_753f711da6efb22b .bord_675421df9f4b5958:after {
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 30px;
  }
  .team-single_753f711da6efb22b .bord_675421df9f4b5958:before {
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .services-inline2_cedf1a3e2f1ca57d .d-flex_bc48a024381d3efc {
    display: block !important;
  }
  .page-faqs_59beb1d536bbd9ec .img1_21ef9d26349fa5af,
  .page-faqs_59beb1d536bbd9ec .img2_edba631e220c3139,
  .page-faqs_59beb1d536bbd9ec .img3_f40873758b701693 {
    display: none;
  }
  .work-grid_75d0aa40d4002295 {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
  .work-grid_75d0aa40d4002295 .item_3cead4e8dd135110 {
    margin: 40px 0 !important;
  }
  .portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa {
    display: block;
  }
  .portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa .item_3cead4e8dd135110 {
    width: 100% !important;
    height: 250px;
    min-height: auto;
  }
  .portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa .item_3cead4e8dd135110.active {
    height: calc(100vh - 250px * 3);
  }
  .work-grid_75d0aa40d4002295 .filtering_6d8f6c1b903a655d,
  .work-minimal_318bdb124853ac62 .filtering_6d8f6c1b903a655d {
    display: block !important;
    margin-top: 30px;
  }
  .next-project_7ef87dbc0f76bd99 .box_ed07eb1d22e57888 .cont_101872e2c347ee8d .fz-40_54dec3c952988fbc {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10_2723400757be2cf2 {
    margin-bottom: 10px;
  }
  .sm-mb20_242fe47a73c36fb2 {
    margin-bottom: 20px;
  }
  .sm-mb30_9a406d33aa810f28 {
    margin-bottom: 30px;
  }
  .sm-mb40_9ed9e43cbaf820cf {
    margin-bottom: 40px;
  }
  .sm-mb50_256a8382153ea842 {
    margin-bottom: 50px;
  }
  .sm-mb80_4fb584c01c8779de {
    margin-bottom: 80px;
  }
  .sm-pb10_2254ac9fbc0aac58 {
    padding-bottom: 10px;
  }
  .sm-pb20_7b4b97f12bf8f3a3 {
    padding-bottom: 20px;
  }
  .sm-pb30_e12bbf0906809740 {
    padding-bottom: 30px;
  }
  .sm-pb40_6ac32d54dfb151f5 {
    padding-bottom: 40px;
  }
  .sm-pb50_205fda578fb7e16e {
    padding-bottom: 50px;
  }
  .sm-pb60_bfaea2e92cae80ce {
    padding-bottom: 60px;
  }
  .sm-pb70_1e88291453326cc2 {
    padding-bottom: 70px;
  }
  .sm-pb80_20b4e0394a6fdac1 {
    padding-bottom: 80px;
  }
  .sm-hide_8b44d7034f9c1923 {
    display: none;
  }
  .fz-70_f383480179e89c27 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h4.fz-30_c666d6c6da41dc37 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  .loader-wrap .loader-wrap-heading_ed86b1a15ae2827c .load-text_a6e1911d21498e63 {
    letter-spacing: 5px;
  }
  .progress-wrap_42f659eb0ce9e149 {
    bottom: 15px;
    right: 15px;
  }
  .in-box_1c6b1c47ae666a1f {
    width: 100%;
  }
  .in-box_1c6b1c47ae666a1f.mb-15_9a8a36f266020506 {
    margin-bottom: 0 !important;
  }
  .section-padding_fc1fa6f26646df2f {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-head_7518d7b434af3389 h3.fz-50_8f83aa987b93abed {
    font-size: 30px !important;
  }
  .sec-head_7518d7b434af3389 h2.fz-70_f383480179e89c27 {
    font-size: 35px !important;
  }
  .call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20.bord-item_18c081e8e5d5da5a .item_3cead4e8dd135110 h4 {
    font-size: 20px !important;
  }
  .call-marq_79a6ccd1248f62c0 .main-marq_bf6965c396a5cf20 .icon-img-50_69bfc801d33b16f4 {
    width: 30px !important;
  }
  .main-header_8ba6135306f2dc1f .caption_c22e60f9d9a7a6da h1,
  .crev-header_f7ea92e63cf3a3e8 .caption_c22e60f9d9a7a6da h1 {
    font-size: 40px;
  }
  .main-header_8ba6135306f2dc1f .icon-img_928b247828e21efb {
    width: 100px;
  }
  .modern-slider_874b35ca939a0222 .gallery-text_f8a0ee2fc76f371c {
    width: 100%;
  }
  .header-digital_39e8d65a71ee61db .caption_c22e60f9d9a7a6da h1 {
    font-size: 50px;
  }
  .header-digital_39e8d65a71ee61db .img_1d4834c1c2201bac:after,
  .header-digital_39e8d65a71ee61db .img_1d4834c1c2201bac:before {
    display: none;
  }
  .header-digital_39e8d65a71ee61db .img_1d4834c1c2201bac .vid_a2760497b090dd62 {
    left: 0;
  }
  .about-author_c19156ed8c3b8d82 .profile-img_83468b605855a53b {
    width: 420px;
  }
  .about-author_c19156ed8c3b8d82 .profile-img_83468b605855a53b .img_1d4834c1c2201bac {
    height: 500px;
  }
  .about-author_c19156ed8c3b8d82 h4 span {
    display: inline;
  }
  .services-inline_f555dbce4675631e .item_3cead4e8dd135110 .ml-auto_56fe655f399675bf,
  .services-inline_f555dbce4675631e .item_3cead4e8dd135110 .num_654a27bae9c2bc5c {
    display: none !important;
  }
  .work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
    position: static;
    margin-top: 15px;
    opacity: 0;
  }
  .work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .text_a0a2eaec15c3ab38 {
    display: inline-block;
    background: transparent;
    font-size: 22px;
    padding: 0 1px;
    margin: 0;
    border-radius: 0;
  }
  .work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .shap-left-top_f219361a1fa073f0,
  .work-fade_96b9a1865076bd22 .item_3cead4e8dd135110 .cont_101872e2c347ee8d .shap-left-bottom_b6cbcb76176f7ad5 {
    display: none;
  }
  .work-fade_96b9a1865076bd22 .swiper-slide-active_ea3202e73204e028 .item_3cead4e8dd135110 .cont_101872e2c347ee8d {
    opacity: 1;
  }
  .work-crev_9d89585a51bbf1e9 .item_3cead4e8dd135110 {
    display: block !important;
  }
  .work-crev_9d89585a51bbf1e9 .item_3cead4e8dd135110 .img_1d4834c1c2201bac {
    padding: 0;
    margin-top: 40px;
  }
  .testimonials_6a8afdea46cc23ba .img-full_61aa68d0e3114209 .fix-img_895415240c0a9e77 {
    max-width: 80px;
  }
  .testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .testim-swiper_eb34cad2b160878f {
    padding: 60px 20px;
  }
  .testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .testim-swiper_eb34cad2b160878f p.fz-30_c666d6c6da41dc37 {
    font-size: 18px !important;
  }
  .testimonials_6a8afdea46cc23ba .cont-full_f1525175f4d9ff77 .control-abslout_db3a9017c21387b7 {
    bottom: 15px;
    right: 15px;
  }
  .testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110 .text_a0a2eaec15c3ab38 .qout-svg_cda512dae500c36d {
    width: 90px;
  }
  .testimonials-minim_d6e330cfc960655b .item_3cead4e8dd135110 .text_a0a2eaec15c3ab38 .fz-30_c666d6c6da41dc37 {
    font-size: 18px !important;
  }
  .testimonials-minim_d6e330cfc960655b .control-abslout_db3a9017c21387b7 {
    bottom: -50px;
  }
  .page-header_f9251b0a3391a1be .fz-80_123489ca19e7170e {
    font-size: 35px !important;
  }
  .services-inline2_cedf1a3e2f1ca57d .item_3cead4e8dd135110 h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .team-single_753f711da6efb22b .bord_675421df9f4b5958 {
    padding: 0 20px 80px;
  }
  .portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa .item_3cead4e8dd135110 {
    height: 350px;
    min-height: auto;
    background-position: center center;
  }
  .portfolio-crev_ca00a2d60e2f21f5 .work-boxs_789e4bb812a923fa .item_3cead4e8dd135110.active {
    height: 350px;
  }
  .work-grid_75d0aa40d4002295 .filtering_6d8f6c1b903a655d span,
  .work-minimal_318bdb124853ac62 .filtering_6d8f6c1b903a655d span {
    margin: 14px 25px;
  }
  .work-minimal_318bdb124853ac62 .item_3cead4e8dd135110 .img_1d4834c1c2201bac .cont_101872e2c347ee8d.inline_3b23ba48bc23e37a {
    padding: 20px 15px;
  }
  .blog-header_784ceeddd34c80c5 .fz-55_1285c496baf30e19 {
    font-size: 30px !important;
  }
  .blog-header_784ceeddd34c80c5 .info_e9f7887f23e2dca0 {
    display: block !important;
  }
  .blog-header_784ceeddd34c80c5 .date_2ea4561bffebbdd3 {
    margin-left: 30px !important;
  }
  .blog-header_784ceeddd34c80c5 .right-info_0861a853a8094480 {
    margin: 30px 0 0;
  }
  .main-post_153e8dbf931e40c3 .fz-60_a353b8dde115f836 {
    display: none;
  }
  .main-post_153e8dbf931e40c3 .post-qoute_0af864546fa06003 {
    padding: 30px 15px;
  }
  .main-post_153e8dbf931e40c3 .post-qoute_0af864546fa06003 h6:before {
    position: relative;
    left: 0;
  }
  .main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f {
    display: block;
  }
  .main-post_153e8dbf931e40c3 .info-area_76f4e46f080dd66f .tags_b781bb340ba4fc8a {
    margin-bottom: 30px;
  }
  .main-post_153e8dbf931e40c3 .author-area_0330a82718a83462 .flex_755b9c64e8c84395 {
    display: block;
  }
  .main-post_153e8dbf931e40c3 .author-area_0330a82718a83462 .author-img_190f4d8b4adf3a8c {
    margin: 0 0 30px 0;
  }
  .main-post_153e8dbf931e40c3 .author-area_0330a82718a83462 .author-img_190f4d8b4adf3a8c .img_1d4834c1c2201bac {
    width: 80px;
    height: 80px;
  }
  .main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c {
    display: block;
  }
  .main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .thumb-post_ea129611a419b17e {
    margin: 0 !important;
  }
  .main-post_153e8dbf931e40c3 .next-prv-post_f4bef49916c6e69c .text-right_e130b156e282d93e {
    text-align: left;
    margin-top: 30px !important;
  }
  .comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .flex_755b9c64e8c84395 {
    display: block;
  }
  .comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .user-img_6cd6ca8f0d727a82 {
    margin: 0 0 15px 0;
  }
  .comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270 .replay-post_358f734a55538f1a {
    margin: 15px 0 0 0;
  }
  .comments-post_c18c54b7d152d099 .item-box_e9597b4e66c5c270.replayed_21161196204b86af {
    margin-left: 0;
  }
  .main-post_153e8dbf931e40c3 .post-qoute_0af864546fa06003 h6:before {
    top: 70px;
  }
}

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