/*
Theme Name: C11WE0424
Description: This is a child theme for Flatsome Theme
Author: Yourweb Team
Template: flatsome
Version: 3.0
*/
@keyframes scaleIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(6.5);
    opacity: 0;
  }
}
.yw-scale-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: scaleIn 4.5s cubic-bezier(0.36, 0.11, 0.89, 0.32) infinite;
  width: 350px;
  height: 350px;
  background: rgba(51, 54, 255, 0.9);
  border-radius: 50%;
  opacity: 0;
}

.c11we0424-qrcode {
  width: 100%;
  padding-top: 100%;
}
.c11we0424-qrcode .c11we0424-qrcode-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.c11we0424-qrcode .c11we0424-qrcode-inner img {
  transition: 0.6s ease;
}
.c11we0424-qrcode .c11we0424-qrcode-inner:hover img {
  box-shadow: 0px 0px 15px #FFF;
}
.c11we0424-qrcode .absolute-vector-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("assets/images/bg-circle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation-name: rotate-animation;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}
@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.c11we0424-qrcode .absolute-vector-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 300px;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 300px;
  background-image: url("assets/images/bg-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation-name: rotate-animation;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.alg-center {
  text-align: center;
}

body.home .home-heading h2, body.home .home-heading h3, body.home .home-heading h4, body.home .home-heading h5, body.home .home-heading h6 {
  color: #0004bb;
  text-transform: uppercase;
  font-size: 24pt;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 74, 218, 0.5);
}
body.home .home-heading.light h2, body.home .home-heading.light h3, body.home .home-heading.light h4, body.home .home-heading.light h5, body.home .home-heading.light h6 {
  color: #FFF;
}

section.expert .featured-description {
  font-size: 24px;
  margin-bottom: 15px;
}
section.expert .featured-description :nth-child(1) {
  text-shadow: 0 0 25px rgba(0, 209, 255, 0.73);
  color: rgba(255, 255, 255, 0.63);
  font-size: 1.5em;
  font-weight: bold;
}
section.expert .featured-description :nth-child(2) {
  font-weight: bold;
  font-size: 1.2em;
}
section.expert .featured-description :nth-child(3) {
  font-weight: bold;
  font-size: 0.8em;
}

section.our-products div.box {
  background-image: url("assets/images/box-bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 1px 3px 5px #949494;
  overflow: hidden;
}
section.our-products div.box div.box-text {
  background: rgba(0, 0, 0, 0.4392156863);
}

section.our-technology .icon-box .icon-box-text h3 {
  text-transform: uppercase;
  color: #0004bb;
  border-left: 4px solid #0004bb;
  padding-left: 15px;
}

section.market .slider-wrapper .slider div.img img {
  border-radius: 20px;
  overflow: hidden;
}
section.market .slider-wrapper .flickity-page-dots {
  right: 30px;
  left: unset;
  text-align: right;
}

section.touch-effect-section {
  position: relative;
  overflow: hidden;
}

footer {
  border-top: 4px solid #FFF;
}

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