html,
body {
  background-color: #000;
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  margin-top: -5px;
  font-weight: 600;
  font-size: calc(22px + 10 * (100vw - 300px) / 1600);
  color: #555;
}

.mb-24 {
  margin-bottom: 24px;
}

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

.btn-scroll,
.btn {
  margin-top: 30px;
  color: #000;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  background-color: #444;
  background-image: linear-gradient(145deg, #18bf6c, #1bc690, #1bc690);
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.btn-scroll:hover,
.btn:hover {
  color: #000;
  background-color: #000;
  background-position: 100%;
  background-image: linear-gradient(145deg, #18bf6c, #1bc690, #18bf6c);
}

.disp-block {
  width: 100%;
  padding: 100px 0;
  margin: auto;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 55;
}

.portfolio-list {
  margin-bottom: 30px;
}

.bg-icon {
  background-image: url(../img/sec-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero {
  height: 100%;
  padding-top: 80px;
  text-align: left;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 193, 120, 0.3)), to(transparent));
  background-image: linear-gradient(180deg, rgba(25, 193, 120, 0.3), transparent);
  overflow: hidden;
}
.page-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hero-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
}
.page-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0, 0, 0)));
  background-image: linear-gradient(180deg, transparent, rgb(0, 0, 0));
  opacity: 1;
}
.page-hero .sw-js-blob-svg {
  width: 1500px;
  height: 1500px;
  position: absolute;
  right: -430px;
  bottom: -400px;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  z-index: 1;
  border-radius: 50%;
  z-index: 0;
}
.page-hero .sw-js-blob-svg path {
  fill: #070707;
}
.page-hero .sw-js-blob-svg-2 {
  width: 800px;
  height: 800px;
  position: absolute;
  left: -300px;
  top: -300px;
  z-index: 1;
  border-radius: 50%;
  z-index: 0;
}
.page-hero .sw-js-blob-svg-2 path {
  fill: #070707;
}
.page-hero .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.page-hero .hero-plan-image {
  width: 150px;
  height: 260px;
  box-shadow: 0px 0px 15px #8c8c8c;
  -webkit-box-shadow: 0px 0px 15px #8c8c8c;
  -moz-box-shadow: 0px 0px 15px #8c8c8c;
}
.page-hero .anim-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-hero .anim-box .img-box {
  width: 150px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.4);
          box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.4);
  z-index: 9;
  opacity: 0.5;
}
.page-hero .anim-box .img-1 {
  height: 250px;
  position: absolute;
  top: 150px;
  left: 50px;
  background-image: url("../img/home.png");
  background-size: cover;
  background-position: top;
  -webkit-animation: move-right-1 8.9s linear infinite;
  animation: move-right-1 8.9s linear infinite;
}
.page-hero .anim-box .img-2 {
  height: 150px;
  position: absolute;
  bottom: 50px;
  left: 250px;
  background-image: url("../img/shop1.png");
  background-size: cover;
  background-position: top;
}
.page-hero .anim-box .img-3 {
  height: 150px;
  position: absolute;
  top: 30px;
  left: 500px;
  background-image: url("../img/blog3.png");
  background-size: cover;
  background-position: top;
  -webkit-animation: move-right-3 5.9s linear infinite;
  animation: move-right-3 5.9s linear infinite;
}
.page-hero .anim-box .img-4 {
  height: 250px;
  position: absolute;
  bottom: 70px;
  right: 90px;
  background-image: url("../img/product3.png");
  background-size: cover;
  background-position: top;
}
.page-hero .anim-box .img-5 {
  height: 200px;
  position: absolute;
  top: 60px;
  right: 200px;
  background-image: url("../img/cart.png");
  background-size: cover;
  background-position: top;
  -webkit-animation: move-right-1 7.9s linear infinite;
  animation: move-right-1 7.9s linear infinite;
}
.page-hero .anim-box .img-6 {
  height: 200px;
  position: absolute;
  bottom: 30px;
  right: 450px;
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: move-right-2 8.9s linear infinite;
  animation: move-right-2 8.9s linear infinite;
}
.page-hero .anim-box .img-7 {
  height: 130px;
  position: absolute;
  top: 230px;
  left: 250px;
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-hero .anim-box .img-8 {
  height: 130px;
  position: absolute;
  top: 5px;
  left: 200px;
  background-image: url("../img/blog2.png");
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: move-right-2 8.9s linear infinite;
  animation: move-right-2 8.9s linear infinite;
}
.page-hero .anim-box .img-9 {
  height: 130px;
  position: absolute;
  top: -30px;
  right: 450px;
  background-image: url("../img/shop1.png");
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-hero .anim-box .img-10 {
  height: 130px;
  position: absolute;
  bottom: -30px;
  left: 550px;
  background-image: url("../img/contact.png");
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes bg-move {
  0% {
    background-position: left;
    background-size: 100% 100%;
  }
  30% {
    background-position: right;
    background-size: 125% 125%;
  }
  60% {
    background-position: left;
    background-size: 125% 125%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}

@keyframes bg-move {
  0% {
    background-position: left;
    background-size: 100% 100%;
  }
  30% {
    background-position: right;
    background-size: 125% 125%;
  }
  60% {
    background-position: left;
    background-size: 125% 125%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes move-right-1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes move-right-1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes move-right-2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes move-right-2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes move-right-3 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes move-right-3 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.page-intro img {
  max-width: 150px;
  margin-bottom: 30px;
  display: block;
}
.page-intro h2 {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 30px;
  color: #cacee3;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.page-intro h2:after {
  content: "";
  width: 132px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.page-intro .type {
  background-color: #14171f;
  background-image: -webkit-gradient(linear-gradient(135deg, #14171f, #14171f));
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}
.page-intro h1 {
  max-width: 930px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #cacee3;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.page-intro p {
  max-width: 700px;
  margin-top: 5px;
  position: relative;
  z-index: 1;
  color: #888c9e;
  font-size: 16px;
  letter-spacing: 0.03rem;
  line-height: 26px;
  text-align: center;
}
.page-intro .typer {
  font-weight: 600;
  font-size: 35px;
  color: #cacee3 !important;
}
.page-intro .btn-buy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 15px -15px 15px;
  height: 38px;
  display: none;
}

.navbar-expand-md .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar-expand-md .navbar-collapse ul li {
  margin-left: 30px;
}

/*  Loader  */
.da-loader {
  width: 100%;
  height: 100%;
  background-color: #070707;
  position: fixed;
  top: 0;
  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;
  z-index: 999;
}
.da-loader .loader {
  position: absolute;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-loader .loader:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #18be6b;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.da-loader img {
  -webkit-animation: da-flip 1.5s linear infinite;
          animation: da-flip 1.5s linear infinite;
  border: 1px solid #14171f;
}

@-webkit-keyframes da-flip {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes da-flip {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@-webkit-keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-hero .desk-m-2 {
  width: 500px;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  z-index: 55;
  border-radius: 30px 30px 0 0;
  -webkit-animation: MoveUpDown 4s linear infinite;
          animation: MoveUpDown 4s linear infinite;
}

.hero-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero-details .desk {
  width: 100%;
  border-radius: 30px;
}
.hero-details .desk-m {
  width: 300px;
  position: absolute;
  left: auto;
  right: -40px;
  top: -100px;
}
.hero-details .desk-m-3 {
  width: 300px;
  position: absolute;
  left: auto;
  left: -40px;
  top: -100px;
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.blue {
  color: #14171f;
}

.m-t-15 {
  margin-top: 15px;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4 {
  opacity: 0.5;
}

.circle-1 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -100px;
  left: -150px;
  background-image: url(../img/circle-1.png);
  background-size: 100% 100%;
}

.circle-2 {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50px;
  left: -25px;
  background-image: url(../img/circle-2.png);
  background-size: 100% 100%;
}

.circle-3 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  right: 40px;
  background-image: url(../img/circle-4.png);
  background-size: 100% 100%;
}

.circle-4 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -75px;
  right: 10px;
  background-image: url(../img/circle-3.png);
  background-size: 100% 100%;
}

.cursor {
  color: #cacee3 !important;
}

.hero-plan-image-1 {
  position: fixed;
  top: 50px;
  left: 100px;
}

.hero-plan-image-2 {
  position: absolute;
  top: 50px;
  left: 450px;
}

.hero-plan-image-3 {
  position: absolute;
  top: 50px;
  right: 350px;
}

.hero-plan-image-4 {
  position: absolute;
  bottom: 50px;
  left: 350px;
}

.hero-plan-image-5 {
  position: absolute;
  bottom: 50px;
  left: 650px;
}

.hero-plan-image-6 {
  position: absolute;
  bottom: 50px;
  right: 100px;
}

.pp-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.pp-section-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#000), to(#070707));
  background-image: linear-gradient(180deg, #000, #000, #070707);
}

.sms-bg {
  background-color: #fafafa;
}

.section-bg {
  background-color: #070707;
}

.bb-fetures-box {
  height: 100%;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  display: block;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #14171f;
  overflow: hidden;
  background-color: #0b0c12;
  background-image: linear-gradient(163deg, #070707, #070707, #000);
}

.bb-fetures-box img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #14171f;
}

.bb-fetures-box .details {
  margin-top: 20px;
}

.bb-fetures-box .details h5 {
  color: #cacee3;
  text-align: left;
  line-height: normal;
}

.bb-fetures-box .details h5 span {
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}

.bb-fetures-box .details p {
  color: #888c9e;
  text-align: left;
  line-height: normal;
}

.section-header {
  margin-bottom: 30px;
  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;
}
.section-header .title {
  max-width: 700px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #cacee3;
  line-height: 1.1;
}
.section-header .title span {
  font-weight: 600;
  background-color: #14171f;
  background-image: -webkit-gradient(linear-gradient(135deg, #14171f, #14171f));
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}
.section-header h3 {
  margin-top: 10px;
}
.section-header h3 .old {
  margin-left: 15px;
  background-image: linear-gradient(135deg, #888c9e, #888c9e);
  font-size: 20px;
  position: relative;
}
.section-header h3 .old:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #888c9e;
  position: absolute;
  top: 13px;
  left: -6px;
}
.section-header .s-title {
  max-width: 700px;
  margin: auto;
  padding: 20px 0;
  font-size: 15px;
  line-height: 24px;
  color: #888c9e !important;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .s-title span {
  margin: 0 15px;
}
.section-header .sub-title {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
  color: #888c9e !important;
  font-weight: 300;
}
.section-header .sub-title-dark {
  color: #888c9e !important;
}

.design-image {
  height: auto;
}
.design-image:hover {
  box-shadow: 0px 0px 15px #bbadff;
  -webkit-box-shadow: 0px 0px 15px #bbadff;
  -moz-box-shadow: 0px 0px 15px #bbadff;
}

.preview {
  text-decoration: none;
  position: relative;
}
.preview:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preview .pass-up {
  margin: auto;
  font-size: 14px;
  color: #4a4860;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preview .pass-up strong {
  color: #fff;
  font-size: 16px;
}

.preview-text {
  margin: 15px 10px 30px 10px;
  color: #555;
  font-size: 18px;
  text-align: center;
}

.preview-text-inner {
  margin-bottom: 30px;
}

.preview-image {
  -webkit-box-shadow: 0px 0px 15px #a9a9a9;
          box-shadow: 0px 0px 15px #a9a9a9;
  overflow: hidden;
  position: relative;
  overflow: initial;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.preview-image:after {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.preview-image:hover .caption-block {
  opacity: 1;
}

.pc-bg {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #070707;
  background-image: linear-gradient(163deg, #070707, #070707, #070707);
}
.pc-bg:after {
  content: "Multi Purpose";
  color: #393945;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  left: 5px;
  bottom: 25px;
  z-index: 9;
  line-height: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.5;
}
.pc-bg:before {
  content: "Agency & Portfolio";
  color: #393945;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 25px;
  z-index: 9;
  line-height: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.5;
}
.pc-bg img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  border: 1px solid #0e0f15;
}

.home-page .pc-bg {
  background-color: #0b0c12;
}
.home-page .pc-bg:after, .home-page .pc-bg:before {
  color: #30303b;
}

.img-scroll {
  -webkit-transition: all 9s ease-out 0s;
  transition: all 9s ease-out 0s;
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.preview-image-inner {
  max-height: 250px;
}

.style-image {
  width: 60px;
  height: 60px;
  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;
}

.style-image i {
  font-size: 28px;
  color: #000;
}

.caption-block {
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  border: 0px solid #14171f;
  text-align: center;
  z-index: 999;
  opacity: 0;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caption-block img {
  width: 25px;
  height: 25px;
}

.portfolio .portfolio-menu {
  padding: 15px;
  background-color: #070707;
  border-radius: 30px;
  border: 1px solid #14171f;
}
.portfolio .portfolio-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.portfolio .portfolio-menu ul li {
  margin: 5px;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  background-color: rgb(25, 193, 121);
  background-size: 200% auto;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #000;
}
.portfolio .portfolio-menu ul li:hover {
  color: #000;
  background-color: rgba(25, 193, 121, 0.7);
  background-position: 100%;
}
.portfolio .portfolio-menu ul li .label {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 1px;
  right: 2px;
  background-color: #ff3b3b;
  border-radius: 10px;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  border: 1px solid #ffffff;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.portfolio .portfolio-menu ul .unique,
.portfolio .portfolio-menu ul .unique.mixitup-control-active {
  background-image: linear-gradient(120deg, #e02957, #e02957, #e02957);
}
.portfolio .portfolio-menu ul .unique:hover,
.portfolio .portfolio-menu ul .unique.mixitup-control-active:hover {
  color: #cacee3;
  background-image: -webkit-gradient(linear, left top, right top, from(#19c179), color-stop(#14171f), to(#19c179));
  background-image: linear-gradient(90deg, #19c179, #14171f, #19c179);
  background-position: 100%;
}
.portfolio .portfolio-menu ul .light {
  background-image: -webkit-gradient(linear, left top, right top, from(#e4893a), color-stop(#888c9e), to(#e4893a));
  background-image: linear-gradient(90deg, #e4893a, #888c9e, #e4893a);
}
.portfolio .portfolio-menu ul .light:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#19c179), color-stop(#14171f), to(#19c179));
  background-image: linear-gradient(90deg, #19c179, #14171f, #19c179);
}
.portfolio .portfolio-menu ul .light.mixitup-control-active {
  background-image: -webkit-gradient(linear, left top, right top, from(#888c9e), color-stop(#e4893a), to(#888c9e));
  background-image: linear-gradient(90deg, #888c9e, #e4893a, #888c9e);
}
.portfolio .portfolio-menu ul .mixitup-control-active {
  color: #fff;
  background-color: #045532;
  background-image: none;
}

.portfolio-list .single-portfolio-item:hover .preview .pass-up {
  bottom: 0;
}
.portfolio-list .single-portfolio-item {
  position: relative;
}
.portfolio-list .single-portfolio-item .new {
  padding: 5px 10px;
  position: absolute;
  top: 13px;
  right: 30px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e02957), color-stop(#e02957), to(#e02957));
  background-image: linear-gradient(90deg, #e02957, #e02957, #e02957);
  z-index: 5;
  color: #cacee3;
  -webkit-box-shadow: 0 6px 13px 5px rgba(251, 46, 81, 0.4);
          box-shadow: 0 6px 13px 5px rgba(251, 46, 81, 0.4);
  -webkit-animation: wiggle 2s linear infinite;
          animation: wiggle 2s linear infinite;
  z-index: 19;
  text-transform: capitalize;
}
.portfolio-list .single-portfolio-item .coming {
  width: 135px;
  height: 135px;
  padding: 5px 10px;
  position: absolute;
  top: 13px;
  left: 30px;
  border-radius: 5px;
  background-image: url(../img/coming.png);
  background-size: 100%;
  z-index: 5;
  color: #cacee3;
  z-index: 19;
}
.portfolio-list .single-portfolio-item .preview {
  margin: 30px 0 0;
  overflow: hidden;
  display: block;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #14171f;
  overflow: hidden;
}
.portfolio-list .single-portfolio-item .label {
  position: absolute;
  top: 25px;
  left: 10px;
  background-image: url(../img/label.png);
  z-index: 15;
  width: 55px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

@-webkit-keyframes wiggle {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  25% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes wiggle {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  25% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
.single-portfolio-item.other .preview {
  margin: 30px 0 0;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn-page {
  text-decoration: none;
}
.btn-page:hover {
  text-decoration: none;
}

.feature-box {
  background-color: #000;
  border: 1px solid #14171f;
  border-radius: 12px;
  overflow: hidden;
}
.feature-box .img-box {
  position: relative;
}
.feature-box .feature-content {
  padding: clamp(14px, 14px + 6 * (100vw - 320px) / 1600, 20px);
}
.feature-box .feature-content h4 {
  color: #9ba0b3;
  text-align: center;
  margin-bottom: 0;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1600, 18px);
}
.feature-box .feature-content p {
  font-size: 14px;
  color: #888c9e;
}

.btn-buy {
  width: 150px;
  height: 45px;
  margin: 45px auto 0 auto;
  text-align: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444;
  background-size: 200% auto;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-buy:hover {
  border: 1px solid #cacee3;
  background-color: #000;
  background-position: 100%;
}

.card-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  text-align: center;
  color: #cacee3;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02rem;
  word-spacing: 0.05rem;
  padding: 15px 5px;
  cursor: pointer;
  background-size: 200% auto;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.card-title:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: 100%;
  text-decoration: none;
}

.product-bg {
  box-shadow: 0px 0px 15px #e2e0e0;
  -webkit-box-shadow: 0px 0px 15px #e2e0e0;
  -moz-box-shadow: 0px 0px 15px #e2e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-bg:hover {
  box-shadow: 0px 0px 15px #a9a9a9;
  -webkit-box-shadow: 0px 0px 15px #a9a9a9;
  -moz-box-shadow: 0px 0px 15px #a9a9a9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#features .btn-buy {
  margin-top: 15px;
}

.core-box {
  height: 100%;
  margin: 0;
  padding: 30px;
  overflow: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #14171f;
  overflow: hidden;
  background-image: linear-gradient(163deg, #070707, #070707, #000);
}

.features-image {
  box-shadow: 0px 0px 15px #dfd9ff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background: transparent;
}
.features-image img {
  width: 40px;
  height: 40px;
  opacity: 0.7;
}

.features-text {
  margin: 0;
  color: #87888d !important;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
}

.b-text {
  margin: 0;
  color: #888c9e !important;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
  line-height: 26px;
}

.key-box {
  height: 250px;
  background-color: #cacee3;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.key-box .key-features-image {
  border: none;
}
.key-box .features-caption {
  opacity: 0;
  position: absolute;
  top: 0;
  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;
  height: 255px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 15px;
  color: #888c9e;
  font-size: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.key-box:hover .features-caption {
  opacity: 1;
}

.features-caption-r {
  display: none;
  margin: -25px 0 30px 0;
  color: #888c9e;
  font-size: 15px;
  text-align: center;
}

.rating {
  margin: 0 15px;
  width: 100%;
  text-align: center;
}

.rating-star {
  padding-bottom: 30px;
}

.footer {
  background-color: #070707;
}
.footer p {
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #cacee3;
}

#return-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #cacee3;
  background-image: linear-gradient(145deg, #18bf6c, #1bc690);
  z-index: 15;
  border-radius: 15px;
}
#return-to-top span {
  color: #cacee3;
  margin: 0;
  position: relative;
  left: 0;
  top: 4px;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover span {
  color: #cacee3;
  top: -1px;
}
#return-to-top.show {
  opacity: 1;
  visibility: visible;
}

.other-pages .title {
  color: #556270;
}

.sms-bg-01 {
  background: #070707;
}
.sms-bg-01 .title {
  color: #cacee3;
}

.sms-bg-02 {
  background: #070707;
}
.sms-bg-02 .title {
  color: #cacee3;
}

.sms-bg-03 {
  background: #cacee3;
}
.sms-bg-03 .title {
  color: #000;
}
.sms-bg-03 .card-title {
  margin-bottom: 15px;
  text-align: center;
  color: #cacee3;
}

.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding: 0;
  background-color: #14171f;
  background-image: -webkit-gradient(linear-gradient(166deg, #14171f 35%, #14171f 65%));
  background-image: linear-gradient(166deg, #14171f 35%, #14171f 65%);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background-image: linear-gradient(166deg, #14171f 35%, #14171f 65%);
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background-image: linear-gradient(166deg, #14171f 35%, #14171f 65%);
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  background-color: #14171f;
  background-image: -webkit-gradient(linear-gradient(166deg, #14171f 35%, #14171f 65%));
  background-image: linear-gradient(166deg, #14171f 35%, #14171f 65%);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}

.item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #000;
  text-align: center;
  padding: 15px 15px 30px 15px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  background-image: #cacee3;
  background-size: 200% auto;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item:hover {
  background-position: 100%;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.item .icon {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 5px;
  background-color: #cacee3;
  background-image: -webkit-gradient(linear-gradient(135deg, #14171f, #14171f));
  background-image: linear-gradient(135deg, #14171f, #14171f);
  background-size: 100%;
  border-radius: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
  width: 90px;
  height: 90px;
  line-height: 96px;
}
.item svg {
  fill: #14171f;
}
.item .feature_box_col_one {
  background: #000;
}
.item .feature_box_col_two {
  background: #000;
}
.item .feature_box_col_three {
  background: #000;
}
.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
}
.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
}
.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
}
.item .feature_box_col_four,
.item .feature_box_col_five,
.item .feature_box_col_six {
  background-color: #14171f;
  background-image: -webkit-gradient(linear-gradient(135deg, #14171f, #14171f));
  background-image: linear-gradient(135deg, #14171f, #14171f);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}
.item svg {
  fill: #14171f !important;
  width: 50px;
  height: 50px;
  opacity: 0.8;
}
.item svg path {
  fill: #cacee3 !important;
}
.item p {
  font-size: 14px;
  line-height: 24px;
  color: #888c9e;
  font-weight: 300;
}
.item h6 {
  margin-bottom: 5px;
  color: #888c9e;
  font-size: 18px;
  font-weight: 600;
}

.item:hover .item,
.item:hover span.icon {
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item:hover h6 {
  color: #cacee3;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item:hover p {
  color: #888c9e;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #cacee3;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 3px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #cacee3;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 3px;
}

.service-section .icon-box {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 3px;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-section .icon-box .service-icon {
  float: left;
  color: #14171f;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-section .icon-box .service-title {
  margin-left: 55px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.service-section .icon-box .service-title a {
  color: #cacee3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-section .icon-box .service-para {
  color: #888c9e;
  margin-left: 55px;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
}
.service-section .icon-box:hover .service-title a {
  color: #14171f;
}
.service-section .icon-box:hover .service-icon {
  color: #14171f;
}
.service-section .service-main-heading {
  color: #556270;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}

.c-list {
  width: 100%;
  margin: -10px;
}
.c-list ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list ul li {
  margin: 10px;
  padding: 10px 15px;
  color: #cacee3;
  list-style: none;
  border: 1px solid #cacee3;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-list ul .done {
  position: relative;
  background-color: #14171f;
}
.c-list ul .done:after {
  content: "\f560";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 3px;
  color: #cacee3;
  font-family: "Font Awesome 5 Pro";
}

/**  Navigation  **/
.start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 99;
}
.start-header.scroll-on {
  background-color: rgba(16, 15, 15, 0.7);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 99;
}
.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 25;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  margin-bottom: 5px;
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #cacee3 !important;
  font-weight: 500;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #fff !important;
}

.active a {
  color: #14171f !important;
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
}
.active a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #14171f;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
  padding: 5px !important;
  font-weight: 600;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #cacee3;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* #Primary style
  ================================================== */
.bg-light {
  background: rgba(5, 14, 18, 0.8) !important;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
}

body.hero-anime p {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

body.hero-anime .logo-intro {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 3px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
          box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #cacee3;
}

.nav-item .dropdown-menu {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 3px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #cacee3;
  background-color: rgba(129, 103, 169, 0.6);
}

body.dark {
  color: #cacee3;
  background-color: #1f2029;
}
body.dark .navbar-brand img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
body.dark h1 {
  color: #cacee3;
}
body.dark h1 span {
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}
body.dark p {
  color: #cacee3;
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link {
  color: #cacee3 !important;
}
body.dark .nav-item.active .nav-link {
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #cacee3;
  background-color: #1f2029;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #cacee3;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #cacee3;
}
body.dark .navbar-light .navbar-toggler-icon:after, body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #cacee3;
}
body.dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.gi-side-cart-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.gi-side-cart {
  right: auto;
  left: 0;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gi-side-cart.gi-mobile-menu {
  height: 100vh;
  width: 340px;
  padding: 15px;
  background-color: #070707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: auto;
  left: -340px;
  z-index: 99999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu_title {
  color: #cacee3;
}

.gi-side-cart.gi-mobile-menu.ms-mobile-menu-open {
  left: 0;
}

.gi-mobile-menu-open {
  left: 0 !important;
}

.gi-menu-title {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid #14171f;
}
.gi-menu-title .gi-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff6191;
  background: transparent;
}

.gi-side-cart .gi-menu-inner .gi-menu-content ul {
  margin: 0;
  padding: 0;
}
.gi-side-cart .gi-menu-inner .gi-menu-content ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.gi-side-cart .gi-menu-inner .gi-menu-content ul li a {
  display: block;
  padding: 10px 0px;
  text-transform: capitalize;
  color: #888c9e;
  border-bottom: 1px solid #14171f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.gi-side-cart .gi-menu-inner .gi-menu-content ul li a:hover {
  color: #cacee3;
}

.gi-side-cart.gi-cart .gi-cart-inner .gi-cart-title {
  margin-bottom: 30px;
  padding: 0;
}
.gi-side-cart.gi-cart .gi-cart-inner .gi-cart-title .cart_title {
  font-size: 20px;
}

.gi-side-cart.gi-wishlist .gi-cart-inner .gi-cart-title {
  margin-bottom: 30px;
  padding: 0;
}
.gi-side-cart.gi-wishlist .gi-cart-inner .gi-cart-title .cart_title {
  font-size: 20px;
}

/* #Media
  ================================================== */
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  .nav-item:after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded=true] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before,
  body.dark .dropdown-toggle::after {
    background-color: #cacee3;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* #Link to page
  ================================================== */
.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

body.dark .logo img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.gi-cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #cacee3;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
          animation: morphing-image 10s linear infinite forwards;
  z-index: 9999;
}

.gi-cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #cacee3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
}

.gi-hover-cursor {
  width: 50px;
  height: 50px;
  background-color: #14171f;
  border: 1px solid transparent;
  opacity: 0.5;
  z-index: 9999;
}

.gi-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
/* Dark Modal */
.modal-content {
  background: #121212;
  background-image: linear-gradient(163deg, #070707, #070707, #000);
  color: #fff;
  border-radius: 12px;
  border: 1px solid #14171f;
  text-align: center;
}

.modal-body {
  font-size: 18px;
  padding: 30px;
}

.ok-btn {
  margin: 0 10px;
  background: #3b82f6;
  border: none;
  padding: 8px 25px;
  border-radius: 15px;
  color: #fff;
  background-image: linear-gradient(145deg, #18bf6c, #1bc690, #1bc690);
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ok-btn:hover {
  background-position: 100%;
  background-image: linear-gradient(145deg, #18bf6c, #1bc690, #18bf6c);
}

.pass-title strong {
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 32px;
}

.bb-link {
  display: none;
}

#passwordModal .button .bb-link {
  padding: 5px;
  background-image: linear-gradient(163deg, #18bf6c, #1bc690);
  background-size: 100%;
  -webkit-box-decoration-break: clone;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  box-decoration-break: clone;
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}
#passwordModal .button .bb-link i {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#passwordModal .button .bb-link:hover i {
  margin-left: 5px;
  margin-right: 0;
}
/*# sourceMappingURL=landing-style.css.map */