@charset "UTF-8";
/* Variables
-----------------------------------------------------------------*/
/* Typography
-----------------------------------------------------------------*/
/* line 7, components/_typography.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none; }

/* line 15, components/_typography.scss */
body {
  color: #1d1d1d;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden !important; }
  /* line 23, components/_typography.scss */
  body.noise-img {
    position: relative; }
    /* line 26, components/_typography.scss */
    body.noise-img:before {
      content: '';
      background-image: url(../imgs/patterns/noise.png);
      background-size: 70px;
      background-repeat: repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 44, components/_typography.scss */
body.home-digital .container,
body.home-arch .container,
body.home-corp .container {
  max-width: 1200px; }

/* line 49, components/_typography.scss */
body.space-font,
body.home-digital {
  font-family: 'Space Grotesk', sans-serif; }

/* line 54, components/_typography.scss */
body.home-arch {
  font-family: 'Space Grotesk', sans-serif; }
  /* line 57, components/_typography.scss */
  body.home-arch main {
    position: relative; }

/* line 66, components/_typography.scss */
body.home-main-crev,
body.digital-marketing {
  font-family: 'Epilogue', sans-serif; }

/* line 71, components/_typography.scss */
main {
  position: relative;
  z-index: 5; }

/* line 78, components/_typography.scss */
.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px; }
  /* line 82, components/_typography.scss */
  .row.sm-marg > * {
    padding-left: 5px;
    padding-right: 5px; }
/* line 88, components/_typography.scss */
.row.md-marg {
  margin-left: -25px;
  margin-right: -25px; }
  /* line 92, components/_typography.scss */
  .row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px; }
/* line 98, components/_typography.scss */
.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px; }
  /* line 102, components/_typography.scss */
  .row.lg-marg > * {
    padding-left: 40px;
    padding-right: 40px; }
/* line 108, components/_typography.scss */
.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px; }
  /* line 112, components/_typography.scss */
  .row.xlg-marg > * {
    padding-left: 50px;
    padding-right: 50px; }

/* line 119, components/_typography.scss */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  /* line 129, components/_typography.scss */
  .lines.two:after {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    width: 40%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 141, components/_typography.scss */
  .lines.four {
    left: 10%;
    width: 80%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05); }
    /* line 147, components/_typography.scss */
    .lines.four:after {
      content: '';
      position: absolute;
      top: 0;
      left: 30%;
      width: 40%;
      height: 100%;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
      border-left: 1px solid rgba(255, 255, 255, 0.05); }
  /* line 159, components/_typography.scss */
  .lines.two-out {
    left: 60px;
    right: 60px;
    width: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 7; }

/* line 169, components/_typography.scss */
h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1.3; }

/* line 174, components/_typography.scss */
h1 {
  font-size: 70px; }

/* line 178, components/_typography.scss */
h2 {
  font-size: 45px; }

/* line 182, components/_typography.scss */
h3 {
  font-size: 36px; }

/* line 186, components/_typography.scss */
h4 {
  font-size: 28px;
  line-height: 1.5; }

/* line 191, components/_typography.scss */
h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5; }

/* line 197, components/_typography.scss */
h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8; }

/* line 203, components/_typography.scss */
p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #696969;
  margin: 0; }

/* line 211, components/_typography.scss */
a, a:hover {
  color: inherit; }

/* line 215, components/_typography.scss */
span {
  display: inline-block; }

/* line 219, components/_typography.scss */
a {
  display: inline-block;
  text-decoration: none; }
  /* line 223, components/_typography.scss */
  a:hover {
    text-decoration: none; }

/* line 228, components/_typography.scss */
figure {
  margin: 0; }

/* line 232, components/_typography.scss */
.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }

/* line 240, components/_typography.scss */
.btn:hover, .btn:focus, .btn:active {
  outline: none;
  box-shadow: none; }

/* line 248, components/_typography.scss */
.main-color {
  color: #abd404 !important; }

/* line 252, components/_typography.scss */
.main-colorbg {
  background-color: #E95513; }

/* line 256, components/_typography.scss */
.main-color2 {
  color: #f08f74 !important; }

/* line 260, components/_typography.scss */
.main-colorbg2 {
  background-color: #f08f74; }

/* line 264, components/_typography.scss */
.main-color3 {
  color: #E95513 !important; }

/* line 268, components/_typography.scss */
.main-colorbg3 {
  background-color: #E95513; }

/* line 272, components/_typography.scss */
.main-color4 {
  color: #ffaa17 !important; }

/* line 276, components/_typography.scss */
.main-colorbg4 {
  background-color: #ffaa17; }

/* line 280, components/_typography.scss */
.main-bg {
  background-color: #f5f5ea; }

/* line 284, components/_typography.scss */
.sub-bg {
  background-color: #fff; }

/* line 288, components/_typography.scss */
.bg-gray1 {
  background: #EFF2F5; }

/* line 292, components/_typography.scss */
.text-dark {
  color: #1d1d1d; }
  /* line 295, components/_typography.scss */
  .text-dark .swiper-controls.arrow-out .left, .text-dark .swiper-controls.arrow-out .right {
    border-color: rgba(0, 0, 0, 0.2); }

/* line 300, components/_typography.scss */
img {
  width: 100%;
  height: auto; }

/* line 307, components/_typography.scss */
.to-out .swiper-container {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0); }

/* line 313, components/_typography.scss */
.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  /* line 321, components/_typography.scss */
  .bg-pattern.pattern-center {
    background-position: center center; }
  /* line 325, components/_typography.scss */
  .bg-pattern.patrn1 {
    background-size: 60px;
    background-repeat: repeat; }

/* line 331, components/_typography.scss */
.dots-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: auto !important;
  background-repeat: repeat !important; }

/* line 342, components/_typography.scss */
.in-box {
  width: calc(100% - 120px);
  margin-left: 60px; }

/* line 347, components/_typography.scss */
::-webkit-scrollbar {
  width: 10px; }

/* line 351, components/_typography.scss */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02); }

/* line 355, components/_typography.scss */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px; }

/* Buttons
-----------------------------------------------------------------*/
/* line 6, components/_buttons.scss */
.butn {
  border: 1px solid transparent; }
  /* line 9, components/_buttons.scss */
  .butn.butn-md {
    padding: 14px 35px; }
  /* line 13, components/_buttons.scss */
  .butn.butn-full {
    width: 100%;
    padding: 15px 25px;
    text-align: center; }
  /* line 19, components/_buttons.scss */
  .butn.butn-bord {
    border-color: #1d1d1d;
    background: transparent;
    color: #1d1d1d;
    transition: all .4s; }
    /* line 25, components/_buttons.scss */
    .butn.butn-bord:hover {
      background: #1d1d1d;
      color: #fff; }
      /* line 29, components/_buttons.scss */
      .butn.butn-bord:hover span {
        color: #fff; }
  /* line 35, components/_buttons.scss */
  .butn.butn-bg {
    transition: all .4s; }
    /* line 38, components/_buttons.scss */
    .butn.butn-bg:hover {
      background: transparent !important;
      border-color: #1d1d1d;
      color: #1d1d1d !important; }
  /* line 45, components/_buttons.scss */
  .butn .rolling-text {
    margin-bottom: -5px; }
  /* line 49, components/_buttons.scss */
  .butn .icon {
    width: 20px; }

/* line 54, components/_buttons.scss */
.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden; }
  /* line 62, components/_buttons.scss */
  .butn-circle:hover span {
    color: #000; }
  /* line 66, components/_buttons.scss */
  .butn-circle:hover:after {
    transform: scale(1); }
  /* line 70, components/_buttons.scss */
  .butn-circle:hover:before {
    opacity: 0; }
  /* line 75, components/_buttons.scss */
  .butn-circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #E95513;
    transform: scale(0);
    transition: all .4s; }
  /* line 88, components/_buttons.scss */
  .butn-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    transition: all .4s; }
  /* line 100, components/_buttons.scss */
  .butn-circle.sml {
    width: 130px;
    height: 130px; }
    /* line 104, components/_buttons.scss */
    .butn-circle.sml span {
      text-transform: capitalize;
      letter-spacing: 0; }
  /* line 112, components/_buttons.scss */
  .butn-circle.colorbg-2:after {
    background: #f08f74; }
  /* line 119, components/_buttons.scss */
  .butn-circle.colorbg-3:after {
    background: #E95513; }
  /* line 124, components/_buttons.scss */
  .butn-circle span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2; }
  /* line 132, components/_buttons.scss */
  .butn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

/* line 142, components/_buttons.scss */
.circle-button {
  position: relative;
  display: inline-block; }
  /* line 148, components/_buttons.scss */
  .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%; }
  /* line 159, components/_buttons.scss */
  .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%; }
  /* line 173, components/_buttons.scss */
  .circle-button .rotate-circle svg {
    width: 210px;
    fill: #1d1d1d; }
  /* line 179, components/_buttons.scss */
  .circle-button .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0; }
    /* line 188, components/_buttons.scss */
    .circle-button .arrow svg {
      width: 40px;
      height: 40px; }
  /* line 194, components/_buttons.scss */
  .circle-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  /* line 201, components/_buttons.scss */
  .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  /* line 210, components/_buttons.scss */
  .circle-button.no-animate .rotate-circle {
    animation: none; }

/* line 218, components/_buttons.scss */
.crv-butn-vid .vid {
  min-width: 120px;
  padding-left: 15px;
  padding-right: 40px;
  height: 50px;
  border: 1px solid #555;
  border-radius: 30px;
  position: relative; }
  /* line 227, components/_buttons.scss */
  .crv-butn-vid .vid .text {
    line-height: 50px; }
  /* line 231, components/_buttons.scss */
  .crv-butn-vid .vid .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px; }

/* line 244, components/_buttons.scss */
.rotate-circle {
  animation-name: rotateCircle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Cursor
-----------------------------------------------------------------*/
/* line 7, components/_cursor.scss */
.hover-this .hover-anim {
  pointer-events: none;
  transition: transform 0.2s linear; }

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

/* line 24, components/_cursor.scss */
.cursor-active {
  transform: translate(-50%, -50%) scale(8);
  opacity: .1; }

/* line 29, components/_cursor.scss */
.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px; }
  /* line 35, components/_cursor.scss */
  .rolling-text.butn {
    padding: 0 35px; }

/* line 42, components/_cursor.scss */
.social-text .rolling-text {
  line-height: 30px;
  height: 30px; }

/* line 48, components/_cursor.scss */
.rolling-text:hover .letter,
.rolling-text.play .letter {
  transform: translateY(-100%); }

/* line 53, components/_cursor.scss */
.rolling-text .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

/* line 58, components/_cursor.scss */
.letter:nth-child(1) {
  transition-delay: 0s; }

/* line 62, components/_cursor.scss */
.letter:nth-child(2) {
  transition-delay: 0.015s; }

/* line 66, components/_cursor.scss */
.letter:nth-child(3) {
  transition-delay: 0.03s; }

/* line 70, components/_cursor.scss */
.letter:nth-child(4) {
  transition-delay: 0.045s; }

/* line 74, components/_cursor.scss */
.letter:nth-child(5) {
  transition-delay: 0.06s; }

/* line 78, components/_cursor.scss */
.letter:nth-child(6) {
  transition-delay: 0.075s; }

/* line 82, components/_cursor.scss */
.letter:nth-child(7) {
  transition-delay: 0.09s; }

/* line 86, components/_cursor.scss */
.letter:nth-child(8) {
  transition-delay: 0.105s; }

/* line 90, components/_cursor.scss */
.letter:nth-child(9) {
  transition-delay: 0.12s; }

/* line 94, components/_cursor.scss */
.letter:nth-child(10) {
  transition-delay: 0.135s; }

/* line 98, components/_cursor.scss */
.letter:nth-child(11) {
  transition-delay: 0.15s; }

/* line 102, components/_cursor.scss */
.letter:nth-child(12) {
  transition-delay: 0.165s; }

/* line 106, components/_cursor.scss */
.letter:nth-child(13) {
  transition-delay: 0.18s; }

/* line 110, components/_cursor.scss */
.letter:nth-child(14) {
  transition-delay: 0.195s; }

/* line 114, components/_cursor.scss */
.letter:nth-child(15) {
  transition-delay: 0.21s; }

/* line 118, components/_cursor.scss */
.letter:nth-child(16) {
  transition-delay: 0.225s; }

/* line 122, components/_cursor.scss */
.letter:nth-child(17) {
  transition-delay: 0.24s; }

/* line 126, components/_cursor.scss */
.letter:nth-child(18) {
  transition-delay: 0.255s; }

/* line 130, components/_cursor.scss */
.letter:nth-child(19) {
  transition-delay: 0.27s; }

/* line 134, components/_cursor.scss */
.letter:nth-child(20) {
  transition-delay: 0.285s; }

/* line 138, components/_cursor.scss */
.letter:nth-child(21) {
  transition-delay: 0.3s; }

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

/* line 159, components/_cursor.scss */
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

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

/* line 184, components/_cursor.scss */
.progress-wrap svg path {
  fill: none; }

/* line 188, components/_cursor.scss */
.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear; }

/* Extra
-----------------------------------------------------------------*/
/* line 6, components/_extra.scss */
.d-rotate {
  perspective: 1000px; }
  /* line 9, components/_extra.scss */
  .d-rotate .rotate-text {
    display: block;
    transform-style: preserve-3d;
    transition: all .8s;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    transition-delay: .3s; }
  /* line 21, components/_extra.scss */
  .d-rotate.animated .rotate-text {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1; }

/* line 30, components/_extra.scss */
.d-slideup .sideup-text {
  overflow: hidden;
  display: block; }
  /* line 36, components/_extra.scss */
  .d-slideup .sideup-text:first-of-type .up-text {
    transition-delay: .1s; }
  /* line 43, components/_extra.scss */
  .d-slideup .sideup-text:nth-of-type(2) .up-text {
    transition-delay: .4s; }
  /* line 50, components/_extra.scss */
  .d-slideup .sideup-text:nth-of-type(3) .up-text {
    transition-delay: .8s; }
  /* line 57, components/_extra.scss */
  .d-slideup .sideup-text:nth-of-type(4) .up-text {
    transition-delay: 1.2s; }
  /* line 64, components/_extra.scss */
  .d-slideup .sideup-text:nth-of-type(5) .up-text {
    transition-delay: 1.6s; }
  /* line 69, components/_extra.scss */
  .d-slideup .sideup-text .up-text {
    transform: translateY(100%);
    transition: all .8s; }
/* line 77, components/_extra.scss */
.d-slideup.animated .up-text {
  transform: translateY(0); }

/* line 83, components/_extra.scss */
.main-marq {
  position: relative;
  padding: 0; }
  /* line 87, components/_extra.scss */
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818); }
  /* line 103, components/_extra.scss */
  .main-marq.lrg .box .item h4 {
    font-size: 6vw;
    font-weight: 700; }
  /* line 115, components/_extra.scss */
  .main-marq.xlrg .box .item {
    padding: 0 30px; }
    /* line 118, components/_extra.scss */
    .main-marq.xlrg .box .item h4 {
      font-size: 10vw;
      font-weight: 800; }
  /* line 126, components/_extra.scss */
  .main-marq .slide-har {
    display: flex; }
  /* line 134, components/_extra.scss */
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #1d1d1d; }
    /* line 138, components/_extra.scss */
    .main-marq .strok .item h4 a {
      color: transparent !important;
      -webkit-text-stroke: 0.5px #1d1d1d; }
  /* line 150, components/_extra.scss */
  .main-marq .non-strok .item h4 {
    color: #1d1d1d !important;
    -webkit-text-stroke: 0 !important; }
    /* line 154, components/_extra.scss */
    .main-marq .non-strok .item h4 a {
      color: #1d1d1d !important;
      -webkit-text-stroke: 0 !important; }
  /* line 162, components/_extra.scss */
  .main-marq .box {
    display: flex; }
    /* line 165, components/_extra.scss */
    .main-marq .box .item {
      padding: 0 30px; }
      /* line 168, components/_extra.scss */
      .main-marq .box .item h4 {
        white-space: nowrap;
        line-height: 1;
        margin: 0; }
        /* line 173, components/_extra.scss */
        .main-marq .box .item h4 .icon {
          font-family: 'Sora', sans-serif;
          margin-bottom: -15px; }
      /* line 179, components/_extra.scss */
      .main-marq .box .item h2 {
        line-height: 1;
        margin: 0; }
      /* line 186, components/_extra.scss */
      .main-marq .box .item:nth-of-type(even) h4 {
        color: transparent;
        -webkit-text-stroke: 0.5px #1d1d1d; }
        /* line 190, components/_extra.scss */
        .main-marq .box .item:nth-of-type(even) h4 a {
          color: transparent;
          -webkit-text-stroke: 0.5px #1d1d1d; }
    /* line 204, components/_extra.scss */
    .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
      color: #1d1d1d;
      -webkit-text-stroke: 0; }
      /* line 208, components/_extra.scss */
      .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
        color: #1d1d1d;
        -webkit-text-stroke: 0; }
    /* line 217, components/_extra.scss */
    .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
      color: transparent;
      -webkit-text-stroke: 1px #1d1d1d; }
      /* line 221, components/_extra.scss */
      .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
        color: transparent;
        -webkit-text-stroke: 1px #1d1d1d; }

/* line 232, components/_extra.scss */
.dark-text {
  color: #000 !important; }
  /* line 235, components/_extra.scss */
  .dark-text .box .item h4,
  .dark-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #000 !important; }
  /* line 240, components/_extra.scss */
  .dark-text .strok .box .item h4,
  .dark-text .box .item:nth-of-type(even) h4,
  .dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #000; }

/* line 247, components/_extra.scss */
.light-text {
  color: #fff; }
  /* line 250, components/_extra.scss */
  .light-text .box .item h4,
  .light-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff; }
  /* line 255, components/_extra.scss */
  .light-text .box .item:nth-of-type(even) h4,
  .light-text .box:last-of-type .item:nth-of-type(odd) h4 {
    -webkit-text-stroke: 1px #fff; }

/* line 261, components/_extra.scss */
.slide-har {
  position: relative; }
  /* line 266, components/_extra.scss */
  .slide-har.st1 .box {
    position: relative;
    animation: slide-har 80s linear infinite; }
  /* line 274, components/_extra.scss */
  .slide-har.st2 .box {
    position: relative;
    animation: slide-har-revers 80s linear infinite; }

@keyframes slide-har {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
@keyframes slide-har-revers {
  100% {
    transform: translateX(0%); }
  0% {
    transform: translateX(-100%); } }
/* line 299, components/_extra.scss */
.main-marqv {
  position: relative;
  padding: 0; }
  /* line 303, components/_extra.scss */
  .main-marqv:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), #fff);
    pointer-events: none; }
  /* line 314, components/_extra.scss */
  .main-marqv .slide-vertical {
    overflow: hidden;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    /* line 320, components/_extra.scss */
    .main-marqv .slide-vertical:hover .box {
      animation-play-state: paused !important; }
    /* line 324, components/_extra.scss */
    .main-marqv .slide-vertical .box {
      position: relative;
      animation: slide-vertical 50s linear infinite; }

@keyframes slide-vertical {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
/* line 340, components/_extra.scss */
.imago {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transform: scale(1.2);
  filter: blur(5px);
  transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
  position: relative; }
  /* line 347, components/_extra.scss */
  .imago.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    filter: blur(0px); }
  /* line 353, components/_extra.scss */
  .imago.simpl {
    transform: scale(1);
    filter: blur(0px); }

/* ====================== [ Start Helper Classes  ] ====================== */
/* line 5, components/_helper.scss */
.cursor-pointer {
  cursor: pointer; }

/* line 9, components/_helper.scss */
.nowrap {
  white-space: nowrap; }

/* line 13, components/_helper.scss */
.stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d; }

/* line 21, components/_helper.scss */
.dark-text .stroke,
.text-dark .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d; }

/* line 27, components/_helper.scss */
.o-hidden {
  overflow: hidden; }

/* line 31, components/_helper.scss */
.position-re {
  position: relative; }

/* line 35, components/_helper.scss */
.position-abs {
  position: absolute; }

/* line 39, components/_helper.scss */
.revers-x {
  transform: rotateX(180deg); }

/* line 43, components/_helper.scss */
.revers-y {
  transform: rotateY(180deg); }

/* line 47, components/_helper.scss */
.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 55, components/_helper.scss */
.ontop {
  position: relative;
  z-index: 7; }

/* line 60, components/_helper.scss */
.rest {
  padding: 0 !important;
  margin: 0 !important; }

/* line 65, components/_helper.scss */
.hide {
  display: none; }

/* line 71, components/_helper.scss */
img.out-box {
  width: 140%; }
/* line 75, components/_helper.scss */
img.left {
  margin-left: -40%; }

/* line 80, components/_helper.scss */
.no-bord {
  border: 0 !important; }

/* line 84, components/_helper.scss */
.bord-thin-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 87, components/_helper.scss */
  .bord-thin-top.bord-dark {
    border-color: rgba(0, 0, 0, 0.1); }

/* line 92, components/_helper.scss */
.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 95, components/_helper.scss */
  .bord-thin-bottom.bord-dark {
    border-color: rgba(0, 0, 0, 0.1); }

/* line 100, components/_helper.scss */
.radius-5 {
  border-radius: 5px; }

/* line 104, components/_helper.scss */
.radius-10 {
  border-radius: 10px; }

/* line 108, components/_helper.scss */
.radius-15 {
  border-radius: 15px; }

/* line 112, components/_helper.scss */
.radius-20 {
  border-radius: 20px; }

/* line 116, components/_helper.scss */
.radius-25 {
  border-radius: 25px; }

/* line 120, components/_helper.scss */
.radius-30 {
  border-radius: 30px; }

/* line 124, components/_helper.scss */
.radius-50 {
  border-radius: 50px; }

/* line 128, components/_helper.scss */
.full-width {
  width: 100% !important; }

/* line 132, components/_helper.scss */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

/* line 137, components/_helper.scss */
.bg-center {
  background-position: center center; }

/* line 141, components/_helper.scss */
.bg-fixed {
  background-attachment: fixed; }

/* line 145, components/_helper.scss */
.bg-repeat {
  background-size: auto;
  background-repeat: repeat; }

/* line 150, components/_helper.scss */
.no-cover {
  background-size: contain !important; }

/* line 154, components/_helper.scss */
.section-padding {
  padding: 120px 0; }

/* line 158, components/_helper.scss */
.section-ptb {
  padding: 80px 0; }

/* line 162, components/_helper.scss */
.cmd-padding {
  padding: 0 10px; }

/* line 166, components/_helper.scss */
.csm-padding {
  padding: 0 5px; }

/* line 170, components/_helper.scss */
.head-pt {
  padding: 80px 0 0; }

/* line 174, components/_helper.scss */
.head-pb {
  padding: 0 0 80px; }

/* line 178, components/_helper.scss */
.no-shad {
  box-shadow: none; }

/* line 182, components/_helper.scss */
.rounded {
  border-radius: 5px; }

/* line 186, components/_helper.scss */
.circle {
  border-radius: 50%; }

/* line 190, components/_helper.scss */
.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* line 197, components/_helper.scss */
.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden; }

/* line 204, components/_helper.scss */
.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden; }

/* line 211, components/_helper.scss */
.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

/* line 218, components/_helper.scss */
.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden; }

/* line 225, components/_helper.scss */
.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden; }

/* line 232, components/_helper.scss */
.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden; }

/* line 239, components/_helper.scss */
.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden; }

/* line 246, components/_helper.scss */
.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden; }

/* line 253, components/_helper.scss */
.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden; }

/* line 260, components/_helper.scss */
.height-100 {
  height: 100%; }

/* line 264, components/_helper.scss */
.unlist {
  list-style: none; }

/* line 270, components/_helper.scss */
.underline a {
  text-decoration: underline !important; }
/* line 274, components/_helper.scss */
.underline span {
  text-decoration: underline; }

/* line 281, components/_helper.scss */
.undecro:hover {
  text-decoration: none; }

/* line 286, components/_helper.scss */
.inline {
  display: inline-block; }

/* line 290, components/_helper.scss */
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 299, components/_helper.scss */
.flex {
  display: flex; }

/* line 305, components/_helper.scss */
.horizontal-link li {
  display: inline-block; }

/* line 310, components/_helper.scss */
.rest {
  margin: 0;
  padding: 0; }

/* line 319, components/_helper.scss */
.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%; }

/* line 330, components/_helper.scss */
.primery-shadow {
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1); }

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
/* line 339, components/_helper.scss */
.icon-img-20 {
  width: 20px; }

/* line 343, components/_helper.scss */
.icon-img-30 {
  width: 30px; }

/* line 347, components/_helper.scss */
.icon-img-40 {
  width: 40px; }

/* line 351, components/_helper.scss */
.icon-img-50 {
  width: 50px; }

/* line 355, components/_helper.scss */
.icon-img-60 {
  width: 60px; }

/* line 359, components/_helper.scss */
.icon-img-70 {
  width: 70px; }

/* line 363, components/_helper.scss */
.icon-img-80 {
  width: 80px; }

/* line 367, components/_helper.scss */
.icon-img-90 {
  width: 90px; }

/* line 371, components/_helper.scss */
.icon-img-100 {
  width: 100px; }

