@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Allison&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #fff;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  overflow-x: hidden !important;
}

body.noise-img {
  position: relative;
}

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%;
}

body.home-digital .container,
body.home-arch .container,
body.home-corp .container {
  max-width: 1200px;
}

body.space-font,
body.home-digital {
  font-family: "Jost", sans-serif;
}

body.home-arch {
  font-family: "Jost", sans-serif;
}

body.home-arch main {
  position: relative;
}

body.home-arch main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  background: #1d1d1d;
  z-index: 5;
}

body.home-main-crev,
body.digital-marketing {
  font-family: "Jost", sans-serif;
}

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

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sm-marg > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}

.row.md-marg > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px;
}

.row.lg-marg > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px;
}

.row.xlg-marg > * {
  padding-left: 50px;
  padding-right: 50px;
}

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

.lines.two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.lines.four {
  left: 10%;
  width: 80%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.lines.four:after {
  content: "";
  position: absolute;
  top: 0;
  left: 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);
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

p {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 300;
  color: #000000 !important;
  margin: 0;
}

a,
a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

.main-color {
  color: #c9f31d !important;
}

.main-colorbg {
  background-color: #c9f31d;
}

.main-color2 {
  color: #c2945d !important;
}

.main-colorbg2 {
  background-color: #c2945d;
}

.main-color3 {
  color: #55e6a5 !important;
}

.main-colorbg3 {
  background-color: #55e6a5;
}

.main-color4 {
  color: #ffaa17 !important;
}

.main-colorbg4 {
  background-color: #ffaa17;
}

.main-bg {
  background-color: #fdeedc;
}

.sub-bg {
  background-color: #976f41;
}

.bg-gray1 {
  background: #eff2f5;
  color: #1d1d1d;
}

.bg-gray1 p {
  color: #333;
}

.text-dark {
  color: #1d1d1d;
}

.text-dark p {
  color: #333;
}

.text-dark .swiper-controls.arrow-out .left,
.text-dark .swiper-controls.arrow-out .right {
  border-color: rgba(0, 0, 0, 0.2);
}

img {
  width: 100%;
  height: auto;
}

.to-out .swiper-container {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}

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

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

.bg-pattern.patrn1 {
  background-size: 60px;
  background-repeat: repeat;
}

.dots-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: auto !important;
  background-repeat: repeat !important;
}

.in-box {
  width: calc(100% - 120px);
  margin-left: 60px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 40px;
}

.butn {
  border: 1px solid transparent;
}

.butn.butn-md {
  padding: 14px 35px;
}

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

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

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

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

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

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

.butn .rolling-text {
  margin-bottom: -5px;
}

.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

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

.butn-circle:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.butn-circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c9f31d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn-circle.sml {
  width: 130px;
  height: 130px;
}

.butn-circle.sml span {
  text-transform: capitalize;
  letter-spacing: 0;
}

.butn-circle.colorbg-2:after {
  background: #c2945d;
}

.butn-circle.colorbg-3:after {
  background: #55e6a5;
}

.butn-circle span {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  z-index: 2;
}

.butn-circle .circle-star {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.circle-button.in-bord:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 55px;
  right: 55px;
  bottom: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #000;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.crv-butn-vid .vid {
  min-width: 120px;
  padding-left: 15px;
  padding-right: 40px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 30px;
  position: relative;
}

.crv-butn-vid .vid .text {
  line-height: 50px;
}

.crv-butn-vid .vid .icon {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  font-size: 26px;
}

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

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.1;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

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

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 11px;
  font-weight: 400;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.d-rotate.animated .rotate-text {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

.d-slideup .sideup-text {
  overflow: hidden;
  display: block;
}

.d-slideup .sideup-text:first-of-type .up-text {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.d-slideup .sideup-text .up-text {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  color: #000;
  transform: translateY(100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.d-slideup.animated .up-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
  background: -o-linear-gradient(
    right,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
  background: linear-gradient(
    to left,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
}

.main-marq.lrg .box .item h4 {
  font-size: 6vw;
  font-weight: 700;
}

.main-marq.xlrg .box .item {
  padding: 0 30px;
}

.main-marq.xlrg .box .item h4 {
  font-size: 10vw;
  font-weight: 800;
}

.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #fff;
}

.main-marq .non-strok .item h4 {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

.main-marq .non-strok .item h4 a {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
}

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

.main-marq .box .item {
  padding: 0 30px;
}

.main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}

.main-marq .box .item h4 .icon {
  font-family: "Jost", sans-serif;

  margin-bottom: -15px;
}

.main-marq .box .item h2 {
  line-height: 1;
  margin: 0;
}

.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

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

.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
  -webkit-text-stroke: 0;
}

.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #fff;
  -webkit-text-stroke: 0;
}

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

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

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

.dark-text .box .item h4,
.dark-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text .strok .box .item h4,
.dark-text .box .item:nth-of-type(even) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text {
  color: #fff;
}

.light-text .box .item h4,
.light-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
}

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

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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

.main-marqv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(
    bottom,
    #1a1a1a,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #1a1a1a
  );
  background: -o-linear-gradient(
    bottom,
    #1a1a1a,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #1a1a1a
  );
  background: linear-gradient(
    to top,
    #1a1a1a,
    rgba(255, 255, 255, 0) 80px,
    rgba(255, 255, 255, 0) calc(100% - 80px),
    #1a1a1a
  );
  pointer-events: none;
}

.main-marqv .slide-vertical {
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
}