/* line 375, components/_helper.scss */
.icon-img-120 {
  width: 120px; }

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
/* line 384, components/_helper.scss */
.zindex-1 {
  z-index: 1; }

/* line 388, components/_helper.scss */
.zindex-2 {
  z-index: 2; }

/* line 392, components/_helper.scss */
.zindex-3 {
  z-index: 3; }

/* line 396, components/_helper.scss */
.zindex-4 {
  z-index: 4; }

/* line 400, components/_helper.scss */
.zindex-5 {
  z-index: 5; }

/* line 404, components/_helper.scss */
.zindex-10 {
  z-index: 10; }

/* line 408, components/_helper.scss */
.zindex-99 {
  z-index: 99; }

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
/* line 416, components/_helper.scss */
.opacity-05 {
  opacity: .05 !important; }

/* line 420, components/_helper.scss */
.opacity-0 {
  opacity: 0 !important; }

/* line 424, components/_helper.scss */
.opacity-1 {
  opacity: .1 !important; }

/* line 428, components/_helper.scss */
.opacity-2 {
  opacity: .2 !important; }

/* line 432, components/_helper.scss */
.opacity-3 {
  opacity: .3 !important; }

/* line 436, components/_helper.scss */
.opacity-4 {
  opacity: .4 !important; }

/* line 440, components/_helper.scss */
.opacity-5 {
  opacity: .5 !important; }

/* line 444, components/_helper.scss */
.opacity-6 {
  opacity: .6 !important; }

/* line 448, components/_helper.scss */
.opacity-7 {
  opacity: .7 !important; }

/* line 452, components/_helper.scss */
.opacity-8 {
  opacity: .8 !important; }

/* line 455, components/_helper.scss */
.opacity-9 {
  opacity: .9 !important; }

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
/* line 462, components/_helper.scss */
.text-white {
  color: #FFF; }

/* line 466, components/_helper.scss */
.text-black {
  color: #000; }

/* line 470, components/_helper.scss */
.text-dark {
  color: #444; }

/* line 474, components/_helper.scss */
.text-extra-light-gray {
  color: #b7b7b7; }

/* line 480, components/_helper.scss */
.text-hover-inherit:hover {
  color: inherit !important; }

/* line 487, components/_helper.scss */
.text-hover-light:hover {
  color: #fff !important; }

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
/* line 495, components/_helper.scss */
.fw-100 {
  font-weight: 100 !important; }

/* line 499, components/_helper.scss */
.fw-200 {
  font-weight: 200 !important; }

/* line 503, components/_helper.scss */
.fw-300 {
  font-weight: 300 !important; }

/* line 507, components/_helper.scss */
.fw-400 {
  font-weight: 400 !important; }

/* line 511, components/_helper.scss */
.fw-500 {
  font-weight: 500 !important; }

/* line 515, components/_helper.scss */
.fw-600 {
  font-weight: 600 !important; }

/* line 519, components/_helper.scss */
.fw-700 {
  font-weight: 700 !important; }

/* line 523, components/_helper.scss */
.fw-800 {
  font-weight: 800 !important; }

/* line 527, components/_helper.scss */
.fw-900 {
  font-weight: 900 !important; }

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
/* line 534, components/_helper.scss */
.fz-10 {
  font-size: 10px !important; }

/* line 538, components/_helper.scss */
.fz-12 {
  font-size: 12px !important; }

/* line 542, components/_helper.scss */
.fz-13 {
  font-size: 13px !important; }

/* line 546, components/_helper.scss */
.fz-14 {
  font-size: 14px !important; }

/* line 550, components/_helper.scss */
.fz-15 {
  font-size: 15px !important; }

/* line 554, components/_helper.scss */
.fz-16 {
  font-size: 16px !important; }

/* line 558, components/_helper.scss */
.fz-18 {
  font-size: 18px !important; }

/* line 562, components/_helper.scss */
.fz-20 {
  font-size: 20px !important; }

/* line 566, components/_helper.scss */
.fz-22 {
  font-size: 22px !important; }

/* line 570, components/_helper.scss */
.fz-24 {
  font-size: 24px !important; }

/* line 574, components/_helper.scss */
.fz-25 {
  font-size: 25px !important; }

/* line 578, components/_helper.scss */
.fz-26 {
  font-size: 26px !important; }

/* line 582, components/_helper.scss */
.fz-28 {
  font-size: 28px !important; }

/* line 586, components/_helper.scss */
.fz-30 {
  font-size: 30px !important; }

/* line 590, components/_helper.scss */
.fz-35 {
  font-size: 35px !important; }

/* line 594, components/_helper.scss */
.fz-40 {
  font-size: 40px !important; }

/* line 598, components/_helper.scss */
.fz-42 {
  font-size: 42px !important; }

/* line 602, components/_helper.scss */
.fz-44 {
  font-size: 44px !important; }

/* line 606, components/_helper.scss */
.fz-45 {
  font-size: 45px !important; }

/* line 610, components/_helper.scss */
.fz-46 {
  font-size: 46px !important; }

/* line 614, components/_helper.scss */
.fz-48 {
  font-size: 48px !important; }

/* line 618, components/_helper.scss */
.fz-50 {
  font-size: 50px !important; }

/* line 622, components/_helper.scss */
.fz-55 {
  font-size: 55px !important; }

/* line 626, components/_helper.scss */
.fz-60 {
  font-size: 60px !important; }

/* line 630, components/_helper.scss */
.fz-65 {
  font-size: 65px !important; }

/* line 634, components/_helper.scss */
.fz-70 {
  font-size: 70px !important; }

/* line 638, components/_helper.scss */
.fz-80 {
  font-size: 80px !important; }

/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/
/* line 646, components/_helper.scss */
.line-height-1 {
  line-height: 1; }

/* line 650, components/_helper.scss */
.line-height-10 {
  line-height: 10px; }

/* line 654, components/_helper.scss */
.line-height-13 {
  line-height: 13px; }

/* line 658, components/_helper.scss */
.line-height-18 {
  line-height: 18px; }

/* line 662, components/_helper.scss */
.line-height-20 {
  line-height: 20px; }

/* line 666, components/_helper.scss */
.line-height-22 {
  line-height: 22px; }

/* line 670, components/_helper.scss */
.line-height-24 {
  line-height: 24px; }

/* line 674, components/_helper.scss */
.line-height-26 {
  line-height: 26px; }

/* line 678, components/_helper.scss */
.line-height-28 {
  line-height: 28px; }

/* line 682, components/_helper.scss */
.line-height-30 {
  line-height: 30px; }

/* line 686, components/_helper.scss */
.line-height-35 {
  line-height: 35px; }

/* line 690, components/_helper.scss */
.line-height-40 {
  line-height: 40px; }

/* line 694, components/_helper.scss */
.line-height-45 {
  line-height: 45px; }

/* line 698, components/_helper.scss */
.line-height-50 {
  line-height: 50px; }

/* line 702, components/_helper.scss */
.line-height-55 {
  line-height: 55px; }

/* line 706, components/_helper.scss */
.line-height-60 {
  line-height: 60px; }

/* line 710, components/_helper.scss */
.line-height-65 {
  line-height: 65px; }

/* line 714, components/_helper.scss */
.line-height-70 {
  line-height: 70px; }

/* line 718, components/_helper.scss */
.line-height-75 {
  line-height: 75px; }

/* line 722, components/_helper.scss */
.line-height-80 {
  line-height: 80px; }

/* line 726, components/_helper.scss */
.line-height-85 {
  line-height: 85px; }

/* line 730, components/_helper.scss */
.line-height-90 {
  line-height: 90px; }

/* line 734, components/_helper.scss */
.line-height-95 {
  line-height: 95px; }

/* line 738, components/_helper.scss */
.line-height-100 {
  line-height: 100px; }

/* line 742, components/_helper.scss */
.line-height-110 {
  line-height: 110px; }

/* line 746, components/_helper.scss */
.line-height-120 {
  line-height: 120px; }

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
/* line 753, components/_helper.scss */
.text-u {
  text-transform: uppercase !important; }

/* line 757, components/_helper.scss */
.text-l {
  text-transform: lowercase !important; }

/* line 761, components/_helper.scss */
.text-c {
  text-transform: capitalize !important; }

/* line 765, components/_helper.scss */
.text-non {
  text-transform: none !important; }

/* line 769, components/_helper.scss */
.text-i {
  font-style: italic; }

/* line 773, components/_helper.scss */
.text-left {
  text-align: left; }

/* line 777, components/_helper.scss */
.text-right {
  text-align: right; }

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
/* line 784, components/_helper.scss */
.ls0 {
  letter-spacing: 0px !important; }

/* line 788, components/_helper.scss */
.ls1 {
  letter-spacing: 1px !important; }

/* line 792, components/_helper.scss */
.ls2 {
  letter-spacing: 2px !important; }

/* line 796, components/_helper.scss */
.ls3 {
  letter-spacing: 3px !important; }

/* line 800, components/_helper.scss */
.ls4 {
  letter-spacing: 4px !important; }

/* line 804, components/_helper.scss */
.ls5 {
  letter-spacing: 5px !important; }

/* line 808, components/_helper.scss */
.ls6 {
  letter-spacing: 6px !important; }

/* line 812, components/_helper.scss */
.ls7 {
  letter-spacing: 7px !important; }

/* line 816, components/_helper.scss */
.ls8 {
  letter-spacing: 8px !important; }

/* line 820, components/_helper.scss */
.ls9 {
  letter-spacing: 9px !important; }

/* line 824, components/_helper.scss */
.ls10 {
  letter-spacing: 10px !important; }

/* line 828, components/_helper.scss */
.ls15 {
  letter-spacing: 15px !important; }

/* line 832, components/_helper.scss */
.ls20 {
  letter-spacing: 20px !important; }

/* line 836, components/_helper.scss */
.ls25 {
  letter-spacing: 25px !important; }

/* line 840, components/_helper.scss */
.ls30 {
  letter-spacing: 30px !important; }

/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
/* line 848, components/_helper.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 852, components/_helper.scss */
.mt-5 {
  margin-top: 5px !important; }

/* line 856, components/_helper.scss */
.mt-10 {
  margin-top: 10px !important; }

/* line 860, components/_helper.scss */
.mt-15 {
  margin-top: 15px !important; }

/* line 864, components/_helper.scss */
.mt-20 {
  margin-top: 20px !important; }

/* line 868, components/_helper.scss */
.mt-25 {
  margin-top: 25px !important; }

/* line 872, components/_helper.scss */
.mt-30 {
  margin-top: 30px !important; }

/* line 876, components/_helper.scss */
.mt-35 {
  margin-top: 35px !important; }

/* line 880, components/_helper.scss */
.mt-40 {
  margin-top: 40px !important; }

/* line 884, components/_helper.scss */
.mt-45 {
  margin-top: 45px !important; }

/* line 888, components/_helper.scss */
.mt-50 {
  margin-top: 50px !important; }

/* line 892, components/_helper.scss */
.mt-55 {
  margin-top: 55px !important; }

/* line 896, components/_helper.scss */
.mt-60 {
  margin-top: 60px !important; }

/* line 900, components/_helper.scss */
.mt-62 {
  margin-top: 62px !important; }

/* line 904, components/_helper.scss */
.mt-65 {
  margin-top: 65px !important; }

/* line 908, components/_helper.scss */
.mt-70 {
  margin-top: 70px !important; }

/* line 912, components/_helper.scss */
.mt-75 {
  margin-top: 75px !important; }

/* line 916, components/_helper.scss */
.mt-80 {
  margin-top: 80px !important; }

/* line 920, components/_helper.scss */
.mt-85 {
  margin-top: 85px !important; }

/* line 924, components/_helper.scss */
.mt-90 {
  margin-top: 90px !important; }

/* line 928, components/_helper.scss */
.mt-95 {
  margin-top: 95px !important; }

/* line 932, components/_helper.scss */
.mt-100 {
  margin-top: 100px !important; }

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
/* line 939, components/_helper.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 943, components/_helper.scss */
.mb-5 {
  margin-bottom: 5px !important; }

/* line 947, components/_helper.scss */
.mb-10 {
  margin-bottom: 10px !important; }

/* line 951, components/_helper.scss */
.mb-15 {
  margin-bottom: 15px !important; }

/* line 955, components/_helper.scss */
.mb-20 {
  margin-bottom: 20px !important; }

/* line 959, components/_helper.scss */
.mb-25 {
  margin-bottom: 25px !important; }

/* line 963, components/_helper.scss */
.mb-30 {
  margin-bottom: 30px !important; }

/* line 967, components/_helper.scss */
.mb-35 {
  margin-bottom: 35px !important; }

/* line 971, components/_helper.scss */
.mb-40 {
  margin-bottom: 40px !important; }

/* line 975, components/_helper.scss */
.mb-45 {
  margin-bottom: 45px !important; }

/* line 979, components/_helper.scss */
.mb-50 {
  margin-bottom: 50px !important; }

/* line 983, components/_helper.scss */
.mb-55 {
  margin-bottom: 55px !important; }

/* line 987, components/_helper.scss */
.mb-60 {
  margin-bottom: 60px !important; }

/* line 991, components/_helper.scss */
.mb-62 {
  margin-bottom: 62px !important; }

/* line 995, components/_helper.scss */
.mb-65 {
  margin-bottom: 65px !important; }

/* line 999, components/_helper.scss */
.mb-70 {
  margin-bottom: 70px !important; }

/* line 1003, components/_helper.scss */
.mb-75 {
  margin-bottom: 75px !important; }

/* line 1007, components/_helper.scss */
.mb-80 {
  margin-bottom: 80px !important; }

/* line 1011, components/_helper.scss */
.mb-85 {
  margin-bottom: 85px !important; }

/* line 1015, components/_helper.scss */
.mb-90 {
  margin-bottom: 90px !important; }

/* line 1019, components/_helper.scss */
.mb-95 {
  margin-bottom: 95px !important; }

/* line 1023, components/_helper.scss */
.mb-100 {
  margin-bottom: 100px !important; }

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
/* line 1031, components/_helper.scss */
.mr-0 {
  margin-right: 0 !important; }

/* line 1035, components/_helper.scss */
.mr-5 {
  margin-right: 5px !important; }

/* line 1039, components/_helper.scss */
.mr-10 {
  margin-right: 10px !important; }

/* line 1043, components/_helper.scss */
.mr-15 {
  margin-right: 15px !important; }

/* line 1047, components/_helper.scss */
.mr-20 {
  margin-right: 20px !important; }

/* line 1051, components/_helper.scss */
.mr-25 {
  margin-right: 25px !important; }

/* line 1055, components/_helper.scss */
.mr-30 {
  margin-right: 30px !important; }

/* line 1059, components/_helper.scss */
.mr-35 {
  margin-right: 35px !important; }

/* line 1063, components/_helper.scss */
.mr-40 {
  margin-right: 40px !important; }

/* line 1067, components/_helper.scss */
.mr-45 {
  margin-right: 45px !important; }

/* line 1071, components/_helper.scss */
.mr-50 {
  margin-right: 50px !important; }

/* line 1075, components/_helper.scss */
.mr-55 {
  margin-right: 55px !important; }

/* line 1079, components/_helper.scss */
.mr-60 {
  margin-right: 60px !important; }

/* line 1083, components/_helper.scss */
.mr-62 {
  margin-right: 62px !important; }

/* line 1087, components/_helper.scss */
.mr-65 {
  margin-right: 65px !important; }

/* line 1091, components/_helper.scss */
.mr-70 {
  margin-right: 70px !important; }

/* line 1095, components/_helper.scss */
.mr-75 {
  margin-right: 75px !important; }

/* line 1099, components/_helper.scss */
.mr-80 {
  margin-right: 80px !important; }

/* line 1103, components/_helper.scss */
.mr-85 {
  margin-right: 85px !important; }

/* line 1107, components/_helper.scss */
.mr-90 {
  margin-right: 90px !important; }

/* line 1111, components/_helper.scss */
.mr-95 {
  margin-right: 95px !important; }

/* line 1115, components/_helper.scss */
.mr-100 {
  margin-right: 100px !important; }

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
/* line 1123, components/_helper.scss */
.m-auto {
  margin: auto; }

/* line 1127, components/_helper.scss */
.ml-auto {
  margin-left: auto; }

/* line 1131, components/_helper.scss */
.ml-0 {
  margin-left: 0 !important; }

/* line 1135, components/_helper.scss */
.ml-5 {
  margin-left: 5px !important; }

/* line 1139, components/_helper.scss */
.ml-10 {
  margin-left: 10px !important; }

/* line 1143, components/_helper.scss */
.ml-15 {
  margin-left: 15px !important; }

/* line 1147, components/_helper.scss */
.ml-20 {
  margin-left: 20px !important; }

/* line 1151, components/_helper.scss */
.ml-25 {
  margin-left: 25px !important; }

/* line 1155, components/_helper.scss */
.ml-30 {
  margin-left: 30px !important; }

/* line 1159, components/_helper.scss */
.ml-35 {
  margin-left: 35px !important; }

/* line 1163, components/_helper.scss */
.ml-40 {
  margin-left: 40px !important; }

/* line 1167, components/_helper.scss */
.ml-45 {
  margin-left: 45px !important; }

/* line 1171, components/_helper.scss */
.ml-50 {
  margin-left: 50px !important; }

/* line 1175, components/_helper.scss */
.ml-55 {
  margin-left: 55px !important; }

/* line 1179, components/_helper.scss */
.ml-60 {
  margin-left: 60px !important; }

/* line 1183, components/_helper.scss */
.ml-62 {
  margin-left: 62px !important; }

/* line 1187, components/_helper.scss */
.ml-65 {
  margin-left: 65px !important; }

/* line 1191, components/_helper.scss */
.ml-70 {
  margin-left: 70px !important; }

/* line 1195, components/_helper.scss */
.ml-75 {
  margin-left: 75px !important; }

/* line 1199, components/_helper.scss */
.ml-80 {
  margin-left: 80px !important; }

/* line 1203, components/_helper.scss */
.ml-85 {
  margin-left: 85px !important; }

/* line 1207, components/_helper.scss */
.ml-90 {
  margin-left: 90px !important; }

/* line 1211, components/_helper.scss */
.ml-95 {
  margin-left: 95px !important; }

/* line 1215, components/_helper.scss */
.ml-100 {
  margin-left: 100px !important; }

/* line 1219, components/_helper.scss */
.m-auto {
  margin-left: auto;
  margin-right: auto; }

/* line 1224, components/_helper.scss */
.min-30 {
  margin-left: -30px;
  margin-right: -30px; }

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
/* line 1233, components/_helper.scss */
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px; }

/* line 1238, components/_helper.scss */
.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px; }

/* line 1243, components/_helper.scss */
.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px; }

/* line 1248, components/_helper.scss */
.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px; }

/* line 1253, components/_helper.scss */
.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px; }

/* line 1258, components/_helper.scss */
.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px; }

/* line 1263, components/_helper.scss */
.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px; }

/* line 1268, components/_helper.scss */
.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px; }

/* line 1273, components/_helper.scss */
.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px; }

/* line 1278, components/_helper.scss */
.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px; }

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
/* line 1286, components/_helper.scss */
.pt-0 {
  padding-top: 0 !important; }

/* line 1290, components/_helper.scss */
.pt-5 {
  padding-top: 5px !important; }

/* line 1294, components/_helper.scss */
.pt-10 {
  padding-top: 10px !important; }

/* line 1298, components/_helper.scss */
.pt-15 {
  padding-top: 15px !important; }

/* line 1302, components/_helper.scss */
.pt-20 {
  padding-top: 20px !important; }

/* line 1306, components/_helper.scss */
.pt-25 {
  padding-top: 25px !important; }

/* line 1310, components/_helper.scss */
.pt-30 {
  padding-top: 30px !important; }

/* line 1314, components/_helper.scss */
.pt-35 {
  padding-top: 35px !important; }

/* line 1318, components/_helper.scss */
.pt-40 {
  padding-top: 40px !important; }

/* line 1322, components/_helper.scss */
.pt-45 {
  padding-top: 45px !important; }

/* line 1326, components/_helper.scss */
.pt-50 {
  padding-top: 50px !important; }

/* line 1330, components/_helper.scss */
.pt-55 {
  padding-top: 55px !important; }

/* line 1334, components/_helper.scss */
.pt-60 {
  padding-top: 60px !important; }

/* line 1338, components/_helper.scss */
.pt-65 {
  padding-top: 65px !important; }

/* line 1342, components/_helper.scss */
.pt-70 {
  padding-top: 70px !important; }

/* line 1346, components/_helper.scss */
.pt-75 {
  padding-top: 75px !important; }

/* line 1350, components/_helper.scss */
.pt-80 {
  padding-top: 80px !important; }

/* line 1354, components/_helper.scss */
.pt-85 {
  padding-top: 85px !important; }

/* line 1358, components/_helper.scss */
.pt-90 {
  padding-top: 90px !important; }

/* line 1362, components/_helper.scss */
.pt-95 {
  padding-top: 95px !important; }

/* line 1366, components/_helper.scss */
.pt-100 {
  padding-top: 100px !important; }

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
/* line 1373, components/_helper.scss */
.pb-0 {
  padding-bottom: 0 !important; }

/* line 1377, components/_helper.scss */
.pb-5 {
  padding-bottom: 5px !important; }

/* line 1381, components/_helper.scss */
.pb-10 {
  padding-bottom: 10px !important; }

/* line 1385, components/_helper.scss */
.pb-15 {
  padding-bottom: 15px !important; }

/* line 1389, components/_helper.scss */
.pb-20 {
  padding-bottom: 20px !important; }

/* line 1393, components/_helper.scss */
.pb-25 {
  padding-bottom: 25px !important; }

/* line 1397, components/_helper.scss */
.pb-30 {
  padding-bottom: 30px !important; }

/* line 1401, components/_helper.scss */
.pb-35 {
  padding-bottom: 35px !important; }

/* line 1405, components/_helper.scss */
.pb-40 {
  padding-bottom: 40px !important; }

/* line 1409, components/_helper.scss */
.pb-45 {
  padding-bottom: 45px !important; }

/* line 1413, components/_helper.scss */
.pb-50 {
  padding-bottom: 50px !important; }

/* line 1417, components/_helper.scss */
.pb-55 {
  padding-bottom: 55px !important; }

/* line 1421, components/_helper.scss */
.pb-60 {
  padding-bottom: 60px !important; }

/* line 1425, components/_helper.scss */
.pb-65 {
  padding-bottom: 65px !important; }

/* line 1429, components/_helper.scss */
.pb-70 {
  padding-bottom: 70px !important; }

/* line 1433, components/_helper.scss */
.pb-75 {
  padding-bottom: 75px !important; }

/* line 1437, components/_helper.scss */
.pb-80 {
  padding-bottom: 80px !important; }

/* line 1441, components/_helper.scss */
.pb-85 {
  padding-bottom: 85px !important; }

/* line 1445, components/_helper.scss */
.pb-90 {
  padding-bottom: 90px !important; }

/* line 1449, components/_helper.scss */
.pb-95 {
  padding-bottom: 95px !important; }

/* line 1453, components/_helper.scss */
.pb-100 {
  padding-bottom: 100px !important; }

/* line 1457, components/_helper.scss */
.no-padding {
  padding: 0 !important; }

/* line 1461, components/_helper.scss */
.pr-30 {
  padding-right: 30px; }

/* line 1465, components/_helper.scss */
.pr-50 {
  padding-right: 50px; }

/* line 1469, components/_helper.scss */
.pl-30 {
  padding-left: 30px; }

/* line 1473, components/_helper.scss */
.pl-50 {
  padding-left: 50px; }

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
/* line 1481, components/_helper.scss */
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px; }

/* line 1486, components/_helper.scss */
.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px; }

/* line 1491, components/_helper.scss */
.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px; }

/* line 1496, components/_helper.scss */
.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px; }

/* line 1501, components/_helper.scss */
.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px; }

/* line 1506, components/_helper.scss */
.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px; }

/* line 1511, components/_helper.scss */
.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px; }

/* line 1516, components/_helper.scss */
.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px; }

/* line 1521, components/_helper.scss */
.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px; }

/* line 1526, components/_helper.scss */
.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px; }

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
/* line 5, components/_overlay.scss */
[data-overlay-dark],
[data-overlay-light] {
  position: relative; }

/* line 11, components/_overlay.scss */
[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 2; }

/* line 20, components/_overlay.scss */
[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; }

/* line 33, components/_overlay.scss */
[data-overlay-dark]:before {
  background: #1a1a1a; }

/* line 37, components/_overlay.scss */
[data-overlay-light]:before {
  background: #fff; }

/* line 41, components/_overlay.scss */
[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff; }

/* line 67, components/_overlay.scss */
[data-overlay-dark] p {
  color: #eee; }

/* line 71, components/_overlay.scss */
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0; }

/* line 76, components/_overlay.scss */
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1; }

/* line 82, components/_overlay.scss */
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2; }

/* line 88, components/_overlay.scss */
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3; }

/* line 94, components/_overlay.scss */
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4; }

/* line 100, components/_overlay.scss */
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5; }

/* line 106, components/_overlay.scss */
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6; }

/* line 112, components/_overlay.scss */
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7; }

/* line 118, components/_overlay.scss */
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8; }

/* line 124, components/_overlay.scss */
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9; }

/* line 131, components/_overlay.scss */
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1; }

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
/* line 5, components/_menu.scss */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999; }
  /* line 16, components/_menu.scss */
  .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.2);
    border-radius: 40px;
    backdrop-filter: blur(4px);
    min-height: auto;
    transform: translate(0) !important; }
    /* line 27, components/_menu.scss */
    .navbar.nav-crev.nav-scroll {
      background: #f5f5ea;
      border-color: rgba(0, 0, 0, 0.1);
      padding: 0;
      position: fixed;
      top: -80px;
      transform: translateY(80px) !important;
      left: 0;
      width: 100%;
      border-radius: 0; }
      /* line 38, components/_menu.scss */
      .navbar.nav-crev.nav-scroll .navbar-nav .nav-link {
        color: #1d1d1d; }
      /* line 42, components/_menu.scss */
      .navbar.nav-crev.nav-scroll .search-form .search-icon {
        color: #1d1d1d; }
      /* line 46, components/_menu.scss */
      .navbar.nav-crev.nav-scroll .search-form .search-icon:after {
        border-color: rgba(0, 0, 0, 0.1); }
    /* line 51, components/_menu.scss */
    .navbar.nav-crev .navbar-nav .nav-link {
      color: #fff; }
    /* line 55, components/_menu.scss */
    .navbar.nav-crev .search-form .search-icon {
      color: #fff; }
    /* line 59, components/_menu.scss */
    .navbar.nav-crev .search-form .search-icon:after {
      border-color: rgba(255, 255, 255, 0.1); }
  /* line 64, components/_menu.scss */
  .navbar.static {
    position: relative; }
  /* line 68, components/_menu.scss */
  .navbar.main-bg {
    background: #f5f5ea;
    border-color: rgba(0, 0, 0, 0.05); }
  /* line 73, components/_menu.scss */
  .navbar.sub-bg {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.05); }
  /* line 78, components/_menu.scss */
  .navbar.bord {
    border-color: rgba(0, 0, 0, 0.05); }
  /* line 82, components/_menu.scss */
  .navbar.nav-scroll {
    background: #f5f5ea;
    border-color: rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: -80px;
    transition: transform .5s;
    transform: translateY(80px); }
  /* line 92, components/_menu.scss */
  .navbar .icon-bar {
    color: #1d1d1d; }
  /* line 98, components/_menu.scss */
  .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #1d1d1d;
    padding: 20px 10px 15px 10px;
    margin: 0 15px; }
    /* line 107, components/_menu.scss */
    .navbar .navbar-nav .nav-link .rolling-text {
      height: 30px;
      line-height: 30px; }
  /* line 113, components/_menu.scss */
  .navbar .navbar-nav .dropdown-menu {
    padding: 20px 10px;
    border: 1px solid #ddd; }
  /* line 119, components/_menu.scss */
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #1d1d1d;
    background: #fff;
    min-width: 255px;
    transform: translateY(20px);
    transition: all .4s; }
    /* line 130, components/_menu.scss */
    .navbar .dropdown-menu.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    /* line 140, components/_menu.scss */
    .navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
      left: auto;
      right: 248px; }
    /* line 147, components/_menu.scss */
    .navbar .dropdown-menu .dropdown-item {
      font-size: 13px;
      color: #1d1d1d;
      transition: all .4s;
      padding: 10px 25px;
      position: relative; }
      /* line 154, components/_menu.scss */
      .navbar .dropdown-menu .dropdown-item .dropdown-side {
        position: absolute;
        left: 248px;
        top: 10px;
        display: block;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #ddd;
        background: #fff;
        width: 240px;
        padding: 20px 0px;
        transform: translateY(20px);
        transition: all .4s; }
        /* line 168, components/_menu.scss */
        .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
          opacity: 1;
          visibility: visible;
          transform: translateY(0); }
      /* line 175, components/_menu.scss */
      .navbar .dropdown-menu .dropdown-item .icon-arrow {
        position: absolute;
        right: 15px; }
      /* line 180, components/_menu.scss */
      .navbar .dropdown-menu .dropdown-item:after {
        content: '';
        width: 0px;
        height: 1px;
        background: #1d1d1d;
        position: absolute;
        left: 10px;
        top: 50%;
        transition: all .4s; }
      /* line 191, components/_menu.scss */
      .navbar .dropdown-menu .dropdown-item:hover {
        padding-left: 30px;
        background: transparent; }
        /* line 195, components/_menu.scss */
        .navbar .dropdown-menu .dropdown-item:hover:after {
          width: 10px; }
  /* line 202, components/_menu.scss */
  .navbar .no-relative {
    position: static; }
  /* line 206, components/_menu.scss */
  .navbar .dropdown {
    position: static; }
  /* line 210, components/_menu.scss */
  .navbar .mega-menu {
    width: 96vw;
    position: absolute;
    left: 2vw;
    padding: 30px 0 30px !important;
    border: 1px solid #ddd;
    overflow: hidden; }
    /* line 218, components/_menu.scss */
    .navbar .mega-menu .title {
      margin-bottom: 30px; }
      /* line 221, components/_menu.scss */
      .navbar .mega-menu .title .sub-title {
        font-weight: 500; }
    /* line 226, components/_menu.scss */
    .navbar .mega-menu .dropdown-item {
      padding: 10px 0; }
      /* line 229, components/_menu.scss */
      .navbar .mega-menu .dropdown-item:after {
        left: 0; }
      /* line 233, components/_menu.scss */
      .navbar .mega-menu .dropdown-item:hover {
        padding-left: 20px; }
  /* line 239, components/_menu.scss */
  .navbar .search-form {
    position: relative; }
    /* line 244, components/_menu.scss */
    .navbar .search-form.open .form-group {
      opacity: 1;
      visibility: visible;
      bottom: -1px; }
    /* line 252, components/_menu.scss */
    .navbar .search-form.open .search-icon .open-search {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px); }
    /* line 260, components/_menu.scss */
    .navbar .search-form .form-group {
      position: absolute;
      right: 0;
      bottom: -35px;
      transform: translateY(100%);
      padding: 15px;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(4px);
      opacity: 0;
      visibility: hidden;
      transition: all .4s; }
      /* line 272, components/_menu.scss */
      .navbar .search-form .form-group input {
        padding: 10px 55px 10px 15px;
        background: #fff;
        border: 0;
        border-radius: 5px; }
      /* line 279, components/_menu.scss */
      .navbar .search-form .form-group button {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 10px 15px;
        background: #ccc;
        border: 0;
        border-radius: 5px; }
    /* line 290, components/_menu.scss */
    .navbar .search-form .search-icon {
      position: relative;
      padding: 25px 30px;
      cursor: pointer; }
      /* line 295, components/_menu.scss */
      .navbar .search-form .search-icon:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
      /* line 306, components/_menu.scss */
      .navbar .search-form .search-icon .close-search {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.05);
        text-align: center;
        padding: 25px 0;
        font-size: 20px;
        display: none; }
      /* line 320, components/_menu.scss */
      .navbar .search-form .search-icon .open-search {
        transition: all .3s; }
  /* line 327, components/_menu.scss */
  .navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 12px; }