.main-marqv .slide-vertical:hover .box {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.main-marqv .slide-vertical .box {
  position: relative;
  -webkit-animation: slide-vertical 50s linear infinite;
  animation: slide-vertical 50s linear infinite;
}

@-webkit-keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide-vertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.5s ease-in-out 1.1s;
  transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.5s ease-in-out 1.1s;
  -o-transition: clip-path 0.8s ease-in-out 0.3s,
    transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.5s ease-in-out 1.1s;
  position: relative;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.imago.simpl {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.cursor-pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.dark-text .stroke,
.text-dark .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.position-abs {
  position: absolute;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

.bord-thin-top.bord-dark {
  border-color: rgba(0, 0, 0, 0.1);
}

.bord-thin-bottom {
  border-bottom: 1px solid #c2945d70;
}

.bord-thin-bottom.bord-dark {
  border-color: rgba(0, 0, 0, 0.1);
}

.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

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

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

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

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

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

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

.no-cover {
  background-size: contain !important;
}

.section-padding {
  padding: 30px 0;
}

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

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

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

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

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

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

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

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

.circle-30 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-70 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-90 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.circle-120 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.height-100 {
  height: 100%;
}

.unlist {
  list-style: none;
}

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

.underline span {
  text-decoration: underline;
}

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

.inline {
  display: inline-block;
}

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

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

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

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

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

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.icon-img-10 {
  width: 20px;
}

.icon-img-20 {
  width: 20px;
}

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

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

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

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

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

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

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

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

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

.zindex-1 {
  z-index: 1;
}

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

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

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

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

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

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

.opacity-05 {
  opacity: 0.05 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-height-1 {
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-u {
  text-transform: uppercase !important;
}

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

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

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

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

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

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

.ls0 {
  letter-spacing: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}

body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1a1a1a;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

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

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

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

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

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

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

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

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
}

.navbar.nav-crev {
  width: calc(100% - 80px);
  left: 40px;
  top: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  min-height: auto;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.navbar.nav-crev.nav-scroll {
  background: #1d1d1d;
  border-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transform: translateY(80px) !important;
  -ms-transform: translateY(80px) !important;
  transform: translateY(80px) !important;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.navbar.static {
  position: relative;
}

.navbar.main-bg {
  background: #f1f3f500;
}

.navbar.sub-bg {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.blur {
  border-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.navbar.nav-scroll {
  background: #fff6ec;
  border-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  position: fixed;
  box-shadow: -1px -3px 18px #000;
  top: -80px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);

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

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 20px 10px 15px 1px;
  margin: 0 9px;
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .navbar-nav .dropdown-menu {
  padding: 20px 10px;
  /* border: 1px solid #393939; */
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #fff;
  background: #c79963;
  /* border: 2px solid #393939; */
  min-width: 255px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #393939;
  background: #1a1a1a;
  width: 240px;
  padding: 20px 0px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .no-relative {
  position: static;
}

.navbar .dropdown {
  position: static;
}

.navbar .mega-menu {
  width: 96vw;
  position: absolute;
  left: 2vw;
  padding: 30px 0 30px !important;
  border: 1px solid #393939;
  overflow: hidden;
}

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

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

.navbar .mega-menu .dropdown-item {
  padding: 10px 0;
}

.navbar .mega-menu .dropdown-item:after {
  left: 0;
}

.navbar .mega-menu .dropdown-item:hover {
  padding-left: 20px;
}

.navbar .search-form {
  position: relative;
}

.navbar .search-form.open .form-group {
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}

.navbar .search-form.open .search-icon .open-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.navbar .search-form .form-group {
  position: absolute;
  right: 0;
  bottom: -35px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .search-form .form-group input {
  padding: 10px 55px 10px 15px;
  background: #fff;
  border: 0;
  border-radius: 5px;
}

.navbar .search-form .form-group button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  background: #ccc;
  border: 0;
  border-radius: 5px;
}

.navbar .search-form .search-icon {
  position: relative;
  padding: 25px 30px;
  cursor: pointer;
}

.navbar .search-form .search-icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 1px solid #00000033;
  border-right: 1px solid #00000033;
}

.navbar .search-form .search-icon .close-search {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 25px 0;
  font-size: 20px;
  display: none;
}

.navbar .search-form .search-icon .open-search {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.topnav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 40px 0;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav .container-fluid {
  padding: 0 60px;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}

.topnav .menu-icon.open .text .word {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.topnav .menu-icon.open .text:after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.topnav .menu-icon.open .icon {
  width: 20px;
}

.topnav .menu-icon.open .icon i {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  margin: 0;
}

.topnav .menu-icon.open .icon i:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topnav .menu-icon.open .icon i:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-left: 9px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.topnav .menu-icon .text:after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.topnav .menu-icon .text .word {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  color: #000;
  transition-delay: 0.6s;
}

.topnav .menu-icon .icon {
  display: table-cell;
  position: relative;
}

.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 4px 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.topnav.dark .menu-icon {
  color: #000;
}

.topnav.dark .menu-icon .icon i {
  background: #000;
}

.topnav.dark.navlit .menu-icon {
  color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #432d12fc;
  padding: 75px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  backdrop-filter: blur(6px);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info:after {
  height: 200vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-text:after {
  height: 200vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
  height: 500px;
  overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: #c9f31d;
  border-radius: 10px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu > li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.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;
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hamenu .menu-links .main-menu > li .link i:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.hamenu .menu-links .main-menu > li .link i:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}

.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 20px 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 12px 10px;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
  opacity: 1;
}

.hamenu .menu-text {
  position: relative;
  height: 100%;
}

.hamenu .menu-text .text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.hamenu .menu-text .text h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.02;
}

.hamenu .menu-text:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -30px;
  bottom: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hamenu .cont-info {
  margin-top: 50px;
  position: relative;
}

.hamenu .cont-info:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -30px;
  top: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hamenu .cont-info .item {
  margin-bottom: 50px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .search-form {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .search-form .form-group {
  position: relative;
}

.hamenu .cont-info .search-form .form-group input {
  color: #fff;
  padding: 10px 55px 10px 15px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  width: 100%;
}

.hamenu .cont-info .search-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background: #ccc;
  border: 0;
  border-radius: 5px;
}

.hamenu .cont-info .social-text {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-sidebar .left-header,
.sticky-sidebar .right-header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 999;
  mix-blend-mode: exclusion;
}

.sticky-sidebar .left-header .inner-header,
.sticky-sidebar .right-header .inner-header {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 9;
}

.sticky-sidebar .left-header {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-sidebar .left-header .header-logo a {
  height: 100px;
}

.sticky-sidebar .left-header .header-logo img {
  height: 100%;
  width: auto;
}

.sticky-sidebar .right-header {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sec-head h2 {
  font-size: 60px;
}

.lg-sec-head h2 {
  font-size: 5vw;
}

.sec-head-lg {
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.sec-head-lg h2 {
  font-size: 30vw;
  line-height: 1;
}

.sec-head-lg.is_stuck {
  opacity: 0.05;
}

.sub-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.sub-font {
  font-family: "Jost", sans-serif;

  font-style: italic;
  font-weight: 500;
}

.num-font {
  font-family: "Jost", sans-serif;
}

.sec-lg-head .dot-titl {
  padding: 10px 35px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 1px solid #c2945db0;
  display: inline-block;
  position: relative;
  color: #000;
}

.sec-lg-head .dot-titl:before,
.sec-lg-head .dot-titl:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c2945d;
}

.sec-lg-head .dot-titl:before {
  left: 15px;
}

.sec-lg-head .dot-titl:after {
  right: 15px;
}

.sec-lg-head .dot-titl.colorbg-1:before,
.sec-lg-head .dot-titl.colorbg-1:after {
  background: #c9f31d;
}

.sec-lg-head .dot-titl.colorbg-3:before,
.sec-lg-head .dot-titl.colorbg-3:after {
  background: #55e6a5;
}

.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(255, 255, 255, 0.5);
  display: inline-block;
}

.sec-lg-head.text-dark .dot-titl {
  border-color: rgba(0, 0, 0, 0.5);
}

.sec-lg-head.text-dark p {
  color: #333;
}

.sec-lg-head .svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
}

.sec-lg-head .path {
  -webkit-animation: dash 33s linear infinite;
  animation: dash 33s linear infinite;
}

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

  to {
    stroke-dashoffset: 2000;
  }
}

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

  to {
    stroke-dashoffset: 2000;
  }
}

.sec-leter-head .leter h4 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.sec-leter-head .line {
  border-bottom: 1px solid #fff;
  margin-top: -1px;
  margin-left: 40px;
  width: 100%;
}

.sec-leter-head .title {
  margin-left: 100px;
  margin-top: -20px;
  position: relative;
}

.vew-all a {
  position: relative;
  z-index: 2;
}

.vew-all a:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
  z-index: -1;
}

.vew-all:hover a {
  text-decoration: underline;
}

.about-intro .imgs {
  position: relative;
}

.about-intro .imgs .img1 {
  width: 70%;
  margin-top: 30px;
}

.about-intro .imgs .img1 img {
  position: relative;
  top: -30px;
}

.about-intro .imgs .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  border-top: 7px solid #1d1d1d;
  border-left: 7px solid #1d1d1d;
}

.about-intro .cont .feat {
  padding-left: 80px;
}

.intro-crv .img {
  position: relative;
}

.intro-crv .img:after {
  content: "";
  position: absolute;
  top: -30px;
  right: -250px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #c2945d;
  z-index: -1;
}

.intro-crv .height-bord {
  height: 75%;
}

.intro-crv .height-bord .butn-line {
  height: 100%;
  border-left: 1px solid #fff;
  padding-left: 30px;
}

.intro-crv .height-bord .butn-line .crle {
  position: relative;
}

.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;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.intro-crv .height-bord .butn-line .crle span:after {
  content: "";
  width: 150px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.intro-crv .text-bottom {
  position: absolute;
  bottom: 0;
}

.about .about-circle-crev {
  position: relative;
  width: calc(100% - 50px);
}

.about .about-circle-crev .circle-button .rotate-circle svg {
  width: 500px;
}

.about .about-circle-crev .circle-button {
  position: relative;
}

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

.about .about-circle-crev .rotate-circle {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}

.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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .about-circle-crev .half-circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.about .img.bg-pattern {
  padding: 50px;
  background-size: 80px !important;
  background-repeat: repeat;
  position: relative;
}

.about .img.bg-pattern img {
  border-radius: 15px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.about .img.bg-pattern .tit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(30%) rotate(5deg);
  -ms-transform: translateY(-50%) translateX(30%) rotate(5deg);
  transform: translateY(-50%) translateX(30%) rotate(5deg);
  z-index: 2;
}

.about .img.bg-pattern .tit span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.about .img {
  position: relative;
  overflow: hidden;
}

.about .img .exp {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
}

.about .img .exp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  z-index: -1;
}

.about .img .exp:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 150%;
  background: #c9f31d;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -2;
}

.about .quote-img h2 {
  position: relative;
  z-index: 1;
}

.about .quote-img .img {
  width: 80%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.about .quote-img .img img {
  border-radius: 10px;
}

.about .mission {
  position: relative;
}

.about .mission .about-carsouel {
  padding: 80px 60px;
  position: relative;
  z-index: 3;
}

.about .mission .back-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

.about .bg-pattern {
  background-size: 95% !important;
}

.intro-imgs .to-up {
  margin-top: -80px;
}

.intro-imgs .cont {
  padding: 0 60px;
}

.intro-feat .bg-img {
  padding: 50px 0;
  border-radius: 150px;
  position: relative;
}

.intro-feat .bg-img .play-button .butn-ply {
  position: relative;
}

.intro-feat .bg-img .play-button .butn-ply .circle {
  fill: #fff;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-feat .bg-img .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .bg-img .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .three-imgs .img1 {
  width: 190px;
  margin-top: 50px;
}

.intro-feat .three-imgs .img2 {
  width: 250px;
}

.intro-feat .img3 {
  width: 50%;
  margin-left: 25%;
  margin-top: -30%;
}

.intro-feat .two-imgs .img1 {
  width: 60%;
  position: relative;
}

.intro-feat .two-imgs .img1 .play-button {
  position: absolute;
  top: 20%;
  right: 0;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}

.intro-feat .two-imgs .img1 .play-button .vid {
  position: relative;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply .circle {
  fill: #c9f31d;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
}

.intro-feat .two-imgs .img1 .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .two-imgs .img1 .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .two-imgs .img2 {
  width: 60%;
  margin-top: -35%;
  margin-left: 40%;
  position: relative;
  z-index: 3;
}

.intro-feat .cont .play-button .vid {
  position: relative;
}

.intro-feat .cont .play-button .butn-ply {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-feat .cont .play-button .butn-ply .circle {
  fill: #fff;
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  transition: all 0.8s cubic-bezier(0.4, 0.08, 0, 0.97);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.intro-feat .cont .play-button .butn-ply:hover .circle {
  stroke-dashoffset: 0;
}

.intro-feat .cont .play-button .butn-ply i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-feat .cont .play-button .text {
  padding: 8px 20px 8px 60px;
  border: 1px solid #1d1d1d;
  border-radius: 4px;
  font-size: 12px;
}

.exp-box {
  padding: 30px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.exp-box .img-icon {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  opacity: 0.2;
  z-index: -1;
}

.intro-corp .imgs {
  position: relative;
}

.intro-corp .imgs .img1 {
  width: 75%;
  margin-left: 25%;
  position: relative;
  z-index: 3;
}

.intro-corp .imgs .img1:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 8px;
  height: 150px;
  background: #c9f31d;
}

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

.intro-corp .imgs .img1.main-color2:after {
  background: #c2945d;
}

.intro-corp .imgs .img1.main-color3:after {
  background: #55e6a5;
}

.intro-corp .imgs .img2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 50%;
  z-index: 4;
}

.intro-img-parlx {
  position: relative;
  overflow: hidden;
}

.intro-img-parlx:after {
  content: "";
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  left: -30vw;
  opacity: 0.02;
}

.intro-img-parlx .max-text {
  font-size: 75px;
  position: relative;
}

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

.intro-img-parlx .img {
  position: relative;
  z-index: 2;
}

.intro-img-parlx .img img {
  width: 250%;
  margin-left: -150%;
}

.intro-img-parlx .img .star-shape {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  z-index: -1;
  opacity: 0.2;
}

.intro-img-parlx .text-qoute .exp {
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 12px;
}

.pg-about .bg-img {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.awards-box .awrd-items .item {
  padding: 80px 30px;
  background: #1d1d1d;
  border-radius: 150px;
  text-align: center;
}

.awards-box .awrd-items .item .img {
  width: 70px;
  margin: auto;
}

.awards-box .awrd-items .item h6 {
  margin-top: 15px;
}

.awards-list .cont li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.awards-list .cont li:hover {
  border-color: #eee;
}

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

.awards-list .cont li .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.awards-list .cont li .arrow-icon svg {
  width: 15px;
}

.skills-exp .skill-item .item {
  padding: 50px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.skills-exp .skill-item .item:hover {
  border-color: #fff;
}

.skills-exp .skill-item .item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.skills-exp .skill-item .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.skills-exp .exp-items .item .icon {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-bottom: 15px;
}

.skills-exp .exp-items .item .icon svg {
  width: 60px;
  height: 25px;
  fill: #fff;
}

.blog-list .item {
  padding: 40px;
  position: relative;
}

.blog-list .item:hover .background {
  opacity: 1;
  background-position: center bottom;
}

.blog-list .item .info .author {
  margin-right: 20px;
}

.blog-list .item .info .author .img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-list .item .info .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.blog-list .item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity 0.4s, background-position 10s linear;
  -o-transition: opacity 0.4s, background-position 10s linear;
  transition: opacity 0.4s, background-position 10s linear;
}

.blog-list .item .background .more a {
  font-size: 14px;
  padding: 14px 35px;
  background: #c9f31d;
  border-radius: 30px;
}

.blog-list .item .background .more a span,
.blog-list .item .background .more a i {
  color: #000;
}

.blog-list2 .item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-list2 .item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list2 .item:hover {
  border-bottom-color: #eee;
}

.blog-list2 .item:hover .title a {
  text-decoration: underline;
}

.blog-list2 .item:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.blog-list2 .item .categ a {
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}

.blog-list2 .item .img {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-list2 .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-modern .item {
  padding-right: 60px;
}

.blog-modern .item .img {
  position: relative;
}

.blog-modern .item .img .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 60px;
  right: -70px;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  transform: rotate(-90deg) translateX(-50%) translateY(100%);
  opacity: 0.7;
}

.blog-modern .item .img .date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  width: 50px;
  border-bottom: 1px solid #cecece;
}

.blog-crev .item .cont .info {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-crev .item .cont .info .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 30px;
}

.blog-crev .item .img {
  position: relative;
}

.blog-crev .item .img a {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  color: #1d1d1d;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-crev .item .img a svg {
  width: 25px;
  height: 25px;
}

.blog-crev .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-crev .item .img:hover a {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.blog-crev .item .img:hover:after {
  opacity: 0.7;
}

.blog-list-half .item {
  border-radius: 10px;
  overflow: hidden;
}

.blog-list-half .item .img {
  min-height: 300px;
  padding-right: 0;
}

.blog-list-half .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 0 0 10px;
}

.blog-list-half .item .cont {
  padding: 80px 30px;
}

.blog-list-half .item .cont .tags a {
  font-size: 13px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-list-half .item .cont .tags a:hover {
  background: #c2945d;
}

.blog-list-half .item .cont .tags.colorbg a:hover {
  background: #c9f31d;
  color: #1d1d1d;
}

.blog-list-half.crev .item {
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list-half.crev .item .img {
  padding: 0 0 0 15px;
}

.blog-list-half.crev .item .img img {
  border-radius: 0;
  position: relative;
  bottom: -30px;
}

.blog-list-half.crev .item .cont {
  padding: 30px 0;
}

.main-post .item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.main-post .main-img {
  -webkit-box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  box-shadow: 0px 20px 40px rgba(13, 11, 27, 0.15);
  overflow: hidden;
}

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

.main-post .post-qoute h6 {
  position: relative;
}

.main-post .post-qoute h6:before {
  content: "â€œ";
  position: absolute;
  top: 80px;
  left: -100px;
  font-size: 180px;
  font-family: Poppins;
  line-height: 0;
}

.main-post .iner-img {
  height: 400px;
}

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

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

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

.main-post .order-list li {
  padding-left: 0;
}

.main-post .order-list li:before {
  display: none;
}

.main-post .order-list li span {
  font-size: 13px;
}

.main-post .info-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.7;
}

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
}

.main-post .info-area .tags a:hover,
.main-post .info-area .share-icon a:hover {
  background: #c9f31d;
  color: #fff;
}

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0;
}

.main-post .author-area .author-img .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

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

.main-post .next-prv-post .thumb-post:after {
  content: "";
  background: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-post .next-prv-post .thumb-post:hover h6 {
  color: #fff;
}

.main-post .next-prv-post .thumb-post:hover:after {
  opacity: 0.5;
}

.main-post .next-prv-post .thumb-post:first-of-type {
  margin-right: 15px;
}

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

.comments-post .item-box {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

.comments-post .item-box:last-of-type {
  margin-bottom: 0;
}

.comments-post .item-box.replayed {
  margin-left: 50px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.comments-post .item-box .replay-post a {
  font-size: 13px;
  padding: 8px 20px;
  border: 1px solid #eee;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.comments-post .item-box .replay-post a:hover {
  background: #c9f31d;
  color: #1d1d1d;
}

.comments-from form input,
.comments-from form textarea {
  color: #fff;
  padding: 15px 0;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.comments-from form button {
  background: transparent;
  border: 0;
  color: #fff;
  margin: auto;
  text-align: center;
}

.brands .swiper-container {
  overflow: visible;
}

.brands .item {
  width: 300px;
  height: 300px;
  text-align: center;
  position: relative;
}

.brands .item:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}

.brands .item:hover:after {
  border-color: #fff;
}

.brands .item .img {
  width: 100px;
  margin: auto;
}

.brand-sec {
  padding-top: 120px;
}

.brand-sec .brand-marq {
  padding: 180px 0 300px;
}

.brand-sec .brand-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-sec .brand-marq .box .item {
  margin: 0 -50px;
}

.brand-sec .brand-marq .box .item .img {
  width: 280px;
  height: 280px;
  line-height: 280px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.brand-sec .brand-marq .box .item .img img {
  width: 120px;
}

.brand-sec .brand-marq .box .item .img:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.brand-sec .brand-marq .box .item:nth-of-type(even) {
  margin-top: -180px;
}

.brand-sec .brand-marq .box .item:nth-of-type(odd) {
  margin-bottom: -180px;
}

.brands-carsouel {
  overflow: hidden;
}

.brands-carsouel .bord-right {
  position: relative;
}

.brands-carsouel .bord-right:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.brands-carsouel .item {
  text-align: center;
}

.brands-carsouel .item .img {
  width: 100px;
  margin: auto;
}

.clients .brand:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brand:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients .brand:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients .brand .item {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.clients .brand .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients .brand .img {
  opacity: 0.8;
  max-width: 100px;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.clients-rand .item > div {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-rand .item .sz1 {
  width: 140px;
  height: 140px;
  line-height: 140px;
  padding: 0 20px;
}

.clients-rand .item .sz2 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  padding: 0 20px;
}

.clients-rand .item .sz3 {
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
}

.clients-rand .item img {
  margin: auto;
}

.clients-carso .img {
  margin: auto;
}

.clients-carso2 {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.clients-carso2 .img {
  margin: auto;
  opacity: 0.8;
}

.clients-carso2 .img:hover {
  opacity: 1;
}

.career-serv .img {
  height: 700px;
}

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

.career-serv li {
  padding: 10px 28px;
  margin-top: 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-serv li .icon {
  font-size: 28px;
  margin-right: 10px;
}

.career-box .list-item {
  padding: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.career-box .list-item .butn {
  padding: 4px 10px;
  border-radius: 20px;
  background: #1a1a1a;
  margin-right: 10px;
}

.career-box .list-item .butn:nth-of-type(2) {
  background: #55e6a5;
  color: #1d1d1d;
  font-weight: 500;
  text-transform: uppercase;
}

.career-box .list-item .butn:nth-of-type(3) {
  background: rgba(85, 230, 165, 0.1);
  color: #55e6a5;
}

.call-action-img .sec-bg-img {
  height: 450px;
  width: 130%;
  position: relative;
  margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
  position: relative;
}

.call-action-img .sec-lg-head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background: #1a1a1a;
}

.call-action-center .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
}

.contact-crev {
  position: relative;
  overflow: hidden;
}

.contact-crev.no-crev:after {
  display: none;
}

.contact-crev:after {
  content: "";
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  right: -30vw;
  opacity: 0.01;
  pointer-events: none;
}

.contact-crev input,
.contact-crev textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-crev input:focus,
.contact-crev textarea:focus {
  border-color: #fff;
}

.contact-crev textarea {
  min-height: 180px;
}

.numbers h2 {
  font-size: 120px;
}

.numbers h6 {
  font-size: 16px;
}

.numbers.crev-num .item {
  position: relative;
  padding-left: 40px;
}

.numbers.crev-num .item:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  bottom: -20px;
  width: 100px;
  border: 4px solid rgba(255, 255, 255, 0.03);
}

.numbers.crev-num h2 {
  font-size: 80px;
}

.sideimg-numbers {
  position: relative;
}

.sideimg-numbers .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.sideimg-numbers .bg-right .vid-circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
}

.sideimg-numbers .bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  z-index: 2;
}

.sideimg-numbers .bg-left .vid-circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
}

.sideimg-numbers .bg-img {
  background-position: center center;
}

.sideimg-numbers .bg-img .vid {
  position: relative;
  z-index: 2;
}

.sideimg-numbers .bg-img .vid:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #1d1d1d;
  border-radius: 50%;
  z-index: -1;
}

.sideimg-numbers .numbers {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  padding: 120px 100px 120px 0;
  text-align: right;
}

.sideimg-numbers .numbers .item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sideimg-numbers .numbers .item:last-of-type {
  padding: 0;
  border: 0;
}

.sideimg-numbers .numbers .item h2 {
  font-style: normal;
}

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

.coming .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.1;
}

.coming .clockdiv {
  text-align: center;
}

.coming .clockdiv .dots {
  position: relative;
}

.coming .clockdiv .dots:after {
  content: ":";
  position: relative;
  font-size: 40px;
  color: #55e6a5;
}

.coming .subscribe .form-group {
  width: 90%;
  margin: auto !important;
  position: relative;
}

.coming .subscribe .form-group input {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 0;
  background: #303030;
  color: #fff;
}

.coming .subscribe .form-group button {
  padding: 15px 30px;
  border-radius: 30px;
  border: 0;
  background: #55e6a5;
  position: absolute;
  top: 0;
  right: 0;
}

.list-arrow li .icon {
  width: 15px;
  margin-right: 10px;
}

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

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

.text-dark .dot-list li:before {
  background: #1d1d1d;
}

.skills .skill-item .skill-progress {
  height: 10px;
  position: relative;
}

.skills .skill-item .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #55e6a5;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.skills .skill-item .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: -50px;
}

.skills .resume-exp .box-items {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #1d1d1d;
}

.skills .resume-exp .box-items:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  background-image: url(../imgs/patterns/dots2.png);
  background-repeat: repeat;
  background-size: 10px;
  width: 200px;
  height: 200px;
  opacity: 0.7;
  z-index: -1;
}

.skills .resume-exp .box-items .item {
  padding: 25px;
  position: relative;
}

.skills .resume-exp .box-items .item .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 0 50px 50px 50px;
  background: #55e6a5;
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 500;
}

.skills .resume-exp .box-items .item .num small {
  font-size: 12px;
  margin-left: -3px;
}

.skills .resume-exp .box-items .item:nth-of-type(1),
.skills .resume-exp .box-items .item:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.skills .resume-exp .box-items .item:nth-of-type(1),
.skills .resume-exp .box-items .item:nth-of-type(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion.bord .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion.bord .title:after {
  left: auto;
  right: 20px;
}

.accordion.bord .title .ico {
  left: auto;
  right: 25px;
}

.accordion .title {
  padding: 10px 0 10px 0;
  cursor: pointer;
  position: relative;
}

.accordion .title .ico {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
}

.accordion .accordion-info {
  display: none;
  margin-top: 15px;
}

.accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}

.accordion .accordion-info .spac h6 {
  position: relative;
}

.accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 3px;
  left: -15px;
}

.accordion .active {
  display: block;
}

.accordion .active .title .ico:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
}

#tabs-fade .tab-content,
#tabs .tab-content {
  display: none;
}

#tabs-fade .tab-content.current,
#tabs .tab-content.current {
  display: block;
}

.approach-carso .swiper-wrapper {
  width: auto;
}

.approach-carso .swiper-slide {
  padding: 70px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 250px;
  margin-left: -7px;
  margin-right: -7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.approach-carso .swiper-slide:hover {
  border-color: #c2945d;
}

.approach-carso .item .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-weight: 800;
  line-height: 1;
}

footer {
  position: relative;
}

footer .call-box {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

footer .call-box h2 {
  font-size: 80px;
  line-height: 1;
}

footer .call-box .arrow svg {
  width: 80px;
  height: 80px;
}

footer .social-text li {
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .social-text li:last-of-type {
  margin-bottom: 0;
}

footer .subscribe .form-group {
  position: relative;
}

footer .subscribe input {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 15px 30px 15px 0;
}

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

footer .logo a {
  max-width: 120px;
}

footer .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 70px;
  background-repeat: repeat;
  pointer-events: none;
  opacity: 0.5;
}

/* Pages Header
-----------------------------------------------------------------*/
.page-header {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.page-header .background {
  min-height: 480px;
}

.page-header .caption .sub-title {
  position: relative;
  padding-left: 20px;
}

.page-header .caption .sub-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.page-header .explore {
  position: relative;
}

.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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.page-header .explore .rotate-circle {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.page-header .main-marq {
  text-transform: uppercase;
}

.page-header .main-marq .slide-har {
  position: relative;
}

.page-header .main-marq .slide-har.st1 .box {
  -webkit-animation: slide-har 150s linear infinite;
  animation: slide-har 150s linear infinite;
}

.page-header .main-marq .slide-har.st2 .box {
  -webkit-animation: slide-har-revers 150s linear infinite;
  animation: slide-har-revers 150s linear infinite;
}

.work-header .caption .sub-title {
  position: relative;
  padding-left: 20px;
}

.work-header .caption .sub-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.work-header .caption h1 {
  font-size: 100px;
}

.proj-header1 {
  padding-top: 120px;
}

.proj-header1 .bg-img {
  width: 100%;
  height: 70vh;
}

.proj-header2 {
  min-height: 90vh;
}

/* Hero
-----------------------------------------------------------------*/
.marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #1d1d1d;
}

.marquee:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  background: -o-linear-gradient(
    right,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  background: linear-gradient(
    to left,
    #1d1d1d,
    transparent 300px,
    transparent calc(100% - 300px),
    #1d1d1d
  );
  z-index: 3;
}

.marquee h4 {
  font-size: 70px;
}

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

.block-pattern {
  position: relative;
}

.block-pattern .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: contain;
  background-position: center bottom;
}

.serv-marq {
  position: relative;
  z-index: 3;
}

.serv-marq .ontop {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.serv-marq .main-marq:after {
  display: none;
}

.serv-marq.skew .main-marq {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.my-paroller img {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.back-image {
  height: 75vh;
  min-height: 400px;
  overflow: hidden;
}

.back-image.states {
  min-height: auto;
}

.back-image.states .box {
  height: 100%;
  position: relative;
  z-index: 4;
}

.back-image.states ul {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-image.states ul li {
  min-width: 350px;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 30px;
}

.back-image.states ul li h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}

.back-image.states ul .sd-color {
  background: #c9f31d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-image.states ul .sd-color .numb {
  margin-right: 30px;
  font-size: 40px;
  font-weight: 600;
}

.back-image.states ul .sd-light {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-image.states ul .sd-light .numb {
  margin-right: 30px;
  font-size: 40px;
  font-weight: 600;
}

.back-image.states ul .sd-light .numb,
.back-image.states ul .sd-light h5 {
  color: #191919;
}

.back-image.states ul .sd-dark {
  background: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-image.states ul .sd-dark .numb {
  margin-right: 30px;
  font-size: 40px;
  font-weight: 600;
}

.back-image.states ul .blur {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.block-sec .clients .item {
  padding: 50px 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.block-sec .clients .item img {
  max-width: 100px;
}

.block-sec .img-vid {
  position: relative;
  overflow: hidden;
}

.block-sec .img-vid .rota-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.block-sec .img-vid .rota-vid .circle-button.in-bord:after {
  background: #fff;
}

.block-sec .img-vid .rota-vid .circle-button.in-bord:before {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 0;
}

.block-sec .img-vid .rota-vid .arrow {
  z-index: 3;
  -webkit-transform: translateX(-7px) translateY(-7px);
  -ms-transform: translateX(-7px) translateY(-7px);
  transform: translateX(-7px) translateY(-7px);
}

.block-img {
  position: relative;
}

.block-img .vid-circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

.block-img .shap1 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 150px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.block-img .shap2 {
  position: absolute;
  top: 0;
  right: 10%;
  width: 150px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.block-sec {
  position: relative;
}

.block-sec .back-bg {
  position: absolute;
  top: 120px;
  bottom: 120px;
  width: 100%;
  left: 0;
  z-index: -1;
}

.block-sec .cont-box {
  padding: 80px 40px;
}

.skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.skills-box .skill-progress {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -25px;
  font-size: 12px;
  font-weight: 600;
}

.intro-pan .text {
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #1a1a1a;
  position: relative;
  z-index: 4;
}

.intro-pan .numbers .item {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.intro-pan .numbers h2 {
  font-size: 100px;
}

.intro-pan .numbers h6 {
  font-size: 16px;
}

.sec-img .expr-box {
  display: inline-block;
  border: 5px solid #fff;
  padding: 30px 60px 30px 30px;
}

.sec-img .expr-box h2 {
  position: relative;
  display: inline-block;
  z-index: 3;
}

.sec-img .expr-box h2:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #c9f31d;
  opacity: 0.5;
  z-index: -1;
}

.thecontainer {
  width: 300%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.panel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

/* Portfolio
-----------------------------------------------------------------*/
.works.thecontainer {
  width: 300vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.works .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works .panel .item {
  width: 42vw;
  position: relative;
}

.works .panel .item .cont {
  margin-top: 30px;
}

.works .panel .item .cont h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.works .panel .item .cont span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
}

.works .panel .item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.workinter .block .block__link {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.workinter .block .block__link:first-of-type {
  padding-top: 0;
}

.workinter .block .hover-reveal {
  width: 450px;
  height: 300px;
  z-index: 3;
}

.workinter .lg-sec-head h2 {
  background: -webkit-linear-gradient(90deg, transparent, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workinter .lg-sec-head .rotate-circle svg {
  width: 220px;
  fill: rgba(255, 255, 255, 0.5);
}

.portfolio-fixed .left {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.portfolio-fixed .img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}

.portfolio-fixed .img:first-of-type {
  opacity: 1;
  z-index: 1;
}

.portfolio-fixed .img:nth-of-type(2) {
  z-index: 2;
}

.portfolio-fixed .img:nth-of-type(3) {
  z-index: 3;
}

.portfolio-fixed .img:nth-of-type(4) {
  z-index: 4;
}

.portfolio-fixed .img:nth-of-type(5) {
  z-index: 5;
}
.portfolio-fixed .img:nth-of-type(6) {
  z-index: 6;
}

.portfolio-fixed .img.current {
  opacity: 1;
}

.portfolio-fixed .right {
  padding: 250px 100px;
  overflow: hidden;
}

.portfolio-fixed .cont {
  margin-bottom: 250px;
  opacity: 0.1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-fixed .cont:last-of-type {
  margin-bottom: 0;
}

.portfolio-fixed .cont.active {
  opacity: 1;
}

.portfolio-fixed .cont .img-hiden {
  display: none;
}

.portfolio-fixed .current.cont {
  opacity: 1;
}

.portfolio .gallery2 .items {
  width: 50%;
}

.portfolio .gallery2 .items.width2 {
  width: 25%;
}

.portfolio .gallery2 .items .item-img {
  border-radius: 10px;
}

.portfolio {
  position: relative;
  /* background-color: #f1f3f5; */
}

.portfolio .sec-head .lg-text {
  font-size: 8vw;
  line-height: 1;
}

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

.portfolio .filtering span {
  font-weight: 500;
  font-size: 13px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
}

.portfolio .filtering span.active {
  opacity: 1;
}

.portfolio .filtering span.text {
  pointer-events: none;
}

.portfolio.changed-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio.changed-bg.chang-text {
  color: #000;
}

.portfolio.changed-bg.chang-text p {
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio.changed-bg.chang-text .sec-lg-head .path {
  stroke: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .work-row .item {
  position: relative;
  padding: 40px 0;
}

.portfolio .work-row .item:hover .main-marq .box {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.portfolio .work-row .item .title {
  padding-bottom: 15px;
}

.portfolio .work-row .item .title .numb {
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  margin-bottom: 15px;
}

.portfolio .work-row .item .cont {
  padding-left: 30px;
  padding-bottom: 15px;
}

.portfolio .work-row .item .main-marq {
  position: absolute;
  width: 100%;
  top: 15px;
  left: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.05;
  z-index: -1;
}

.portfolio .work-row .item .main-marq .box {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.portfolio .work-row .item .main-marq .box .item {
  padding: 0 60px;
}

.portfolio .metro .items.height-1 {
  height: 530px;
}

.portfolio .metro .items.height-1 img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio .metro .items.height-2 {
  height: 250px;
}

.portfolio .metro .items.height-2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio .metro .items .item-img a {
  width: 100%;
}

.portfolio .metro .info-overlay .item-img {
  position: relative;
  overflow: hidden;
}

.portfolio .metro .info-overlay .item-img:hover:after {
  opacity: 0.8;
}

.portfolio .metro .info-overlay .item-img:hover .info h6,
.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio .metro .info-overlay .item-img:hover .info .tag {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfolio .metro .info-overlay .item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
  opacity: 0;
}

.portfolio .metro .info-overlay .item-img .info {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}

.portfolio .metro .info-overlay .item-img .info h6,
.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio .metro .info-overlay .item-img .info h6 a,
.portfolio .metro .info-overlay .item-img .info .tag a {
  color: #fff !important;
}

.portfolio .metro .info-overlay .item-img .info .tag {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.portfolio .metro .item-img {
  position: relative;
  height: 100%;
}

.portfolio .metro .item-img .info-over {
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.portfolio .masonry .info-overlay .item-img,
.portfolio .grid .info-overlay .item-img {
  position: relative;
}

.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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}

.portfolio .masonry .info-overlay .item-img a,
.portfolio .grid .info-overlay .item-img a {
  width: 100%;
}

.portfolio .masonry .info-overlay .item-img .info,
.portfolio .grid .info-overlay .item-img .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

.portfolio .masonry .info-overlay .item-img:hover:after,
.portfolio .grid .info-overlay .item-img:hover:after {
  opacity: 0.2;
}

.portfolio .masonry .info-overlay .item-img:hover .info,
.portfolio .grid .info-overlay .item-img:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .masonry .inner,
.portfolio .grid .inner {
  height: 400px;
}

.portfolio .masonry .inner img,
.portfolio .grid .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.portfolio .masonry .inner {
  height: auto;
}

.portfolio .masonry .inner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio .max-margin {
  margin-left: -40px;
  margin-right: -40px;
}

.portfolio .max-margin .items {
  padding: 0 40px;
}

.portfolio.clasic .item .img {
  position: relative;
  height: 400px;
}

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

.portfolio.clasic .item .img .tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 20px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.portfolio.clasic .item:hover .img .tag {
  opacity: 1;
}

.work-carsouel {
  position: relative;
}

.work-carsouel .work-crus.out {
  width: 120%;
  margin-left: -10%;
}

.work-carsouel .work-crus .swiper-slide-active .img .cont span,
.work-carsouel .work-crus .swiper-slide-active .img .cont h6 {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.work-carsouel .work-crus .img {
  position: relative;
}

.work-carsouel .work-crus .img .cont {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.work-carsouel .work-crus .img .cont span,
.work-carsouel .work-crus .img .cont h6 {
  background: #1d1d1d;
  font-weight: 500;
  padding: 5px 15px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carsouel .work-crus .img .cont h6 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work-carsouel .work-crus .img .plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-carsouel .work-crus.random .swiper-container {
  overflow: visible;
}

.work-carsouel .work-crus.random .swiper-slide .item .img {
  height: 450px;
}

.work-carsouel .work-crus.random .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img {
  height: 380px;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
}

.work-carsouel .work-crus.random .swiper-slide:nth-of-type(odd) .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

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

.work-carsouel .out-right .swiper-container {
  overflow: visible;
}

.work-carsouel.full-height {
  min-height: 100vh;
}

.work-carsouel.full-height .swiper-slide .img {
  height: 60vh;
}

.work-carsouel.full-height .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.work-carsouel .work-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.work-carsouel .work-controls .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 44;
}

.work-carsouel .work-controls .swiper-pagination span {
  cursor: pointer;
}

.showcase-full {
  position: relative;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  position: relative;
  line-height: 1.2;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showcase-full .slider-contro {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: calc(100% - 160px);
}

.showcase-full .slider-contro i {
  margin: 0 10px;
  color: #000;
}

.showcase-full .slider-contro span {
  color: #000;
  white-space: nowrap;
}

.showcase-full .dots {
  bottom: 50px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

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

.showcase-full .swiper-button-next:after,
.showcase-full .swiper-button-prev:after {
  display: none;
}

.parallax-show .inner {
  min-height: 100vh;
}

body.inter-center {
  overflow: hidden;
}

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

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

.inter-links-center::-webkit-scrollbar-track {
  background: transparent;
}

.inter-links-center::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.inter-links-center::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inter-links-center.horizontal .links-text ul {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.inter-links-center.horizontal .links-text li {
  display: inline-block;
  padding: 40px;
}

.inter-links-center.horizontal .links-text li .sub-title {
  margin-bottom: 10px;
}

.inter-links-center.horizontal .links-text li h2 {
  font-weight: 700;
  font-size: 30px;
}

.inter-links-center.horizontal .links-text li h2 a .tag {
  display: block;
  font-weight: 400;
}

.inter-links-center.horizontal .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

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

.inter-links-center .links-text li .text {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-text-stroke: 1px transparent;
}

.inter-links-center .links-text li.no-active {
  opacity: 0.3;
}

.inter-links-center .links-text li.no-active .text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.inter-links-center .links-text li h2 {
  font-weight: 800;
}

.inter-links-center .links-text li h2 a .tag {
  display: block;
  font-weight: 400;
}

.inter-links-center .links-text li h2 .num {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  margin-right: 15px;
}

.inter-links-center .links-img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 70vh;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  overflow: hidden;
}

.inter-links-center .links-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.inter-links-center .links-img .img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

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

/* Pricing
-----------------------------------------------------------------*/
.price-hr .item {
  padding: 50px 30px;
}

.price-hr .item .butn {
  padding: 7px 25px;
}

.price-hr .item.text-dark .butn {
  border-color: #1a1a1a;
}

.price-hr .item.text-dark .butn:hover {
  border-color: #fff;
}

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

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

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

/* Process
-----------------------------------------------------------------*/
.process .item .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #55e6a5;
  color: #1d1d1d;
  font-size: 20px;
  margin-bottom: 30px;
}

.process .item h5 {
  margin-bottom: 10px;
}

.process-corp {
  position: relative;
  overflow: hidden;
}

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

.process-corp .img {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}

.process-corp .cont {
  position: relative;
  height: 100%;
  z-index: 3;
}

.process-corp .cont:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  width: 200%;
  height: 200%;
  background: #1d1d1d;
  z-index: -1;
}

.process-crev .row {
  margin-left: -50px;
}

.process-crev .item {
  padding: 30px;
  padding-left: 50px;
  border-right: 1px solid #ccc;
}

.process-crev .item:last-of-type {
  border: 0;
}

/* Services
-----------------------------------------------------------------*/
.serv-intro .img {
  position: relative;
  z-index: 3;
}

.serv-intro .img:after {
  content: "";
  position: absolute;
  top: calc(50% - 150px);
  right: 50px;
  background-image: url(../imgs/patterns/dots2.png);
  background-repeat: repeat;
  background-size: 10px;
  width: 250px;
  height: 250px;
  opacity: 0.7;
  z-index: -1;
}

.serv-intro .img img {
  width: 65%;
}

.serv-intro .img .cont-box {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 50%;
  min-width: 315px;
  color: #1d1d1d;
  padding: 30px;
}

.serv-intro .img .cont-box svg {
  width: 30px;
  height: 30px;
}

.block-serv .content .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  margin-right: 20px;
  font-size: 13px;
}

.block-serv .content h6 {
  margin-bottom: 20px;
  line-height: 1;
}

.block-serv .content p {
  font-size: 14px;
}

.services-crv .crle-item {
  position: relative;
}

.services-crv .crle-item:after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -120px;
  right: 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

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

.services .arrow .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.services .item-bord {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 100px 50px;
}

.services .item-bord .arrow svg {
  height: 25px;
  fill: #fff;
}

.services .item-bord:last-of-type {
  border: 0;
}

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

.services .serv-items-crev .swiper-slide {
  height: auto;
}

.services .serv-items-crev .item {
  padding: 60px 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.services .serv-items-crev .item p {
  font-size: 13px;
}

.services .serv-items-crev .item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.services .metro {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
}

.services .metro .items {
  list-style-type: none;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .metro .items .item {
  min-width: 400px;
  background: #fff;
  cursor: -webkit-grab;
  cursor: grab;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 80px 60px;
}

.serv-box .curve {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  z-index: 99;
}

.serv-box .curve svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.serv-box .serv-item .arrow svg {
  height: 25px;
  fill: #fff;
}

.serv-box .lg-pad {
  padding: 60px;
}

.serv-box .crv-more a {
  width: 100%;
  padding: 15px 0px 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.serv-box .crv-more a svg {
  position: absolute;
  top: -1px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.serv-box .crv-more a:hover {
  background: #fff;
  color: #181314;
}

.maz-serv {
  position: relative;
}

.maz-serv .item-serv {
  padding: 30px 50px;
}

.maz-serv .main-marq {
  position: absolute;
  bottom: 20%;
  left: 0;
}

.half-sub-right {
  position: relative;
}

.half-sub-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 50px);
  height: 100%;
  background: #1a1a1a;
  z-index: -1;
}

.services-tab .serv-tab-cont .item {
  position: relative;
}

.services-tab .serv-tab-cont .item .img {
  width: 70%;
  height: 540px;
}

.services-tab .serv-tab-cont .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.services-tab .serv-tab-cont .item .cont {
  position: absolute;
  bottom: -80px;
  left: 20%;
  right: 0;
  padding: 80px 40px;
}

.services-tab .serv-tab-link .item-link {
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
}

.services-tab .serv-tab-link .item-link span {
  font-size: 20px;
  margin-right: 30px;
}

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

.services-tab.revers .serv-tab-cont .item {
  position: relative;
}

.services-tab.revers .serv-tab-cont .item .img {
  width: 70%;
  margin-left: 30%;
  height: 540px;
}

.services-tab.revers .serv-tab-cont .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.services-tab.revers .serv-tab-cont .item .cont {
  position: absolute;
  bottom: -2px;
  right: 30%;
  left: auto;
  padding: 60px 40px;
}

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

.serv-img-reveal .block__title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.serv-img-reveal .block__title:hover {
  border-color: #eee;
}

.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;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.serv-img-reveal a.content__text-link[data-fx="1"]::after {
  bottom: 0;
}

.serv-img-reveal .hover-reveal {
  position: fixed;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: rotate(-15deg) translateY(-90px) translateX(50px);
  -ms-transform: rotate(-15deg) translateY(-90px) translateX(50px);
  transform: rotate(-15deg) translateY(-90px) translateX(50px);
}

.serv-img-reveal .hover-reveal__inner,
.serv-img-reveal .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.serv-img-reveal .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.serv-img-reveal .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

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

@-webkit-keyframes starPathRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(var(--transform));
    transform: rotate(var(--transform));
  }

  60% {
    -webkit-transform: rotate(var(--transform));
    transform: rotate(var(--transform));
  }

  95% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes starPathRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(var(--transform));
    transform: rotate(var(--transform));
  }

  60% {
    -webkit-transform: rotate(var(--transform));
    transform: rotate(var(--transform));
  }

  95% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

header.full-height {
  min-height: 100vh;
  padding: 100px 0 80px;
}

header .full-height {
  min-height: 100vh;
  padding: 100px 0 80px;
}

header.in-box {
  min-height: calc(100vh - 80px);
  padding: 0;
}

.crev-slider {
  min-height: 100vh;
  padding: 180px 0 0;
}

.crev-slider .gallery-text {
  padding-left: 80px;
  padding-bottom: 80px;
  padding-right: 30px;
}

.crev-slider .gallery-text .text h1 {
  font-size: 55px;
  font-weight: 700;
}

.crev-slider .swiper-controls {
  padding: 30px 30px 30px 80px;
  background: #1d1d1d;
  position: relative;
}

.crev-slider .swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}

.crev-slider .swiper-controls .swiper-pagination .swiper-pagination-current {
  font-size: 35px;
}

.crev-slider .swiper-controls .swiper-pagination .swiper-pagination-total {
  font-size: 20px;
  opacity: 0.7;
}

.crev-slider
  .swiper-controls
  .swiper-pagination
  .swiper-pagination-total:before {
  content: "/";
  position: relative;
  margin: 0 10px;
}

.crev-slider .swiper-controls .arrows .swiper-nav-ctrl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  margin: 0 5px;
}

.crev-slider .gallery-img .swiper-slide {
  width: 100% !important;
}

.crev-slider .gallery-img .bg-img {
  height: calc(100vh - 180px);
  min-height: 400px;
  width: 100%;
}

.personal-header {
  padding: 180px 0 0;
  position: relative;
}

.personal-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  bottom: 0;
  width: 40%;
  background-image: url(../../assets/imgs/patterns/dots.png);
  background-repeat: repeat;
  opacity: 0.1;
}

.personal-header .text-right {
  text-align: right;
}

.personal-header .img {
  width: 100%;
  height: 520px;
}

.personal-header .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.personal-header .curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  z-index: 99;
}

.personal-header .curve svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}

.header-main {
  position: relative;
  background-position: center bottom;
}

.header-main .caption h1 {
  font-size: 100px;
}

.header-main .caption .rotate-circle svg {
  width: 160px;
}

.header-main .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 70px;
  background-repeat: repeat;
  pointer-events: none;
}

.header-main-crev {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}

.header-main-crev .caption {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.header-main-crev .img {
  height: 400px;
  margin-top: 60px;
}

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

.header-creative {
  position: relative;
}

.header-creative .img {
  position: relative;
}

.header-creative .img .img-assets1 {
  position: absolute;
  top: -180px;
  left: 0;
  width: 200px;
}

.header-creative .svg-animation {
  height: 50px;
  width: 50px;
}

.header-creative .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  pointer-events: none;
}

.header-startup {
  position: relative;
}

.header-startup .caption .img-in-text {
  height: 55px;
  background-position: center center;
}

.header-startup .caption .stroke {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.header-startup .arrow-down {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 50px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-startup .arrow-down:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border-left: 1px dashed #fff;
  opacity: 0.4;
}

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

.header-startup .bg-pattern-half:last-of-type {
  left: auto;
  right: 0;
}

.header-digital {
  padding: 100px 0 80px;
  position: relative;
}

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

.header-digital .bg-pattern {
  background-position: center bottom;
}

.slider {
  position: relative;
}

.slider .lines {
  z-index: 5;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.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;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .cal-act {
  position: relative;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .sm-stauts {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1d1d1d;
  z-index: 9;
}

.slider .sm-stauts .item {
  padding: 20px 40px;
}

.slider .sm-stauts .item .text {
  margin-left: 20px;
}

.header-freelancer {
  padding: 120px 0 0 !important;
  overflow: hidden;
}

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

.header-freelancer .img {
  position: relative;
}

.header-freelancer .img:after {
  content: "*";
  font-size: 50vw;
  line-height: 0;
  color: transparent;
  -webkit-text-stroke: 1px #c9f31d;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-freelancer .img img {
  position: relative;
  z-index: 3;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  overflow: hidden;
}

.arch-slider .parallax-slider .caption h5 span {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #1d1d1d;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
  padding-left: 80px;
  margin-left: 10px;
  position: relative;
}

.arch-slider .parallax-slider .caption p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #eee;
  width: 40px;
  height: 2px;
}

.arch-slider .parallax-slider .explore {
  position: relative;
}

.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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.arch-slider .parallax-slider .explore:before {
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.15);
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  font-size: 12px;
  color: #fff;
  background: #1d1d1d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: static;
  margin: auto;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}

.arch-slider .setting .swiper-button-next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}

.arch-slider
  .setting
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.crev-header {
  min-height: 100vh;
  position: relative;
  padding: 120px 0 0;
}

.crev-header .caption h1 {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.crev-header .main-img {
  height: 400px;
  width: 60%;
  margin-left: 40%;
  margin-top: -160px;
}

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

.crev-header .bg-pattern {
  height: auto;
  bottom: 100px;
}

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

.team-box .item {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-box .item .info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #1d1d1d;
  border-radius: 50px;
  padding: 10px 40px 10px 10px;
}

.team-box .item .info h6 {
  line-height: 1;
  margin-top: 5px;
}

.team-box .item:hover .img {
  top: 0;
  left: 0;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border-radius: 0;
}

.team-crev .swiper-slide .item {
  position: relative;
}

.team-crev .swiper-slide .item:hover .info {
  opacity: 1;
  visibility: visible;
}

.team-crev .swiper-slide .item:hover img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.team-crev .swiper-slide .item .info {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 1px;
  right: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-crev .swiper-slide .item .main-marq {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
}

.team-crev .swiper-slide .item .main-marq .item {
  padding: 0 15px !important;
}

.team-crev .swiper-slide .item .main-marq .item h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
}

.team-crev .swiper-slide .item .main-marq.team-position {
  background: #1d1d1d;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-5deg);
  -ms-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotateZ(-5deg);
}

.team-crev .swiper-slide .item .main-marq.team-name {
  background: #fff;
  left: 0;
}

.team-crev .swiper-slide .item .main-marq.team-name h4 {
  color: #1d1d1d !important;
}

.team-crev .swiper-slide .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  border: 2px solid #c9f31d;
  border-bottom: 0;
  overflow: hidden;
}

.team-crev .swiper-slide:nth-of-type(even) .info {
  left: 0;
  right: 0;
}

.team-crev .swiper-slide:nth-of-type(even) .img {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  border-color: transparent;
}

.team-crev .swiper-slide:nth-of-type(even) .img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-single .img {
  position: relative;
  padding-right: 30px;
}

.team-single .img:after {
  content: "";
  position: absolute;
  top: -50px;
  right: -70px;
  background-image: url(../imgs/patterns/dots2.png);
  background-repeat: repeat;
  background-size: 10px;
  width: 200px;
  height: 200px;
  opacity: 0.7;
}

.team-single .img img {
  position: relative;
  z-index: 3;
}

.team-single .cont li .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #55e6a5;
  color: #1d1d1d;
  font-size: 30px;
  position: relative;
  z-index: 3;
  margin-right: 30px;
}

.team-single .cont li .icon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  background-image: url(../imgs/patterns/dots2.png);
  background-repeat: repeat;
  background-size: 7px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.team-single .cont li h6 {
  font-size: 16px;
  margin-top: 5px;
}

/* Testimonials
-----------------------------------------------------------------*/
.testimonials-crev {
  position: relative;
}

.testimonials-crev .testim .item .author-img .img {
  width: 120px;
  height: 120px;
  position: relative;
  padding: 10px;
}

.testimonials-crev .testim .item .author-img .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 0.05;
}

.testimonials-crev .testim .item .author-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.testimonials-crev .testim .item .author-review .for {
  padding: 8px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.testimonials-crev .testim .item .author-review .rate-stars {
  font-size: 12px;
  color: #ffb818;
}

.testimonials-crev .imgs-patrn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-crev .imgs-patrn .img-patrn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-crev .imgs-patrn .img1 {
  top: -20px;
  left: 22%;
  width: 70px;
  height: 70px;
}

.testimonials-crev .imgs-patrn .img2 {
  top: 5%;
  right: 15%;
  width: 80px;
  height: 80px;
}

.testimonials-crev .imgs-patrn .img3 {
  top: 40%;
  left: -10px;
  width: 80px;
  height: 80px;
}

.testimonials-crev .imgs-patrn .img4 {
  top: 50%;
  right: -50px;
}

.testimonials-crev .imgs-patrn .img5 {
  top: 55%;
  left: 30%;
  width: 50px;
  height: 50px;
}

.testimonials-crev .imgs-patrn .img6 {
  top: 65%;
  right: 20%;
  width: 50px;
  height: 50px;
}

.testimonials {
  position: relative;
  color: #1d1d1d;
  overflow: hidden;
}

.testimonials:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #c9f31d;
}

.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;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  opacity: 0.2;
  z-index: 4;
}

.testimonials .testim-items .swiper-container {
  padding-top: 200px;
  margin-top: -200px;
}

.testimonials .testim-items .item .img {
  position: relative;
  margin-top: -200px;
  padding-right: 50px;
}

.testimonials .testim-items .item .cont {
  color: #fff;
  padding: 60px;
  background: #1a1a1a;
}

.testim-creative .arrows-carsouel {
  position: relative;
}

.testim-creative .arrows-carsouel:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20vh;
  top: -80vh;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-creative .arrows-carsouel .swiper-button-prev,
.testim-creative .arrows-carsouel .swiper-button-next {
  padding: 40px 80px;
}

.testim-creative .arrows-carsouel .swiper-button-next {
  position: relative;
}

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

.testim-creative .arrows-carsouel .left,
.testim-creative .arrows-carsouel .right {
  width: 40px;
  margin-left: -15px;
  position: relative;
  z-index: 3;
}

.testim-creative .arrows-carsouel .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testim-creative .testim-items {
  padding-top: 80px;
  padding-left: 80px;
  position: relative;
}

.testim-creative .testim-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -120px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-clasic .item .author-info {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  text-align: center;
}

.testim-clasic .item .author-info .arrow {
  position: absolute;
  top: 20%;
  right: -1px;
  width: 80px;
  height: 50px;
}

.testim-clasic .item .author-info .arrow:before {
  content: "";
  width: 94px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 50%;
  right: -7px;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
}

.testim-clasic .item .author-info .arrow:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.testim-clasic .item .cont {
  padding: 40px 0 40px 40px;
}

.testim-clasic .swiper-controls {
  position: relative;
  padding-left: 25px;
}

.testim-clasic .swiper-controls .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}

.testim-clasic .swiper-controls .left,
.testim-clasic .swiper-controls .right {
  width: 25px;
  position: relative;
  z-index: 3;
}

.testim-clasic .swiper-controls .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testim-clasic .swiper-container-horizontal > .swiper-pagination-bullets,
.testim-clasic .swiper-pagination-custom,
.testim-clasic .swiper-pagination-fraction {
  position: relative;
}

.testim-vrt .main-marqv .item {
  padding: 30px;
  background: #222;
}

.testim-crv .testim-swiper2 .item {
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-crv .testim-swiper .item {
  padding: 40px 30px;
  border-radius: 20px;
}

.testim-crv.text-dark .item {
  border-color: rgba(0, 0, 0, 0.2);
}

.testim-crv .clients-carso .item > div {
  margin: auto;
}

.testim-crv2 {
  position: relative;
  overflow: hidden;
}

.testim-crv2 .line-icon {
  position: relative;
}

.testim-crv2 .line-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testim-crv2 .line-icon .img {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 15px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}

.testim-crv2 .bord-qoute,
.testim-crv2 .img-qoute {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.testim-crv2 .bord-qoute {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.testim-crv2 .bord-qoute .qoute-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 40px;
  position: relative;
  z-index: 4;
}

.testim-crv2 .img-qoute {
  position: absolute;
  top: 0;
  left: 25%;
}

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

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

.testim-crv2 .half-img-left {
  background-position: left top;
}

.testim-corp {
  position: relative;
  overflow: hidden;
}

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

.testim-corp .testim-crv2 {
  overflow: visible;
}

.testim-corp .main-img {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}

.testim-corp .box {
  position: relative;
  height: 100%;
  z-index: 3;
}

.testim-corp .box:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  width: 200%;
  height: 200%;
  background: #1d1d1d;
  z-index: -1;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: static;
  display: inline-block;
}

.swiper-controls .swiper-button-prev:after,
.swiper-controls .swiper-button-next:after {
  display: none;
}

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

.swiper-controls.arrow-out .left,
.swiper-controls.arrow-out .right {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}

.swiper-controls.arrow-out .left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 7px;
}

.swiper-pagination-bullet-active {
  background: #c9f31d;
}

/* Video
-----------------------------------------------------------------*/
.video-sec {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.video-sec video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-sec .play-button a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* Shop
-----------------------------------------------------------------*/
.main-shop .sidebar .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.main-shop .sidebar .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.main-shop .sidebar .search .form-group {
  position: relative;
}

.main-shop .sidebar .search .form-group input {
  width: 100%;
  padding-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

.main-shop .sidebar .categories li {
  display: block;
  margin-bottom: 10px;
}

.main-shop .sidebar .categories li:hover {
  color: #ffaa17;
}

.main-shop .sidebar .categories li:last-of-type {
  margin-bottom: 0;
}

.main-shop .sidebar .price-range .price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 60px;
}

.main-shop .sidebar .price-range .field input {
  border: 0;
  background: transparent;
  color: #fff;
  pointer-events: none;
}

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

.main-shop .sidebar .price-range .slider-range {
  height: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.main-shop .sidebar .price-range .slider-range .progress {
  height: 8px;
  top: -3px;
  left: 0;
  right: 25%;
  position: absolute;
  border-radius: 0;
  background: #ffaa17;
}

.main-shop .sidebar .price-range .range-input {
  position: relative;
}

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

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

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

.main-shop .sidebar .best-sale .line-list {
  margin-bottom: 30px;
  position: relative;
}

.main-shop .sidebar .best-sale .line-list .over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-shop .sidebar .best-sale .line-list:last-of-type {
  margin-bottom: 0;
}

.main-shop .sidebar .best-sale .line-list .img {
  width: 80px;
  height: 80px;
}

.main-shop .sidebar .best-sale .line-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.main-shop .sidebar .best-sale .line-list .cont {
  padding-left: 15px;
}

.main-shop .sidebar .best-sale .line-list .cont .rate {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.main-shop .sidebar .best-sale .line-list .cont h6,
.main-shop .sidebar .best-sale .line-list .cont h5 {
  line-height: 1.2;
}

.main-shop .sidebar .best-sale .line-list .cont h6 {
  font-size: 16px;
}

.main-shop .sidebar .best-sale .line-list .cont h5 {
  font-size: 17px;
  color: #ffaa17;
}

.main-shop .sidebar .tags .tags-links a {
  font-size: 13px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin: 3px 3px 3px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-shop .sidebar .tags .tags-links a:hover {
  background: transparent;
  color: #ffaa17;
}

.main-shop .shop-products .top-side .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.main-shop .shop-products .top-side .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  min-width: 260px;
  height: 40px;
}

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

.main-shop .shop-products .top-side .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 0;
}

.main-shop .shop-products .top-side .select-styled:active,
.main-shop .shop-products .top-side .select-styled.active {
  border-color: #fff;
}

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

.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: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-shop .shop-products .top-side .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid rgba(255, 255, 255, 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;
}

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

.main-shop .shop-products .top-side .select-options li[rel="hide"] {
  display: none;
}

.main-shop .shop-products .item .img {
  position: relative;
}

.main-shop .shop-products .item .img:hover .add-cart,
.main-shop .shop-products .item .img:hover .fav {
  opacity: 1;
  visibility: visible;
}

.main-shop .shop-products .item .img:hover:after {
  opacity: 0.3;
}

.main-shop .shop-products .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.main-shop .shop-products .item .img .add-cart {
  position: absolute;
  bottom: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 14px 35px;
  background: #1d1d1d;
  border-radius: 40px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

.main-shop .shop-products .item .img .fav {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

.main-shop .shop-products .item .cont {
  margin-top: 30px;
}

.main-shop .shop-products .item .cont .rate {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.main-shop .shop-products .item .cont h6,
.main-shop .shop-products .item .cont h5 {
  line-height: 1.2;
}

.main-shop .shop-products .item .cont h5 {
  font-size: 20px;
  color: #ffaa17;
}

.main-shop .shop-products .pagination li {
  display: inline-block;
}

.main-shop .shop-products .pagination li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 5px;
  text-align: center;
}

.main-shop .shop-products .pagination li.active a {
  background: rgba(255, 255, 255, 0.04);
}

.product-details .img-preview .gallery-thumb .swiper-slide {
  opacity: 0.7;
}

.product-details .img-preview .gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .prod-order .counter {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-details .prod-order .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.product-details .prod-order .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-details .overview .tab-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-details .overview .tab-links li {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
  position: relative;
}

.product-details .overview .tab-links li:last-of-type {
  margin-right: 0;
}

.product-details .overview .tab-links li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.product-details .overview .tab-links li.current:after {
  opacity: 1;
}

.product-details .overview .tab-content .item.info li .line {
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  margin-right: 30px;
  margin-left: 30px;
}

.product-details .overview .tab-content .item.info li .ml-auto {
  white-space: nowrap;
}

.product-details .overview .tab-content .add-review {
  padding: 60px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-details .overview .tab-content .add-review .star-rating {
  direction: rtl;
  display: inline-block;
}

.product-details
  .overview
  .tab-content
  .add-review
  .star-rating
  input[type="radio"] {
  display: none;
}

.product-details .overview .tab-content .add-review .star-rating label {
  color: #bbb;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.product-details .overview .tab-content .add-review .form input,
.product-details .overview .tab-content .add-review .form textarea {
  color: #fff;
  width: 100%;
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-details .overview .tab-content .add-review .form input:focus,
.product-details .overview .tab-content .add-review .form textarea:focus {
  border-color: #eee;
}

.product-details .overview .tab-content .add-review .form textarea {
  min-height: 180px;
}

.product-details .overview .tab-content .add-review .form .checkbox input {
  width: auto;
}

.product-details .overview .tab-content .add-review .form .checkbox label {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
}

.shop-cart table {
  width: 100%;
}

.shop-cart th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.shop-cart td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-cart td.remove {
  text-align: right;
  font-size: 30px;
  opacity: 0.8;
}

.shop-cart .counter {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.shop-cart .counter input {
  width: 50px;
  border: 0;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.shop-cart .counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .shop-cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }

  .shop-cart table {
    width: 100%;
  }

  .shop-cart table,
  .shop-cart thead,
  .shop-cart tbody,
  .shop-cart th,
  .shop-cart td,
  .shop-cart tr {
    display: block;
  }

  .shop-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .shop-cart tr {
    margin-bottom: 30px;
    border: 1px solid #ccc;
  }

  .shop-cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

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

  .shop-cart td.remove {
    text-align: left;
  }

  .shop-cart .d-flex {
    display: block !important;
  }

  .shop-cart .ml-30 {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.shop-cart .coupon input {
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.shop-cart .coupon input:focus {
  border-color: #eee;
}

.shop-checkout .order-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-checkout .order-form .row > div {
  padding: 0 10px;
}

.shop-checkout .order-form .form-group {
  margin-bottom: 20px;
}

.shop-checkout .order-form .form-group label {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.shop-checkout .order-form .form-group input {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.shop-checkout .checkout-order-info .butn {
  width: 100%;
  text-align: center;
  border-radius: 40px;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1300px) {
  body.home-arch main:after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px !important;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-no-mrg {
    margin: 0 !important;
  }

  .md-pb10 {
    padding-bottom: 10px;
  }

  .md-pb20 {
    padding-bottom: 20px;
  }

  .md-pb30 {
    padding-bottom: 30px;
  }

  .md-pb40 {
    padding-bottom: 40px;
  }

  .md-pb50 {
    padding-bottom: 50px;
  }

  .md-pb60 {
    padding-bottom: 60px;
  }

  .md-pb70 {
    padding-bottom: 70px;
  }

  .md-pb80 {
    padding-bottom: 80px;
  }

  .md-pt80 {
    padding-top: 80px !important;
  }

  .md-no-pad {
    padding: 0 !important;
  }

  .md-center {
    text-align: center !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-end .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }

  .justify-end .swiper-controls {
    margin-top: 30px;
  }

  .justify-end .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }

  .hamenu .cont-info,
  .hamenu .menu-text,
  .md-hide {
    display: none;
  }

  .my-paroller {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  .my-paroller img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .to-out .swiper-container {
    overflow: hidden;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  h2 {
    font-size: 35px;
  }

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

  .loader-wrap svg {
    width: 200vw;
    left: -50vw;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar .navbar-collapse {
    max-height: 440px;
    overflow: auto;
  }

  .navbar .navbar-collapse::-webkit-scrollbar {
    display: none;
  }

  .navbar.nav-scroll {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .navbar .logo {
    max-width: 80px !important;
    margin-left: 30px;
  }

  .navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
  }

  .navbar .search-form {
    display: none;
  }

  .navbar .navbar-toggler {
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }

  .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
  }

  .navbar .dropdown-menu {
    display: none;
  }

  .navbar .dropdown-menu.show {
    display: block;
  }

  .navbar .dropdown-menu .dropdown-item .dropdown-side {
    display: none;
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0px 6px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar .navbar-nav .nav-item:last-of-type .nav-link {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .navbar .navbar-nav .mega-menu {
    width: auto;
    position: static;
    padding: 0;
  }

  .navbar .navbar-nav .mega-menu .row:after {
    display: none;
  }

  .navbar .navbar-nav .mega-menu .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .navbar .navbar-nav .mega-menu .clumn {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .navbar .navbar-nav .mega-menu .links {
    padding-left: 30px;
  }

  .hamenu .menu-links {
    height: 80vh;
    min-height: 500px;
  }

  .crev-slider {
    padding: 0;
    min-height: auto;
  }

  .crev-slider .gallery-img .bg-img {
    height: 50vh;
  }

  .crev-slider .gallery-text {
    padding: 80px 40px;
  }

  .crev-slider .swiper-controls {
    padding: 30px;
  }

  .personal-header .curve,
  .personal-header .text-right,
  .personal-header .info-item {
    display: none !important;
  }

  .crev-header {
    min-height: auto;
  }

  .crev-header .caption h1 {
    font-size: 60px;
  }

  .crev-header .main-img {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 30px;
  }

  .header-freelancer:before {
    opacity: 0.8;
  }

  .header-freelancer .bg-img {
    background-size: cover;
    background-position: center;
  }

  .header-main-crev .caption {
    border: 0;
  }

  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center !important;
  }

  .slides-nav__index {
    bottom: 15px !important;
    z-index: 99 !important;
  }

  .work-header .caption h1 {
    font-size: 90px;
  }

  .page-header {
    min-height: auto;
    padding-bottom: 120px !important;
  }

  .page-header.blog-header {
    padding-bottom: 0 !important;
  }

  .intro-corp .imgs .img1 {
    width: 70%;
  }

  .intro-corp .imgs .img2 {
    width: 45%;
  }

  .intro-img-parlx .img img {
    width: 100%;
    margin-left: 0;
  }

  .about-intro .cont .feat {
    padding-left: 0;
  }

  .sideimg-numbers .bg-left {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }

  .serv-box {
    padding-top: 90px;
  }

  .serv-box .curve {
    display: none;
  }

  .services .metro .items {
    display: block !important;
    gap: 0;
  }

  .services .metro .items .item {
    display: inline-block;
    min-width: auto;
    width: calc(50% - 30px);
    margin: 0 10px;
    padding: 60px 40px;
    margin-bottom: 25px;
  }

  .services .metro .items .item:last-of-type {
    margin-bottom: 0;
  }

  .services .item-bord:nth-of-type(1),
  .services .item-bord:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .portfolio .gallery2 .items {
    width: 50% !important;
  }

  .works.thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 70px 0 120px;
  }

  .works .panel {
    display: block;
    padding: 0 15px !important;
  }

  .works .panel .item {
    width: 100%;
    margin-top: 50px;
  }

  .portfolio .work-row .item .cont {
    padding: 0;
  }

  .portfolio-fixed .left {
    display: none;
  }

  .portfolio-fixed .right {
    padding: 0 15px 120px;
  }

  .portfolio-fixed .cont {
    opacity: 1 !important;
    margin-bottom: 80px;
    padding: 0 15px;
  }

  .portfolio-fixed .cont .img-hiden {
    display: block;
    margin-bottom: 30px;
  }

  .intro-imgs .to-up {
    margin-top: 0;
  }

  .block-img .shap1 {
    left: 30px;
    bottom: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 120px;
  }

  .numbers .justify-content-around {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .numbers .ml-auto {
    margin-left: 0;
  }

  .d-slideup .sideup-text {
    display: inline-block;
  }

  .testim-crv2 .img-qoute {
    display: none;
  }

  .testim-crv2 .bord-qoute {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
  }

  .testim-crv2 .bord-qoute .qoute-icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }

  .testim-crv2 {
    padding-left: 10px;
  }

  .testim-vrt .cont {
    padding: 80px 0;
  }

  .testim-vrt .item .cont {
    padding: 0;
  }

  .testim-clasic .item .author-info .arrow {
    top: 30px;
  }

  .testim-creative .arrows-carsouel:before {
    display: none;
  }

  .testim-creative .arrows-carsouel {
    margin-left: auto;
  }

  .testim-creative .testim-items {
    padding-left: 0;
    padding-top: 0;
  }

  .testim-creative .testim-items:before {
    display: none;
  }

  .thecontainer {
    width: 100%;
    height: auto;
    display: block;
  }

  .thecontainer .panel {
    padding: 60px 0 120px;
  }

  .call-action-center h2.fz-70 {
    font-size: 50px !important;
  }

  .call-action-img .sec-lg-head {
    padding: 80px 0;
  }

  .call-action-img .fz-50 {
    font-size: 35px !important;
  }

  footer .sub-footer .ml-auto {
    margin-left: 0;
    margin-top: 15px;
  }

  .career-serv {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-pb10 {
    padding-bottom: 10px;
  }

  .sm-pb20 {
    padding-bottom: 20px;
  }

  .sm-pb30 {
    padding-bottom: 30px;
  }

  .sm-pb40 {
    padding-bottom: 40px;
  }

  .sm-pb50 {
    padding-bottom: 50px;
  }

  .sm-pb60 {
    padding-bottom: 60px;
  }

  .sm-pb70 {
    padding-bottom: 70px;
  }

  .sm-pb80 {
    padding-bottom: 80px;
  }

  .sm-hide {
    display: none;
  }

  h1 {
    font-size: 35px;
  }

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

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

  h2 {
    font-size: 28px;
  }

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

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

  .sec-head h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

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

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

  .sec-lg-head .fz-50 {
    font-size: 35px !important;
  }

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

  .justify-end-sm {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-end-sm .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }

  .justify-end-sm .swiper-controls {
    margin-top: 30px;
  }

  .justify-end-sm .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }

  .md-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px;
    font-size: 13px;
  }

  .progress-wrap {
    right: 10px;
    bottom: 20px;
  }

  .topnav .logo {
    width: 100px;
  }

  .hamenu {
    padding: 120px 15px 15px;
  }

  .hamenu.open .menu-links .main-menu > li .link {
    padding: 15px;
  }

  .hamenu .menu-links .main-menu > li .link {
    font-size: 25px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }

  .crev-slider .gallery-text .text h1,
  .crev-header .caption h1 {
    font-size: 35px;
  }

  .crev-slider .gallery-text .text h1 br,
  .crev-header .caption h1 br {
    display: none;
  }

  .personal-header .img {
    height: 480px;
  }

  .arch-slider .parallax-slider .caption h1 {
    font-size: 50px;
  }

  .arch-slider .parallax-slider .caption p {
    padding-left: 0;
  }

  .arch-slider .parallax-slider .caption p:after {
    display: none;
  }

  .header-startup .caption .img-in-text {
    height: 35px;
  }

  .header-startup .caption .img-in-text.icon-img-120 {
    width: 80px;
  }

  .header-startup .caption .img-in-text .icon-img-60 {
    width: 50px;
  }

  .showcase-full .slider-contro span {
    display: none;
  }

  .showcase-full .slider-contro {
    width: 100%;
    left: 0;
  }

  .showcase-full .parallax-slider .caption h1 {
    font-size: 45px;
  }

  .slide__img {
    top: -100px !important;
    left: -100px !important;
    width: calc(100% + 200px) !important;
    height: calc(100% + 200px) !important;
  }

  .frame .slide-nav-butn {
    z-index: 99 !important;
  }

  .slides-nav__button {
    -webkit-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }

  .inter-links-center.horizontal .links-text li {
    padding: 15px 30px;
  }

  .inter-links-center.horizontal .links-text li h2 {
    font-size: 20px;
  }

  .inter-links-center .links-img {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .inter-links-center .links-text li {
    padding: 20px 0;
  }

  .inter-links-center .links-text li h2 {
    font-weight: 600;
  }

  .work-header .caption h1 {
    font-size: 50px;
  }

  .page-header.blog-header .info {
    display: block !important;
  }

  .page-header.blog-header .date {
    margin-left: 30px !important;
  }

  .page-header.blog-header .right-info {
    margin: 30px 0 0;
  }

  .intro-imgs .cont {
    padding: 0;
  }

  .marquee h4 {
    font-size: 40px;
  }

  .process-crev .row {
    margin-left: 0;
  }

  .process-crev .row .item {
    padding: 30px 15px;
  }

  .services-tab .serv-tab-cont .item .img {
    width: 90%;
  }

  .services-tab .serv-tab-cont .item .cont {
    left: 15px;
  }

  .services-tab.revers .serv-tab-cont .item .img {
    width: 100%;
    margin-left: 0;
  }

  .services-tab.revers .serv-tab-cont .item .cont {
    right: 5%;
    padding: 40px 30px;
  }

  .serv-box .serv-item {
    padding: 50px 30px;
    display: block !important;
  }

  .serv-box .serv-item .icon-img-80 {
    width: 60px;
    margin-bottom: 30px;
  }

  .serv-box .serv-item .ml-60 {
    margin-left: 0 !important;
  }

  .services .metro .items .item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .services .item-bord {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 30px;
  }

  .skills .resume-exp .box-items .item:nth-of-type(1),
  .skills .resume-exp .box-items .item:nth-of-type(3) {
    border-right: 0;
  }

  .skills .resume-exp .box-items .item:nth-of-type(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .portfolio .gallery2 .items {
    width: 100%;
  }

  .portfolio .filtering .filter {
    padding: 10px;
    width: 100%;
  }

  .portfolio .filtering .filter span {
    margin: 0 10px;
  }

  .portfolio .filtering span.text {
    display: none;
  }

  .portfolio .max-margin .items {
    padding: 0 15px;
  }

  .testim-clasic .item .author-info {
    border: 0;
  }

  .testim-clasic .item .author-info .arrow {
    display: none;
  }

  .testim-clasic .item .cont {
    padding: 40px 0;
  }

  .testim-clasic .swiper-controls {
    padding-left: 0;
  }

  .testim-creative .arrows-carsouel {
    margin-left: 0;
  }

  .testim-creative .sec-lg-head {
    padding-bottom: 40px !important;
    margin-bottom: 80px;
  }

  .testim-creative .arrows-carsouel .swiper-button-prev,
  .testim-creative .arrows-carsouel .swiper-button-next {
    padding: 0 60px;
    margin-top: 50px;
  }

  .testim-creative .arrows-carsouel .swiper-button-next:before {
    height: 160px;
  }

  .testim-crv2 .swiper-controls.ml-auto {
    margin-left: 0;
    margin-top: 50px;
  }

  .back-image.states ul {
    display: block;
    width: 100%;
  }

  .back-image.states ul li {
    margin: 15px 0 0 0;
    width: 100% !important;
  }

  .team .item-join {
    height: auto;
  }

  .team .item-join h6 br {
    display: none;
  }

  .skills-exp .skill-item {
    display: block !important;
  }

  .skills-exp .skill-item .item {
    margin-bottom: 30px;
    display: inline-block;
    width: calc(50% - 25px);
  }

  .price-hr .item {
    display: block !important;
  }

  .price-hr .item .cont {
    margin: 15px 0 15px 0 !important;
  }

  .price-hr .item .ml-auto {
    text-align: left !important;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .price-hr .item .ml-auto > div {
    margin-left: auto;
  }

  .clients .brand .item {
    padding: 40px 0;
  }

  .numbers h2 {
    font-size: 90px;
  }

  .blog-list-half.crev .item .img {
    padding: 0;
    height: auto;
    margin-top: 15px;
  }

  .blog-list-half.crev .item .img img {
    bottom: auto;
  }

  .blog-list .item {
    padding: 40px 20px;
  }

  .blog-list2 .item .img {
    right: 0;
    width: 180px;
    height: 180px;
  }

  .blog-list-half.crev {
    padding-bottom: 70px;
  }

  .blog-list-half.crev .item {
    margin-bottom: 50px !important;
  }

  .main-post .fz-60 {
    display: none;
  }

  .main-post .post-qoute {
    padding: 30px 15px;
  }

  .main-post .post-qoute h6:before {
    position: relative;
    left: 0;
  }

  .main-post .info-area {
    display: block;
  }

  .main-post .info-area .tags {
    margin-bottom: 30px;
  }

  .main-post .author-area .flex {
    display: block;
  }

  .main-post .author-area .author-img {
    margin: 0 0 30px 0;
  }

  .main-post .author-area .author-img .img {
    width: 80px;
    height: 80px;
  }

  .main-post .next-prv-post {
    display: block;
  }

  .main-post .next-prv-post .thumb-post {
    margin: 0 !important;
  }

  .main-post .next-prv-post .text-right {
    text-align: left;
    margin-top: 30px !important;
  }

  .comments-post .item-box .flex {
    display: block;
  }

  .comments-post .item-box .user-img {
    margin: 0 0 15px 0;
  }

  .comments-post .item-box .replay-post {
    margin: 15px 0 0 0;
  }

  .comments-post .item-box.replayed {
    margin-left: 0;
  }

  .call-action-center h2.fz-70 {
    font-size: 30px !important;
  }

  .call-action-img .sec-bg-img {
    width: 100%;
    height: 400px;
  }

  .call-action-img .sec-lg-head .col-11.d-flex {
    display: block !important;
    width: 100% !important;
  }

  .call-action-img .sec-lg-head .col-11.d-flex h2 {
    font-size: 30px !important;
  }

  .call-action-img .sec-lg-head .butn-circle {
    margin-top: 30px !important;
  }

  footer .call-box h2 {
    font-size: 40px;
  }

  footer .call-box .arrow svg {
    width: 50px;
    height: 50px;
  }

  .product-details .reviews .reviews-area > .d-flex {
    display: block !important;
  }

  .product-details .reviews .reviews-area .img {
    width: 70px;
    height: 70px;
  }

  .product-details .reviews .reviews-area .cont {
    margin-top: 15px;
    margin-left: 0 !important;
  }

  .product-details .overview .tab-content .add-review {
    padding: 40px 25px;
  }

  .coming .clockdiv .fz-50 {
    font-size: 20px !important;
  }

  .coming .clockdiv .sub-title {
    font-size: 10px;
  }

  .coming .clockdiv .dots:after {
    font-size: 25px;
  }

  .coming h3 {
    font-size: 20px;
  }

  .career-box .list-item .d-flex {
    display: block !important;
  }

  .career-box .list-item .ml-auto,
  .career-box .list-item .butn {
    margin-top: 10px;
  }

  .approach-carso .swiper-wrapper {
    width: 100%;
  }

  .approach-carso .swiper-wrapper .swiper-slide {
    margin: auto;
  }
}

.fa {
  font-family: "FontAwesome" !important;
}

.rolling-text .block span {
  color: #000;
}

.dropdown-toggle::after {
  border-top: 0;
}

.search-icon .fa-search {
  color: #c9c9c9;
  font-weight: 400;
}

.about h6 {
  color: #1d1d1d;
}

.pt50 {
  padding-bottom: 50px;
}

.position-re h2 {
  color: #000;
}

.sub-title:hover {
  color: #000;
}

.product-details h6 {
  font-size: 40px;
  font-family: "Jost", sans-serif;

  color: #000000;
  line-height: 62px !important;
}

.product-details {
  text-align: center;
}

.product-details h5 {
  color: #6c715d;
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
}

.dt-sc-btn {
  letter-spacing: 4px;
  transition: all 0.3s linear;
  display: inline-flex;
  padding: 19px 48px 19px;
  background: #1a1a1a;
  margin-top: 20px;
}

.product-details {
  margin-top: 15px;
  transition: all 0.3s linear;
  padding: 6px;
}

.product-details:hover {
  background-color: #f4f4f4;
}

.product-details h5:before {
  position: absolute;
  bottom: 0;
  transition: 0.35s ease-out;
  animation: underline 0.5s;
  content: "";
  width: 0;
  left: 30%;
  height: 2px;
  background-color: #000;
}

.product-details:hover .dt-sc-btn {
  background-color: #6c715d;
}

.product-details:hover h5::before {
  width: 95px;
}

@keyframes underline {
  0% {
    width: 0%;
  }

  100% {
    width: 40%;
  }
}

.product-card-top {
  margin-top: -100px;
}

.pb-80 {
  padding-bottom: 40px;
}

.product-details-row-2 {
  margin-bottom: 0;
}

.product-category .position-re h2 {
  margin-bottom: 20px;
}

.product-tab {
  margin-bottom: 25px;
  overflow: hidden;
}

.product-tab button {
  float: left;
  width: 221px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  margin-left: 0px;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #000;
}

.product-tab button:hover {
  background-color: #fff;
}

.product-tab button.active {
  background-color: #000;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 5px 15px 5px 15px;
  border-top: none;
}

.home-demo .item {
  transition: all 0.3s linear;
}

.home-demo h2 {
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.product-item-details h6 {
  color: #000;
  margin: 0;
  font-size: 16px;
  text-align: center;
  display: block;
}

.product-item-details {
  margin-top: 20px;
  display: block;
}

.portfolio-fixed .sub-title {
  color: #ffffff;
}

.portfolio-fixed span.sub-title {
  color: #ffffff !important;
}

.portfolio-fixed h2 {
  color: #ffffff !important;
}


.portfolio-fixed p {
  color: #ffffff !important;
}

.ptb-40 {
  padding: 40px 0px;
}

.for-women-sec .position-re h2 {
  margin-bottom: 0px;
}

.for-women-sec .position-re p {
  margin-bottom: 25px;
}

.for-women-sec .home-demo {
  position: relative;
}

.for-women-sec .owl-nav,
.cat-carousel .owl-nav {
  position: absolute;
  top: -68px;
  right: 0;
}

.for-women-sec .owl-nav button,
.cat-carousel .owl-nav button {
  color: #000 !important;
  border-radius: 0px !important;
  border: 1px solid #000 !important;
  width: 40px !important;
  margin-right: -3px !important;
  height: 40px !important;
}

.for-women-sec .owl-nav button:hover,
.cat-carousel .owl-nav button:hover {
  background: #fff !important;
}

.handpicked-products-sec .home-demo {
  position: relative;
}

.handpicked-products-sec .owl-nav {
  position: absolute;
  top: -68px;
  right: 0;
  background-color: #fff;
}

.handpicked-products-sec .owl-nav button {
  color: #000 !important;
  border-radius: 0px !important;
  border: 1px solid #000 !important;
  width: 40px !important;
  margin-right: -3px !important;
  height: 40px !important;
}

.for-women-sec .owl-nav button:hover {
  background: #fff !important;
}

.lookbook-sec .position-re h2 {
  color: #0b0b0b;
}


.lookbook-sec p {
  font-size: 18px;
}

.lookbook-img h6 {
  font-size: 70px;
  font-family: "Jost", sans-serif;

  color: #000000;
  line-height: 62px !important;
}

.lookbook-sec {
  background-image: url(../imgs/bg-pattern-loogbook.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right !important;
  padding: 60px 0 90px;
}

.styles-sec {
  background-color: #f6f6f6;
}

.style-sec-1 p {
  margin-top: 75px;
}

.style-2-content {
  padding: 25px;
  text-align: center;
  background-color: #e2e2e2;
  position: relative;
}

.style-2-content h5 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.style-3-content {
  padding: 25px;
  text-align: center;
  background-color: #e2e2e2;
  position: relative;
}

.style-3-content h5 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}

.style-sec-1 img {
  margin-bottom: 50px;
}

.style-2-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 49%;
  background: 0 0;
  border-left: 20px solid #e2e2e2;
  border-top: 20px solid transparent;
  z-index: 999;
  display: block;
  width: 0;
  height: 0;
  transform: rotate(270deg);
  border-bottom: 20px solid transparent;
}

.style-3-content::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 49%;
  background: 0 0;
  border-left: 20px solid #e2e2e2;
  border-top: 20px solid transparent;
  z-index: 999;
  display: block;
  width: 0;
  height: 0;
  transform: rotate(90deg);
  border-bottom: 20px solid transparent;
}

.product-category .position-re h2 {
  margin-bottom: 5px !important;
}

.product-3-sec .box-info-center .info-bottom {
  position: absolute;
  bottom: 9%;
  left: 23%;
  transform: translateX(-50%);
  z-index: 99;
}

.product-3-sec .box-info-center .info-bottom h3 {
  color: white;
  font-size: 27px;
  line-height: 2px;
}

.product-3-sec .box-info-center .info-bottom p {
  padding-top: 5px;
  color: white !important;
  line-height: 23px;
}

.product-3-sec .box-info-center .info-bottom .button-banner {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.5s;
  font-size: 16px;
}

.product-3-sec .product_item {
  overflow: hidden;
  position: relative;
}

.product-3-sec .product_item .banner-info {
  position: absolute;
  left: 50px;
  bottom: -19px;
  transition: 0.5s;
}

.product-3-sec .product_item .banner-info .title {
  font-size: 26px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px !important;
}

.product-3-sec .product_item .banner-info .sub-title {
  color: #fff;
  transition: 0.5s;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  color: #000 !important;
  font-weight: 600;
}

.product-3-sec .product_item .banner-info .button-shop {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}

.product-3-sec .product_item .banner-info .button-shop:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}

.product-3-sec .product_item .banner-info .button-shop:hover:before {
  animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}

.product-3-sec .product_item:hover .banner-info {
  bottom: 16px;
}

.product-3-sec .product_item:hover .banner-info .sub-title {
  margin-bottom: 24px !important;
}

.product-3-sec .product_item:hover .banner-info .button-shop {
  opacity: 1;
  visibility: visible;
}

.product-3-sec .box-img img {
  transition: all 0.3s linear;
}

.product-3-sec .box-img:hover img {
  transform: scale(1.04);
  transition: all 0.3s linear;
}

.product-3-sec .box-img {
  overflow: hidden;
}

.product-3-sec .product_item a {
  display: block;
}

.special-collection-sec .box_img {
  width: 49%;
  display: inline-block;
}

.special-collection-sec .box_img .picture {
  overflow: hidden;
}

.special-collection-sec .box_img .picture img {
  transition: all 0.5s ease;
}

.special-collection-sec .box_img .picture:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}

.special-collection-sec .picture-1 {
  margin-bottom: 70px;
}

.box_banner_3 {
  position: relative;
}

.box_banner_3 .banner {
  background-color: #ffffffa1;
  position: absolute;
  top: 66%;
  padding: 10px 30px;
  left: 37%;
}


.box_banner_3 .banner .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}

.box_banner_3 .banner .link a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #000;
  transition: 0.5s;
  overflow: hidden;
}

.box_banner_3 .banner .link {
  margin-top: 31px;
}

.box_banner_3 .banner p {
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 10px;
}

.box_banner_3 .banner .title_heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  border: none;
  border-color: #000;
  display: inline-block;
}

.box_banner_3 .banner .link a:hover:before {
  animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}

@keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.title-img {
  background-image: url(../imgs/abacus.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  margin: 0px auto;
}

.title-content .sub-heading {
  font-weight: 600;
  font-size: 1.2em;
  color: #c79963;
  line-height: 1.3;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.title-content .heading-title {
  font-size: 28px;
  font-weight: 600;
  color: #000 !important;
  margin-top: 15px;
}

.title-content {
  margin-bottom: 20px;
}

.footer-wave {
  background-image: url(../imgs/footer-waves-1.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  min-height: 7vw;
}

.footer {
  background-color: #4b3112;
  padding-top: 60px;
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.footer-page-links li {
  transition: 0.4s;
}

.footer-page-links li a {
  color: #ffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.5em;
}

.footer-page-links li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-page-links li:hover a {
  color: #e46a4b;
}

.footer-page-links {
  padding: 0;
}

.newsletter-input input {
  padding: 12px 30px 12px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  margin-right: 8px;
}

.newsletter-input button span i {
  color: #fff;
  font-size: 25px;
  font-weight: 100;
}

.newsletter-input button {
  background-color: #e46a4b;
  border: 1px dashed #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 20px;
}

.newsletter-input {
  display: flex;
  justify-content: space-between;
}

.footer-social-links li {
  display: inline-block;
  background-color: #fff;
  padding: 13px 18px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px dashed #dfe7e8;
  transition: 0.5s all ease;
  margin-right: 9px;
}

.footer-social-links li a i {
  color: #0a1e33;
}

.footer-social-links {
  padding: 0;
  margin-top: 25px;
}

.footer-social-links li:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.footer-social-links li a {
  display: block;
}

.footer-social-links li:hover a i {
  color: #e46a4b;
}

.copyright p {
  font-size: 14px;
  color: #fff !important;
}

.copyright {
  padding: 20px 0px;
  background-color: #7f5729;
}

.happy-world-top-element {
  background-image: url(../imgs/half_round_flag.png);
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: -11px;
  background-repeat: repeat-x;
  height: 37px;
  width: 100%;
}

.happy-world {
  background-color: #ffead1;
  position: relative;
  background-image: url(../imgs/hom2-intro-background.png);
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.happy-world .heading-title {
  font-size: 50px;
}

.ebrima_module_button.wgl_button {
  position: relative;
  z-index: 20;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.ebrima_module_button.wgl_button .wgl_button_link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  line-height: 1.16;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: initial;
  white-space: nowrap;
  -webkit-transition: inherit;
  -o-transition: inherit;
  background-color: #c2945d;
  -moz-transition: inherit;
  transition: inherit;
}

.ebrima_module_button.wgl_button:not(.btn-gradient) .wgl_button_link {
  border-width: 1px;
}

.ebrima_module_button.wgl_button:not(.btn-gradient) .wgl_button_link:hover {
  background: #c2945d;
}

.ebrima_module_button.wgl_button-xl .wgl_button_link {
  min-width: 170px;
  min-height: 55px;
  font-size: 15px;
}

.ebrima_module_button.wgl_button-l .wgl_button_link {
  min-width: 160px;
  min-height: 50px;
  padding: 10px 20px 6px;
  font-size: 14px;
}

.ebrima_module_button.wgl_button-m .wgl_button_link {
  min-width: 150px;
  min-height: 45px;
  padding: 10px 20px 8px;
  font-size: 13px;
}

.ebrima_module_button.wgl_button-s .wgl_button_link {
  min-width: 140px;
  min-height: 40px;
  padding: 10px 20px 9px;
  font-size: 13px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button .wgl_button-icon,
.ebrima_module_button.wgl_button-icon_right.wgl_button .wgl_button-icon {
  position: relative;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: 0.4s, color 0s;
  -o-transition: 0.4s, color 0s;
  -moz-transition: 0.4s, color 0s;
  transition: 0.4s, color 0s;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button .wgl_button-icon:after,
.ebrima_module_button.wgl_button-icon_right.wgl_button .wgl_button-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c2945d;
  opacity: 0.3;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-xl .wgl_button-icon,
.ebrima_module_button.wgl_button-icon_right.wgl_button-xl .wgl_button-icon {
  margin-top: -6px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-l .wgl_button-icon,
.ebrima_module_button.wgl_button-icon_right.wgl_button-l .wgl_button-icon {
  margin-top: -5px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-m .wgl_button-icon,
.ebrima_module_button.wgl_button-icon_right.wgl_button-m .wgl_button-icon {
  margin-top: -4px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-s .wgl_button-icon,
.ebrima_module_button.wgl_button-icon_right.wgl_button-s .wgl_button-icon {
  margin-top: -3px;
}

.ebrima_module_button.wgl_button-icon_left .wgl_button-icon:after {
  right: 0;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-xl .wgl_button-icon {
  margin-right: 19px;
  padding-right: 19px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-l .wgl_button-icon {
  margin-right: 14px;
  padding-right: 14px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-m .wgl_button-icon {
  margin-right: 12px;
  padding-right: 12px;
}

.ebrima_module_button.wgl_button-icon_left.wgl_button-s .wgl_button-icon {
  margin-right: 11px;
  padding-right: 11px;
}

.ebrima_module_button.wgl_button-icon_right .wgl_button-icon:after {
  left: 0;
}

.ebrima_module_button.wgl_button-icon_right.wgl_button-xl .wgl_button-icon {
  margin-left: 19px;
  padding-left: 19px;
}

.ebrima_module_button.wgl_button-icon_right.wgl_button-l .wgl_button-icon {
  margin-left: 14px;
  padding-left: 14px;
}

.ebrima_module_button.wgl_button-icon_right.wgl_button-m .wgl_button-icon {
  margin-left: 12px;
  padding-left: 12px;
}

.ebrima_module_button.wgl_button-icon_right.wgl_button-s .wgl_button-icon {
  margin-left: 11px;
  padding-left: 11px;
}

.ebrima_module_button.wgl_button.effect_3d .link_wrapper {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}

.ebrima_module_button.wgl_button.effect_3d .link_wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 10px;
  left: 0;
  border: 1px solid #c2945d;
  background-color: transparent;
}

.ebrima_module_button.wgl_button.effect_3d .link_wrapper .wgl_button_link {
  margin: 0;
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.ebrima_module_button.wgl_button.effect_3d
  .link_wrapper:hover
  .wgl_button_link {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.ebrima_module_button.wgl_button.effect_3d.aright .link_wrapper {
  padding-left: 10px;
  padding-right: unset;
}

.ebrima_module_button.wgl_button.effect_3d.aright .link_wrapper:before {
  right: 1px;
  left: 11px;
}

.ebrima_module_button.wgl_button.effect_3d.aright
  .link_wrapper
  .wgl_button_link {
  -webkit-transform: translate(-10px, 10px);
  -moz-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  -o-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}

.ebrima_module_button.wgl_button.effect_3d.aright
  .link_wrapper:hover
  .wgl_button_link {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.ebrima_module_button.wgl_button-full .wgl_button_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.ebrima_module_button.wgl_button-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:before,
.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}

.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:before {
  opacity: 1;
}

.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:after {
  opacity: 0;
}

.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:hover:before {
  opacity: 0;
}

.ebrima_module_button.wgl_button.btn-gradient .wgl_button_link:hover:after {
  opacity: 1;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link
  .btn_border_gradient {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link
  .btn_border_gradient:before,
.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link
  .btn_border_gradient:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link
  .btn_border_gradient:before {
  opacity: 1;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link
  .btn_border_gradient:after {
  opacity: 0;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link:hover
  .btn_border_gradient:before {
  opacity: 0;
}

.ebrima_module_button.wgl_button.btn-gradient
  .wgl_button_link:hover
  .btn_border_gradient:after {
  opacity: 1;
}

.link_wrapper i {
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 16px;
}

.handpicked-left-img {
  position: absolute;
  top: 5%;
  left: 2%;
}

.handpicked-right-img {
  position: absolute;
  top: 5%;
  right: 2%;
}

.floating-1 {
  animation-name: floating5;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating-2 {
  animation-name: floating3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating5 {
  0% {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

@keyframes floating3 {
  0% {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 20px);
  }

  100% {
    transform: translate(0, 0px);
  }
}

.handpicked-products-sec {
  position: relative;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
  position: absolute !important;
  top: 25px !important;
  right: 20px !important;
  width: 49px;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 0 !important;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.top-internal-banner {
  position: relative;
}

.top-banner-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.top-banner-content h4 {
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 900;
}

.top-banner-content h5 {
  color: #000000;
  font-size: 15px;
}

.top-internal-banner:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0;
  bottom: -2px;
  -webkit-mask-image: url(../imgs/bread-cum-overlay.png);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  -webkit-mask-position: center;
  z-index: 1;
  background-color: #ffffff;
  animation: clouds 400s linear infinite;
  -webkit-animation: clouds 400s linear infinite;
}

@keyframes clouds {
  0% {
    -webkit-mask-position: 0px 0px;
  }

  100% {
    -webkit-mask-position: 20000px 0px;
  }
}

.title_intro {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  line-height: 43px;
  font-style: normal;
  position: relative;
  font-family: "Jost", sans-serif;

  margin-bottom: 20px;
}

.about-us-content .info-intro .des_intro {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.2px;
}


.about-us-content .info-intro .des_intro:before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 2px;
  background: #ff871d;
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.about-us-content .info-intro .content_intro {
  margin-top: 30px;
}

.about-us-content .info-intro .content_intro p {
  line-height: 1.8;
  font-size: 15px;
  color: #000 !important;
}

.about-us-content .intro_image img {
  transition: 0.5s;
  /* border-radius: 30px; */
}

.about-us-content .intro_image:hover img {
  transform: scale(0.95);
  transition: 0.5s;
}

.mision-vision-card {
  text-align: center;
  background-color: #f8f8fa;
  border-radius: 30px;
  padding: 30px;
  box-shadow: -1px 0px 21px #ddc;
  min-height: 281px;
}

.why-choose-card img {
  width: auto;
}

.why-choose-content h6 {
  font-family: "Jost", sans-serif;

  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.why-choose-card {
  display: flex;
  align-items: center;
}

.why-choose-content {
  margin-left: 11px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.testi-swiper {
  background-image: url(../imgs/testimonial-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 60px 0 75px !important;
}

.testi-swiper {
  position: relative;
}

.black-overlay {
  position: absolute;
  background-color: #000000a1;
  top: 0;
  height: 100%;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.testi-swiper .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 7%;
}

.testi-swiper .testimonial-image {
  flex: 0 0 182px;
  position: relative;
}

.testi-swiper .testimonial-image:before {
  position: absolute;
  top: 20px;
  left: -5px;
  background: #ff2556;
  content: "";
  width: 60px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
}

.testi-swiper .testimonial-image img {
  width: 100%;
  border-radius: 100%;
}

.testi-swiper .testimonial-image:after {
  position: absolute;
  top: 38px;
  left: -15px;
  background: #ff2556;
  content: "";
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 60px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.testi-swiper .testimonial-info {
  flex: 1;
  padding: 0 50px;
  max-width: 1050px;
  margin-left: auto;
  text-align: center;
}

.testi-swiper .star.star-3:after {
  content: "\f005\f005";
}

.testi-swiper .star:after {
  color: #e1e1e1;
}

.testi-swiper .star:after,
.testi-swiper .star:before {
  display: inline-block;
  color: #ffc107;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 9px;
}

.testi-swiper h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 7px;
  color: #fff;
  margin-bottom: 20px;
}

.testi-swiper .post-excerpt {
  margin-bottom: 20px;
  margin-top: -6px;
  font-size: 17px;
  line-height: 1.8;
  color: #fff !important;
}

.testi-swiper .testimonial-customer-name {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Jost", sans-serif;

  position: relative;
  padding-top: 27px;
}

.testi-swiper .testimonial-customer-name:before {
  content: "";
  position: absolute;
  background: url(//wpbingosite.com/wordpress/kidsy/wp-content/themes/kidsy/css/../images/img-title.png)
    no-repeat;
  top: 0;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 63px;
  height: 6px;
}

.testi-swiper .star:after,
.testi-swiper .star:before {
  display: inline-block;
  color: #ffc107;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 9px;
}

.testi-swiper .star.star-2:after,
.testi-swiper .star.star-3:before {
  content: "\f005\f005\f005";
}

.mision-vision-card img {
  width: auto;
  margin-bottom: 15px;
}

.mision-vision-card .title_intro {
  display: inline-block;
  margin-left: 20px;
}

.gallery-sec .small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px;
}

.gallery-sec .cont {
  text-align: center;
}

.gallery-sec .page-head {
  padding: 60px 0;
  text-align: center;
}

.gallery-sec .page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.gallery-sec .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.gallery-sec .btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.gallery-sec .btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.gallery-sec .btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.gallery-sec .btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.gallery-sec .page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.gallery-sec .page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.gallery-sec .demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.gallery-sec .demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 30%;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
  border: 1px solid #ddd;
  padding: 8px;
}

.gallery-sec .demo-gallery > ul > li a {
  border: 3px solid #fff;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.gallery-sec .demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.gallery-sec .demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-sec .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.gallery-sec .demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.gallery-sec .demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.gallery-sec .demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-sec .demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.gallery-sec .demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-sec
  .demo-gallery
  .justified-gallery
  > a:hover
  .demo-gallery-poster
  > img {
  opacity: 1;
}

.gallery-sec .demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.gallery-sec .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.gallery-sec .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-sec .demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.gallery-sec .demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.contact-details-card {
  text-align: center;
  padding: 2.5em;
  border-radius: 22px;
  border: 1px solid #ddd;
  min-height: 265px;
  transition: all linear 300ms;
}

.contact-details-card h3 {
  font-size: 21px;
  color: #000;
}

.contact-details-card p {
  font-size: 16px;
  color: #6b6b84 !important;
}

.contact-details-card p a {
  font-size: 16px;
}

.contact-icon {
  background-color: #c3945e;
  width: 50px;
  height: 50px;
  margin: 0px auto;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
}

.contact-details-card:hover {
  border: 1px solid #000;
}

.contact-details-card:hover .contact-icon {
  background-color: #000;
}

.enquiry-form input {
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
}

.enquiry-form textarea {
  padding: 10px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.enquiry-form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.enquiry-form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.contact-form .title-content .heading-title {
  margin-top: 0px;
}

.enquiry-form label {
  color: #000;
  margin-bottom: 5px;
}

.ptb-80 {
  padding: 80px 0px;
}

.products-details-page {
  margin-left: 50px;
}

.products-details-page h5 {
  font-size: 44px;
  color: #000;
  font-weight: 500;
}

.products-details-page h6 {
  font-size: 25px;
  color: #000;
}

.products-details-page p {
  font-size: 18px;
  color: #000 !important;
}

.products-details-page hr {
  color: #000;
}

.product-enquiry-form input {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
}

.product-enquiry-form textarea {
  padding: 10px 20px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
}

.product-enquiry-form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.product-enquiry-form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.contact-form .title-content .heading-title {
  margin-top: 0px;
}

.product-enquiry-form label {
  color: #000;
  margin-bottom: 5px;
}

.product-enquiry-form h4 {
  color: #000;
  font-size: 25px;
  text-align: center;
}

.product-details-internal .price {
  margin-bottom: 10px;
}

.product-details-internal .wrapper {
  margin: 0 auto;
  width: 860px;
}

.product-details-internal .columns {
  margin: 0 auto;
  max-width: 900px;
}

.product-details-internal .details {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.product-details-internal .thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.product-details-internal .price {
  font-size: 20px;
  color: #777474;
}

.product-details-internal .wishlist-container {
  padding-left: 0;
}

.product-details-internal #header {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  box-shadow: 0 5px 10px 0px #dbd7d7;
}

.product-details-internal #header img {
  max-width: 30px;
}

.product-details-internal .columns {
  margin-top: 30px;
}

.product-details-internal .button {
  width: 100%;
  border-radius: 0;
}

.product-details-internal .select,
select {
  width: 100%;
  border-radius: 0 !important;
}

.product-details-internal #wishlist-container {
  padding-left: 0;
}

.product-details-internal #buy-container {
  padding-right: 0;
}

.product-details-internal .small-text {
  font-size: 14px;
}

.product-details-internal .small-text span {
  font-weight: bold;
}

.product-details-internal .buy-button {
  background: #ff6900;
  color: white;
  border: none;
}

.product-details-internal .buy-button:hover,
.product-details-internal .buy-button:active,
.product-details-internal .buy-button:focus {
  color: white;
  opacity: 0.9;
}

@media only screen and (max-width: 769px) {
  .product-details-internal #wishlist-container,
  .product-details-internal #buy-container {
    padding: 0 0 15px 0;
  }
}

.product-enquiry-form .dt-sc-btn {
  width: 100%;
  display: block;
}

.navbar-expand-lg .container-fluid {
  display: block !important;
}

.men-carousel .owl-nav.disabled {
  display: block;
}

.kids-carousel .owl-nav.disabled {
  display: block;
}

.for-women-sec .owl-dots {
  display: none;
}

.about-element {
  position: absolute;
  top: 0%;
  left: -23px;
}

.about-element-2 {
  position: absolute;
  top: 35%;
  right: 0px;
}

.about {
  position: relative;
}

.for-women-sec .product {
  background: #fafafa;
  text-align: center;
  border-radius: 15px;
}

.for-women-sec .product .image {
  width: 100%;
  height: 100%;
  margin: auto;
}

.for-women-sec .product .image .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.8s linear;
}

.for-women-sec .product .color {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
}

.for-women-sec .product .color span {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  border-radius: 50%;
  background: #de522f;
  cursor: pointer;
  position: relative;
}

.for-women-sec .product .color .green {
  background: #9eaa92;
}

.for-women-sec .product .color .black {
  background: #323232;
}

.for-women-sec .product .color .red {
  background: #353b4b;
}

.for-women-sec .product .color .orange {
  background: #cc6775;
}

.for-women-sec .product .color .active::after {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  left: -3px;
  top: -3px;
}

.for-women-sec .product .title {
  font-size: 22px;
  text-align: center;
  color: #000;
}

.for-women-sec .product .detail {
  text-align: center;
}

.for-women-sec .product .detail p {
  margin: 15px;
  font-size: 25px;
}

.for-women-sec .product .detail p span {
  color: #de522f;
}

.for-women-sec .product .detail a {
  text-decoration: none;
  background: #de522f;
  padding: 8px 45px;
  border-radius: 8px;
  color: white;
  margin: 15px;
}

.qodef-offset-image-wrapper {
  animation: 4s qodef-float infinite ease-in-out;
  position: absolute;
  top: -78px;
}

@keyframes qodef-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  100% {
    transform: translateY(0);
  }
}

.qodef-offset-image-wrapper img {
  width: auto;
}

.home-product-card img {
  width: auto;
}

.home-product-card .nav-tabs .navlink-1 {
  border: none !important;
  border-radius: 100% !important;
  padding: 0 !important;
}

.home-product-card .nav-tabs .navlink-2 {
  border: none !important;
  border-radius: 100% !important;
  padding: 0 !important;
}

.home-product-card .nav-tabs .navlink-3 {
  border: none !important;
  border-radius: 100% !important;
  padding: 0 !important;
}

.home-product-card .nav-tabs .nav-link {
  border: none !important;
}

.home-product-card .nav-tabs {
  border: none !important;
  margin-top: 19px;
}

.home-product-card .nav {
  justify-content: center !important;
}

.home-product-card .nav-item {
  margin: 0px 10px;
}

.home-product-card img:hover {
  transform: scale(1.04);
  transition: all 0.3s linear;
}

.home-product-card .tab-content a {
  overflow: hidden;
}

.home-product-card .nav-link img {
  border: 1px solid #f1bc7ddb;
}

.lookbook-sec ul {
  padding: 0;
  margin-top: 25px;
}

.lookbook-sec ul li {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
}

.footer p {
  color: #fff !important;
}

.cont-info p {
  color: #fff !important;
}

.aboutkey-points {
  background-color: #976f41;
}

.about-key-card {
  text-align: center;
}

.about-key-card img {
  width: 70px;
}

.about-key-card .title {
  position: relative;
  padding: 0 0 15px;
  margin: 29px 0 20px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.about-key-card p {
  color: #fff !important;
  line-height: 25px;
}

.about-key-card .title:before {
  position: absolute;
  bottom: 0;
  content: "";
  background: #fff;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
}

.aboutkey-points {
  padding: 50px 0px;
}

.product-category-page h3 {
  /* border: 1px solid #e8e8e8; */
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  /* margin: 0 -30px 30px; */
  padding: 23px 30px;
  text-transform: uppercase;
  color: #343434;
  position: relative;
  margin-bottom: 0;
}



.product-category-page .nav-item .active {
  background-color: #fff !important;
}

.product-category-page .nav-item .active i {
  color: #dd584f;
  font-size: 30px;
  font-weight: 100;
}

.product-category-page .nav-item i {
  color: #a5a5a5;
  font-size: 30px;
  font-weight: 100;
}

.product-category-page .nav-pills {
  height: 100%;
  position: relative;
  /* justify-content: center; */
}

.product-category-page .nav-pills .nav-item {
  display: flex;
  padding: 0px 13px;
}

.product-category-page .nav-pills li:nth-child(1) {
  /* border-top: 1px solid #e8e8e8; */
  /* border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; */
}

.product-category-page .nav-pills li:nth-child(2) {
  /* border-top: 1px solid #e8e8e8; */
  border-left: 1px solid #e8e8e8;
  /* border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; */
}

.blank-colum {
  padding: 0;
}

.product-category-page .nav-pills::before {
  content: "";
  background: #e8e8e8;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.product-category-list {
  margin-top: 15px;
}

.product-category-list li {
  border-bottom: 1px solid #e8e8e8;
}

.product-category-list li a {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 300;
}

.product-category-list li:hover {
  cursor: pointer;
}

.product-category-list li:hover a {
  color: #ca372d;
}

.product-category-list li span {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 300;
}

.product-category-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-card {
  min-height: 350px;
  margin-top: 25px;
  position: relative;
}

.product-card h4 {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    margin-top: 20px;
    background: #343434;
    padding: 10px;
}

.product-card a {
  color: #020106;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
      position: absolute;
    bottom: 22%;
}

.product-card:hover a {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.15s;
    -o-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #c2945d;
}

.product-grid-card {
  padding: 25px 0px;
  position: relative;
}

.product-grid-card h4 {
  color: #343434;
  font-size: 16px;
  text-align: center;
}

.product-grid-card a {
  width: 100%;
  transition: all 0.3s ease 0s;
  text-align: center;
  color: #020106;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
}

.product-grid-card a:hover {
  color: #ca372d;
}

.product-grid-card:hover {
  box-shadow: 1px 5px 49px 0 rgba(209, 209, 209, 0.6);
  transition: all 0.5s ease 0s;
}

.product-grid-card::before {
  content: "";
  background: #ca372d;
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  z-index: 1;
  top: 0;
}

.product-grid-card:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.product-grid-card::after {
  content: "";
  background: #ca372d;
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.product-grid-card:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.lg-outer.lg-visible {
  z-index: 999999999 !important;
}

.product-details-internal .slider {
  /* padding: 32px; */
  color: #fff;
}

.product-details-internal .slider .swiper-container {
  width: 100%;
  height: 100%;
}

.product-details-internal .slider__flex {
  display: flex;
  align-items: flex-start;
}

.product-details-internal .slider__col {
  display: flex;
  flex-direction: column;
  width: 100px;
  /* margin-right: 32px; */
}

.product-details-internal .slider__prev,
.product-details-internal .slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  color: #000;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-details-internal .slider__prev:focus,
.product-details-internal .slider__next:focus {
  outline: none;
}

.product-details-internal .slider__thumbs {
  height: calc(400px - 96px);
}

.product-details-internal .slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.product-details-internal .slider__thumbs .slider__image:hover {
  opacity: 1;
}

.product-details-internal
  .slider__thumbs
  .swiper-slide-thumb-active
  .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  border: 3px solid #2fb5d2;
}

.product-details-internal .slider__images {
  height: 400px;
  width: 100%;
  margin-right: 10px;
}

.product-details-internal .slider__images .slider__image img {
  transition: 3s;
}

.product-details-internal .slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.product-details-internal .slider__image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}

.product-details-internal .slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .product-details-internal .slider__flex {
    flex-direction: column-reverse;
  }

  .product-details-internal .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .product-details-internal .slider__images {
    width: 100%;
  }

  .product-details-internal .slider__thumbs {
    height: 70px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }

  .product-details-internal .slider__prev,
  .product-details-internal .slider__next {
    height: auto;
    width: 32px;
  }
}

.img_producto_container {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.img_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s ease-out;
}

/* .product-details-internal .swiper-slide{margin-bottom: 10px !important;} */
/* .slider__col .swiper-slide-active{border: 3px solid #878787;} */

.mobile-banner {
  display: none !important;
}

.product-category-page {
  margin-bottom: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.product-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.product-category-content {
  text-align: center;
}
.product-category-content .content {
  border: 2px solid transparent;
  display: inline-block;
  padding: 42px 58px 38px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1399.98px) {
  .product-category-content .content {
    padding: 32px 38px 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-category-content .content {
    padding: 17px 18px 13px;
  }
}
.product-category-content .sub-title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.14px;
  margin-bottom: 16px;
}
@media (max-width: 1669px) {
  .product-category-content .sub-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-category-content .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-category-content .sub-title {
    font-size: 20px;
  }
}
.product-category-content .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1669px) {
  .product-category-content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-category-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-category-content .title {
    font-size: 25px;
  }
}
.product-category-content .title a {
  color: #fff;
}
.product-category-thumb {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-category .banner-link-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-category:before {
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.product-category:after {
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.product-category:hover:before {
  left: 180%;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-category:hover:after {
  left: -280px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-category:hover .product-category-thumb {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-category:hover .product-category-content .content {
  border-color: rgba(255, 255, 255, 0.5);
}

.cat-carousel {
  margin-top: 15px;

  .owl-dots {
    margin-top: 10px;
  }

  .owl-nav {
    background-color: transparent;
  }
}

.owl-dots .owl-dot.active span {
  background: #c79963 !important;
}

.foot-logo {
  width: 120px !important;
}


.owl-nav button span {
  font-size: 25px;
  font-weight: 200;
}


.dropdown-menu {
  border: none;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.for-women-sec .owl-nav button:hover, .cat-carousel .owl-nav button:hover {
  background: #c2945d !important;
  border: none !important;

  span {
    color: #fff !important;
  }
}

.handpicked-products-sec .owl-nav button:hover {
  background: #c2945d !important;
  border: none !important;

  span {
    color: #fff !important;
  }
}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #111;
}

.lookbook-sec ul li i {
  color: #c2945e;
  margin-right: 10px;
}


.pt-30 {
  padding-top: 30px;
}

.category-banner-single {
  overflow: hidden;
}

.category-banner-img {
  overflow: hidden;
}

.category-banner-img img {
  object-fit: cover;
  width: 100%;
  transition: 0.6s;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .category-banner-inner {
      padding: 20px;
  }
}
.category-banner-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
}


.category-banner-content .product-category {
  font-size: 28px;
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}


.category-banner-content .category-short-desc {
  color: #171717;
  margin-bottom: 23px;
}


.category-banner-content .border-btn {
  font-size: 15px;
  height: 35px;
  line-height: 33px;
  font-weight: 500;
  padding: 0px 20px;
}

.pos-rel {
  position: relative;
}


.border-btn {
  font-size: 16px;
  color: #0a0808;
  border: 1px solid #fff;
  padding: 0 40px;
  height: 50px;
  border-radius: 5px;
  display: inline-block;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  background: #ffffffa8;
  transition: 0.3s all;
}


.border-btn:hover {
  color: #fff;
  background: #c2945d;
}


.category-banner-single:hover .category-banner-img img {
  transform: scale(1.05);
}


.sec-lg-head {
  margin-bottom: 25px;
}


.category-banner-area {
  position: relative;

  .cat-shape {
    position: absolute;
    right: 0;
    top: 0;

    img {
      filter: invert(1);
      width: 270px;
      opacity: 0.6;
    }
  }
}


.position-relative {
  position: relative !important;
}


.overflow-hidden {
  overflow: hidden!important;
}



.cs_section_heading.cs_style_1 {
  position: relative;
  z-index: 1;
}

.cs_section_heading.cs_style_1 .cs_section_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.cs_accent_color {
  color: green;
}

.cs_semibold {
  font-weight: 600;
}

.cs_section_heading.cs_style_1 .cs_shape_right {
  margin-left: 33px;
}


.cs_section_heading.cs_style_1 .cs_shape_left, .cs_section_heading.cs_style_1 .cs_shape_right {
  display: inline-block;
  height: 1px;
  width: 10px;
  position: relative;
  background-color: green;
  margin-top: 10px;
}

.cs_section_heading.cs_style_1 .cs_shape_left:before, .cs_section_heading.cs_style_1 .cs_shape_right:before {
  width: 300%;
  left: -33px;
}

.cs_section_heading.cs_style_1 .cs_shape_left:before, .cs_section_heading.cs_style_1 .cs_shape_left:after, .cs_section_heading.cs_style_1 .cs_shape_right:before, .cs_section_heading.cs_style_1 .cs_shape_right:after {
  content: "";
  height: 100%;
  background-color: green;
  position: absolute;
  top: 0;
}


.cs_section_heading.cs_style_1 .cs_shape_left:after, .cs_section_heading.cs_style_1 .cs_shape_right:after {
  width: 50%;
  right: -8px;
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.21em;
}

.mb-0 {
  margin-bottom: 0!important;
}

@media screen and (min-width: 992px) {
  .cs_height_60 {
      height: 60px;
  }
}


.cs_gap_y_40 {
  gap: 40px 0;
}

.z-1 {
  z-index: 1!important;
}

.cs_iconbox.cs_style_1:not(:last-child) {
  margin-bottom: 36px;
}

.cs_iconbox.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  font-size: 32px;
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon:after {
  content: "";
  width: 2px;
  height: 51px;
  /* background: -webkit-gradient(linear,left bottom,left top,from(rgba(63,102,239,0)),color-stop(100.14%,#3F66EF)); */
  background: linear-gradient(0deg,#3f66ef00,#c2945e 100.14%);
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.4em;
}

.cs_mb_4 {
  margin-bottom: 4px;
}

.cs_light {
  font-weight: 300;
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.56em;
}

.cs_working_thumbnail_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 55px;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(1) {
  padding-top: 45px;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(1)>img {
  -webkit-clip-path: polygon(27% 0%,100% 0,100% 20%,100% 80%,100% 100%,0 100%,0% 80%,0 13%);
  clip-path: polygon(27% 0%,100% 0,100% 20%,100% 80%,100% 100%,0 100%,0% 80%,0 13%);
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail img {
  width: 100%;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_comment {
  top: 20px;
  left: 0;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_like, .cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_comment {
  display: inline-block;
  position: absolute;
  z-index: 3;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail img {
  width: 100%;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(2) {
  padding-bottom: 45px;
  padding-right: 20px;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail:nth-child(2)>img {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%,100% 0,100% 20%,100% 87%,74% 100%,0 100%,0% 80%,0 0);
  clip-path: polygon(20% 0%,100% 0,100% 20%,100% 87%,74% 100%,0 100%,0% 80%,0 0);
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_like {
  bottom: 20px;
  right: 0;
}


.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_like, .cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_comment {
  display: inline-block;
  position: absolute;
  z-index: 3;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail img {
  width: 100%;
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail .cs_wheel_shape {
  top: -50px;
  right: -30px;
  -webkit-animation: circular-rotation 20s linear infinite;
  animation: circular-rotation 20s linear infinite;
}

@keyframes circular-rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.cs_working_thumbnail_wrapper .cs_working_thumbnail img {
  width: 100%;
}


.cs_working_thumbnail_wrapper>img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-40%,-50%);
  transform: translate(-40%,-50%);
}


.why-choose {
  padding: 60px 0;


  h2 {
    color: #000;
  }

  h3 {
    color: #000;
  }


  .cs_tab_reverse {
    margin-top: 30px;
  }


  .cs_section_subtitle {
    color: #c1935d !important;
  }


  /* .cs_working_thumbnail_wrapper img {
    width: 286px !important;
  } */
}


.mission-icon {
  color: green;
}
.vision-icon {
  color: red;
}
.apart-icon {
  color: blue;
}


.product-grid.style14 {
  border-radius: 10px;
}

.product-grid {
  position: relative;
}


.product-grid .box-img {
  background: #fdeedc;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-bottom: 20px;
}

.box-img {
  overflow: hidden;
}

.product-grid.style14 img {
  border-radius: 8px;
}

.product-grid .box-img img {
  width: auto;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}


.box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}


.product-grid .box-img .product-action {
  position: absolute;
  top: 8px;
  right: -20px;
  text-align: right;
  width: auto;
  max-width: auto;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  z-index: 2;
}


.product-grid .box-img .product-action a {
  display: block;
  border-radius: 4px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #0000;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.product-grid .box-img .product-action a .action-text {
  background-color: #ff0004;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: #000;
  font-weight: 500;
  padding: 3px 15px 3px 6px;
  border-radius: 4px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -115px;
  top: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}


.product-grid .box-img .product-action a .action-text:before {
  content: "";
  position: absolute;
  top: 9px;
  right: -10px;
  width: 12px;
  height: 12px;
  background: #ff0004;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.product-grid .box-img .product-action a .icon {
  position: relative;
  display: inline-block;
  background-color: #000;
  border: 1px solid #e1e4e5;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.product-grid .box-img .product-action:after {
  content: "Add to cart";
  height: calc(var(--btn-size) + 4px);
  width: 40px;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #000;
  z-index: -1;
  border-radius: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  text-align: left;
  padding-left: 20px;
  line-height: 44px;
}


.beige-color {
  position: relative;
  max-width: 100%;
  /* background: rgba(255, 255, 255, 0.5); */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}


.beige-color span {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 1px solid #afafaf;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}


.beige-color span:before {
  content: "";
  position: absolute;
  inset: -2px;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.product-grid.style14 img {
  border-radius: 8px;
}

.product-grid .box-title {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 17px;
  color: #101111;
  margin-bottom: 4px;
  text-align: center;
  margin-top: 10px;
}

.product-grid .box-title a {
  color: inherit;
}


.product-item-img {
  background-color: #f1e4d7;
}


.main-footer {
  background-color: #fbfbfb;
}

.main-footer {
  position: relative;
}

.main-footer {
  .left-wave {
      position: absolute;
      left: 0;
      top: 0;
  }
}


.main-footer__top {
  position: relative;
  margin-bottom: 50px;
}


.main-footer .container {
  position: relative;
}


.main-footer__top__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #000;
  border-radius: 0 0 100px 100px;
  padding: 13px 40px;
}

.main-footer__top__info {
  display: flex;
  align-items: center;
  margin: 0;
}


.main-footer__top__info__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--ienet-white, #fff);
  line-height: 1.2em;
}

.main-footer__top__info__icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.main-footer__top__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
  95%/0px 1px no-repeat;
  transition: all 500ms ease;
}


.main-footer__top__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.main-footer__top__social {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1em;
}


.main-footer__top__social a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--ienet-white-rgb, 255, 255, 255), 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--ienet-white, #fff);
  transition: all 500ms ease;
}


.main-footer__top__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}



.testimonial-item .client-content {
  background-color: #efdbc4;
  border-radius: 10px 10px 10px 0px;
  position: relative;
}
.testimonial-item .client-content .inner-content {
  overflow: hidden;
  padding: 32px 18px 31px 30px;
  position: relative;
}
.testimonial-item .client-content .icon {
    max-width: 85px;
    position: absolute;
    top: -7px;
    left: -11px;
    opacity: 0.6;
}
.testimonial-item .client-content p {
  color: #2d2d2d;
  font-size: 18px;
  font-style: italic;
  line-height: 31px;
  position: relative;
}
.testimonial-item .client-content .shape-group .shape-style1 {
  bottom: -34px;
  left: 0;
  position: absolute;
}
.testimonial-item .client-info {
  align-items: center;
  display: flex;
  margin-top: 13px;
}
.testimonial-item .client-info .thumb img {
  border-radius: 50%;
  margin-right: 25px;
  margin-left: 4px;
  width: 60px;
}
.testimonial-item .client-info .desc {
  margin-top: 8px;
  margin-left: 1px;
}
.testimonial-item .client-info .desc .title {
  color: #3b3a3a;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  margin-bottom: 1px;
}
.testimonial-item .client-info .desc p {
  color: #3b3a3a;
}


.category-banner-area.testimonial-sec {
  background: #fff4e7 !important;
  padding: 60px 0;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;


  padding-left: 0;
  margin-top: 20px;

  li {
    width: 55px;
    height: 55px;
    /* background-color: #c1945d; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}

.space, .space-bottom {
    padding-bottom: 30px;
    padding-top: 60px;
}

.bg-white {
    background-color: #fff !important;
}

.img-box4 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 14px 0;
    margin-top: 30px;
    gap: 25px;
}


@media (max-width: 1399px) {
    .img-box4 .img1 {
        margin-left: 5px;
    }
}
.img-box4 .img1 {
    margin-left: 15px;
}

.img-box4 img {
    border-radius: 15px;
}

.img-box4 .img2 {
    margin-top: -30px;
}

.img-box4 img {
    border-radius: 15px;
}

.img-box4 img {
    border-radius: 15px;
}

@media (max-width: 1399px) {
    .img-box4 .img4 {
        margin: -22px 0 0 5px;
    }
}
.img-box4 .img4 {
    margin: -22px 0 0 -8px;
}

.img-box4 img {
    border-radius: 15px;
}

@media (min-width: 1200px) {
    .text-xl-start {
        text-align: left !important;
    }
}

.mb-37 {
    margin-bottom: 37px;
}

.title-area {
    margin-bottom: 1.3rem;
    position: relative;
    z-index: 2;
}

.title-area .sec-title.style1 {
    margin-bottom: 5px;
}

.title-area .sec-title {
    margin-bottom: 22px;
    margin-top: -0.26em;
    text-transform: capitalize;
    color: #000;
}

.title-area .sec-title {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    z-index: 2;
}

.title-area .sec-title.style1 span {
    color: #ff0004;
}

.box-title {
    font-size: 22px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.24em;
    color: #000;
    margin-top: 15px;
}

.overflow-hidden p {
  font-size: 15px;
}


.quality .des_intro {
  margin-bottom: 20px;
}


.wgl_button_link {
  border: none;
}

.contact-form {
  background-color: #fff5e9;
}


.enquiry-form textarea {
  min-height: 120px;
}


.des-wrapper {
  width: 100%;
}

a {
  text-decoration: none;
}


.pro-des {
  background: #fbf0eb;
}

.swiper-thumbs {
  margin-top: 15px;
}


.des-wrapper .swiper-slide img {
  border: 1px solid #d2d2d2;
}


.sizes-list {
  padding-left: 0;
  display: flex;
  gap: 10px;


  li {
    color: #000;
    padding: 5px 10px;
    border: 1px solid #c2945d;
  }
}

.form-control {
  background-color: #fdeedc;
}


.contact-form {
  img {
    mix-blend-mode: darken;
  }
}


body {
  background-color: #fff6ec;
}