/* line 334, components/_menu.scss */
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 25px 0;
  color: #fff;
  transition: all .7s; }
  /* line 344, components/_menu.scss */
  .topnav.nav-scroll {
    background: #fff;
    color: #1d1d1d; }
    /* line 348, components/_menu.scss */
    .topnav.nav-scroll .menu-icon {
      color: #1d1d1d !important; }
      /* line 353, components/_menu.scss */
      .topnav.nav-scroll .menu-icon .icon i {
        background: #1d1d1d !important; }
    /* line 359, components/_menu.scss */
    .topnav.nav-scroll.no-fixed-scroll {
      display: none; }
  /* line 364, components/_menu.scss */
  .topnav .container,
  .topnav .container-fluid {
    display: flex; }
  /* line 369, components/_menu.scss */
  .topnav .container-fluid {
    padding: 0 60px; }
  /* line 373, components/_menu.scss */
  .topnav .menu-icon {
    margin-left: auto;
    cursor: pointer; }
    /* line 381, components/_menu.scss */
    .topnav .menu-icon.open .text .word {
      opacity: 0;
      transition-delay: .4s; }
    /* line 386, components/_menu.scss */
    .topnav .menu-icon.open .text:after {
      opacity: 1;
      transition-delay: .6s; }
    /* line 392, components/_menu.scss */
    .topnav .menu-icon.open .icon {
      width: 20px; }
      /* line 395, components/_menu.scss */
      .topnav .menu-icon.open .icon i {
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        margin: 0; }
        /* line 401, components/_menu.scss */
        .topnav .menu-icon.open .icon i:first-of-type {
          transform: rotate(45deg); }
        /* line 405, components/_menu.scss */
        .topnav .menu-icon.open .icon i:last-of-type {
          transform: rotate(-45deg); }
    /* line 412, components/_menu.scss */
    .topnav .menu-icon .text {
      font-size: 13px;
      font-weight: 500;
      padding-left: 15px;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      /* line 420, components/_menu.scss */
      .topnav .menu-icon .text:after {
        content: 'close';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-left: 15px;
        opacity: 0;
        transition: all .4s;
        transition-delay: .4s; }
      /* line 433, components/_menu.scss */
      .topnav .menu-icon .text .word {
        transition: all .4s;
        transition-delay: .4s; }
    /* line 439, components/_menu.scss */
    .topnav .menu-icon .icon {
      display: table-cell;
      position: relative; }
      /* line 443, components/_menu.scss */
      .topnav .menu-icon .icon i {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 4px 0;
        transition: transform .4s; }
  /* line 456, components/_menu.scss */
  .topnav.dark .menu-icon {
    color: #fff; }
    /* line 461, components/_menu.scss */
    .topnav.dark .menu-icon .icon i {
      background: #fff; }
  /* line 470, components/_menu.scss */
  .topnav.navlit .menu-icon {
    color: #1d1d1d !important; }
    /* line 475, components/_menu.scss */
    .topnav.navlit .menu-icon .icon i {
      background: #1d1d1d !important; }

/* line 483, components/_menu.scss */
.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1); }
  /* line 503, components/_menu.scss */
  .hamenu.open .menu-links .main-menu > li .link {
    transform: translateY(0);
    transition-delay: 1s; }
  /* line 513, components/_menu.scss */
  .hamenu.open .cont-info:after {
    height: 200vh;
    transition-delay: 1s; }
  /* line 518, components/_menu.scss */
  .hamenu.open .cont-info .search-form,
  .hamenu.open .cont-info .social-text,
  .hamenu.open .cont-info .item {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s; }
  /* line 529, components/_menu.scss */
  .hamenu.open .menu-text:after {
    height: 200vh;
    transition-delay: 1s; }
  /* line 536, components/_menu.scss */
  .hamenu .menu-links {
    margin-top: 30px;
    height: 500px;
    overflow: auto; }
    /* line 541, components/_menu.scss */
    .hamenu .menu-links::-webkit-scrollbar {
      width: 5px; }
    /* line 545, components/_menu.scss */
    .hamenu .menu-links::-webkit-scrollbar-track {
      background: transparent; }
    /* line 549, components/_menu.scss */
    .hamenu .menu-links::-webkit-scrollbar-thumb {
      background: #E95513;
      border-radius: 10px; }
    /* line 554, components/_menu.scss */
    .hamenu .menu-links .main-menu {
      position: relative;
      z-index: 2; }
      /* line 558, components/_menu.scss */
      .hamenu .menu-links .main-menu > li {
        transition: all .5s; }
        /* line 561, components/_menu.scss */
        .hamenu .menu-links .main-menu > li .link {
          font-size: 40px;
          font-weight: 700;
          line-height: 1.2;
          padding: 15px 30px;
          width: 100%;
          position: relative;
          display: block;
          transform: translateY(65px);
          transition: all .7s; }
          /* line 572, components/_menu.scss */
          .hamenu .menu-links .main-menu > li .link i {
            position: absolute;
            top: 50%;
            right: 50px;
            transform: translateY(-8px); }
            /* line 578, components/_menu.scss */
            .hamenu .menu-links .main-menu > li .link i:before {
              content: '';
              width: 1px;
              height: 16px;
              position: absolute;
              top: 0;
              left: 8px;
              transform: translateX(-50%);
              background: #1d1d1d; }
            /* line 589, components/_menu.scss */
            .hamenu .menu-links .main-menu > li .link i:after {
              content: '';
              width: 16px;
              height: 1px;
              position: absolute;
              top: 8px;
              left: 0;
              transform: translateY(-50%);
              background: #1d1d1d; }
          /* line 605, components/_menu.scss */
          .hamenu .menu-links .main-menu > li .link.dopen i:before {
            opacity: 0; }
          /* line 611, components/_menu.scss */
          .hamenu .menu-links .main-menu > li .link .fill-text {
            position: relative;
            color: rgba(0, 0, 0, 0.4); }
            /* line 615, components/_menu.scss */
            .hamenu .menu-links .main-menu > li .link .fill-text:after {
              content: attr(data-text);
              position: absolute;
              top: 0;
              left: 0;
              color: #1d1d1d;
              width: 100%;
              overflow: hidden;
              white-space: nowrap;
              transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1); }
        /* line 635, components/_menu.scss */
        .hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
          width: 0; }
      /* line 643, components/_menu.scss */
      .hamenu .menu-links .main-menu .sub-menu {
        display: none;
        padding: 20px 0; }
        /* line 647, components/_menu.scss */
        .hamenu .menu-links .main-menu .sub-menu li {
          padding: 0;
          margin: 0;
          line-height: 1;
          font-size: 22px;
          font-weight: 400; }
          /* line 654, components/_menu.scss */
          .hamenu .menu-links .main-menu .sub-menu li a {
            padding: 12px 10px;
            opacity: .6;
            transition: all .4s; }
            /* line 659, components/_menu.scss */
            .hamenu .menu-links .main-menu .sub-menu li a:hover {
              opacity: 1; }
  /* line 668, components/_menu.scss */
  .hamenu .menu-text {
    position: relative;
    height: 100%; }
    /* line 672, components/_menu.scss */
    .hamenu .menu-text .text {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      /* line 679, components/_menu.scss */
      .hamenu .menu-text .text h2 {
        writing-mode: vertical-rl;
        font-size: 10vw;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        opacity: .1; }
    /* line 689, components/_menu.scss */
    .hamenu .menu-text:after {
      content: '';
      width: 1px;
      height: 0;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      right: -30px;
      bottom: -75vh;
      transition: all 1s ease; }
  /* line 701, components/_menu.scss */
  .hamenu .cont-info {
    margin-top: 50px;
    position: relative; }
    /* line 705, components/_menu.scss */
    .hamenu .cont-info:after {
      content: '';
      width: 1px;
      height: 0;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: -30px;
      top: -75vh;
      transition: all 1s ease; }
    /* line 716, components/_menu.scss */
    .hamenu .cont-info .item {
      margin-bottom: 50px;
      transform: translateY(-30px);
      opacity: 0;
      transition: all .7s; }
    /* line 723, components/_menu.scss */
    .hamenu .cont-info .search-form {
      transform: translateY(30px);
      opacity: 0;
      transition: all .7s; }
      /* line 728, components/_menu.scss */
      .hamenu .cont-info .search-form .form-group {
        position: relative; }
        /* line 731, components/_menu.scss */
        .hamenu .cont-info .search-form .form-group input {
          color: #1d1d1d;
          padding: 10px 55px 10px 15px;
          background: rgba(0, 0, 0, 0.02);
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          width: 100%; }
        /* line 740, components/_menu.scss */
        .hamenu .cont-info .search-form .form-group button {
          position: absolute;
          top: 0;
          right: 0;
          padding: 10px 15px;
          background: #ccc;
          border: 0;
          border-radius: 5px; }
    /* line 752, components/_menu.scss */
    .hamenu .cont-info .social-text {
      transform: translateY(30px);
      opacity: 0;
      transition: all .7s; }

/* line 762, components/_menu.scss */
.sticky-sidebar .left-header,
.sticky-sidebar .right-header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 999;
  mix-blend-mode: exclusion; }
  /* line 771, components/_menu.scss */
  .sticky-sidebar .left-header .inner-header,
  .sticky-sidebar .right-header .inner-header {
    padding: 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 9; }
/* line 785, components/_menu.scss */
.sticky-sidebar .left-header {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 791, components/_menu.scss */
  .sticky-sidebar .left-header .header-logo a {
    height: 100px; }
  /* line 795, components/_menu.scss */
  .sticky-sidebar .left-header .header-logo img {
    height: 100%;
    width: auto; }
/* line 802, components/_menu.scss */
.sticky-sidebar .right-header {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

/* Titles
-----------------------------------------------------------------*/
/* line 7, components/_title.scss */
.sec-head h2 {
  font-size: 60px; }

/* line 14, components/_title.scss */
.lg-sec-head h2 {
  font-size: 5vw; }

/* line 19, components/_title.scss */
.sec-head-lg {
  transition: all 2s; }
  /* line 22, components/_title.scss */
  .sec-head-lg h2 {
    font-size: 30vw;
    line-height: 1; }
  /* line 27, components/_title.scss */
  .sec-head-lg.is_stuck {
    opacity: .05; }

/* line 32, components/_title.scss */
.sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 39, components/_title.scss */
.sub-font {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500; }

/* line 45, components/_title.scss */
.num-font {
  font-family: 'Space Grotesk', sans-serif; }

/* line 51, components/_title.scss */
.sec-lg-head .dot-titl {
  padding: 10px 35px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative; }
  /* line 61, components/_title.scss */
  .sec-lg-head .dot-titl:before, .sec-lg-head .dot-titl:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f08f74; }
  /* line 73, components/_title.scss */
  .sec-lg-head .dot-titl:before {
    left: 15px; }
  /* line 77, components/_title.scss */
  .sec-lg-head .dot-titl:after {
    right: 15px; }
  /* line 83, components/_title.scss */
  .sec-lg-head .dot-titl.colorbg-1:before, .sec-lg-head .dot-titl.colorbg-1:after {
    background: #E95513; }
  /* line 91, components/_title.scss */
  .sec-lg-head .dot-titl.colorbg-3:before, .sec-lg-head .dot-titl.colorbg-3:after {
    background: #E95513; }
/* line 98, components/_title.scss */
.sec-lg-head .dot-titl-non {
  padding: 7px 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block; }
/* line 110, components/_title.scss */
.sec-lg-head.text-dark .dot-titl {
  border-color: rgba(0, 0, 0, 0.5); }
/* line 114, components/_title.scss */
.sec-lg-head.text-dark p {
  color: #1d1d1d; }
/* line 119, components/_title.scss */
.sec-lg-head .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px; }
/* line 126, components/_title.scss */
.sec-lg-head .path {
  animation: dash 33s linear infinite; }
@keyframes dash {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 2000; } }
/* line 137, components/_title.scss */
.sec-leter-head .leter h4 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #777;
  border-radius: 50%; }
/* line 147, components/_title.scss */
.sec-leter-head .line {
  border-bottom: 1px solid #777;
  margin-top: -1px;
  margin-left: 40px;
  width: 100%; }
/* line 154, components/_title.scss */
.sec-leter-head .title {
  margin-left: 100px;
  margin-top: -20px;
  position: relative; }

/* line 163, components/_title.scss */
.vew-all a {
  position: relative;
  z-index: 2; }
  /* line 167, components/_title.scss */
  .vew-all a:after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1d1d1d;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    opacity: .05;
    z-index: -1; }
/* line 184, components/_title.scss */
.vew-all:hover a {
  text-decoration: underline; }

/* About
-----------------------------------------------------------------*/
/* line 7, layout/_about.scss */
.about-intro .imgs {
  position: relative; }
  /* line 10, layout/_about.scss */
  .about-intro .imgs .img1 {
    width: 70%;
    margin-top: 30px; }
    /* line 14, layout/_about.scss */
    .about-intro .imgs .img1 img {
      position: relative;
      top: -30px; }
  /* line 20, layout/_about.scss */
  .about-intro .imgs .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    border-top: 7px solid #f5f5ea;
    border-left: 7px solid #f5f5ea; }
/* line 32, layout/_about.scss */
.about-intro .cont .feat {
  padding-left: 80px; }

/* line 40, layout/_about.scss */
.intro-crv .img {
  position: relative; }
  /* line 43, layout/_about.scss */
  .intro-crv .img:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -250px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #f08f74;
    z-index: -1; }
/* line 56, layout/_about.scss */
.intro-crv .height-bord {
  height: 75%; }
  /* line 59, layout/_about.scss */
  .intro-crv .height-bord .butn-line {
    height: 100%;
    border-left: 1px solid #fff;
    padding-left: 30px; }
    /* line 64, layout/_about.scss */
    .intro-crv .height-bord .butn-line .crle {
      position: relative; }
      /* line 67, layout/_about.scss */
      .intro-crv .height-bord .butn-line .crle span {
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 50%;
        position: absolute;
        top: -200px;
        left: 35px;
        font-size: 40px;
        transform: rotate(-40deg); }
        /* line 80, layout/_about.scss */
        .intro-crv .height-bord .butn-line .crle span:after {
          content: '';
          width: 150px;
          border-bottom: 1px solid #eee;
          position: absolute;
          top: 50%;
          left: -35px;
          transform: translateX(-25%); }
/* line 94, layout/_about.scss */
.intro-crv .text-bottom {
  position: absolute;
  bottom: 0; }

/* line 102, layout/_about.scss */
.about .about-circle-crev {
  position: relative;
  width: calc(100% - 50px); }
  /* line 106, layout/_about.scss */
  .about .about-circle-crev .circle-button .rotate-circle svg {
    width: 500px; }
  /* line 110, layout/_about.scss */
  .about .about-circle-crev .circle-button {
    position: relative; }
    /* line 113, layout/_about.scss */
    .about .about-circle-crev .circle-button:after {
      content: '';
      position: absolute;
      top: 60px;
      left: 60px;
      right: 60px;
      bottom: 60px;
      border: 70px solid rgba(255, 255, 255, 0.03);
      border-radius: 50%;
      z-index: -1; }
  /* line 126, layout/_about.scss */
  .about .about-circle-crev .rotate-circle {
    animation-duration: 60s; }
  /* line 130, layout/_about.scss */
  .about .about-circle-crev .half-circle-img {
    height: 450px;
    width: 225px;
    border-bottom-right-radius: 450px;
    border-top-right-radius: 450px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    /* line 141, layout/_about.scss */
    .about .about-circle-crev .half-circle-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
/* line 150, layout/_about.scss */
.about .img.bg-pattern {
  padding: 50px;
  background-size: 80px !important;
  background-repeat: repeat;
  position: relative; }
  /* line 156, layout/_about.scss */
  .about .img.bg-pattern img {
    border-radius: 15px;
    margin: auto;
    position: relative;
    z-index: 3; }
  /* line 163, layout/_about.scss */
  .about .img.bg-pattern .tit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(30%) rotate(5deg);
    z-index: 2; }
    /* line 170, layout/_about.scss */
    .about .img.bg-pattern .tit span {
      writing-mode: vertical-rl;
      font-size: 80px;
      font-weight: 800;
      text-transform: uppercase; }
      /* line 176, layout/_about.scss */
      .about .img.bg-pattern .tit span.stroke {
        position: absolute;
        top: 10px;
        left: 20px;
        color: transparent;
        -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.5);
        z-index: -1; }
/* line 188, layout/_about.scss */
.about .img {
  position: relative;
  overflow: hidden; }
  /* line 192, layout/_about.scss */
  .about .img .exp {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 3; }
    /* line 199, layout/_about.scss */
    .about .img .exp:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f5f5ea;
      z-index: -1; }
    /* line 210, layout/_about.scss */
    .about .img .exp:after {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      width: 100%;
      height: 150%;
      background: #E95513;
      transform: rotate(10deg);
      z-index: -2; }
/* line 226, layout/_about.scss */
.about .quote-img h2 {
  position: relative;
  z-index: 1; }
/* line 231, layout/_about.scss */
.about .quote-img .img {
  width: 80%;
  transform: translateX(-50px); }
  /* line 235, layout/_about.scss */
  .about .quote-img .img img {
    border-radius: 10px; }
/* line 241, layout/_about.scss */
.about .mission {
  position: relative; }
  /* line 244, layout/_about.scss */
  .about .mission .about-carsouel {
    padding: 80px 60px;
    position: relative;
    z-index: 3; }
  /* line 250, layout/_about.scss */
  .about .mission .back-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%; }
/* line 259, layout/_about.scss */
.about .bg-pattern {
  background-size: 95% !important; }

/* line 266, layout/_about.scss */
.intro-imgs .to-up {
  margin-top: -80px; }
/* line 270, layout/_about.scss */
.intro-imgs .cont {
  padding: 0 60px; }

/* line 277, layout/_about.scss */
.intro-feat .bg-img {
  padding: 50px 0;
  border-radius: 150px;
  position: relative; }
  /* line 284, layout/_about.scss */
  .intro-feat .bg-img .play-button .butn-ply {
    position: relative; }
    /* line 287, layout/_about.scss */
    .intro-feat .bg-img .play-button .butn-ply .circle {
      fill: #fff;
      stroke-dasharray: 301.59px 301.59px;
      stroke-dashoffset: 301.59px;
      transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
    /* line 297, layout/_about.scss */
    .intro-feat .bg-img .play-button .butn-ply:hover .circle {
      stroke-dashoffset: 0; }
    /* line 302, layout/_about.scss */
    .intro-feat .bg-img .play-button .butn-ply i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
/* line 314, layout/_about.scss */
.intro-feat .three-imgs .img1 {
  width: 190px;
  margin-top: 50px; }
/* line 319, layout/_about.scss */
.intro-feat .three-imgs .img2 {
  width: 250px; }
/* line 324, layout/_about.scss */
.intro-feat .img3 {
  width: 50%;
  margin-left: 25%;
  margin-top: -30%; }
/* line 332, layout/_about.scss */
.intro-feat .two-imgs .img1 {
  width: 60%;
  position: relative; }
  /* line 336, layout/_about.scss */
  .intro-feat .two-imgs .img1 .play-button {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateX(60%); }
    /* line 342, layout/_about.scss */
    .intro-feat .two-imgs .img1 .play-button .vid {
      position: relative; }
    /* line 346, layout/_about.scss */
    .intro-feat .two-imgs .img1 .play-button .butn-ply {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateX(-50%) translateY(-50%); }
      /* line 352, layout/_about.scss */
      .intro-feat .two-imgs .img1 .play-button .butn-ply .circle {
        fill: #E95513;
        stroke-dasharray: 301.59px 301.59px;
        stroke-dashoffset: 301.59px;
        transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97); }
      /* line 361, layout/_about.scss */
      .intro-feat .two-imgs .img1 .play-button .butn-ply:hover .circle {
        stroke-dashoffset: 0; }
      /* line 366, layout/_about.scss */
      .intro-feat .two-imgs .img1 .play-button .butn-ply i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
/* line 376, layout/_about.scss */
.intro-feat .two-imgs .img2 {
  width: 60%;
  margin-top: -35%;
  margin-left: 40%;
  position: relative;
  z-index: 3; }
/* line 389, layout/_about.scss */
.intro-feat .cont .play-button .vid {
  position: relative; }
/* line 393, layout/_about.scss */
.intro-feat .cont .play-button .butn-ply {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  /* line 399, layout/_about.scss */
  .intro-feat .cont .play-button .butn-ply .circle {
    fill: #fff;
    stroke-dasharray: 301.59px 301.59px;
    stroke-dashoffset: 301.59px;
    transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  /* line 409, layout/_about.scss */
  .intro-feat .cont .play-button .butn-ply:hover .circle {
    stroke-dashoffset: 0; }
  /* line 414, layout/_about.scss */
  .intro-feat .cont .play-button .butn-ply i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
/* line 422, layout/_about.scss */
.intro-feat .cont .play-button .text {
  padding: 8px 20px 8px 60px;
  border: 1px solid #f5f5ea;
  border-radius: 4px;
  font-size: 12px; }

/* line 432, layout/_about.scss */
.exp-box {
  padding: 30px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative; }
  /* line 437, layout/_about.scss */
  .exp-box .img-icon {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 70px;
    opacity: .2;
    z-index: -1; }

/* line 449, layout/_about.scss */
.intro-corp .imgs {
  position: relative; }
  /* line 452, layout/_about.scss */
  .intro-corp .imgs .img1 {
    width: 75%;
    margin-left: 25%;
    position: relative;
    z-index: 3; }
    /* line 458, layout/_about.scss */
    .intro-corp .imgs .img1:after {
      content: '';
      position: absolute;
      left: -30px;
      top: 0;
      width: 8px;
      height: 150px;
      background: #E95513; }
    /* line 468, layout/_about.scss */
    .intro-corp .imgs .img1:before {
      content: '';
      position: absolute;
      right: -30px;
      bottom: -30px;
      width: 200px;
      height: 200px;
      background-image: url(../imgs/patterns/dots2.png);
      background-repeat: repeat;
      z-index: -1; }
    /* line 482, layout/_about.scss */
    .intro-corp .imgs .img1.main-color2:after {
      background: #f08f74; }
    /* line 489, layout/_about.scss */
    .intro-corp .imgs .img1.main-color3:after {
      background: #E95513; }
  /* line 495, layout/_about.scss */
  .intro-corp .imgs .img2 {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 50%;
    z-index: 4; }

/* line 505, layout/_about.scss */
.intro-img-parlx {
  position: relative;
  overflow: hidden; }
  /* line 509, layout/_about.scss */
  .intro-img-parlx:after {
    content: '';
    width: 80vw;
    height: 80vw;
    border: 200px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -15vw;
    left: -30vw;
    opacity: .02; }
  /* line 521, layout/_about.scss */
  .intro-img-parlx .max-text {
    font-size: 75px;
    position: relative; }
    /* line 525, layout/_about.scss */
    .intro-img-parlx .max-text:after {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
      z-index: 3; }
  /* line 538, layout/_about.scss */
  .intro-img-parlx .img {
    position: relative;
    z-index: 2; }
    /* line 542, layout/_about.scss */
    .intro-img-parlx .img img {
      width: 250%;
      margin-left: -150%; }
    /* line 547, layout/_about.scss */
    .intro-img-parlx .img .star-shape {
      position: absolute;
      top: 50%;
      right: 0;
      width: 100px;
      z-index: -1;
      opacity: .2; }
  /* line 559, layout/_about.scss */
  .intro-img-parlx .text-qoute .exp {
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 12px; }

/* line 569, layout/_about.scss */
.pg-about .bg-img {
  height: 400px;
  background-size: cover;
  background-position: center center; }

/* Awards
-----------------------------------------------------------------*/
/* line 9, layout/_awards.scss */
.awards-box .awrd-items .item {
  padding: 80px 30px;
  background: #f5f5ea;
  border-radius: 150px;
  text-align: center; }
  /* line 15, layout/_awards.scss */
  .awards-box .awrd-items .item .img {
    width: 70px;
    margin: auto; }
  /* line 20, layout/_awards.scss */
  .awards-box .awrd-items .item h6 {
    margin-top: 15px; }

/* line 31, layout/_awards.scss */
.awards-list .cont li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .3s; }
  /* line 37, layout/_awards.scss */
  .awards-list .cont li:hover {
    border-color: #999; }
  /* line 41, layout/_awards.scss */
  .awards-list .cont li .date {
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    margin-right: 10px; }
  /* line 49, layout/_awards.scss */
  .awards-list .cont li .arrow-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center; }
    /* line 57, layout/_awards.scss */
    .awards-list .cont li .arrow-icon svg {
      width: 15px; }

/* line 69, layout/_awards.scss */
.skills-exp .skill-item .item {
  padding: 50px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin: 0 10px;
  transition: all .4s; }
  /* line 78, layout/_awards.scss */
  .skills-exp .skill-item .item:hover {
    border-color: rgba(0, 0, 0, 0.5); }
    /* line 81, layout/_awards.scss */
    .skills-exp .skill-item .item:hover img {
      filter: grayscale(0); }
  /* line 86, layout/_awards.scss */
  .skills-exp .skill-item .item img {
    filter: grayscale(1);
    transition: all .4s; }
/* line 97, layout/_awards.scss */
.skills-exp .exp-items .item .icon {
  transform: rotate(-30deg);
  margin-bottom: 15px; }
  /* line 101, layout/_awards.scss */
  .skills-exp .exp-items .item .icon svg {
    width: 60px;
    height: 25px;
    fill: #fff; }

/* Blogs
-----------------------------------------------------------------*/
/* line 7, layout/_blog.scss */
.blog-list .item {
  padding: 40px;
  position: relative; }
  /* line 13, layout/_blog.scss */
  .blog-list .item:hover .background {
    opacity: 1;
    background-position: center bottom; }
  /* line 21, layout/_blog.scss */
  .blog-list .item .info .author {
    margin-right: 20px; }
    /* line 24, layout/_blog.scss */
    .blog-list .item .info .author .img {
      width: 60px;
      height: 60px;
      overflow: hidden;
      border-radius: 50%; }
      /* line 30, layout/_blog.scss */
      .blog-list .item .info .author .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  /* line 42, layout/_blog.scss */
  .blog-list .item .tags a {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    margin: 5px 5px 5px 0; }
  /* line 54, layout/_blog.scss */
  .blog-list .item .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    transition: opacity .4s, background-position 10s linear; }
    /* line 67, layout/_blog.scss */
    .blog-list .item .background .more a {
      font-size: 14px;
      padding: 14px 35px;
      background: #E95513;
      border-radius: 30px; }
      /* line 73, layout/_blog.scss */
      .blog-list .item .background .more a span, .blog-list .item .background .more a i {
        color: #000; }

/* line 84, layout/_blog.scss */
.blog-list2 .item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s; }
  /* line 89, layout/_blog.scss */
  .blog-list2 .item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 93, layout/_blog.scss */
  .blog-list2 .item:hover {
    border-bottom-color: #ccc; }
    /* line 98, layout/_blog.scss */
    .blog-list2 .item:hover .title a {
      text-decoration: underline; }
    /* line 105, layout/_blog.scss */
    .blog-list2 .item:hover .img img {
      transform: scale(1);
      opacity: 1; }
  /* line 114, layout/_blog.scss */
  .blog-list2 .item .categ a {
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px; }
  /* line 121, layout/_blog.scss */
  .blog-list2 .item .img {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden; }
    /* line 131, layout/_blog.scss */
    .blog-list2 .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      border-radius: 50%;
      transform: scale(0);
      opacity: 0;
      transition: all .4s; }

/* line 147, layout/_blog.scss */
.blog-modern .item {
  padding-right: 60px; }
  /* line 150, layout/_blog.scss */
  .blog-modern .item .img {
    position: relative; }
    /* line 153, layout/_blog.scss */
    .blog-modern .item .img .date {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: absolute;
      top: 60px;
      right: -70px;
      transform: rotate(-90deg) translateX(-50%) translateY(100%);
      opacity: .7; }
      /* line 163, layout/_blog.scss */
      .blog-modern .item .img .date:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -70px;
        width: 50px;
        border-bottom: 1px solid #cecece; }

/* line 182, layout/_blog.scss */
.blog-crev .item .cont .info {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }
  /* line 188, layout/_blog.scss */
  .blog-crev .item .cont .info .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 30px; }
/* line 197, layout/_blog.scss */
.blog-crev .item .img {
  position: relative; }
  /* line 200, layout/_blog.scss */
  .blog-crev .item .img a {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    color: #f5f5ea;
    z-index: 3;
    opacity: 0;
    transition: all .4s; }
    /* line 215, layout/_blog.scss */
    .blog-crev .item .img a svg {
      width: 25px;
      height: 25px; }
  /* line 221, layout/_blog.scss */
  .blog-crev .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5ea;
    opacity: 0;
    transition: all .4s; }
  /* line 235, layout/_blog.scss */
  .blog-crev .item .img:hover a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1); }
  /* line 240, layout/_blog.scss */
  .blog-crev .item .img:hover:after {
    opacity: .7; }

/* line 250, layout/_blog.scss */
.blog-list-half .item {
  border-radius: 10px;
  overflow: hidden; }
  /* line 254, layout/_blog.scss */
  .blog-list-half .item .img {
    min-height: 300px;
    padding-right: 0; }
    /* line 258, layout/_blog.scss */
    .blog-list-half .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 10px 0 0 10px; }
  /* line 267, layout/_blog.scss */
  .blog-list-half .item .cont {
    padding: 80px 30px; }
    /* line 272, layout/_blog.scss */
    .blog-list-half .item .cont .tags a {
      font-size: 13px;
      padding: 8px 20px;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      transition: all .4s; }
      /* line 279, layout/_blog.scss */
      .blog-list-half .item .cont .tags a:hover {
        background: #f08f74; }
    /* line 288, layout/_blog.scss */
    .blog-list-half .item .cont .tags.colorbg a:hover {
      background: #E95513;
      color: #f5f5ea; }
/* line 300, layout/_blog.scss */
.blog-list-half.crev .item {
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 304, layout/_blog.scss */
  .blog-list-half.crev .item .img {
    padding: 0 0 0 15px; }
    /* line 307, layout/_blog.scss */
    .blog-list-half.crev .item .img img {
      border-radius: 0;
      position: relative;
      bottom: -30px; }
  /* line 314, layout/_blog.scss */
  .blog-list-half.crev .item .cont {
    padding: 30px 0; }

/* line 323, layout/_blog.scss */
.main-post .item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
/* line 327, layout/_blog.scss */
.main-post .main-img {
  box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  overflow: hidden; }
/* line 332, layout/_blog.scss */
.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  /* line 338, layout/_blog.scss */
  .main-post .post-qoute h6 {
    position: relative; }
    /* line 341, layout/_blog.scss */
    .main-post .post-qoute h6:before {
      content: '“';
      position: absolute;
      top: 80px;
      left: -100px;
      font-size: 180px;
      font-family: Poppins;
      line-height: 0; }
/* line 353, layout/_blog.scss */
.main-post .iner-img {
  height: 400px; }
  /* line 356, layout/_blog.scss */
  .main-post .iner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
/* line 367, layout/_blog.scss */
.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: .7;
  padding-left: 15px;
  position: relative; }
  /* line 373, layout/_blog.scss */
  .main-post .unorder-list li:before,
  .main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px; }
/* line 388, layout/_blog.scss */
.main-post .order-list li {
  padding-left: 0; }
  /* line 391, layout/_blog.scss */
  .main-post .order-list li:before {
    display: none; }
  /* line 395, layout/_blog.scss */
  .main-post .order-list li span {
    font-size: 13px; }
/* line 401, layout/_blog.scss */
.main-post .info-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  /* line 407, layout/_blog.scss */
  .main-post .info-area .tags span,
  .main-post .info-area .share-icon span {
    font-size: 14px;
    margin-right: 5px;
    opacity: .7; }
  /* line 413, layout/_blog.scss */
  .main-post .info-area .tags a,
  .main-post .info-area .share-icon a {
    padding: 7px 20px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    margin-right: 5px; }
    /* line 420, layout/_blog.scss */
    .main-post .info-area .tags a:hover,
    .main-post .info-area .share-icon a:hover {
      background: #E95513; }
  /* line 428, layout/_blog.scss */
  .main-post .info-area .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    text-align: center;
    padding: 0; }
/* line 443, layout/_blog.scss */
.main-post .author-area .author-img .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden; }
/* line 454, layout/_blog.scss */
.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  /* line 461, layout/_blog.scss */
  .main-post .next-prv-post .thumb-post:after {
    content: '';
    background: #f5f5ea;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all .4s; }
  /* line 476, layout/_blog.scss */
  .main-post .next-prv-post .thumb-post:hover h6 {
    color: #fff; }
  /* line 480, layout/_blog.scss */
  .main-post .next-prv-post .thumb-post:hover:after {
    opacity: .3;
    background: #1d1d1d; }
  /* line 486, layout/_blog.scss */
  .main-post .next-prv-post .thumb-post:first-of-type {
    margin-right: 15px; }
  /* line 490, layout/_blog.scss */
  .main-post .next-prv-post .thumb-post:last-of-type {
    margin-left: 15px; }

/* line 499, layout/_blog.scss */
.comments-post .item-box {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }
  /* line 504, layout/_blog.scss */
  .comments-post .item-box:last-of-type {
    margin-bottom: 0; }
  /* line 508, layout/_blog.scss */
  .comments-post .item-box.replayed {
    margin-left: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
  /* line 515, layout/_blog.scss */
  .comments-post .item-box .replay-post a {
    font-size: 13px;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    transition: all .4s; }
    /* line 522, layout/_blog.scss */
    .comments-post .item-box .replay-post a:hover {
      background: #E95513; }

/* line 534, layout/_blog.scss */
.comments-from form input,
.comments-from form textarea {
  padding: 15px 0;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
/* line 543, layout/_blog.scss */
.comments-from form button {
  background: transparent;
  border: 0;
  margin: auto;
  text-align: center; }

/* Brands
-----------------------------------------------------------------*/
/* line 7, layout/_brand.scss */
.brands .swiper-container {
  overflow: visible; }
/* line 11, layout/_brand.scss */
.brands .item {
  width: 300px;
  height: 300px;
  text-align: center;
  position: relative; }
  /* line 17, layout/_brand.scss */
  .brands .item:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: all .4s;
    pointer-events: none; }
  /* line 32, layout/_brand.scss */
  .brands .item:hover:after {
    border-color: #000; }
  /* line 37, layout/_brand.scss */
  .brands .item .img {
    width: 100px;
    margin: auto; }

/* line 48, layout/_brand.scss */
.block-sec .clients .item {
  padding: 50px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center; }
  /* line 53, layout/_brand.scss */
  .block-sec .clients .item img {
    max-width: 100px; }

/* line 60, layout/_brand.scss */
.brands-carsouel {
  overflow: hidden; }
  /* line 63, layout/_brand.scss */
  .brands-carsouel .bord-right {
    position: relative; }
    /* line 66, layout/_brand.scss */
    .brands-carsouel .bord-right:after {
      content: '';
      position: absolute;
      top: -120px;
      bottom: -120px;
      right: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
  /* line 76, layout/_brand.scss */
  .brands-carsouel .item {
    text-align: center; }
    /* line 79, layout/_brand.scss */
    .brands-carsouel .item .img {
      width: 100px;
      margin: auto; }

/* line 92, layout/_brand.scss */
.clients .brand:hover .img {
  transform: scale(0);
  opacity: 0; }
/* line 97, layout/_brand.scss */
.clients .brand:hover .link {
  opacity: 1 !important;
  transition: all 0; }
/* line 102, layout/_brand.scss */
.clients .brand:hover .char {
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(20ms * var(--char-index)); }
/* line 108, layout/_brand.scss */
.clients .brand .item {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  /* line 115, layout/_brand.scss */
  .clients .brand .item .link {
    font-size: 16px;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .3s; }
/* line 127, layout/_brand.scss */
.clients .brand .img {
  opacity: .8;
  max-width: 100px;
  margin: auto;
  position: relative;
  transition: all .4s; }

/* line 141, layout/_brand.scss */
.clients-rand .item > div {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1); }
/* line 146, layout/_brand.scss */
.clients-rand .item .sz1 {
  width: 140px;
  height: 140px;
  line-height: 140px;
  padding: 0 20px; }
/* line 153, layout/_brand.scss */
.clients-rand .item .sz2 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  padding: 0 20px; }
/* line 160, layout/_brand.scss */
.clients-rand .item .sz3 {
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 0 20px; }
/* line 167, layout/_brand.scss */
.clients-rand .item img {
  margin: auto; }

/* line 175, layout/_brand.scss */
.clients-carso .img {
  margin: auto; }

/* line 180, layout/_brand.scss */
.clients-carso2 {
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  /* line 185, layout/_brand.scss */
  .clients-carso2 .img {
    margin: auto;
    opacity: .8; }
    /* line 189, layout/_brand.scss */
    .clients-carso2 .img:hover {
      opacity: 1; }

/* Contact
-----------------------------------------------------------------*/
/* line 7, layout/_contact.scss */
.call-action-img .sec-bg-img {
  height: 450px;
  width: 130%;
  position: relative;
  margin-bottom: -200px; }
/* line 14, layout/_contact.scss */
.call-action-img .sec-lg-head {
  position: relative; }
  /* line 17, layout/_contact.scss */
  .call-action-img .sec-lg-head:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    height: 100%;
    background: #fff; }

/* line 31, layout/_contact.scss */
.call-action-center .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4; }

/* line 42, layout/_contact.scss */
.contact-crev {
  position: relative;
  overflow: hidden; }
  /* line 48, layout/_contact.scss */
  .contact-crev.no-crev:after {
    display: none; }
  /* line 53, layout/_contact.scss */
  .contact-crev:after {
    content: '';
    width: 80vw;
    height: 80vw;
    border: 200px solid #000;
    border-radius: 50%;
    position: absolute;
    top: -15vw;
    right: -30vw;
    opacity: .01;
    pointer-events: none; }
  /* line 66, layout/_contact.scss */
  .contact-crev input,
  .contact-crev textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: transparent;
    padding: 15px;
    transition: all .4s; }
    /* line 75, layout/_contact.scss */
    .contact-crev input:focus,
    .contact-crev textarea:focus {
      border-color: #777; }
  /* line 80, layout/_contact.scss */
  .contact-crev textarea {
    min-height: 180px; }

/* Numbers
-----------------------------------------------------------------*/
/* line 7, layout/_counter.scss */
.numbers h2 {
  font-size: 120px; }
/* line 11, layout/_counter.scss */
.numbers h6 {
  font-size: 16px; }

/* line 16, layout/_counter.scss */
.sideimg-numbers {
  position: relative; }
  /* line 19, layout/_counter.scss */
  .sideimg-numbers .bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 2; }
    /* line 27, layout/_counter.scss */
    .sideimg-numbers .bg-right .vid-circle {
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      border-radius: 50%; }
  /* line 36, layout/_counter.scss */
  .sideimg-numbers .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 2; }
    /* line 44, layout/_counter.scss */
    .sideimg-numbers .bg-left .vid-circle {
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      border-radius: 50%; }
  /* line 53, layout/_counter.scss */
  .sideimg-numbers .bg-img {
    background-position: center center; }
    /* line 56, layout/_counter.scss */
    .sideimg-numbers .bg-img .vid {
      position: relative;
      z-index: 2; }
      /* line 60, layout/_counter.scss */
      .sideimg-numbers .bg-img .vid:after {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background: #f5f5ea;
        border-radius: 50%;
        z-index: -1; }
  /* line 74, layout/_counter.scss */
  .sideimg-numbers .numbers {
    transform: translateX(100px);
    padding: 120px 100px 120px 0;
    text-align: right; }
    /* line 79, layout/_counter.scss */
    .sideimg-numbers .numbers .item {
      width: max-content;
      margin-left: auto;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      /* line 85, layout/_counter.scss */
      .sideimg-numbers .numbers .item:last-of-type {
        padding: 0;
        border: 0; }
      /* line 90, layout/_counter.scss */
      .sideimg-numbers .numbers .item h2 {
        font-style: normal; }

/* Features & list & tabs & accordin
-----------------------------------------------------------------*/
/* line 9, layout/_features.scss */
.list-arrow li .icon {
  width: 15px;
  margin-right: 10px; }

/* line 18, layout/_features.scss */
.dot-list li {
  position: relative;
  padding-left: 15px; }
  /* line 22, layout/_features.scss */
  .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #1d1d1d; }

/* line 41, layout/_features.scss */
.text-dark .dot-list li:before {
  background: #f5f5ea; }

/* line 52, layout/_features.scss */
.accordion.bord .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  /* line 55, layout/_features.scss */
  .accordion.bord .title:after {
    left: auto;
    right: 20px; }
  /* line 60, layout/_features.scss */
  .accordion.bord .title .ico {
    left: auto;
    right: 25px; }
/* line 67, layout/_features.scss */
.accordion .title {
  padding: 10px 0 10px 0;
  cursor: pointer;
  position: relative; }
  /* line 72, layout/_features.scss */
  .accordion .title .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 15px;
    height: 1px;
    transform: translateY(-50%);
    background: #555; }
/* line 83, layout/_features.scss */
.accordion .accordion-info {
  display: none;
  margin-top: 15px; }
  /* line 87, layout/_features.scss */
  .accordion .accordion-info .spac {
    margin-top: 30px;
    padding-left: 30px; }
    /* line 91, layout/_features.scss */
    .accordion .accordion-info .spac h6 {
      position: relative; }
      /* line 94, layout/_features.scss */
      .accordion .accordion-info .spac h6:after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #999;
        position: absolute;
        top: 3px;
        left: -15px; }
/* line 108, layout/_features.scss */
.accordion .active {
  display: block; }
  /* line 115, layout/_features.scss */
  .accordion .active .title .ico:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    background: #999; }

/* line 133, layout/_features.scss */
#tabs-fade .tab-content,
#tabs .tab-content {
  display: none; }
  /* line 136, layout/_features.scss */
  #tabs-fade .tab-content.current,
  #tabs .tab-content.current {
    display: block; }

/* line 144, layout/_features.scss */
.approach-carso .swiper-wrapper {
  width: auto; }
/* line 148, layout/_features.scss */
.approach-carso .swiper-slide {
  padding: 70px 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 250px;
  margin-left: -7px;
  margin-right: -7px;
  transition: all .4s; }
  /* line 156, layout/_features.scss */
  .approach-carso .swiper-slide:hover {
    border-color: #f08f74; }
/* line 163, layout/_features.scss */
.approach-carso .item .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
  font-weight: 800;
  line-height: 1; }

/* Footer
-----------------------------------------------------------------*/
/* line 6, layout/_footer.scss */
footer {
  position: relative; }
  /* line 9, layout/_footer.scss */
  footer .call-box {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px; }
    /* line 14, layout/_footer.scss */
    footer .call-box h2 {
      font-size: 80px;
      line-height: 1; }
    /* line 21, layout/_footer.scss */
    footer .call-box .arrow svg {
      width: 80px;
      height: 80px; }
  /* line 30, layout/_footer.scss */
  footer .social-text li {
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    /* line 36, layout/_footer.scss */
    footer .social-text li:last-of-type {
      margin-bottom: 0; }
  /* line 44, layout/_footer.scss */
  footer .subscribe .form-group {
    position: relative; }
  /* line 48, layout/_footer.scss */
  footer .subscribe input {
    color: #1d1d1d;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 30px 15px 0; }
  /* line 57, layout/_footer.scss */
  footer .subscribe button {
    color: #1d1d1d;
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0; }
  /* line 70, layout/_footer.scss */
  footer .logo a {
    max-width: 120px; }
  /* line 75, layout/_footer.scss */
  footer .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 70px;
    background-repeat: repeat;
    pointer-events: none;
    opacity: .5; }

/* Pages Header
-----------------------------------------------------------------*/
/* line 5, layout/_header.scss */
.page-header {
  min-height: 60vh;
  position: relative;
  overflow: hidden; }
  /* line 10, layout/_header.scss */
  .page-header .background {
    min-height: 400px;
    max-width: 1000px;
    margin: auto; }
  /* line 20, layout/_header.scss */
  .page-header .caption .sub-title {
    position: relative;
    padding-left: 20px; }
    /* line 24, layout/_header.scss */
    .page-header .caption .sub-title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #1d1d1d; }
  /* line 39, layout/_header.scss */
  .page-header .explore {
    position: relative; }
    /* line 42, layout/_header.scss */
    .page-header .explore:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 105px;
      height: 105px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      transform: translateX(-50%) translateY(-50%);
      pointer-events: none; }
    /* line 55, layout/_header.scss */
    .page-header .explore .rotate-circle {
      animation-duration: 20s; }
  /* line 60, layout/_header.scss */
  .page-header .main-marq {
    margin-bottom: -40px;
    text-transform: uppercase; }
    /* line 64, layout/_header.scss */
    .page-header .main-marq .slide-har {
      position: relative; }
      /* line 69, layout/_header.scss */
      .page-header .main-marq .slide-har.st1 .box {
        animation: slide-har 150s linear infinite; }
      /* line 76, layout/_header.scss */
      .page-header .main-marq .slide-har.st2 .box {
        animation: slide-har-revers 150s linear infinite; }

/* line 88, layout/_header.scss */
.work-header .caption .sub-title {
  position: relative;
  padding-left: 20px; }
  /* line 92, layout/_header.scss */
  .work-header .caption .sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d1d1d; }
/* line 105, layout/_header.scss */
.work-header .caption h1 {
  font-size: 120px; }

/* line 111, layout/_header.scss */
.proj-header1 {
  padding-top: 120px; }
  /* line 114, layout/_header.scss */
  .proj-header1 .bg-img {
    width: 100%;
    height: 70vh; }

/* line 120, layout/_header.scss */
.proj-header2 {
  min-height: 90vh; }

/* Hero
-----------------------------------------------------------------*/
/* line 5, layout/_hero.scss */
.marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #f5f5ea; }
  /* line 16, layout/_hero.scss */
  .marquee:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: linear-gradient(to left, #f5f5ea, transparent 300px, transparent calc(100% - 300px), #f5f5ea);
    z-index: 3; }
  /* line 28, layout/_hero.scss */
  .marquee h4 {
    font-size: 70px; }

/* line 33, layout/_hero.scss */
.cut-out {
  clip-path: inset(-100vw 0vw -100vw -100vw); }

/* line 37, layout/_hero.scss */
.block-pattern {
  position: relative; }
  /* line 40, layout/_hero.scss */
  .block-pattern .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: contain;
    background-position: center bottom; }

/* line 52, layout/_hero.scss */
.serv-marq {
  position: relative;
  z-index: 3; }
  /* line 56, layout/_hero.scss */
  .serv-marq .ontop {
    transform: rotate(-1deg); }
  /* line 62, layout/_hero.scss */
  .serv-marq .main-marq:after {
    display: none; }
  /* line 69, layout/_hero.scss */
  .serv-marq.skew .main-marq {
    transform: rotate(-2deg); }

/* line 77, layout/_hero.scss */
.my-paroller img {
  transform: translateY(50%); }

/* line 82, layout/_hero.scss */
.back-image {
  height: 75vh;
  min-height: 400px;
  overflow: hidden; }
  /* line 87, layout/_hero.scss */
  .back-image.states {
    min-height: auto; }
    /* line 90, layout/_hero.scss */
    .back-image.states .box {
      height: 100%;
      position: relative;
      z-index: 4; }
    /* line 96, layout/_hero.scss */
    .back-image.states ul {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex; }
      /* line 102, layout/_hero.scss */
      .back-image.states ul li {
        min-width: 350px;
        padding: 40px 30px;
        background: rgba(0, 0, 0, 0.3);
        margin-right: 30px; }
        /* line 108, layout/_hero.scss */
        .back-image.states ul li h5 {
          font-size: 20px;
          font-weight: 500;
          line-height: 1.6;
          text-transform: capitalize; }
      /* line 116, layout/_hero.scss */
      .back-image.states ul .sd-color {
        background: #E95513;
        display: flex; }
        /* line 120, layout/_hero.scss */
        .back-image.states ul .sd-color .numb {
          margin-right: 30px;
          font-size: 40px;
          font-weight: 600; }
      /* line 127, layout/_hero.scss */
      .back-image.states ul .sd-light {
        background: #fff;
        display: flex; }
        /* line 131, layout/_hero.scss */
        .back-image.states ul .sd-light .numb {
          margin-right: 30px;
          font-size: 40px;
          font-weight: 600; }
        /* line 137, layout/_hero.scss */
        .back-image.states ul .sd-light .numb,
        .back-image.states ul .sd-light h5 {
          color: #191919; }
      /* line 143, layout/_hero.scss */
      .back-image.states ul .sd-dark {
        background: #f5f5ea;
        display: flex; }
        /* line 147, layout/_hero.scss */
        .back-image.states ul .sd-dark .numb {
          margin-right: 30px;
          font-size: 40px;
          font-weight: 600; }
        /* line 153, layout/_hero.scss */
        .back-image.states ul .sd-dark .numb,
        .back-image.states ul .sd-dark h5 {
          color: #1d1d1d; }
      /* line 159, layout/_hero.scss */
      .back-image.states ul .blur {
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        display: flex; }
        /* line 164, layout/_hero.scss */
        .back-image.states ul .blur .icon {
          margin-left: auto;
          width: 60px;
          height: 60px;
          line-height: 60px;
          border: 1px solid #fff;
          border-radius: 50%;
          text-align: center;
          font-size: 30px; }

/* line 181, layout/_hero.scss */
.block-sec .img-vid {
  position: relative;
  overflow: hidden; }
  /* line 185, layout/_hero.scss */
  .block-sec .img-vid .rota-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    /* line 191, layout/_hero.scss */
    .block-sec .img-vid .rota-vid .circle-button.in-bord:after {
      background: #fff; }
    /* line 195, layout/_hero.scss */
    .block-sec .img-vid .rota-vid .circle-button.in-bord:before {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(4px);
      border: 0; }
    /* line 201, layout/_hero.scss */
    .block-sec .img-vid .rota-vid .arrow {
      z-index: 3;
      transform: translateX(-7px) translateY(-7px); }

/* line 209, layout/_hero.scss */
.block-img {
  position: relative; }
  /* line 212, layout/_hero.scss */
  .block-img .vid-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%; }
  /* line 220, layout/_hero.scss */
  .block-img .shap1 {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 150px;
    transform: rotate(90deg); }
  /* line 228, layout/_hero.scss */
  .block-img .shap2 {
    position: absolute;
    top: 0;
    right: 10%;
    width: 150px;
    transform: rotate(180deg); }
  /* line 236, layout/_hero.scss */
  .block-img .half-img-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-size: 50%;
    pointer-events: none; }

/* line 248, layout/_hero.scss */
.block-sec {
  position: relative; }
  /* line 251, layout/_hero.scss */
  .block-sec .back-bg {
    position: absolute;
    top: 120px;
    bottom: 120px;
    width: 100%;
    left: 0;
    z-index: -1; }
  /* line 260, layout/_hero.scss */
  .block-sec .cont-box {
    padding: 80px 40px; }

/* line 267, layout/_hero.scss */
.skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px; }
/* line 275, layout/_hero.scss */
.skills-box .skill-progress {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative; }
  /* line 280, layout/_hero.scss */
  .skills-box .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #1d1d1d;
    transition: all 1.5s; }
    /* line 289, layout/_hero.scss */
    .skills-box .skill-progress .progres:after {
      content: attr(data-value);
      position: absolute;
      right: 10px;
      top: -25px;
      font-size: 12px;
      font-weight: 600; }

/* line 303, layout/_hero.scss */
.intro-pan .text {
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 4; }
/* line 314, layout/_hero.scss */
.intro-pan .numbers .item {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
/* line 319, layout/_hero.scss */
.intro-pan .numbers h2 {
  font-size: 100px; }
/* line 323, layout/_hero.scss */
.intro-pan .numbers h6 {
  font-size: 16px; }

/* line 331, layout/_hero.scss */
.sec-img .expr-box {
  display: inline-block;
  border: 5px solid #fff;
  padding: 30px 60px 30px 30px; }
  /* line 336, layout/_hero.scss */
  .sec-img .expr-box h2 {
    position: relative;
    display: inline-block;
    z-index: 3; }
    /* line 341, layout/_hero.scss */
    .sec-img .expr-box h2:after {
      content: '';
      position: absolute;
      top: -10px;
      right: -20px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #E95513;
      opacity: .5;
      z-index: -1; }

/* line 357, layout/_hero.scss */
.thecontainer {
  width: 300%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap; }

/* line 364, layout/_hero.scss */
.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

/* Portfolio
-----------------------------------------------------------------*/
/* line 7, layout/_portfolio.scss */
.works.thecontainer {
  width: 300vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap; }
/* line 14, layout/_portfolio.scss */
.works .panel {
  display: flex;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center; }
  /* line 21, layout/_portfolio.scss */
  .works .panel .item {
    width: 42vw;
    position: relative; }
    /* line 25, layout/_portfolio.scss */
    .works .panel .item .cont {
      margin-top: 30px; }
      /* line 28, layout/_portfolio.scss */
      .works .panel .item .cont h5 {
        font-weight: 600;
        margin-bottom: 5px; }
      /* line 33, layout/_portfolio.scss */
      .works .panel .item .cont span {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: .75; }
    /* line 42, layout/_portfolio.scss */
    .works .panel .item .link-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* line 57, layout/_portfolio.scss */
.workinter .block .block__link {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  /* line 62, layout/_portfolio.scss */
  .workinter .block .block__link:first-of-type {
    padding-top: 0; }
/* line 67, layout/_portfolio.scss */
.workinter .block .hover-reveal {
  width: 450px;
  height: 300px;
  z-index: 3; }
/* line 76, layout/_portfolio.scss */
.workinter .lg-sec-head h2 {
  background: -webkit-linear-gradient(90deg, transparent, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
/* line 84, layout/_portfolio.scss */
.workinter .lg-sec-head .rotate-circle svg {
  width: 220px;
  fill: rgba(255, 255, 255, 0.5); }

/* line 94, layout/_portfolio.scss */
.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden; }
/* line 100, layout/_portfolio.scss */
.portfolio-fixed .img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s linear;
  opacity: 0; }
  /* line 111, layout/_portfolio.scss */
  .portfolio-fixed .img:first-of-type {
    opacity: 1;
    z-index: 1; }
  /* line 116, layout/_portfolio.scss */
  .portfolio-fixed .img:nth-of-type(2) {
    z-index: 2; }
  /* line 120, layout/_portfolio.scss */
  .portfolio-fixed .img:nth-of-type(3) {
    z-index: 3; }
  /* line 124, layout/_portfolio.scss */
  .portfolio-fixed .img:nth-of-type(4) {
    z-index: 4; }
  /* line 128, layout/_portfolio.scss */
  .portfolio-fixed .img:nth-of-type(5) {
    z-index: 5; }
  /* line 132, layout/_portfolio.scss */
  .portfolio-fixed .img.current {
    opacity: 1; }
/* line 137, layout/_portfolio.scss */
.portfolio-fixed .right {
  padding: 250px 100px;
  overflow: hidden; }
/* line 142, layout/_portfolio.scss */
.portfolio-fixed .cont {
  margin-bottom: 250px;
  opacity: .1;
  transition: all .4s; }
  /* line 147, layout/_portfolio.scss */
  .portfolio-fixed .cont:last-of-type {
    margin-bottom: 0; }
  /* line 151, layout/_portfolio.scss */
  .portfolio-fixed .cont.active {
    opacity: 1; }
  /* line 155, layout/_portfolio.scss */
  .portfolio-fixed .cont .img-hiden {
    display: none; }
/* line 162, layout/_portfolio.scss */
.portfolio-fixed .current.cont {
  opacity: 1; }

/* line 168, layout/_portfolio.scss */
.portfolio {
  position: relative; }
  /* line 173, layout/_portfolio.scss */
  .portfolio .sec-head .lg-text {
    font-size: 8vw;
    line-height: 1; }
  /* line 181, layout/_portfolio.scss */
  .portfolio .filtering .filter {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: inline-block; }
  /* line 188, layout/_portfolio.scss */
  .portfolio .filtering span {
    font-weight: 500;
    font-size: 13px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    opacity: .7; }
    /* line 196, layout/_portfolio.scss */
    .portfolio .filtering span.active {
      opacity: 1; }
    /* line 200, layout/_portfolio.scss */
    .portfolio .filtering span.text {
      pointer-events: none; }
  /* line 206, layout/_portfolio.scss */
  .portfolio.changed-bg {
    transition: all .5s; }
    /* line 209, layout/_portfolio.scss */
    .portfolio.changed-bg.chang-text {
      color: #000; }
      /* line 212, layout/_portfolio.scss */
      .portfolio.changed-bg.chang-text p {
        color: #000;
        transition: all .5s; }
      /* line 217, layout/_portfolio.scss */
      .portfolio.changed-bg.chang-text .sec-lg-head .path {
        stroke: #000;
        transition: all .5s; }
  /* line 226, layout/_portfolio.scss */
  .portfolio .work-row .item {
    position: relative;
    padding: 40px 0; }
    /* line 234, layout/_portfolio.scss */
    .portfolio .work-row .item:hover .main-marq .box {
      animation-play-state: running; }
    /* line 240, layout/_portfolio.scss */
    .portfolio .work-row .item .title {
      padding-bottom: 15px; }
      /* line 243, layout/_portfolio.scss */
      .portfolio .work-row .item .title .numb {
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        margin-bottom: 15px; }
    /* line 255, layout/_portfolio.scss */
    .portfolio .work-row .item .cont {
      padding-left: 30px;
      padding-bottom: 15px; }
    /* line 260, layout/_portfolio.scss */
    .portfolio .work-row .item .main-marq {
      position: absolute;
      width: 100%;
      top: 15px;
      left: -50%;
      transform: translateX(-50%);
      opacity: .2;
      z-index: -1; }
      /* line 269, layout/_portfolio.scss */
      .portfolio .work-row .item .main-marq .box {
        animation-play-state: paused; }
        /* line 272, layout/_portfolio.scss */
        .portfolio .work-row .item .main-marq .box .item {
          padding: 0 60px; }
  /* line 284, layout/_portfolio.scss */
  .portfolio .metro .items.height-1 {
    height: 530px; }
    /* line 287, layout/_portfolio.scss */
    .portfolio .metro .items.height-1 img {
      height: 530px;
      width: 100%;
      object-fit: cover; }
  /* line 294, layout/_portfolio.scss */
  .portfolio .metro .items.height-2 {
    height: 250px; }
    /* line 297, layout/_portfolio.scss */
    .portfolio .metro .items.height-2 img {
      height: 250px;
      width: 100%;
      object-fit: cover; }
  /* line 306, layout/_portfolio.scss */
  .portfolio .metro .items .item-img a {
    width: 100%; }
  /* line 314, layout/_portfolio.scss */
  .portfolio .metro .info-overlay .item-img {
    position: relative;
    overflow: hidden; }
    /* line 320, layout/_portfolio.scss */
    .portfolio .metro .info-overlay .item-img:hover:after {
      opacity: .8; }
    /* line 326, layout/_portfolio.scss */
    .portfolio .metro .info-overlay .item-img:hover .info h6,
    .portfolio .metro .info-overlay .item-img:hover .info .tag {
      transform: translateY(0);
      opacity: 1; }
    /* line 332, layout/_portfolio.scss */
    .portfolio .metro .info-overlay .item-img:hover .info .tag {
      transition-delay: .2s; }
    /* line 338, layout/_portfolio.scss */
    .portfolio .metro .info-overlay .item-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #1d1d1d;
      transition: all .4s;
      pointer-events: none;
      opacity: 0; }
    /* line 351, layout/_portfolio.scss */
    .portfolio .metro .info-overlay .item-img .info {
      color: #fff !important;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      overflow: hidden;
      z-index: 2; }
      /* line 361, layout/_portfolio.scss */
      .portfolio .metro .info-overlay .item-img .info h6,
      .portfolio .metro .info-overlay .item-img .info .tag {
        transform: translateY(100px);
        opacity: 0;
        transition: all .6s; }
        /* line 367, layout/_portfolio.scss */
        .portfolio .metro .info-overlay .item-img .info h6 a,
        .portfolio .metro .info-overlay .item-img .info .tag a {
          color: #fff !important; }
      /* line 372, layout/_portfolio.scss */
      .portfolio .metro .info-overlay .item-img .info .tag {
        transition-delay: 0; }
  /* line 379, layout/_portfolio.scss */
  .portfolio .metro .item-img {
    position: relative;
    height: 100%; }
    /* line 383, layout/_portfolio.scss */
    .portfolio .metro .item-img .info-over {
      position: absolute;
      bottom: 30px;
      left: 30px;
      opacity: 0; }
  /* line 397, layout/_portfolio.scss */
  .portfolio .masonry .info-overlay .item-img,
  .portfolio .grid .info-overlay .item-img {
    position: relative; }
    /* line 400, layout/_portfolio.scss */
    .portfolio .masonry .info-overlay .item-img:after,
    .portfolio .grid .info-overlay .item-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #1d1d1d;
      opacity: 0;
      transition: all .4s;
      pointer-events: none; }
    /* line 413, layout/_portfolio.scss */
    .portfolio .masonry .info-overlay .item-img a,
    .portfolio .grid .info-overlay .item-img a {
      width: 100%; }
    /* line 417, layout/_portfolio.scss */
    .portfolio .masonry .info-overlay .item-img .info,
    .portfolio .grid .info-overlay .item-img .info {
      color: #fff;
      position: absolute;
      bottom: 40px;
      left: 40px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .4s;
      z-index: 2; }
    /* line 430, layout/_portfolio.scss */
    .portfolio .masonry .info-overlay .item-img:hover:after,
    .portfolio .grid .info-overlay .item-img:hover:after {
      opacity: .2; }
    /* line 434, layout/_portfolio.scss */
    .portfolio .masonry .info-overlay .item-img:hover .info,
    .portfolio .grid .info-overlay .item-img:hover .info {
      opacity: 1;
      transform: translateY(0); }
  /* line 442, layout/_portfolio.scss */
  .portfolio .masonry .inner,
  .portfolio .grid .inner {
    height: 400px; }
    /* line 445, layout/_portfolio.scss */
    .portfolio .masonry .inner img,
    .portfolio .grid .inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 456, layout/_portfolio.scss */
  .portfolio .masonry .inner {
    height: auto; }
    /* line 459, layout/_portfolio.scss */
    .portfolio .masonry .inner img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  /* line 467, layout/_portfolio.scss */
  .portfolio .max-margin {
    margin-left: -40px;
    margin-right: -40px; }
    /* line 471, layout/_portfolio.scss */
    .portfolio .max-margin .items {
      padding: 0 40px; }

/* line 483, layout/_portfolio.scss */
.portfolio.clasic .item .img {
  position: relative;
  height: 400px; }
  /* line 487, layout/_portfolio.scss */
  .portfolio.clasic .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  /* line 494, layout/_portfolio.scss */
  .portfolio.clasic .item .img .tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 7px 20px;
    border-radius: 30px;
    background: #fff;
    color: #000;
    font-size: 13px;
    transition: all .4s;
    opacity: 0; }
/* line 512, layout/_portfolio.scss */
.portfolio.clasic .item:hover .img .tag {
  opacity: 1; }

/* line 521, layout/_portfolio.scss */
.work-carsouel {
  position: relative; }
  /* line 526, layout/_portfolio.scss */
  .work-carsouel .work-crus.out {
    width: 120%;
    margin-left: -10%; }
  /* line 537, layout/_portfolio.scss */
  .work-carsouel .work-crus .swiper-slide-active .img .cont span,
  .work-carsouel .work-crus .swiper-slide-active .img .cont h6 {
    opacity: 1;
    transform: translate(0); }
  /* line 546, layout/_portfolio.scss */
  .work-carsouel .work-crus .img {
    position: relative; }
    /* line 549, layout/_portfolio.scss */
    .work-carsouel .work-crus .img .cont {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      /* line 554, layout/_portfolio.scss */
      .work-carsouel .work-crus .img .cont span,
      .work-carsouel .work-crus .img .cont h6 {
        background: #f5f5ea;
        font-weight: 500;
        padding: 5px 15px;
        transform: translateY(10px);
        opacity: 0;
        transition: all .4s; }
      /* line 564, layout/_portfolio.scss */
      .work-carsouel .work-crus .img .cont h6 {
        transition-delay: .2s; }
    /* line 569, layout/_portfolio.scss */
    .work-carsouel .work-crus .img .plink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  /* line 580, layout/_portfolio.scss */
  .work-carsouel .work-crus.random .swiper-container {
    overflow: visible; }
  /* line 588, layout/_portfolio.scss */
  .work-carsouel .work-crus.random .swiper-slide .item .img {
    height: 450px; }
    /* line 591, layout/_portfolio.scss */
    .work-carsouel .work-crus.random .swiper-slide .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 604, layout/_portfolio.scss */
  .work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
    height: 380px;
    transform: translateY(35px); }
    /* line 608, layout/_portfolio.scss */
    .work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 621, layout/_portfolio.scss */
  .work-carsouel .out-right {
    clip-path: inset(-100vw -100vw -100vw 0); }
    /* line 624, layout/_portfolio.scss */
    .work-carsouel .out-right .swiper-container {
      overflow: visible; }
  /* line 629, layout/_portfolio.scss */
  .work-carsouel.full-height {
    min-height: 100vh; }
    /* line 634, layout/_portfolio.scss */
    .work-carsouel.full-height .swiper-slide .img {
      height: 60vh; }
      /* line 637, layout/_portfolio.scss */
      .work-carsouel.full-height .swiper-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
  /* line 647, layout/_portfolio.scss */
  .work-carsouel .work-controls {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%; }
    /* line 653, layout/_portfolio.scss */
    .work-carsouel .work-controls .swiper-pagination {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 44; }
      /* line 660, layout/_portfolio.scss */
      .work-carsouel .work-controls .swiper-pagination span {
        cursor: pointer; }

/* line 667, layout/_portfolio.scss */
.showcase-full {
  position: relative; }
  /* line 672, layout/_portfolio.scss */
  .showcase-full .parallax-slider .caption {
    position: relative; }
    /* line 675, layout/_portfolio.scss */
    .showcase-full .parallax-slider .caption h1 {
      font-size: 80px;
      position: relative;
      line-height: 1.2; }
  /* line 686, layout/_portfolio.scss */
  .showcase-full .parallax-slider .swiper-slide-active .caption .discover {
    opacity: 1;
    transition: all .7s; }
  /* line 694, layout/_portfolio.scss */
  .showcase-full .slider-contro {
    position: absolute;
    bottom: 60px;
    left: 80px;
    width: calc(100% - 160px); }
    /* line 700, layout/_portfolio.scss */
    .showcase-full .slider-contro i {
      margin: 0 10px;
      color: #fff; }
    /* line 705, layout/_portfolio.scss */
    .showcase-full .slider-contro span {
      color: #fff;
      white-space: nowrap; }
  /* line 711, layout/_portfolio.scss */
  .showcase-full .dots {
    bottom: 50px;
    z-index: 1; }
    /* line 715, layout/_portfolio.scss */
    .showcase-full .dots span {
      background: #fff;
      width: 5px;
      height: 5px;
      margin: 0 7px !important;
      border-radius: 50% !important; }
      /* line 722, layout/_portfolio.scss */
      .showcase-full .dots span.swiper-pagination-bullet-active {
        position: relative; }
        /* line 725, layout/_portfolio.scss */
        .showcase-full .dots span.swiper-pagination-bullet-active:after {
          content: '';
          position: absolute;
          top: -5px;
          left: -5px;
          right: -5px;
          bottom: -5px;
          border: 1px solid #fff;
          border-radius: 50%; }
  /* line 739, layout/_portfolio.scss */
  .showcase-full .swiper-button-next:after,
  .showcase-full .swiper-button-prev:after {
    display: none; }

/* line 747, layout/_portfolio.scss */
.parallax-show .inner {
  min-height: 100vh; }

/* line 755, layout/_portfolio.scss */
body.inter-center {
  overflow: hidden; }

/* line 760, layout/_portfolio.scss */
.inter-links-center {
  position: relative;
  height: 100vh;
  overflow: auto; }
  /* line 765, layout/_portfolio.scss */
  .inter-links-center::-webkit-scrollbar {
    width: 0; }
  /* line 769, layout/_portfolio.scss */
  .inter-links-center::-webkit-scrollbar-track {
    background: transparent; }
  /* line 773, layout/_portfolio.scss */
  .inter-links-center::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px; }
  /* line 778, layout/_portfolio.scss */
  .inter-links-center::-webkit-scrollbar-thumb:hover {
    background: #555; }
  /* line 786, layout/_portfolio.scss */
  .inter-links-center.horizontal .links-text ul {
    margin-left: -40px !important;
    margin-right: -40px !important; }
  /* line 791, layout/_portfolio.scss */
  .inter-links-center.horizontal .links-text li {
    display: inline-block;
    padding: 40px; }
    /* line 795, layout/_portfolio.scss */
    .inter-links-center.horizontal .links-text li .sub-title {
      margin-bottom: 10px; }
    /* line 799, layout/_portfolio.scss */
    .inter-links-center.horizontal .links-text li h2 {
      font-weight: 700;
      font-size: 30px; }
      /* line 805, layout/_portfolio.scss */
      .inter-links-center.horizontal .links-text li h2 a .tag {
        display: block;
        font-weight: 400; }
      /* line 811, layout/_portfolio.scss */
      .inter-links-center.horizontal .links-text li h2 .num {
        font-size: 14px;
        font-weight: 600;
        opacity: .7;
        margin-right: 15px; }
  /* line 824, layout/_portfolio.scss */
  .inter-links-center .links-text li {
    padding: 40px 0;
    position: relative;
    z-index: 9; }
    /* line 829, layout/_portfolio.scss */
    .inter-links-center .links-text li .text {
      transition: all .4s;
      -webkit-text-stroke: 1px transparent; }
    /* line 834, layout/_portfolio.scss */
    .inter-links-center .links-text li.no-active {
      opacity: .3; }
      /* line 837, layout/_portfolio.scss */
      .inter-links-center .links-text li.no-active .text {
        color: transparent;
        -webkit-text-stroke: 1px #fff; }
    /* line 843, layout/_portfolio.scss */
    .inter-links-center .links-text li.current {
      color: #fff; }
    /* line 847, layout/_portfolio.scss */
    .inter-links-center .links-text li h2 {
      font-weight: 800; }
      /* line 852, layout/_portfolio.scss */
      .inter-links-center .links-text li h2 a .tag {
        display: block;
        font-weight: 400; }
      /* line 858, layout/_portfolio.scss */
      .inter-links-center .links-text li h2 .num {
        font-size: 14px;
        font-weight: 600;
        opacity: .7;
        margin-right: 15px; }
  /* line 868, layout/_portfolio.scss */
  .inter-links-center .links-img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 70vh;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    overflow: hidden; }
    /* line 878, layout/_portfolio.scss */
    .inter-links-center .links-img .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transform: scale(1.1, 1.1);
      transition: all .7s; }
      /* line 888, layout/_portfolio.scss */
      .inter-links-center .links-img .img.current {
        transform: scale(1);
        opacity: 1; }
      /* line 893, layout/_portfolio.scss */
      .inter-links-center .links-img .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/* Pricing
-----------------------------------------------------------------*/
/* line 7, layout/_price.scss */
.price-hr .item {
  padding: 50px 30px; }
  /* line 10, layout/_price.scss */
  .price-hr .item .butn {
    padding: 7px 25px; }
  /* line 16, layout/_price.scss */
  .price-hr .item.text-dark .butn {
    border-color: #fff; }
    /* line 19, layout/_price.scss */
    .price-hr .item.text-dark .butn:hover {
      border-color: #fff; }

/* line 29, layout/_price.scss */
.pricing .item {
  padding: 50px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  /* line 34, layout/_price.scss */
  .pricing .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    /* line 39, layout/_price.scss */
    .pricing .item li:after {
      content: '';
      width: 5px;
      height: 5px;
      background: #1d1d1d;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: calc(50% - 5px); }

/* Process
-----------------------------------------------------------------*/
/* line 5, layout/_process.scss */
.process-corp {
  position: relative;
  overflow: hidden; }
  /* line 9, layout/_process.scss */
  .process-corp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #EFF2F5;
    background-image: url(../imgs/patterns/bg-pattern.png);
    background-size: auto;
    background-repeat: repeat;
    z-index: -1; }
  /* line 23, layout/_process.scss */
  .process-corp .img {
    margin-top: 80px;
    position: relative;
    z-index: 5; }
  /* line 29, layout/_process.scss */
  .process-corp .cont {
    position: relative;
    height: 100%;
    z-index: 3; }
    /* line 34, layout/_process.scss */
    .process-corp .cont:after {
      content: '';
      position: absolute;
      top: 0;
      right: -25%;
      width: 200%;
      height: 200%;
      background: #f5f5ea;
      z-index: -1; }

/* line 49, layout/_process.scss */
.process-crev .row {
  margin-left: -50px; }
/* line 53, layout/_process.scss */
.process-crev .item {
  padding: 30px;
  padding-left: 50px;
  border-right: 1px solid #ccc; }
  /* line 58, layout/_process.scss */
  .process-crev .item:last-of-type {
    border: 0; }

/* Services
-----------------------------------------------------------------*/
/* line 8, layout/_services.scss */
.services-crv .crle-item {
  position: relative; }
  /* line 11, layout/_services.scss */
  .services-crv .crle-item:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.4); }
  /* line 20, layout/_services.scss */
  .services-crv .crle-item .text {
    width: 400px;
    height: 400px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 40px;
    position: relative;
    z-index: 2; }

/* line 37, layout/_services.scss */
.services .arrow .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05); }
/* line 48, layout/_services.scss */
.services .item-bord {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 100px 50px; }
  /* line 54, layout/_services.scss */
  .services .item-bord .arrow svg {
    height: 25px;
    fill: #1d1d1d; }
  /* line 60, layout/_services.scss */
  .services .item-bord:last-of-type {
    border: 0; }
/* line 65, layout/_services.scss */
.services .item-bord2 {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
/* line 72, layout/_services.scss */
.services .serv-items-crev .swiper-slide {
  height: auto; }
/* line 76, layout/_services.scss */
.services .serv-items-crev .item {
  padding: 60px 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all .4s; }
  /* line 82, layout/_services.scss */
  .services .serv-items-crev .item p {
    font-size: 13px; }
  /* line 86, layout/_services.scss */
  .services .serv-items-crev .item:hover {
    background: rgba(0, 0, 0, 0.02); }
/* line 92, layout/_services.scss */
.services .metro {
  display: grid;
  align-content: center;
  overflow: hidden; }
  /* line 97, layout/_services.scss */
  .services .metro .items {
    list-style-type: none;
    gap: 30px;
    display: flex; }
    /* line 102, layout/_services.scss */
    .services .metro .items .item {
      min-width: 400px;
      background: #fff;
      cursor: grab;
      display: grid;
      place-content: center;
      padding: 80px 60px; }

/* line 118, layout/_services.scss */
.serv-box .serv-item {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 124, layout/_services.scss */
  .serv-box .serv-item .arrow svg {
    height: 25px;
    fill: #1d1d1d; }
/* line 131, layout/_services.scss */
.serv-box .lg-pad {
  padding: 60px; }
/* line 137, layout/_services.scss */
.serv-box .crv-more a {
  width: 100%;
  padding: 15px 0px 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  transition: all .4s;
  position: relative; }
  /* line 145, layout/_services.scss */
  .serv-box .crv-more a svg {
    position: absolute;
    top: -1px;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%; }
  /* line 156, layout/_services.scss */
  .serv-box .crv-more a:hover {
    background: #fff;
    color: #181314; }

/* line 164, layout/_services.scss */
.maz-serv {
  position: relative; }
  /* line 167, layout/_services.scss */
  .maz-serv .item-serv {
    padding: 30px 50px; }
  /* line 171, layout/_services.scss */
  .maz-serv .main-marq {
    position: absolute;
    bottom: 20%;
    left: 0; }

/* line 178, layout/_services.scss */
.half-sub-right {
  position: relative; }
  /* line 181, layout/_services.scss */
  .half-sub-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 50px);
    height: 100%;
    background: #fff;
    z-index: -1; }

/* line 197, layout/_services.scss */
.services-tab .serv-tab-cont .item {
  position: relative; }
  /* line 200, layout/_services.scss */
  .services-tab .serv-tab-cont .item .img {
    width: 70%;
    height: 540px; }
    /* line 204, layout/_services.scss */
    .services-tab .serv-tab-cont .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 212, layout/_services.scss */
  .services-tab .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -80px;
    left: 20%;
    right: 0;
    padding: 80px 40px; }
/* line 224, layout/_services.scss */
.services-tab .serv-tab-link .item-link {
  font-size: 40px;
  font-weight: 500;
  cursor: pointer; }
  /* line 229, layout/_services.scss */
  .services-tab .serv-tab-link .item-link span {
    font-size: 20px;
    margin-right: 30px; }
/* line 236, layout/_services.scss */
.services-tab .half-img-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: 50%;
  pointer-events: none; }
/* line 251, layout/_services.scss */
.services-tab.revers .serv-tab-cont .item {
  position: relative; }
  /* line 254, layout/_services.scss */
  .services-tab.revers .serv-tab-cont .item .img {
    width: 70%;
    margin-left: 30%;
    height: 540px; }
    /* line 259, layout/_services.scss */
    .services-tab.revers .serv-tab-cont .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 267, layout/_services.scss */
  .services-tab.revers .serv-tab-cont .item .cont {
    position: absolute;
    bottom: -2px;
    right: 30%;
    left: auto;
    padding: 60px 40px; }
    /* line 274, layout/_services.scss */
    .services-tab.revers .serv-tab-cont .item .cont .bg-pattern {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: bottom;
      pointer-events: none; }

/* line 292, layout/_services.scss */
.serv-img-reveal .block__title {
  transition: all .4s; }
  /* line 295, layout/_services.scss */
  .serv-img-reveal .block__title:hover {
    border-color: #eee; }
/* line 300, layout/_services.scss */
.serv-img-reveal .block[data-fx="1"] a::after,
.serv-img-reveal a.content__text-link[data-fx="1"]::after {
  content: '';
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  left: 0;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
/* line 315, layout/_services.scss */
.serv-img-reveal a.content__text-link[data-fx="1"]::after {
  bottom: 0; }
/* line 319, layout/_services.scss */
.serv-img-reveal .hover-reveal {
  position: fixed;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: rotate(-15deg) translateY(-90px) translateX(50px); }
/* line 330, layout/_services.scss */
.serv-img-reveal .hover-reveal__inner,
.serv-img-reveal .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative; }
/* line 337, layout/_services.scss */
.serv-img-reveal .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314; }
/* line 346, layout/_services.scss */
.serv-img-reveal .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%; }

/* Sliders
-----------------------------------------------------------------*/
/* line 5, layout/_slider.scss */
.svg-animation.star line, .svg-animation.star path {
  animation: starPathRotate;
  animation-direction: alternate-reverse;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center; }

@keyframes starPathRotate {
  0% {
    transform: rotate(0deg); }
  5% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(var(--transform)); }
  60% {
    transform: rotate(var(--transform)); }
  95% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
/* line 18, layout/_slider.scss */
header.full-height {
  min-height: 100vh;
  padding: 100px 0 80px; }
/* line 23, layout/_slider.scss */
header .full-height {
  min-height: 100vh;
  padding: 100px 0 80px; }
/* line 28, layout/_slider.scss */
header.in-box {
  min-height: calc(100vh - 80px);
  padding: 0; }

/* line 34, layout/_slider.scss */
.header-main {
  position: relative;
  background-position: center bottom; }
  /* line 40, layout/_slider.scss */
  .header-main .caption h1 {
    font-size: 100px; }
  /* line 46, layout/_slider.scss */
  .header-main .caption .rotate-circle svg {
    width: 160px; }
  /* line 52, layout/_slider.scss */
  .header-main .circle-button .rotate-circle svg {
    fill: #fff; }
  /* line 56, layout/_slider.scss */
  .header-main .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 70px;
    background-repeat: repeat;
    pointer-events: none; }

/* line 68, layout/_slider.scss */
.header-main-crev {
  position: relative;
  overflow: hidden;
  padding-top: 160px; }
  /* line 73, layout/_slider.scss */
  .header-main-crev .caption {
    border-right: 2px solid rgba(255, 255, 255, 0.1); }
  /* line 77, layout/_slider.scss */
  .header-main-crev .img {
    height: 400px;
    margin-top: 60px; }
    /* line 81, layout/_slider.scss */
    .header-main-crev .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

/* line 90, layout/_slider.scss */
.header-creative {
  position: relative; }
  /* line 93, layout/_slider.scss */
  .header-creative .img {
    position: relative; }
    /* line 96, layout/_slider.scss */
    .header-creative .img .img-assets1 {
      position: absolute;
      top: -180px;
      left: 0;
      width: 200px; }
  /* line 104, layout/_slider.scss */
  .header-creative .svg-animation {
    height: 50px;
    width: 50px; }
  /* line 109, layout/_slider.scss */
  .header-creative .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    pointer-events: none; }

/* line 120, layout/_slider.scss */
.header-startup {
  position: relative; }
  /* line 125, layout/_slider.scss */
  .header-startup .caption .img-in-text {
    height: 55px;
    background-position: center center; }
  /* line 130, layout/_slider.scss */
  .header-startup .caption .stroke {
    color: transparent;
    -webkit-text-stroke: 0.5px #1d1d1d; }
  /* line 135, layout/_slider.scss */
  .header-startup .caption .icon-img-60 {
    filter: invert(1); }
  /* line 140, layout/_slider.scss */
  .header-startup .arrow-down {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    transform: rotate(90deg); }
    /* line 152, layout/_slider.scss */
    .header-startup .arrow-down:after {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      border-radius: 50%;
      border-left: 1px dashed #1d1d1d;
      opacity: .4; }
  /* line 165, layout/_slider.scss */
  .header-startup .bg-pattern-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    pointer-events: none;
    z-index: -1; }
    /* line 175, layout/_slider.scss */
    .header-startup .bg-pattern-half:last-of-type {
      left: auto;
      right: 0; }

/* line 182, layout/_slider.scss */
.header-digital {
  padding: 100px 0 80px;
  position: relative; }
  /* line 186, layout/_slider.scss */
  .header-digital .half-img-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-size: 50%;
    pointer-events: none; }
  /* line 197, layout/_slider.scss */
  .header-digital .bg-pattern {
    background-position: center bottom; }

/* line 202, layout/_slider.scss */
.slider {
  position: relative; }
  /* line 205, layout/_slider.scss */
  .slider .lines {
    z-index: 5; }
  /* line 209, layout/_slider.scss */
  .slider .swiper-slide-active {
    z-index: 3; }
  /* line 213, layout/_slider.scss */
  .slider .parallax-slider {
    position: relative; }
    /* line 216, layout/_slider.scss */
    .slider .parallax-slider .swiper-slide {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 80vh;
      padding: 80px 0; }
      /* line 223, layout/_slider.scss */
      .slider .parallax-slider .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover; }
    /* line 237, layout/_slider.scss */
    .slider .parallax-slider .swiper-slide-active .caption .thin,
    .slider .parallax-slider .swiper-slide-active .caption .btn-curve,
    .slider .parallax-slider .swiper-slide-active .caption p {
      opacity: 1;
      transform: translateY(0); }
    /* line 248, layout/_slider.scss */
    .slider .parallax-slider .caption .cal-act {
      position: relative; }
    /* line 252, layout/_slider.scss */
    .slider .parallax-slider .caption p {
      color: #eee;
      margin-top: 15px;
      opacity: 0;
      transform: translateY(20px);
      transition: all .4s;
      transition-delay: 1s; }
  /* line 263, layout/_slider.scss */
  .slider .sm-stauts {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f5f5ea;
    z-index: 9; }
    /* line 270, layout/_slider.scss */
    .slider .sm-stauts .item {
      padding: 20px 40px; }
      /* line 273, layout/_slider.scss */
      .slider .sm-stauts .item .text {
        margin-left: 20px; }

/* line 280, layout/_slider.scss */
.header-freelancer {
  padding: 120px 0 0 !important;
  overflow: hidden; }
  /* line 284, layout/_slider.scss */
  .header-freelancer .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right bottom; }
  /* line 295, layout/_slider.scss */
  .header-freelancer .img {
    position: relative; }
    /* line 298, layout/_slider.scss */
    .header-freelancer .img:after {
      content: '*';
      font-size: 50vw;
      line-height: 0;
      color: transparent;
      -webkit-text-stroke: 1px #E95513;
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translateX(-50%); }
    /* line 310, layout/_slider.scss */
    .header-freelancer .img img {
      position: relative;
      z-index: 3; }

/* line 323, layout/_slider.scss */
.arch-slider .parallax-slider .caption h5 {
  font-size: 36px;
  overflow: hidden; }
  /* line 327, layout/_slider.scss */
  .arch-slider .parallax-slider .caption h5 span {
    transform: translateX(-15px);
    color: #1d1d1d; }
/* line 333, layout/_slider.scss */
.arch-slider .parallax-slider .caption h1 {
  font-size: 40px;
  letter-spacing: 2px; }
  @media (max-width: 800px) {
    /* line 333, layout/_slider.scss */
    .arch-slider .parallax-slider .caption h1 {
      font-size: 30px !important; } }
/* line 341, layout/_slider.scss */
.arch-slider .parallax-slider .caption p {
  padding-left: 80px;
  margin-left: 10px;
  position: relative; }
  @media (max-width: 800px) {
    /* line 341, layout/_slider.scss */
    .arch-slider .parallax-slider .caption p {
      padding-left: 0px;
      margin-left: 0px; } }
  /* line 350, layout/_slider.scss */
  .arch-slider .parallax-slider .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 2px; }
/* line 362, layout/_slider.scss */
.arch-slider .parallax-slider .explore {
  position: relative; }
  /* line 365, layout/_slider.scss */
  .arch-slider .parallax-slider .explore:before, .arch-slider .parallax-slider .explore:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none; }
  /* line 379, layout/_slider.scss */
  .arch-slider .parallax-slider .explore:before {
    width: 105px;
    height: 105px;
    background: rgba(255, 255, 255, 0.15); }
  /* line 385, layout/_slider.scss */
  .arch-slider .parallax-slider .explore svg {
    fill: #fff; }
/* line 391, layout/_slider.scss */
.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4; }
  /* line 397, layout/_slider.scss */
  .arch-slider .setting .swiper-button-next,
  .arch-slider .setting .swiper-button-prev {
    font-size: 12px;
    color: #1d1d1d;
    background: #f5f5ea;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: static;
    margin: auto; }
    /* line 410, layout/_slider.scss */
    .arch-slider .setting .swiper-button-next:after,
    .arch-slider .setting .swiper-button-prev:after {
      display: none; }
  /* line 415, layout/_slider.scss */
  .arch-slider .setting .swiper-button-next {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 419, layout/_slider.scss */
  .arch-slider .setting .swiper-pagination-bullets {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    /* line 425, layout/_slider.scss */
    .arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 5px;
      height: 5px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      margin: 0 7px;
      position: relative;
      opacity: 1; }
    /* line 435, layout/_slider.scss */
    .arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #1d1d1d;
      transform: scale(1.5); }

/* line 443, layout/_slider.scss */
.crev-header {
  min-height: 100vh;
  position: relative;
  padding: 120px 0 0; }
  /* line 450, layout/_slider.scss */
  .crev-header .caption h1 {
    font-size: 85px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  /* line 458, layout/_slider.scss */
  .crev-header .main-img {
    height: 400px;
    width: 60%;
    margin-left: 40%;
    margin-top: -160px; }
    /* line 464, layout/_slider.scss */
    .crev-header .main-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 472, layout/_slider.scss */
  .crev-header .bg-pattern {
    height: auto;
    bottom: 100px; }

/* Team
-----------------------------------------------------------------*/
/* line 7, layout/_team.scss */
.team .item-join {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  height: calc(100% - 80px); }

/* line 16, layout/_team.scss */
.team-box .item {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 21, layout/_team.scss */
  .team-box .item .info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #f5f5ea;
    border-radius: 50px;
    padding: 10px 40px 10px 10px; }
    /* line 29, layout/_team.scss */
    .team-box .item .info h6 {
      line-height: 1;
      margin-top: 5px; }
  /* line 37, layout/_team.scss */
  .team-box .item:hover .img {
    top: 0;
    left: 0;
    transform: scale(1) translateY(0);
    border-radius: 0; }

/* line 51, layout/_team.scss */
.team-crev .swiper-slide .item {
  position: relative; }
  /* line 56, layout/_team.scss */
  .team-crev .swiper-slide .item:hover .info {
    opacity: 1;
    visibility: visible; }
  /* line 61, layout/_team.scss */
  .team-crev .swiper-slide .item:hover img {
    filter: grayscale(0) !important; }
  /* line 66, layout/_team.scss */
  .team-crev .swiper-slide .item .info {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 1px;
    right: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .4s; }
  /* line 78, layout/_team.scss */
  .team-crev .swiper-slide .item .main-marq {
    position: absolute;
    bottom: 0;
    padding: 15px 0; }
    /* line 83, layout/_team.scss */
    .team-crev .swiper-slide .item .main-marq .item {
      padding: 0 15px !important; }
      /* line 86, layout/_team.scss */
      .team-crev .swiper-slide .item .main-marq .item h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 !important; }
    /* line 93, layout/_team.scss */
    .team-crev .swiper-slide .item .main-marq.team-position {
      background: #f5f5ea;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%) rotateZ(-5deg); }
    /* line 100, layout/_team.scss */
    .team-crev .swiper-slide .item .main-marq.team-name {
      background: #E95513;
      left: 0; }
/* line 107, layout/_team.scss */
.team-crev .swiper-slide .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  border: 2px solid #E95513;
  border-bottom: 0;
  overflow: hidden; }
/* line 117, layout/_team.scss */
.team-crev .swiper-slide:nth-of-type(even) .info {
  left: 0;
  right: 0; }
/* line 122, layout/_team.scss */
.team-crev .swiper-slide:nth-of-type(even) .img {
  transform: translateY(60px);
  border-color: transparent; }
  /* line 126, layout/_team.scss */
  .team-crev .swiper-slide:nth-of-type(even) .img img {
    filter: grayscale(100%);
    transition: all .4s; }

/* Testimonials
-----------------------------------------------------------------*/
/* line 5, layout/_testimonials.scss */
.testimonials-crev {
  position: relative; }
  /* line 14, layout/_testimonials.scss */
  .testimonials-crev .testim .item .author-img .img {
    width: 120px;
    height: 120px;
    position: relative;
    padding: 10px; }
    /* line 20, layout/_testimonials.scss */
    .testimonials-crev .testim .item .author-img .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #1d1d1d;
      opacity: .05; }
    /* line 32, layout/_testimonials.scss */
    .testimonials-crev .testim .item .author-img .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      position: relative;
      z-index: 2; }
  /* line 45, layout/_testimonials.scss */
  .testimonials-crev .testim .item .author-review .for {
    padding: 8px 20px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500; }
  /* line 55, layout/_testimonials.scss */
  .testimonials-crev .testim .item .author-review .rate-stars {
    font-size: 12px;
    color: #ffb818; }
  /* line 63, layout/_testimonials.scss */
  .testimonials-crev .imgs-patrn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden; }
    /* line 72, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img-patrn {
      position: absolute;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      /* line 79, layout/_testimonials.scss */
      .testimonials-crev .imgs-patrn .img-patrn img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 86, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img1 {
      top: -20px;
      left: 22%;
      width: 70px;
      height: 70px; }
    /* line 93, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img2 {
      top: 5%;
      right: 15%;
      width: 80px;
      height: 80px; }
    /* line 100, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img3 {
      top: 40%;
      left: -10px;
      width: 80px;
      height: 80px; }
    /* line 107, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img4 {
      top: 50%;
      right: -50px; }
    /* line 112, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img5 {
      top: 55%;
      left: 30%;
      width: 50px;
      height: 50px; }
    /* line 119, layout/_testimonials.scss */
    .testimonials-crev .imgs-patrn .img6 {
      top: 65%;
      right: 20%;
      width: 50px;
      height: 50px; }

/* line 128, layout/_testimonials.scss */
.testimonials {
  position: relative;
  color: #f5f5ea;
  overflow: hidden; }
  /* line 133, layout/_testimonials.scss */
  .testimonials:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #E95513; }
  /* line 143, layout/_testimonials.scss */
  .testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(../imgs/svg-assets/left-quote.png);
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
    transform: rotate(-5deg);
    opacity: .2;
    z-index: 4; }
  /* line 161, layout/_testimonials.scss */
  .testimonials .testim-items .swiper-container {
    padding-top: 200px;
    margin-top: -200px; }
  /* line 168, layout/_testimonials.scss */
  .testimonials .testim-items .item .img {
    position: relative;
    margin-top: -200px;
    padding-right: 50px; }
  /* line 174, layout/_testimonials.scss */
  .testimonials .testim-items .item .cont {
    color: #fff;
    padding: 60px;
    background: #fff; }

/* line 185, layout/_testimonials.scss */
.testim-creative .arrows-carsouel {
  position: relative; }
  /* line 188, layout/_testimonials.scss */
  .testim-creative .arrows-carsouel:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20vh;
    top: -80vh;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 197, layout/_testimonials.scss */
  .testim-creative .arrows-carsouel .swiper-button-prev,
  .testim-creative .arrows-carsouel .swiper-button-next {
    padding: 40px 80px; }
  /* line 202, layout/_testimonials.scss */
  .testim-creative .arrows-carsouel .swiper-button-next {
    position: relative; }
    /* line 205, layout/_testimonials.scss */
    .testim-creative .arrows-carsouel .swiper-button-next:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -80px;
      height: 180px;
      width: 100%;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 216, layout/_testimonials.scss */
  .testim-creative .arrows-carsouel .left,
  .testim-creative .arrows-carsouel .right {
    width: 40px;
    margin-left: -15px;
    position: relative;
    z-index: 3; }
  /* line 224, layout/_testimonials.scss */
  .testim-creative .arrows-carsouel .left {
    transform: rotate(180deg); }
/* line 229, layout/_testimonials.scss */
.testim-creative .testim-items {
  padding-top: 80px;
  padding-left: 80px;
  position: relative; }
  /* line 234, layout/_testimonials.scss */
  .testim-creative .testim-items:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -120px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

/* line 249, layout/_testimonials.scss */
.testim-clasic .item .author-info {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center; }
  /* line 255, layout/_testimonials.scss */
  .testim-clasic .item .author-info .arrow {
    position: absolute;
    top: 20%;
    right: -1px;
    width: 80px;
    height: 50px; }
    /* line 262, layout/_testimonials.scss */
    .testim-clasic .item .author-info .arrow:before {
      content: '';
      width: 94px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      bottom: 50%;
      right: -7px;
      transform: rotate(-32deg); }
    /* line 272, layout/_testimonials.scss */
    .testim-clasic .item .author-info .arrow:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      bottom: 0;
      right: 0; }
/* line 283, layout/_testimonials.scss */
.testim-clasic .item .cont {
  padding: 40px 0 40px 40px; }
/* line 288, layout/_testimonials.scss */
.testim-clasic .swiper-controls {
  position: relative;
  padding-left: 25px; }
  /* line 292, layout/_testimonials.scss */
  .testim-clasic .swiper-controls .swiper-pagination {
    position: relative;
    display: inline-block;
    margin: 0 30px; }
  /* line 298, layout/_testimonials.scss */
  .testim-clasic .swiper-controls .left,
  .testim-clasic .swiper-controls .right {
    width: 25px;
    position: relative;
    z-index: 3; }
  /* line 305, layout/_testimonials.scss */
  .testim-clasic .swiper-controls .left {
    transform: rotate(180deg); }
/* line 310, layout/_testimonials.scss */
.testim-clasic .swiper-container-horizontal > .swiper-pagination-bullets, .testim-clasic .swiper-pagination-custom, .testim-clasic .swiper-pagination-fraction {
  position: relative; }

/* line 319, layout/_testimonials.scss */
.testim-vrt .main-marqv .item {
  padding: 30px;
  background: #f4f4f4; }

/* line 330, layout/_testimonials.scss */
.testim-crv .testim-swiper2 .item {
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
/* line 339, layout/_testimonials.scss */
.testim-crv .testim-swiper .item {
  padding: 40px 30px;
  border-radius: 20px; }
/* line 347, layout/_testimonials.scss */
.testim-crv.text-dark .item {
  border-color: rgba(0, 0, 0, 0.2); }
/* line 356, layout/_testimonials.scss */
.testim-crv .clients-carso .item > div {
  margin: auto; }

/* line 363, layout/_testimonials.scss */
.testim-crv2 {
  position: relative;
  overflow: hidden; }
  /* line 367, layout/_testimonials.scss */
  .testim-crv2 .line-icon {
    position: relative; }
    /* line 370, layout/_testimonials.scss */
    .testim-crv2 .line-icon:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 379, layout/_testimonials.scss */
    .testim-crv2 .line-icon .img {
      width: 60px;
      height: 60px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      padding: 15px;
      margin-right: 50px;
      position: relative;
      z-index: 2; }
  /* line 391, layout/_testimonials.scss */
  .testim-crv2 .bord-qoute,
  .testim-crv2 .img-qoute {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden; }
  /* line 399, layout/_testimonials.scss */
  .testim-crv2 .bord-qoute {
    border: 1px solid rgba(0, 0, 0, 0.5); }
    /* line 402, layout/_testimonials.scss */
    .testim-crv2 .bord-qoute .qoute-icon {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      padding: 40px;
      position: relative;
      z-index: 4; }
  /* line 412, layout/_testimonials.scss */
  .testim-crv2 .img-qoute {
    position: absolute;
    top: 0;
    left: 25%; }
    /* line 417, layout/_testimonials.scss */
    .testim-crv2 .img-qoute img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  /* line 425, layout/_testimonials.scss */
  .testim-crv2 .half-img-left,
  .testim-crv2 .half-img-right {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-size: 50%;
    pointer-events: none; }
  /* line 437, layout/_testimonials.scss */
  .testim-crv2 .half-img-left {
    background-position: left top; }

/* line 442, layout/_testimonials.scss */
.testim-corp {
  position: relative;
  overflow: hidden; }
  /* line 446, layout/_testimonials.scss */
  .testim-corp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #EFF2F5;
    background-image: url(../imgs/patterns/bg-pattern.png);
    background-size: auto;
    background-repeat: repeat;
    z-index: -1; }
  /* line 460, layout/_testimonials.scss */
  .testim-corp .testim-crv2 {
    overflow: visible; }
  /* line 464, layout/_testimonials.scss */
  .testim-corp .main-img {
    margin-top: 80px;
    position: relative;
    z-index: 5; }
  /* line 470, layout/_testimonials.scss */
  .testim-corp .box {
    position: relative;
    height: 100%;
    z-index: 3; }
    /* line 475, layout/_testimonials.scss */
    .testim-corp .box:after {
      content: '';
      position: absolute;
      top: 0;
      right: -25%;
      width: 200%;
      height: 200%;
      background: #f5f5ea;
      z-index: -1; }

/* line 490, layout/_testimonials.scss */
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: static;
  display: inline-block; }
  /* line 495, layout/_testimonials.scss */
  .swiper-controls .swiper-button-prev:after,
  .swiper-controls .swiper-button-next:after {
    display: none; }
/* line 507, layout/_testimonials.scss */
.swiper-controls.arrow-out .swiper-button-prev:hover .left,
.swiper-controls.arrow-out .swiper-button-prev:hover .right,
.swiper-controls.arrow-out .swiper-button-next:hover .left,
.swiper-controls.arrow-out .swiper-button-next:hover .right {
  background: rgba(0, 0, 0, 0.05); }
/* line 514, layout/_testimonials.scss */
.swiper-controls.arrow-out .left,
.swiper-controls.arrow-out .right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #1d1d1d; }
/* line 525, layout/_testimonials.scss */
.swiper-controls.arrow-out .left {
  transform: rotate(180deg); }

/* line 531, layout/_testimonials.scss */
.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.5);
  margin: 0 7px; }

/* line 536, layout/_testimonials.scss */
.swiper-pagination-bullet-active {
  background: #E95513; }

/* Video
-----------------------------------------------------------------*/
/* line 5, layout/_video.scss */
.video-sec {
  position: relative;
  overflow: hidden;
  height: 600px; }
  /* line 10, layout/_video.scss */
  .video-sec video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%); }
  /* line 21, layout/_video.scss */
  .video-sec .play-button a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%; }

/* Shop
-----------------------------------------------------------------*/
/* line 9, layout/_shop.scss */
.main-shop .sidebar .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative; }
  /* line 14, layout/_shop.scss */
  .main-shop .sidebar .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
/* line 28, layout/_shop.scss */
.main-shop .sidebar .search .form-group {
  position: relative; }
  /* line 31, layout/_shop.scss */
  .main-shop .sidebar .search .form-group input {
    width: 100%;
    padding-bottom: 15px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 39, layout/_shop.scss */
  .main-shop .sidebar .search .form-group button {
    width: 0;
    height: 0;
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    font-size: 20px;
    line-height: 1; }
/* line 56, layout/_shop.scss */
.main-shop .sidebar .categories li {
  display: block;
  margin-bottom: 10px; }
  /* line 60, layout/_shop.scss */
  .main-shop .sidebar .categories li:hover {
    color: #ffaa17; }
  /* line 64, layout/_shop.scss */
  .main-shop .sidebar .categories li:last-of-type {
    margin-bottom: 0; }
/* line 72, layout/_shop.scss */
.main-shop .sidebar .price-range .price-input .field {
  display: flex;
  align-items: center;
  max-width: 60px; }
/* line 77, layout/_shop.scss */
.main-shop .sidebar .price-range .field input {
  border: 0;
  background: transparent;
  pointer-events: none; }
/* line 82, layout/_shop.scss */
.main-shop .sidebar .price-range input[type="number"]::-webkit-outer-spin-button,
.main-shop .sidebar .price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }
/* line 86, layout/_shop.scss */
.main-shop .sidebar .price-range .slider-range {
  height: 2px;
  position: relative;
  background: rgba(0, 0, 0, 0.1); }
/* line 91, layout/_shop.scss */
.main-shop .sidebar .price-range .slider-range .progress {
  height: 8px;
  top: -3px;
  left: 0;
  right: 25%;
  position: absolute;
  border-radius: 0;
  background: #ffaa17; }
/* line 100, layout/_shop.scss */
.main-shop .sidebar .price-range .range-input {
  position: relative; }
/* line 103, layout/_shop.scss */
.main-shop .sidebar .price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
/* line 113, layout/_shop.scss */
.main-shop .sidebar .price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 5px;
  border: none;
  background: #ffaa17;
  pointer-events: auto;
  -webkit-appearance: none; }
/* line 121, layout/_shop.scss */
.main-shop .sidebar .price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 5px;
  border: none;
  background: #ffaa17;
  pointer-events: auto;
  -moz-appearance: none; }
/* line 133, layout/_shop.scss */
.main-shop .sidebar .best-sale .line-list {
  margin-bottom: 30px;
  position: relative; }
  /* line 137, layout/_shop.scss */
  .main-shop .sidebar .best-sale .line-list .over-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 145, layout/_shop.scss */
  .main-shop .sidebar .best-sale .line-list:last-of-type {
    margin-bottom: 0; }
  /* line 149, layout/_shop.scss */
  .main-shop .sidebar .best-sale .line-list .img {
    width: 80px;
    height: 80px; }
    /* line 153, layout/_shop.scss */
    .main-shop .sidebar .best-sale .line-list .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  /* line 161, layout/_shop.scss */
  .main-shop .sidebar .best-sale .line-list .cont {
    padding-left: 15px; }
    /* line 164, layout/_shop.scss */
    .main-shop .sidebar .best-sale .line-list .cont .rate {
      font-size: 12px;
      color: #aaa;
      margin-bottom: 10px; }
    /* line 170, layout/_shop.scss */
    .main-shop .sidebar .best-sale .line-list .cont h6,
    .main-shop .sidebar .best-sale .line-list .cont h5 {
      line-height: 1.2; }
    /* line 175, layout/_shop.scss */
    .main-shop .sidebar .best-sale .line-list .cont h6 {
      font-size: 16px; }
    /* line 179, layout/_shop.scss */
    .main-shop .sidebar .best-sale .line-list .cont h5 {
      font-size: 17px;
      color: #ffaa17; }
/* line 191, layout/_shop.scss */
.main-shop .sidebar .tags .tags-links a {
  font-size: 13px;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin: 3px 3px 3px 0;
  transition: all .4s; }
  /* line 199, layout/_shop.scss */
  .main-shop .sidebar .tags .tags-links a:hover {
    background: transparent;
    color: #ffaa17; }
/* line 212, layout/_shop.scss */
.main-shop .shop-products .top-side .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }
/* line 218, layout/_shop.scss */
.main-shop .shop-products .top-side .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  min-width: 260px;
  height: 40px; }
/* line 227, layout/_shop.scss */
.main-shop .shop-products .top-side .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
/* line 241, layout/_shop.scss */
.main-shop .shop-products .top-side .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #1d1d1d transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 0; }
/* line 252, layout/_shop.scss */
.main-shop .shop-products .top-side .select-styled:active:after, .main-shop .shop-products .top-side .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #1d1d1d transparent; }
/* line 257, layout/_shop.scss */
.main-shop .shop-products .top-side .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f5f5ea;
  border: 1px solid rgba(0, 0, 0, 0.4); }
/* line 270, layout/_shop.scss */
.main-shop .shop-products .top-side .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
/* line 280, layout/_shop.scss */
.main-shop .shop-products .top-side .select-options li:hover, .main-shop .shop-products .top-side .select-options li.is-selected {
  color: #1d1d1d;
  background: #fff; }
/* line 284, layout/_shop.scss */
.main-shop .shop-products .top-side .select-options li[rel="hide"] {
  display: none; }
/* line 291, layout/_shop.scss */
.main-shop .shop-products .item .img {
  position: relative; }
  /* line 296, layout/_shop.scss */
  .main-shop .shop-products .item .img:hover .add-cart,
  .main-shop .shop-products .item .img:hover .fav {
    opacity: 1;
    visibility: visible; }
  /* line 302, layout/_shop.scss */
  .main-shop .shop-products .item .img:hover:after {
    opacity: .3; }
  /* line 307, layout/_shop.scss */
  .main-shop .shop-products .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    opacity: 0;
    transition: all .4s; }
  /* line 319, layout/_shop.scss */
  .main-shop .shop-products .item .img .add-cart {
    position: absolute;
    bottom: 40px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 35px;
    background: #fff;
    border-radius: 40px;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 3; }
  /* line 336, layout/_shop.scss */
  .main-shop .shop-products .item .img .fav {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 3; }
/* line 350, layout/_shop.scss */
.main-shop .shop-products .item .cont {
  margin-top: 30px; }
  /* line 353, layout/_shop.scss */
  .main-shop .shop-products .item .cont .rate {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px; }
  /* line 359, layout/_shop.scss */
  .main-shop .shop-products .item .cont h6,
  .main-shop .shop-products .item .cont h5 {
    line-height: 1.2; }
  /* line 364, layout/_shop.scss */
  .main-shop .shop-products .item .cont h5 {
    font-size: 20px;
    color: #ffaa17; }
/* line 373, layout/_shop.scss */
.main-shop .shop-products .pagination li {
  display: inline-block; }
  /* line 376, layout/_shop.scss */
  .main-shop .shop-products .pagination li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    text-align: center; }
  /* line 388, layout/_shop.scss */
  .main-shop .shop-products .pagination li.active a {
    background: rgba(0, 0, 0, 0.04); }

/* line 404, layout/_shop.scss */
.product-details .img-preview .gallery-thumb .swiper-slide {
  opacity: .7; }
/* line 408, layout/_shop.scss */
.product-details .img-preview .gallery-thumb .swiper-slide-thumb-active {
  opacity: 1; }
/* line 416, layout/_shop.scss */
.product-details .prod-order .counter {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1); }
/* line 424, layout/_shop.scss */
.product-details .prod-order .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  appearance: none;
  outline: 0; }
/* line 435, layout/_shop.scss */
.product-details .prod-order .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  user-select: none; }
/* line 446, layout/_shop.scss */
.product-details .overview .tab-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  /* line 449, layout/_shop.scss */
  .product-details .overview .tab-links li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
    position: relative; }
    /* line 455, layout/_shop.scss */
    .product-details .overview .tab-links li:last-of-type {
      margin-right: 0; }
    /* line 459, layout/_shop.scss */
    .product-details .overview .tab-links li:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 50px;
      height: 2px;
      background: #1d1d1d;
      transform: translateX(-50%);
      opacity: 0; }
    /* line 473, layout/_shop.scss */
    .product-details .overview .tab-links li.current:after {
      opacity: 1; }
/* line 486, layout/_shop.scss */
.product-details .overview .tab-content .item.info li .line {
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  margin-left: 30px; }
/* line 493, layout/_shop.scss */
.product-details .overview .tab-content .item.info li .ml-auto {
  white-space: nowrap; }
/* line 499, layout/_shop.scss */
.product-details .overview .tab-content .add-review {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 503, layout/_shop.scss */
  .product-details .overview .tab-content .add-review .star-rating {
    direction: rtl;
    display: inline-block; }
    /* line 507, layout/_shop.scss */
    .product-details .overview .tab-content .add-review .star-rating input[type="radio"] {
      display: none; }
    /* line 511, layout/_shop.scss */
    .product-details .overview .tab-content .add-review .star-rating label {
      color: #bbb;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    /* line 519, layout/_shop.scss */
    .product-details .overview .tab-content .add-review .star-rating label:hover,
    .product-details .overview .tab-content .add-review .star-rating label:hover ~ label,
    .product-details .overview .tab-content .add-review .star-rating input[type="radio"]:checked ~ label {
      color: #ffaa17; }
  /* line 528, layout/_shop.scss */
  .product-details .overview .tab-content .add-review .form input,
  .product-details .overview .tab-content .add-review .form textarea {
    width: 100%;
    padding: 0 0 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    /* line 536, layout/_shop.scss */
    .product-details .overview .tab-content .add-review .form input:focus,
    .product-details .overview .tab-content .add-review .form textarea:focus {
      border-color: #1d1d1d; }
  /* line 541, layout/_shop.scss */
  .product-details .overview .tab-content .add-review .form textarea {
    min-height: 180px; }
  /* line 547, layout/_shop.scss */
  .product-details .overview .tab-content .add-review .form .checkbox input {
    width: auto; }
  /* line 551, layout/_shop.scss */
  .product-details .overview .tab-content .add-review .form .checkbox label {
    font-size: 14px;
    font-weight: 300;
    opacity: .7; }

/* line 565, layout/_shop.scss */
.shop-cart table {
  width: 100%; }
/* line 569, layout/_shop.scss */
.shop-cart th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }
/* line 577, layout/_shop.scss */
.shop-cart td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 581, layout/_shop.scss */
  .shop-cart td.remove {
    text-align: right;
    font-size: 30px;
    opacity: .8; }
/* line 588, layout/_shop.scss */
.shop-cart .counter {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: max-content; }
/* line 597, layout/_shop.scss */
.shop-cart .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  appearance: none;
  outline: 0; }
/* line 608, layout/_shop.scss */
.shop-cart .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  user-select: none; }
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 563, layout/_shop.scss */
  .shop-cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    /* line 620, layout/_shop.scss */
    .shop-cart table {
      width: 100%; }
    /* line 625, layout/_shop.scss */
    .shop-cart table, .shop-cart thead, .shop-cart tbody, .shop-cart th, .shop-cart td, .shop-cart tr {
      display: block; }
    /* line 630, layout/_shop.scss */
    .shop-cart thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    /* line 636, layout/_shop.scss */
    .shop-cart tr {
      margin-bottom: 30px;
      border: 1px solid #777; }
    /* line 641, layout/_shop.scss */
    .shop-cart td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #999;
      position: relative;
      padding-left: 50%; }
    /* line 649, layout/_shop.scss */
    .shop-cart td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      /* Label the data */
      content: attr(data-column); }
    /* line 661, layout/_shop.scss */
    .shop-cart td.remove {
      text-align: left; }
    /* line 665, layout/_shop.scss */
    .shop-cart .d-flex {
      display: block !important; }
    /* line 669, layout/_shop.scss */
    .shop-cart .ml-30 {
      margin-left: 0 !important;
      margin-top: 10px; } }
/* line 678, layout/_shop.scss */
.shop-cart .coupon input {
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 683, layout/_shop.scss */
  .shop-cart .coupon input:focus {
    border-color: #999; }

/* line 694, layout/_shop.scss */
.shop-checkout .order-form .row {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 698, layout/_shop.scss */
  .shop-checkout .order-form .row > div {
    padding: 0 10px; }
/* line 703, layout/_shop.scss */
.shop-checkout .order-form .form-group {
  margin-bottom: 20px; }
  /* line 706, layout/_shop.scss */
  .shop-checkout .order-form .form-group label {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px; }
  /* line 714, layout/_shop.scss */
  .shop-checkout .order-form .form-group input {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1); }
/* line 725, layout/_shop.scss */
.shop-checkout .checkout-order-info .butn {
  width: 100%;
  text-align: center;
  border-radius: 40px; }

/* line 1, layout/_cus.scss */
.box-procat {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  /* line 5, layout/_cus.scss */
  .box-procat .sin {
    position: relative;
    background: #fff; }
    /* line 9, layout/_cus.scss */
    .box-procat .sin a:hover .r {
      width: 100%;
      transition-duration: 1s;
      opacity: 0.7;
      background-position: center; }
    /* line 16, layout/_cus.scss */
    .box-procat .sin .l {
      padding: 10px 120px 10px 20px;
      align-self: center;
      z-index: 1; }
      /* line 20, layout/_cus.scss */
      .box-procat .sin .l p {
        font-weight: normal;
        z-index: 2;
        font-size: 14px; }
    /* line 26, layout/_cus.scss */
    .box-procat .sin .r {
      width: 90px;
      background-size: cover;
      background-position: center;
      height: 100%;
      position: absolute;
      right: 0px;
      z-index: 0;
      top: 0px; }

/*
 CSS for the main interaction
*/
/* line 45, layout/_cus.scss */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw; }

/* line 50, layout/_cus.scss */
.tabset .tab-panel {
  display: none; }

/* line 54, layout/_cus.scss */
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block; }

/*
 Styling
*/
/* line 68, layout/_cus.scss */
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 15px;
  border-bottom: 0;
  cursor: pointer;
  width: 49%;
  font-weight: 600; }

/* line 79, layout/_cus.scss */
input:focus-visible + label {
  outline: 2px solid #0066cc;
  border-radius: 3px; }

/* line 84, layout/_cus.scss */
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #E95513; }

/* line 90, layout/_cus.scss */
.tabset > label:hover::after,
.tabset > input:focus + label::after {
  background: #E95513; }

/* line 96, layout/_cus.scss */
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 3px solid #E95513;
  margin-bottom: -1px; }

/* line 102, layout/_cus.scss */
.tab-panel {
  padding: 10px 0;
  border-top: 1px solid #ccc; }

/* line 109, layout/_cus.scss */
.tabset {
  max-width: 65em; }

/* line 112, layout/_cus.scss */
.contact-list {
  padding-left: 0px; }
  /* line 114, layout/_cus.scss */
  .contact-list li {
    display: flex;
    align-self: center;
    margin-bottom: 1em; }
    /* line 118, layout/_cus.scss */
    .contact-list li img {
      width: 30px;
      margin-right: 10px; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1300px) {
  /* line 7, utility/_responsive.scss */
  body.home-arch main:after {
    display: none; } }
@media screen and (max-width: 992px) {
  /* line 15, utility/_responsive.scss */
  .md-mb10 {
    margin-bottom: 10px; }

  /* line 19, utility/_responsive.scss */
  .md-mb20 {
    margin-bottom: 20px; }

  /* line 23, utility/_responsive.scss */
  .md-mb30 {
    margin-bottom: 30px; }

  /* line 27, utility/_responsive.scss */
  .md-mb40 {
    margin-bottom: 40px; }

  /* line 31, utility/_responsive.scss */
  .md-mb50 {
    margin-bottom: 50px !important; }

  /* line 35, utility/_responsive.scss */
  .md-mb80 {
    margin-bottom: 80px; }

  /* line 39, utility/_responsive.scss */
  .md-no-mrg {
    margin: 0 !important; }

  /* line 43, utility/_responsive.scss */
  .md-pb10 {
    padding-bottom: 10px; }

  /* line 47, utility/_responsive.scss */
  .md-pb20 {
    padding-bottom: 20px; }

  /* line 51, utility/_responsive.scss */
  .md-pb30 {
    padding-bottom: 30px; }

  /* line 55, utility/_responsive.scss */
  .md-pb40 {
    padding-bottom: 40px; }

  /* line 59, utility/_responsive.scss */
  .md-pb50 {
    padding-bottom: 50px; }

  /* line 63, utility/_responsive.scss */
  .md-pb60 {
    padding-bottom: 60px; }

  /* line 67, utility/_responsive.scss */
  .md-pb70 {
    padding-bottom: 70px; }

  /* line 71, utility/_responsive.scss */
  .md-pb80 {
    padding-bottom: 80px; }

  /* line 75, utility/_responsive.scss */
  .md-pt80 {
    padding-top: 80px !important; }

  /* line 79, utility/_responsive.scss */
  .md-no-pad {
    padding: 0 !important; }

  /* line 83, utility/_responsive.scss */
  .md-center {
    text-align: center !important; }

  /* line 87, utility/_responsive.scss */
  .order2 {
    order: 2 !important; }

  /* line 91, utility/_responsive.scss */
  .order1 {
    order: 1 !important; }

  /* line 95, utility/_responsive.scss */
  .justify-end {
    justify-content: flex-start !important; }
    /* line 98, utility/_responsive.scss */
    .justify-end .vew-all {
      margin-left: 25px;
      margin-top: 25px; }
    /* line 103, utility/_responsive.scss */
    .justify-end .swiper-controls {
      margin-top: 30px; }
    /* line 107, utility/_responsive.scss */
    .justify-end .ml-auto {
      margin-left: 0;
      margin-top: 30px; }

  /* line 113, utility/_responsive.scss */
  .hamenu .cont-info,
  .hamenu .menu-text,
  .md-hide {
    display: none; }

  /* line 119, utility/_responsive.scss */
  .my-paroller {
    transform: none !important;
    will-change: auto !important; }
    /* line 123, utility/_responsive.scss */
    .my-paroller img {
      transform: none !important; }

  /* line 128, utility/_responsive.scss */
  .to-out .swiper-container {
    overflow: hidden;
    clip-path: none; }

  /* line 133, utility/_responsive.scss */
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px; }
    /* line 137, utility/_responsive.scss */
    .row.md-marg > * {
      padding-left: 15px;
      padding-right: 15px; }

  /* line 143, utility/_responsive.scss */
  h1.fz-80 {
    font-size: 60px !important; }

  /* line 147, utility/_responsive.scss */
  h2 {
    font-size: 35px; }
    /* line 150, utility/_responsive.scss */
    h2.fz-70 {
      font-size: 55px !important; }

  /* line 155, utility/_responsive.scss */
  .loader-wrap svg {
    width: 200vw;
    left: -50vw; }

  /* line 160, utility/_responsive.scss */
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
    /* line 164, utility/_responsive.scss */
    .navbar .navbar-collapse {
      max-height: 440px;
      overflow: auto; }
      /* line 168, utility/_responsive.scss */
      .navbar .navbar-collapse::-webkit-scrollbar {
        display: none; }
    /* line 173, utility/_responsive.scss */
    .navbar.nav-scroll {
      padding-top: 15px;
      padding-bottom: 15px; }
    /* line 178, utility/_responsive.scss */
    .navbar .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }
    /* line 184, utility/_responsive.scss */
    .navbar .logo {
      max-width: 80px !important;
      margin-left: 30px; }
    /* line 189, utility/_responsive.scss */
    .navbar .navbar-collapse {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 15px; }
    /* line 194, utility/_responsive.scss */
    .navbar .search-form {
      display: none; }
    /* line 198, utility/_responsive.scss */
    .navbar .navbar-toggler {
      font-size: 20px;
      border-radius: 0;
      padding: 0;
      margin-right: 30px; }
      /* line 204, utility/_responsive.scss */
      .navbar .navbar-toggler:focus {
        box-shadow: none;
        border: 0;
        outline: none; }
    /* line 211, utility/_responsive.scss */
    .navbar .dropdown-menu {
      display: none; }
      /* line 214, utility/_responsive.scss */
      .navbar .dropdown-menu.show {
        display: block; }
    /* line 219, utility/_responsive.scss */
    .navbar .dropdown-menu .dropdown-item .dropdown-side {
      display: none;
      position: static;
      width: 100%;
      margin-top: 15px; }
      /* line 225, utility/_responsive.scss */
      .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
        display: block; }
    /* line 232, utility/_responsive.scss */
    .navbar .navbar-nav .nav-link {
      padding: 15px 30px 10px;
      margin: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    /* line 242, utility/_responsive.scss */
    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
      padding-bottom: 0;
      border-bottom: 0; }
    /* line 249, utility/_responsive.scss */
    .navbar .navbar-nav .mega-menu {
      width: auto;
      position: static;
      padding: 0; }
      /* line 256, utility/_responsive.scss */
      .navbar .navbar-nav .mega-menu .row:after {
        display: none; }
      /* line 261, utility/_responsive.scss */
      .navbar .navbar-nav .mega-menu .title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 30px;
        padding-bottom: 10px;
        margin-bottom: 15px; }
      /* line 268, utility/_responsive.scss */
      .navbar .navbar-nav .mega-menu .clumn {
        padding-left: 0;
        margin-bottom: 30px; }
      /* line 273, utility/_responsive.scss */
      .navbar .navbar-nav .mega-menu .links {
        padding-left: 30px; }

  /* line 280, utility/_responsive.scss */
  .hamenu .menu-links {
    height: 80vh;
    min-height: 500px; }

  /* line 285, utility/_responsive.scss */
  .crev-header {
    min-height: auto; }

  /* line 289, utility/_responsive.scss */
  .crev-header .caption h1 {
    font-size: 60px; }

  /* line 293, utility/_responsive.scss */
  .crev-header .main-img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px; }

  /* line 299, utility/_responsive.scss */
  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 30px; }

  /* line 306, utility/_responsive.scss */
  .header-freelancer:before {
    opacity: .8; }
  /* line 310, utility/_responsive.scss */
  .header-freelancer .bg-img {
    background-size: cover;
    background-position: center; }

  /* line 316, utility/_responsive.scss */
  .header-main-crev .caption {
    border: 0; }

  /* line 320, utility/_responsive.scss */
  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center !important; }

  /* line 324, utility/_responsive.scss */
  .slides-nav__index {
    bottom: 15px !important;
    z-index: 99 !important; }

  /* line 329, utility/_responsive.scss */
  .work-header .caption h1 {
    font-size: 90px; }

  /* line 333, utility/_responsive.scss */
  .page-header {
    min-height: auto;
    padding-bottom: 120px !important; }
    /* line 337, utility/_responsive.scss */
    .page-header.blog-header {
      padding-bottom: 0 !important; }

  /* line 342, utility/_responsive.scss */
  .intro-corp .imgs .img1 {
    width: 70%; }

  /* line 346, utility/_responsive.scss */
  .intro-corp .imgs .img2 {
    width: 45%; }

  /* line 350, utility/_responsive.scss */
  .intro-img-parlx .img img {
    width: 100%;
    margin-left: 0; }

  /* line 355, utility/_responsive.scss */
  .sideimg-numbers .bg-left {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 50px; }

  /* line 362, utility/_responsive.scss */
  .services .metro .items {
    display: block !important;
    gap: 0; }
    /* line 366, utility/_responsive.scss */
    .services .metro .items .item {
      display: inline-block;
      min-width: auto;
      width: calc(50% - 30px);
      margin: 0 10px;
      padding: 60px 40px;
      margin-bottom: 25px; }
      /* line 374, utility/_responsive.scss */
      .services .metro .items .item:last-of-type {
        margin-bottom: 0; }

  /* line 382, utility/_responsive.scss */
  .services .item-bord:nth-of-type(1), .services .item-bord:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  /* line 388, utility/_responsive.scss */
  .works.thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 70px 0 120px; }

  /* line 395, utility/_responsive.scss */
  .works .panel {
    display: block;
    padding: 0 15px !important; }
    /* line 399, utility/_responsive.scss */
    .works .panel .item {
      width: 100%;
      margin-top: 50px; }

  /* line 405, utility/_responsive.scss */
  .portfolio .work-row .item .cont {
    padding: 0; }

  /* line 409, utility/_responsive.scss */
  .portfolio-fixed .left {
    display: none; }

  /* line 413, utility/_responsive.scss */
  .portfolio-fixed .right {
    padding: 0 15px 120px; }

  /* line 417, utility/_responsive.scss */
  .portfolio-fixed .cont {
    opacity: 1 !important;
    margin-bottom: 80px;
    padding: 0 15px; }
    /* line 422, utility/_responsive.scss */
    .portfolio-fixed .cont .img-hiden {
      display: block;
      margin-bottom: 30px; }

  /* line 428, utility/_responsive.scss */
  .intro-imgs .to-up {
    margin-top: 0; }

  /* line 432, utility/_responsive.scss */
  .block-img .shap1 {
    left: 30px;
    bottom: 0;
    transform: rotate(0);
    width: 120px; }

  /* line 441, utility/_responsive.scss */
  .numbers .justify-content-around {
    justify-content: start !important; }
  /* line 445, utility/_responsive.scss */
  .numbers .ml-auto {
    margin-left: 0; }

  /* line 450, utility/_responsive.scss */
  .d-slideup .sideup-text {
    display: inline-block; }

  /* line 454, utility/_responsive.scss */
  .testim-crv2 .img-qoute {
    display: none; }

  /* line 458, utility/_responsive.scss */
  .testim-crv2 .bord-qoute {
    width: 130px;
    height: 130px;
    margin-bottom: 30px; }
    /* line 463, utility/_responsive.scss */
    .testim-crv2 .bord-qoute .qoute-icon {
      width: 100px;
      height: 100px;
      padding: 25px; }

  /* line 470, utility/_responsive.scss */
  .testim-crv2 {
    padding-left: 10px; }

  /* line 474, utility/_responsive.scss */
  .testim-vrt .cont {
    padding: 80px 0; }

  /* line 478, utility/_responsive.scss */
  .testim-vrt .item .cont {
    padding: 0; }

  /* line 482, utility/_responsive.scss */
  .testim-clasic .item .author-info .arrow {
    top: 30px; }

  /* line 486, utility/_responsive.scss */
  .testim-creative .arrows-carsouel:before {
    display: none; }

  /* line 490, utility/_responsive.scss */
  .testim-creative .arrows-carsouel {
    margin-left: auto; }

  /* line 494, utility/_responsive.scss */
  .testim-creative .testim-items {
    padding-left: 0;
    padding-top: 0; }
    /* line 498, utility/_responsive.scss */
    .testim-creative .testim-items:before {
      display: none; }

  /* line 503, utility/_responsive.scss */
  .thecontainer {
    width: 100%;
    height: auto;
    display: block; }
    /* line 508, utility/_responsive.scss */
    .thecontainer .panel {
      padding: 60px 0 120px; }

  /* line 513, utility/_responsive.scss */
  .call-action-center h2.fz-70 {
    font-size: 50px !important; }

  /* line 519, utility/_responsive.scss */
  .call-action-img .sec-lg-head {
    padding: 80px 0; }
  /* line 523, utility/_responsive.scss */
  .call-action-img .fz-50 {
    font-size: 35px !important; }

  /* line 528, utility/_responsive.scss */
  footer .sub-footer .ml-auto {
    margin-left: 0;
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  /* line 536, utility/_responsive.scss */
  .sm-mb10 {
    margin-bottom: 10px; }

  /* line 540, utility/_responsive.scss */
  .sm-mb20 {
    margin-bottom: 20px; }

  /* line 544, utility/_responsive.scss */
  .sm-mb30 {
    margin-bottom: 30px; }

  /* line 548, utility/_responsive.scss */
  .sm-mb40 {
    margin-bottom: 40px; }

  /* line 552, utility/_responsive.scss */
  .sm-mb50 {
    margin-bottom: 50px; }

  /* line 556, utility/_responsive.scss */
  .sm-mb80 {
    margin-bottom: 80px; }

  /* line 560, utility/_responsive.scss */
  .sm-pb10 {
    padding-bottom: 10px; }

  /* line 564, utility/_responsive.scss */
  .sm-pb20 {
    padding-bottom: 20px; }

  /* line 568, utility/_responsive.scss */
  .sm-pb30 {
    padding-bottom: 30px; }

  /* line 572, utility/_responsive.scss */
  .sm-pb40 {
    padding-bottom: 40px; }

  /* line 576, utility/_responsive.scss */
  .sm-pb50 {
    padding-bottom: 50px; }

  /* line 580, utility/_responsive.scss */
  .sm-pb60 {
    padding-bottom: 60px; }

  /* line 584, utility/_responsive.scss */
  .sm-pb70 {
    padding-bottom: 70px; }

  /* line 588, utility/_responsive.scss */
  .sm-pb80 {
    padding-bottom: 80px; }

  /* line 592, utility/_responsive.scss */
  .sm-hide {
    display: none; }

  /* line 596, utility/_responsive.scss */
  h1 {
    font-size: 35px; }
    /* line 599, utility/_responsive.scss */
    h1.fz-60 {
      font-size: 35px !important; }
    /* line 603, utility/_responsive.scss */
    h1.fz-55 {
      font-size: 30px !important; }

  /* line 608, utility/_responsive.scss */
  h2 {
    font-size: 28px; }
    /* line 611, utility/_responsive.scss */
    h2.fz-50 {
      font-size: 35px !important; }
    /* line 615, utility/_responsive.scss */
    h2.fz-70 {
      font-size: 40px !important; }

  /* line 620, utility/_responsive.scss */
  .sec-head h2 {
    font-size: 45px; }

  /* line 624, utility/_responsive.scss */
  h3 {
    font-size: 24px; }

  /* line 628, utility/_responsive.scss */
  h4 {
    font-size: 20px; }

  /* line 632, utility/_responsive.scss */
  h5 {
    font-size: 18px; }

  /* line 636, utility/_responsive.scss */
  h6 {
    font-size: 16px; }

  /* line 640, utility/_responsive.scss */
  h1.fz-80 {
    font-size: 40px !important; }

  /* line 644, utility/_responsive.scss */
  h3.fz-50 {
    font-size: 35px !important; }

  /* line 648, utility/_responsive.scss */
  .sec-lg-head .fz-50 {
    font-size: 35px !important; }

  /* line 652, utility/_responsive.scss */
  .fz-60 {
    font-size: 35px !important; }

  /* line 656, utility/_responsive.scss */
  .justify-end-sm {
    justify-content: flex-start !important; }
    /* line 659, utility/_responsive.scss */
    .justify-end-sm .vew-all {
      margin-left: 25px;
      margin-top: 25px; }
    /* line 664, utility/_responsive.scss */
    .justify-end-sm .swiper-controls {
      margin-top: 30px; }
    /* line 668, utility/_responsive.scss */
    .justify-end-sm .ml-auto {
      margin-left: 0;
      margin-top: 30px; }

  /* line 674, utility/_responsive.scss */
  .md-padding {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 679, utility/_responsive.scss */
  .loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px;
    font-size: 13px; }

  /* line 684, utility/_responsive.scss */
  .progress-wrap {
    right: 10px;
    bottom: 20px; }

  /* line 689, utility/_responsive.scss */
  .topnav .logo {
    width: 100px; }

  /* line 693, utility/_responsive.scss */
  .hamenu {
    padding: 120px 15px 15px; }

  /* line 697, utility/_responsive.scss */
  .hamenu.open .menu-links .main-menu > li .link {
    padding: 15px; }

  /* line 701, utility/_responsive.scss */
  .hamenu .menu-links .main-menu > li .link {
    font-size: 25px; }

  /* line 705, utility/_responsive.scss */
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px; }

  /* line 709, utility/_responsive.scss */
  .crev-header .caption h1 {
    font-size: 35px; }
    /* line 712, utility/_responsive.scss */
    .crev-header .caption h1 br {
      display: none; }

  /* line 717, utility/_responsive.scss */
  .arch-slider .parallax-slider .caption h1 {
    font-size: 50px; }

  /* line 721, utility/_responsive.scss */
  .arch-slider .parallax-slider .caption p {
    padding-left: 0; }
    /* line 724, utility/_responsive.scss */
    .arch-slider .parallax-slider .caption p:after {
      display: none; }

  /* line 729, utility/_responsive.scss */
  .header-startup .caption .img-in-text {
    height: 35px; }
    /* line 732, utility/_responsive.scss */
    .header-startup .caption .img-in-text.icon-img-120 {
      width: 80px; }
    /* line 736, utility/_responsive.scss */
    .header-startup .caption .img-in-text .icon-img-60 {
      width: 50px; }

  /* line 741, utility/_responsive.scss */
  .showcase-full .slider-contro span {
    display: none; }

  /* line 745, utility/_responsive.scss */
  .showcase-full .slider-contro {
    width: 100%;
    left: 0; }

  /* line 750, utility/_responsive.scss */
  .showcase-full .parallax-slider .caption h1 {
    font-size: 45px; }

  /* line 754, utility/_responsive.scss */
  .slide__img {
    top: -100px !important;
    left: -100px !important;
    width: calc(100% + 200px) !important;
    height: calc(100% + 200px) !important; }

  /* line 761, utility/_responsive.scss */
  .frame .slide-nav-butn {
    z-index: 99 !important; }

  /* line 765, utility/_responsive.scss */
  .slides-nav__button {
    transform: scale(0.9) !important; }

  /* line 769, utility/_responsive.scss */
  .inter-links-center.horizontal .links-text li {
    padding: 15px 30px; }
    /* line 772, utility/_responsive.scss */
    .inter-links-center.horizontal .links-text li h2 {
      font-size: 20px; }

  /* line 777, utility/_responsive.scss */
  .inter-links-center .links-img {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: none; }

  /* line 785, utility/_responsive.scss */
  .inter-links-center .links-text li {
    padding: 20px 0; }
    /* line 788, utility/_responsive.scss */
    .inter-links-center .links-text li h2 {
      font-weight: 600; }

  /* line 793, utility/_responsive.scss */
  .work-header .caption h1 {
    font-size: 50px; }

  /* line 801, utility/_responsive.scss */
  .page-header.blog-header .info {
    display: block !important; }
  /* line 805, utility/_responsive.scss */
  .page-header.blog-header .date {
    margin-left: 30px !important; }
  /* line 809, utility/_responsive.scss */
  .page-header.blog-header .right-info {
    margin: 30px 0 0; }

  /* line 815, utility/_responsive.scss */
  .intro-imgs .cont {
    padding: 0; }

  /* line 819, utility/_responsive.scss */
  .marquee h4 {
    font-size: 40px; }

  /* line 823, utility/_responsive.scss */
  .process-crev .row {
    margin-left: 0; }
    /* line 826, utility/_responsive.scss */
    .process-crev .row .item {
      padding: 30px 15px; }

  /* line 831, utility/_responsive.scss */
  .services-tab .serv-tab-cont .item .img {
    width: 90%; }

  /* line 835, utility/_responsive.scss */
  .services-tab .serv-tab-cont .item .cont {
    left: 15px; }

  /* line 839, utility/_responsive.scss */
  .services-tab.revers .serv-tab-cont .item .img {
    width: 100%;
    margin-left: 0; }

  /* line 844, utility/_responsive.scss */
  .services-tab.revers .serv-tab-cont .item .cont {
    right: 5%;
    padding: 40px 30px; }

  /* line 849, utility/_responsive.scss */
  .serv-box .serv-item {
    padding: 50px 30px;
    display: block !important; }
    /* line 853, utility/_responsive.scss */
    .serv-box .serv-item .icon-img-80 {
      width: 60px;
      margin-bottom: 30px; }
    /* line 858, utility/_responsive.scss */
    .serv-box .serv-item .ml-60 {
      margin-left: 0 !important; }

  /* line 863, utility/_responsive.scss */
  .services .metro .items .item {
    width: 100%;
    margin: 0 0 30px 0; }

  /* line 868, utility/_responsive.scss */
  .services .item-bord {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 60px 30px; }

  /* line 873, utility/_responsive.scss */
  .portfolio .filtering .filter {
    padding: 10px;
    width: 100%; }
    /* line 877, utility/_responsive.scss */
    .portfolio .filtering .filter span {
      margin: 0 10px; }

  /* line 882, utility/_responsive.scss */
  .portfolio .filtering span.text {
    display: none; }

  /* line 886, utility/_responsive.scss */
  .portfolio .max-margin .items {
    padding: 0 15px; }

  /* line 890, utility/_responsive.scss */
  .testim-clasic .item .author-info {
    border: 0; }

  /* line 894, utility/_responsive.scss */
  .testim-clasic .item .author-info .arrow {
    display: none; }

  /* line 898, utility/_responsive.scss */
  .testim-clasic .item .cont {
    padding: 40px 0; }

  /* line 902, utility/_responsive.scss */
  .testim-clasic .swiper-controls {
    padding-left: 0; }

  /* line 906, utility/_responsive.scss */
  .testim-creative .arrows-carsouel {
    margin-left: 0; }

  /* line 912, utility/_responsive.scss */
  .testim-creative .sec-lg-head {
    padding-bottom: 40px !important;
    margin-bottom: 80px; }

  /* line 918, utility/_responsive.scss */
  .testim-creative .arrows-carsouel .swiper-button-prev, .testim-creative .arrows-carsouel .swiper-button-next {
    padding: 0 60px;
    margin-top: 50px; }

  /* line 923, utility/_responsive.scss */
  .testim-creative .arrows-carsouel .swiper-button-next:before {
    height: 160px; }

  /* line 927, utility/_responsive.scss */
  .back-image.states ul {
    display: block;
    width: 100%; }
    /* line 931, utility/_responsive.scss */
    .back-image.states ul li {
      margin: 15px 0 0 0;
      width: 100% !important; }

  /* line 937, utility/_responsive.scss */
  .team .item-join {
    height: auto; }
    /* line 942, utility/_responsive.scss */
    .team .item-join h6 br {
      display: none; }

  /* line 948, utility/_responsive.scss */
  .skills-exp .skill-item {
    display: block !important; }
    /* line 951, utility/_responsive.scss */
    .skills-exp .skill-item .item {
      margin-bottom: 30px;
      display: inline-block;
      width: calc(50% - 25px); }

  /* line 958, utility/_responsive.scss */
  .price-hr .item {
    display: block !important; }
    /* line 961, utility/_responsive.scss */
    .price-hr .item .cont {
      margin: 15px  0 15px 0 !important; }
    /* line 965, utility/_responsive.scss */
    .price-hr .item .ml-auto {
      text-align: left !important;
      margin-left: 0;
      display: flex; }
      /* line 970, utility/_responsive.scss */
      .price-hr .item .ml-auto > div {
        margin-left: auto; }

  /* line 976, utility/_responsive.scss */
  .clients .brand .item {
    padding: 40px 0; }

  /* line 980, utility/_responsive.scss */
  .numbers h2 {
    font-size: 90px; }

  /* line 984, utility/_responsive.scss */
  .blog-list-half.crev .item .img {
    padding: 0;
    height: auto;
    margin-top: 15px; }
    /* line 989, utility/_responsive.scss */
    .blog-list-half.crev .item .img img {
      bottom: auto; }

  /* line 994, utility/_responsive.scss */
  .blog-list .item {
    padding: 40px 20px; }

  /* line 998, utility/_responsive.scss */
  .blog-list2 .item .img {
    right: 0;
    width: 180px;
    height: 180px; }

  /* line 1004, utility/_responsive.scss */
  .blog-list-half.crev {
    padding-bottom: 70px; }

  /* line 1008, utility/_responsive.scss */
  .blog-list-half.crev .item {
    margin-bottom: 50px !important; }

  /* line 1014, utility/_responsive.scss */
  .main-post .fz-60 {
    display: none; }
  /* line 1018, utility/_responsive.scss */
  .main-post .post-qoute {
    padding: 30px 15px; }
    /* line 1023, utility/_responsive.scss */
    .main-post .post-qoute h6:before {
      position: relative;
      left: 0; }
  /* line 1030, utility/_responsive.scss */
  .main-post .info-area {
    display: block; }
    /* line 1033, utility/_responsive.scss */
    .main-post .info-area .tags {
      margin-bottom: 30px; }
  /* line 1040, utility/_responsive.scss */
  .main-post .author-area .flex {
    display: block; }
  /* line 1044, utility/_responsive.scss */
  .main-post .author-area .author-img {
    margin: 0 0 30px 0; }
    /* line 1047, utility/_responsive.scss */
    .main-post .author-area .author-img .img {
      width: 80px;
      height: 80px; }
  /* line 1054, utility/_responsive.scss */
  .main-post .next-prv-post {
    display: block; }
    /* line 1057, utility/_responsive.scss */
    .main-post .next-prv-post .thumb-post {
      margin: 0 !important; }
    /* line 1061, utility/_responsive.scss */
    .main-post .next-prv-post .text-right {
      text-align: left;
      margin-top: 30px !important; }

  /* line 1070, utility/_responsive.scss */
  .comments-post .item-box .flex {
    display: block; }
  /* line 1074, utility/_responsive.scss */
  .comments-post .item-box .user-img {
    margin: 0 0 15px 0; }
  /* line 1078, utility/_responsive.scss */
  .comments-post .item-box .replay-post {
    margin: 15px 0 0 0; }
  /* line 1082, utility/_responsive.scss */
  .comments-post .item-box.replayed {
    margin-left: 0; }

  /* line 1087, utility/_responsive.scss */
  .call-action-center h2.fz-70 {
    font-size: 30px !important; }

  /* line 1091, utility/_responsive.scss */
  .call-action-img .sec-bg-img {
    width: 100%;
    height: 400px; }

  /* line 1100, utility/_responsive.scss */
  .call-action-img .sec-lg-head .col-11.d-flex {
    display: block !important;
    width: 100% !important; }
    /* line 1104, utility/_responsive.scss */
    .call-action-img .sec-lg-head .col-11.d-flex h2 {
      font-size: 30px !important; }
  /* line 1109, utility/_responsive.scss */
  .call-action-img .sec-lg-head .butn-circle {
    margin-top: 30px !important; }

  /* line 1115, utility/_responsive.scss */
  footer .call-box h2 {
    font-size: 40px; }

  /* line 1119, utility/_responsive.scss */
  footer .call-box .arrow svg {
    width: 50px;
    height: 50px; }

  /* line 1130, utility/_responsive.scss */
  .product-details .reviews .reviews-area > .d-flex {
    display: block !important; }
  /* line 1134, utility/_responsive.scss */
  .product-details .reviews .reviews-area .img {
    width: 70px;
    height: 70px; }
  /* line 1139, utility/_responsive.scss */
  .product-details .reviews .reviews-area .cont {
    margin-top: 15px;
    margin-left: 0 !important; }
  /* line 1146, utility/_responsive.scss */
  .product-details .overview .tab-content .add-review {
    padding: 40px 25px; } }
/* ====================== [ End Responsive ] ====================== */

/*# sourceMappingURL=style.css.map */
