ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #4ac4f3;
  text-decoration: none !important;
}

.nav-link:hover {
  border-bottom: 2px solid white !important;
  color: rgb(213, 208, 240) !important;
}

a,
.button,
input {
  outline: medium none !important;
  color: #4ac4f3;
}

.hover_box:hover {
  box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
  -webkit-box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
  -moz-box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
}

#great-screenshots {
  background-color: #4ac4f3;
  background-image: linear-gradient(-45deg, #4ac4f3 0%, #4ac4f3 100%);
}

/* slider section  */
@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.sb_carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.sb_carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.sb_carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.sb_carousel>.carousel-inner>.carousel-item>img,
.sb_carousel>.carousel-inner>.carousel-item>a>img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.sb_carousel .carousel-item-next.carousel-item-start .carousel-caption,
.sb_carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.sb_caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.sb_caption-left {
  margin-right: auto;
}

.sb_caption-right {
  margin-left: auto;
}

.sb_caption-center {
  margin: auto;
}

.sb_caption h1,
.sb_caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.sb_caption h1 {
  animation-delay: 1s;
  color: #bf392b;
  background: #fff;
}

.sb_caption h3 {
  animation-delay: 1.5s;
  color: #fff;
  background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
  .sb_caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .sb_caption {
    bottom: 45%;
  }
}

/* Controls */
.sb_control-prev,
.sb_control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.sb_carousel:hover .sb_control-prev,
.sb_carousel:hover .sb_control-next {
  opacity: 1;
}

.sb_control-prev {
  left: 1%;
}

.sb_control-next {
  right: 1%;
}

.sb_control-prev:hover,
.sb_control-prev:focus,
.sb_control-next:hover,
.sb_control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

*::-moz-selection {
  background: #4ac4f3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #4ac4f3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4ac4f3;
  color: #fff;
  text-shadow: none;
}

a:focus {
  text-decoration: none !important;
}


/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #333333;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 90px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#back-to-top .top:hover {
  background: #4ac4f3;
  color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading {
  background-color: #eee;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }

  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }

  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }

  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

.cube,
.cube * {
  position: absolute;
  width: 71px;
  height: 71px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sides {
  -webkit-animation: rotate 3s ease infinite;
  animation: rotate 3s ease infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
  transform: rotateX(-37.5deg) rotateY(45deg);
}

.cube .sides * {
  box-sizing: border-box;
  background-color: rgba(74, 196, 243, 0.8);
  border: 5px solid white;
}

.cube .sides .top {
  -webkit-animation: top-animation 3s ease infinite;
  animation: top-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(90deg) translateZ(90px);
  transform: rotateX(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

@keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

.cube .sides .bottom {
  -webkit-animation: bottom-animation 3s ease infinite;
  animation: bottom-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(-90deg) translateZ(90px);
  transform: rotateX(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

@keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

.cube .sides .front {
  -webkit-animation: front-animation 3s ease infinite;
  animation: front-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(0deg) translateZ(90px);
  transform: rotateY(0deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

@keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(35px);
    transform: rotateY(0deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

.cube .sides .back {
  -webkit-animation: back-animation 3s ease infinite;
  animation: back-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-180deg) translateZ(90px);
  transform: rotateY(-180deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

@keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(35px);
    transform: rotateY(-180deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

.cube .sides .left {
  -webkit-animation: left-animation 3s ease infinite;
  animation: left-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-90deg) translateZ(90px);
  transform: rotateY(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

@keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

.cube .sides .right {
  -webkit-animation: right-animation 3s ease infinite;
  animation: right-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(90deg) translateZ(90px);
  transform: rotateY(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

@keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/
.button {
  color: #fff;
  cursor: pointer;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  position: relative;
  background: #4ac4f3;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button:hover,
.button:focus {
  color: #ffffff;
  background: #333333;
}

/* Buttons white */
.button.bt-white {
  color: #333;
  background: #fff;
}

.button.bt-white:hover,
.button.bt-white:focus {
  color: #ffffff;
  background: #4ac4f3;
}

/* Buttons white 2 */
.button.bt-black {
  color: #333;
  background: #fff;
}

.button.bt-black:hover,
.button.bt-black:focus {
  color: #ffffff;
  background: #333;
}

.button.bt-blue {
  color: #fff;
  background: #4ac4f3;
}

.button.bt-blue:hover {
  background-color: #333;
}

/* Butten blue shadow */
.button-blue-shadow {
  color: #fff;
  cursor: pointer;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  position: relative;
  background: #4ac3f3;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  -moz-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
}

.button-blue-shadow:hover,
.button-blue-shadow:focus {
  color: #ffffff;
  background: #333333;
}

/* Butten white shadow */
.button-white-shadow {
  color: #4ac3f3;
  cursor: pointer;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  position: relative;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  -moz-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
}

.button-white-shadow:hover,
.button-white-shadow:focus {
  color: #ffffff;
  background: #333333;
}

/* Butten Line */
.button-line {
  color: #4ac3f3;
  cursor: pointer;
  padding: 10px 36px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #4ac3f3;
  position: relative;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button-line:hover,
.button-line:focus {
  color: #ffffff;
  background: #4ac3f3;
}

/* Butten Line white*/
.button-line-white {
  color: #fff;
  cursor: pointer;
  padding: 12px 36px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #fff;
  position: relative;
  background: transparent;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button-line-white:hover,
.button-line-white:focus {
  color: #333;
  border: 2px solid #333;
}

/* Butten Line shadow */
.button-line-shadow {
  color: #4ac3f3;
  cursor: pointer;
  padding: 10px 36px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #4ac3f3;
  position: relative;
  background: none;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  -moz-box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
  box-shadow: 0px 20px 70px -16px rgba(74, 195, 243, 1);
}

.button-line-shadow:hover,
.button-line-shadow:focus {
  color: #ffffff;
  background: #4ac3f3;
}

.overview-block-ptb {
  padding: 0 0;
}

.overview-block-pt {
  padding: 100px 0 0;
}

.overview-block-pb {
  padding: 0 0 100px;
}

/*----------------
Padding All 
----------------*/
.iq-pall {
  padding: 0px;
}

.iq-pall-10 {
  padding: 10px;
}

.iq-pall-15 {
  padding: 15px;
}

.iq-pall-20 {
  padding: 20px;
}

.iq-pall-25 {
  padding: 25px;
}

.iq-pall-30 {
  padding: 30px;
}

.iq-pall-40 {
  padding: 40px;
}

.iq-pall-50 {
  padding: 50px;
}

.iq-pall-60 {
  padding: 60px;
}

.iq-pall-70 {
  padding: 70px;
}

.iq-pall-80 {
  padding: 80px;
}

.iq-pall-90 {
  padding: 90px;
}

.iq-pall-100 {
  padding: 100px;
}

/*----------------
Padding Top and Bottom 
----------------*/
.iq-ptb-0 {
  padding: 0;
}

.iq-ptb-10 {
  padding: 10px 0;
}

.iq-ptb-15 {
  padding: 15px 0;
}

.iq-ptb-20 {
  padding: 20px 0;
}

.iq-ptb-25 {
  padding: 25px 0;
}

.iq-ptb-30 {
  padding: 30px 0;
}

.iq-ptb-40 {
  padding: 40px 0;
}

.iq-ptb-50 {
  padding: 60px 0;
}

.iq-ptb-60 {
  padding: 60px 0;
}

.iq-ptb-70 {
  padding: 70px 0;
}

.iq-ptb-80 {
  padding: 80px 0;
}

.iq-ptb-90 {
  padding: 90px 0;
}

.iq-ptb-100 {
  padding: 100px 0;
}


.iq-pt-15 {
  padding-top: 15px;
}

.iq-pt-20 {
  padding-top: 20px;
}

.iq-pt-40 {
  padding-top: 40px;
}


.iq-pt-80 {
  padding-top: 80px;
}

.iq-pb-10 {
  padding-bottom: 10px;
}

.iq-mt-15 {
  margin-top: 15px;
}

.iq-mt-20 {
  margin-top: 20px;
}

.iq-mt-25 {
  margin-top: 25px;
}

.iq-mt-30 {
  margin-top: 30px;
}

.iq-mb-10 {
  margin-bottom: 10px;
}

.iq-mb-30 {
  margin-bottom: 30px;
}

.iq-mb-40 {
  margin-bottom: 40px;
}


/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.iq-tw-1 {
  font-weight: 100;
}

.iq-tw-2 {
  font-weight: 200;
}

.iq-tw-3 {
  font-weight: 300;
}

.iq-tw-4 {
  font-weight: 400;
}

.iq-tw-5 {
  font-weight: 500;
}

.iq-tw-6 {
  font-weight: 600;
}

.iq-tw-7 {
  font-weight: 700;
}

.iq-tw-8 {
  font-weight: 800;
}

.iq-tw-9 {
  font-weight: 900;
}

/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.iq-font-blue {
  color: #4ac4f3;
}

.iq-font-white {
  color: #ffffff;
}

.iq-font-black {
  color: #333333;
}

.iq-font-light {
  color: #666666;
}

.iq-font-gray {
  color: #a2a4ad;
}

/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg {
  background: #ffffff;
}

.grey-bg {
  background: #f5f7fb;
}

.blue-bg {
  background: #4ac4f3;
}

.light-bg {
  background: #f8f7ff;
}

.light-blue-bg {
  background: #bbe5f6;
}

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-parallax {
  position: relative;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
}

/*---------------------------------------------------------------------
                       Background Gradient 
---------------------------------------------------------------------*/
.iq-bg-over {
  position: relative;
  padding: 0px;
}

.iq-over-blue-80:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(74, 196, 243, 0.8);
}

.iq-over-blue-85:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(74, 196, 243, 0.85);
}

.iq-over-blue-90:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(74, 196, 243, 0.9);
}


[class*='iq-over-']:before {
  z-index: -1;
}

.heading-title {
  margin-bottom: 30px;
  text-align: center;
}

.heading-title .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.heading-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 4px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 4px;
  background: #4ac4f3;
}



/* Section title white */
.heading-title.white .title {
  color: #fff;
}

.heading-title.white .title:before {
  background: #fff;
}

.iq-fadebounce {
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  50% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  50% {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.ani.ani-1 {
  left: 30px;
  top: 120px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.ani.ani-2 {
  right: 25%;
  top: 140px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.ani.ani-3 {
  right: 100px;
  bottom: 100px;
  -webkit-transform: translate(50%, 50%) scale(0.8);
  transform: translate(50%, 50%) scale(0.8);
}

.ani.ani-4 {
  bottom: 98px;
  left: 15%;
}

.ani.ani-5 {
  left: 30px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ani.ani-6 {
  height: 320px;
  width: 320px;
  right: 0;
  top: 0;
}

.ani-cube {
  -webkit-perspective: 20000px;
  perspective: 20000px;
  height: 100px;
  width: 100px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(360deg);
  transform: rotateX(-30deg) rotateY(40deg) rotateZ(360deg);
  -webkit-animation: ani-cube-1 20s linear infinite;
  animation: ani-cube-1 20s linear infinite;
}

.ani-cube .cube-face {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
}

.ani-cube .cube-face.face_front {
  background-color: #4ac4f3;
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
  z-index: 10;
}

.ani-cube .cube-face.face_right {
  background-color: #52b8e0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 8;
}

.ani-cube .cube-face.face_left {
  background-color: #52b8e0;
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 9;
}

.ani-cube .cube-face.face_top {
  background-color: #6fd7ff;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 11;
}

.ani-cube .cube-face.face_bottom {
  background-color: #6fd7ff;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 50px);
  z-index: 5;
}

.ani-cube .cube-face.face_back {
  background-color: #4ac4f3;
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  z-index: 1;
}

.ani-cube.ani-cube-2 {
  height: 40px;
  -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(360deg);
  transform: rotateX(143deg) rotateY(50deg) rotateZ(360deg);
  -webkit-animation: ani-cube-2 10s linear infinite;
  animation: ani-cube-2 10s linear infinite;
}

.ani-cube.ani-cube-2 .cube-face.face_front {
  height: 40px;
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
}

.ani-cube.ani-cube-2 .cube-face.face_right {
  width: 200px;
  height: 40px;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 0);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate3d(0px, 0px, 0);
}

.ani-cube.ani-cube-2 .cube-face.face_left {
  width: 200px;
  height: 40px;
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 100px);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg) translate3d(0px, 0px, 100px);
}

.ani-cube.ani-cube-2 .cube-face.face_top {
  height: 200px;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 60px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 60px);
}

.ani-cube.ani-cube-2 .cube-face.face_bottom {
  height: 200px;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -100px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -100px);
}

.ani-cube.ani-cube-2 .cube-face.face_back {
  height: 40px;
  -webkit-transform: translate3d(0px, 0px, -100px);
  transform: translate3d(0px, 0px, -100px);
}

.ani-cube.ani-cube-3 {
  -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  -webkit-animation: ani-cube-3 20s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: ani-cube-3 20s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.ani-cube.ani-cube-3 .cube-face.face_front,
.ani-cube.ani-cube-3 .cube-face.face_right,
.ani-cube.ani-cube-3 .cube-face.face_left,
.ani-cube.ani-cube-3 .cube-face.face_top,
.ani-cube.ani-cube-3 .cube-face.face_bottom,
.ani-cube.ani-cube-3 .cube-face.face_back {
  border: 2px solid #4ac4f3;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #4ac4f3, 0 0 0 2px #4ac4f3;
}

.ani-hamburger {
  height: 19px;
  width: 30px;
  -webkit-animation: rotate90 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: rotate90 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.ani-hamburger .hamburger-line {
  position: absolute;
  background-color: #4ac4f3;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.ani-hamburger .hamburger-line.hamburger-line_top {
  top: 0;
  -webkit-animation: hamburger-line_top 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: hamburger-line_top 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.ani-hamburger .hamburger-line.hamburger-line_middle {
  top: 50%;
  -webkit-animation: hamburger-line_middle 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: hamburger-line_middle 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.ani-hamburger .hamburger-line.hamburger-line_bottom {
  top: 100%;
  -webkit-animation: hamburger-line_bottom 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: hamburger-line_bottom 4s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

.moving-square-frame {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
  opacity: .1;
  border: 1px solid #000;
}

.ani-moving-square {
  background: #4ac4f3;
  height: 20px;
  width: 20px;
  -webkit-animation: ani-moving-square 6s cubic-bezier(0.7, 0, 0.7, 1) infinite;
  animation: ani-moving-square 6s cubic-bezier(0.7, 0, 0.7, 1) infinite;
}

svg {
  height: 100%;
  width: 100%;
}

svg #followPath {
  fill: none;
  stroke: #4ac4f3;
  stroke-width: 8;
  stroke-dasharray: 2870px;
  stroke-dashoffset: 2870px;
  -webkit-animation: drawPath 6s linear infinite;
  animation: drawPath 6s linear infinite;
}

svg #dashedPath {
  fill: none;
  stroke: #fff;
  stroke-width: 14;
  stroke-dasharray: 50px;
}

svg #airplain {
  fill: #4ac4f3;
  -webkit-transform: translate(-10px, -45px);
  transform: translate(-10px, -45px);
}

@-webkit-keyframes ani-cube-1 {
  to {
    -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
    transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
  }
}

@keyframes ani-cube-1 {
  to {
    -webkit-transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
    transform: rotateX(-30deg) rotateY(40deg) rotateZ(0);
  }
}

@-webkit-keyframes ani-cube-2 {
  to {
    -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
    transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
  }
}

@keyframes ani-cube-2 {
  to {
    -webkit-transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
    transform: rotateX(143deg) rotateY(50deg) rotateZ(0);
  }
}

@-webkit-keyframes ani-cube-3 {
  0% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
    transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }

  100% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
  }
}

@keyframes ani-cube-3 {
  0% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
    transform: scale(0.8) rotateX(-63deg) rotateY(-23deg) rotateZ(47deg);
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(47deg);
  }

  100% {
    -webkit-transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
    transform: scale(0.6) rotateX(-63deg) rotateY(13deg) rotateZ(407deg);
  }
}

@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  55%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  55%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes hamburger-line_top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  55%,
  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes hamburger-line_top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  55%,
  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes hamburger-line_middle {
  0% {
    opacity: 1;
  }

  5%,
  50% {
    opacity: 0;
  }

  55%,
  100% {
    opacity: 1;
  }
}

@keyframes hamburger-line_middle {
  0% {
    opacity: 1;
  }

  5%,
  50% {
    opacity: 0;
  }

  55%,
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hamburger-line_bottom {
  0% {
    top: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  55%,
  100% {
    top: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes hamburger-line_bottom {
  0% {
    top: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5%,
  50% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  55%,
  100% {
    top: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes ani-moving-square {

  0%,
  2.5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10%,
  15% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  22.5%,
  27.5% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  35%,
  40% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  47.5%,
  52.5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  60%,
  65% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  72.5%,
  77.5% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  85%,
  90% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  97.5%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes ani-moving-square {

  0%,
  2.5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10%,
  15% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  22.5%,
  27.5% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  35%,
  40% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  47.5%,
  52.5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  60%,
  65% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }

  72.5%,
  77.5% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }

  85%,
  90% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }

  97.5%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes drawPath {
  0% {
    opacity: 1;
    stroke-dashoffset: 2870px;
  }

  53% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  78% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes drawPath {
  0% {
    opacity: 1;
    stroke-dashoffset: 2870px;
  }

  53% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  78% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@media (max-width:1023px) {
  .ani.ani-1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .ani.ani-2 {
    top: 120px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  .ani.ani-5 {
    top: 80%;
  }

  .ani.ani-6 {
    max-height: 30vw;
    max-width: 30vw;
    max-height: 140px;
    max-width: 140px;
  }
}

/*--------------------------------------------------------------------
                            How it Works
-----------------------------------------------------------------------*/
.iq-works-box {
  border: 1px solid #f7f7f7;
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.iq-works-box .step {
  font-size: 20px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #f7f7f7;
  color: #4ac4f3;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 40px;
}

.iq-works-box:hover {
  border: solid transparent 1px;
  box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
  -webkit-box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
  -moz-box-shadow: 0 0 40px rgba(74, 195, 243, 0.6);
}

/*---------------------------------------------------------------------
                            Who is Sofbox ?
-----------------------------------------------------------------------*/
.how-works {
  position: relative;
  overflow: hidden;
}

.iq-works-img {
  width: 100%;
}

/*---------------------------------------------------------------------
                            All four Productivity 
-----------------------------------------------------------------------*/
.how-works {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.iq-works-img {
  width: 100%;
}

.iq-list li {
  margin-bottom: 15px;
  line-height: 26px;
}

.iq-list li i {
  float: left;
}

.iq-list li span {
  display: table-cell;
}

.iq-list li {
  margin-bottom: 15px;
  line-height: 26px;
}

.iq-list li i {
  float: left;
}

.iq-list li span {
  display: table-cell;
}


/*---------------------------------------------------------------------
                         Great screenshots
-----------------------------------------------------------------------*/
.iq-screenshots {
  overflow: hidden;
  position: relative;
}

@keyframes heartbeat {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/*---------------------------------------------------------------------
                       Sofbox Specialities
-----------------------------------------------------------------------*/
.iq-fancy-box {
  padding: 40px 15px 25px 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.iq-fancy-box .iq-icon {
  border-radius: 90px;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 86px;
  text-align: center;
  color: #4ac4f3;
  background: #f4f4f4;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.iq-fancy-box:hover .iq-icon {
  color: #f4f4f4;
  background: #4ac4f3;
}

.iq-fancy-box .iq-icon i {
  font-size: 46px;
}

.iq-fancy-box .fancy-content h5 {
  z-index: 9;
  position: relative;
}

/*---------------------------------------------------------------------
                       Sofbox Specialities
-----------------------------------------------------------------------*/
.iq-fancy-box-new {
  padding: 40px 15px 25px 15px;
  overflow: hidden;
  position: relative;
}

.iq-fancy-box-new .iq-icon {
  border-radius: 90px;
  display: inline-block;
  height: 86px;
  width: 86px;
  line-height: 86px;
  text-align: center;
  color: #4ac4f3;
  background: #f4f4f4;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.iq-fancy-box-new:hover .iq-icon {
  color: #f4f4f4;
  background: #4ac4f3;
}

.iq-fancy-box-new .iq-icon i {
  font-size: 46px;
}

.iq-fancy-box-new .fancy-content h5 {
  z-index: 9;
  position: relative;
}

/*---------------------------------------------------------------------
                       Sofbox Specialities
-----------------------------------------------------------------------*/
.iq-fancy-box-1 {
  padding: 40px 15px 25px 15px;
  overflow: hidden;
  position: relative;
}

.iq-fancy-box-1 .iq-icon {
  border-radius: 90px;
  display: inline-block;
  height: 86px;
  width: 86px;
  line-height: 86px;
  text-align: center;
  color: #4ac4f3;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.iq-fancy-box-1:hover .iq-icon {
  color: #333333;
}

.iq-fancy-box-1 .iq-icon i {
  font-size: 46px;
}

.iq-fancy-box-1 .fancy-content h5 {
  z-index: 9;
  position: relative;
}



/* Counter */
.iq-counter {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.iq-counter i {
  font-size: 60px;
  line-height: 65px;
  display: inline-block;
  margin-right: 20px;
}

/* .counter-date { flex: 1; } */
.iq-counter span {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  margin: 0;
  margin-bottom: 5px;
  line-height: 40px;
}

.iq-counter label {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  margin-bottom: 0;
}


/*---------------------------------------------------------------------
                        Affordable Price
-----------------------------------------------------------------------*/
.iq-pricing {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ededed;
  background: #fff;
}

.iq-pricing .price-title {
  position: relative;
}

.iq-pricing .price-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url('/assets/front_index/images/banner/09.png') no-repeat center bottom;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.iq-pricing.pricing-02 .price-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url('/assets/front_index/images/banner/11.png') no-repeat center bottom;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.iq-pricing.pricing-03 .price-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url('/assets/front_index/images/drive/12.png') no-repeat center bottom;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.iq-pricing .price-title h2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 60px;
  font-size: 50px;
  position: relative;
}

.iq-pricing .price-title h2 small {
  font-size: 16px;
  color: #fff;
  vertical-align: super;
  padding: 0 5px;
}

.iq-pricing .price-title h2 small:first-child {
  font-size: 24px;
}

.iq-pricing .price-title span {
  letter-spacing: 6px;
  position: relative;
}

.iq-pricing ul {
  margin: 20px 0 0;
}

.iq-pricing .price-footer {
  padding: 10px 0;
  z-index: 9;
  position: relative;
}

/*---------------------------------------------------------------------
                          Meet the Team
-----------------------------------------------------------------------*/
.iq-team {
  position: relative;
  overflow: hidden;
}

.iq-team .iq-team-info {
  padding: 10px 0;
}

.iq-team .iq-team-info span {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.iq-team .share {
  background: none;
  position: absolute;
  left: -65px;
  top: 10px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.iq-team:hover .share {
  left: 15px;
}

.iq-team .share ul li {
  margin: 5px 0;
}

.iq-team .share ul li a {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #333;
  border-radius: 90px;
  text-align: center;
  display: inline-block;
}

.iq-team .share ul li a:hover {
  background: #4ac4f3;
}

.iq-team .iq-team-img {
  position: relative;
}

.iq-team .iq-team-img img {
  width: 100%;
  height: 240px !important;
}

.iq-team .iq-team-img:before {
  content: "";
  bottom: 0;
  opacity: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(74, 196, 243, 0);
  background: -moz-linear-gradient(top, rgba(74, 196, 243, 0) 0%, rgba(74, 196, 243, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74, 196, 243, 0)), color-stop(100%, rgba(74, 196, 243, 1)));
  background: -webkit-linear-gradient(top, rgba(74, 196, 243, 0) 0%, rgba(74, 196, 243, 1) 100%);
  background: -o-linear-gradient(top, rgba(74, 196, 243, 0) 0%, rgba(74, 196, 243, 1) 100%);
  background: -ms-linear-gradient(top, rgba(74, 196, 243, 0) 0%, rgba(74, 196, 243, 1) 100%);
  background: linear-gradient(to bottom, rgba(74, 196, 243, 0) 0%, rgba(74, 196, 243, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ac4f3', endColorstr='#4ac4f3', GradientType=0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.iq-team:hover .iq-team-img:before {
  opacity: 1;
}

/*---------------------------------------------------------------------
                                Latest Blog Post
-----------------------------------------------------------------------*/
.iq-blog-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.iq-blog-box .iq-blog-image {
  position: relative;
}

.iq-blog-box .iq-blog-image img {
  width: 100%;
}

.iq-blog-detail {
  padding: 20px 15px 15px;
  background: #fff;
}

.iq-blog-detail a,
.iq-blog-detail .blog-title a h5 {
  color: #333;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.iq-blog-detail a:hover,
.iq-blog-detail .blog-title a:hover h5 {
  color: #4ac4f3;
}

.iq-blog-detail a.button {
  color: #fff;
}

.iq-blog-meta {
  margin: 15px 0 5px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}

.iq-blog-meta ul li {
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 16px;
}

.iq-blog-meta ul li:last-child {
  margin: 0;
}


/*---------------------------------------------------------------------
                          Our clients
-----------------------------------------------------------------------*/
.iq-our-clients {
  border-top: 1px solid #ededed;
}

.iq-our-clients .owl-carousel .owl-nav {
  margin-top: -20px;
}

.iq-get-in {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

#success {
  display: none;
  margin-top: 10px;
}

.contact-info {
  position: relative;
}

.contact-info:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 15px;
  top: 0;
  background: #e5e5e5;
}

.info-share {
  margin: 0 0;
  padding: 0;
  text-align: left;
}

.info-share li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 5px;
}

/*pagination-nav*/
.pagination .page-item.active .page-link {
  background-color: #4ac4f3;
  border-color: #4ac4f3;
}

.pagination .page-link {
  color: #4ac4f3;
}

.pagination .page-link:hover {
  color: #333;
}

/*---------------------------------------------------------------------
                             Blog Page
-----------------------------------------------------------------------*/
.iq-page-blog .iq-blog-box {
  box-shadow: none;
  border: 1px solid #ededed;
}

.iq-blog-box .iq-get-in {
  margin-top: 0;
  box-shadow: none;
}

.iq-post-author {
  position: relative;
  min-height: 130px;
}

.iq-post-author-pic {
  float: left;
}

.iq-post-author a {
  color: #fff;
}

.iq-post-author a:hover {
  text-decoration: underline;
  color: #fff;
}

#countdown {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
  display: inline-block;
}

#countdown li {
  display: inline-block;
}

#countdown li span {
  font-size: 50px;
  font-weight: 800;
  line-height: 80px;
  margin: 0 30px;
}

#countdown li.seperator {
  font-size: 50px;
  line-height: 40px;
  vertical-align: top;
  margin-top: 15px;
}

#countdown li p {
  color: #a7abb1;
  font-size: 20px;
}

/*---------------------------------------------------------------------
                           jarallax
-----------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit:cover; ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width:900px) {
  .pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

/*---------------------------------------------------------------------
                                Feature
-----------------------------------------------------------------------*/
.iq-feature h6 {
  position: relative;
}

.iq-feature h6::before {
  background: #4ac4f3;
  bottom: -15px;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
  left: 50%;
  margin-left: -25px;
}

.iq-feature img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
}

.iq-feature .step-img {
  position: relative;
  display: inline-block;
}

.iq-feature .step-number {
  background: #5bc9f4;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 18px;
  position: absolute;
  text-align: center;
  line-height: 43px;
  right: 0;
  top: 0;
  border: 4px solid #ffffff;
}

.iq-feature.stap-left:before {
  position: absolute;
  left: 79%;
  top: 20%;
  background: url('{{asset("assets/front_index/images/dashed-arrow1.png")}}') no-repeat 0 0;
  content: "";
  width: 174px;
  height: 29px;
}

.iq-feature.stap-right:before {
  position: absolute;
  left: 79%;
  top: 25%;
  background: url('{{asset("assets/front_index/images/dashed-arrow2.png")}}') no-repeat 0 0;
  content: "";
  width: 174px;
  height: 29px;
}

.get-feature .iq-text-right {
  padding-right: 40%;
}

.get-feature img {
  width: 90%;
  margin-top: -150px;
  margin-bottom: -40%;
  margin-left: 10%;
}

/*---------------------------------------------------------------------
                                Extra
-----------------------------------------------------------------------*/
.iq-about {
  position: relative;
  margin-bottom: -243px;
  border-radius: 10px;
}

/*************************
Tab
*************************/
.iq-tab .nav-pills {
  padding: 8px;
  border-radius: 900px;
}

.iq-tab .nav-item {
  width: 100%;
}

.iq-tab .nav-item a {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  border: inherit;
}

.iq-tab.horizontal .nav-item {
  width: 16%;
  text-align: center;
  margin-right: 15px;
}

.iq-tab.horizontal .nav-item a {
  padding: 15px 10px;
  margin-bottom: 0;
  border-radius: 10px;
}

.iq-tab.horizontal .nav-item a i {
  font-size: 44px;
  display: block;
  margin-bottom: 10px;
}

.service-box {
  padding: 20px;
  border: 1px solid transparent;
}

.service-box:hover {
  border: 1px solid #3333;
}

.media.service-box i {
  font-size: 50px;
  margin-right: 20px;
  color: #4ac3f3;
}

.animationnew-shap {
  position: absolute;
  top: 0%;
  right: 0;
}

.animation-shap {
  position: absolute;
  top: 0%;
  left: 0;
}

.animation-shap {
  position: absolute;
  top: 0%;
  left: 0;
}

.animation-shap .shap-bg,
.animationnew-shap .shap-bg {
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 515px;
  height: 515px;
  margin: auto;
  position: relative;
  background-color: #4ac4f3;
  background-image: linear-gradient(-45deg, #4ac4f3 0%, #4ac4f3 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: one-animated 5s infinite;
  overflow: hidden;
}

@keyframes one-animated {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

@keyframes two-animated {
  0% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 40% 80% 30% 90% / 72% 65% 35% 28%;
  }

  50% {
    border-radius: 65% 35% 45% 55% / 22% 48% 52% 78%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 24% 76% 10% 90% / 44% 68% 32% 56%;
  }
}

@keyframes three-animated {
  0% {
    border-radius: 12% 88% 40% 40% / 20% 15% 85% 80%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 72% 28% 30% 90% / 15% 46% 54% 85%;
  }

  50% {
    border-radius: 12% 88% 40% 40% / 20% 15% 85% 80%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 18% 82% 10% 90% / 24% 68% 32% 76%;
  }
}

.iq-list li {
  position: relative;
}

.client-info {
  margin-top: 30px;
}

.client-info p {
  line-height: 28px;
}

.zIndex {
  z-index: 99;
}

.iq-screenshots {
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}

@keyframes heartbeat {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.screenshots-slider {
  display: inline-block;
  width: 100%;
  min-height: 580px;
}

/* app download*/
.counter {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.counter i {
  font-size: 60px;
  line-height: 65px;
  display: inline-block;
  margin-right: 20px;
}

.counter-date {
  flex: 1;
}

.counter span {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  margin: 0;
  margin-bottom: 5px;
  line-height: 40px;
}

.counter label {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.counter-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  position: relative;
}

.counter-info-img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.counter-info-img img {
  margin-top: -30px;
  margin-bottom: -135px;
}

.counter-info .iq-video {
  background: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 32px;
  color: #4ac4f3;
  border-radius: 100%;
  line-height: 2.6;
  z-index: 9;
  position: relative;
}

.counter-info .iq-video i {
  margin-left: 7px;
}

.counter-info .waves-box {
  position: absolute;
  top: 26%;
  left: 50%;
}

.counter-info .iq-waves {
  position: absolute;
  width: 14rem;
  height: 14rem;
  left: -80px;
  top: -80px;
  z-index: 2;
  float: right;
}

.counter-info .iq-waves .waves {
  position: absolute;
  width: 384px;
  width: 15rem;
  height: 384px;
  height: 15rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.counter-info .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.counter-info .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.counter-info .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* Counter */
.iq-counter {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.iq-counter i {
  font-size: 60px;
  line-height: 65px;
  display: inline-block;
  margin-right: 20px;
}

.counter-date {
  flex: 1;
}

.iq-counter span {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  margin: 0;
  margin-bottom: 5px;
  line-height: 40px;
}

.iq-counter label {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  margin-bottom: 0;
}


/* Counter 1 */
.iq-counter-1 {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
}

.iq-counter-1 i {
  font-size: 60px;
  line-height: 65px;
  display: inline-block;
  margin-right: 20px;
}

.counter-date {
  flex: 1;
}

.iq-counter-1 span {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  margin: 0;
  margin-bottom: 5px;
  line-height: 40px;
}

.iq-counter-1 label {
  margin-top: 40px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  margin-bottom: 0;
}

.iq-list li {
  margin-bottom: 15px;
  line-height: 26px;
}

.iq-list li i {
  float: left;
}

.iq-list li span {
  display: table-cell;
}

.how-works {
  position: relative;
  overflow: hidden;
}

.iq-works-img {
  width: 100%;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* Banner 3 */
.iq-banner-03 {
  position: relative;
  overflow: hidden;
}

.iq-banner-03:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: url('/assets/front_index/images/banner/06.png') no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  position: absolute;
}

.iq-banner-03 .banner-text {
  z-index: 9;
  position: relative;
  margin-top: 72px;
  margin-bottom: 5%;
}

.iq-banner-03 .banner-text h1 {
  font-size: 55px;
  line-height: normal;
}

.iq-banner-03 .banner-img {
  width: 110%;
}

.iq-banner-03 .iq-banner-video {
  position: relative;
}

.iq-banner-03 .iq-video {
  background: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 29px;
  color: #4ac4f3;
  border-radius: 100%;
  line-height: 2.1;
  z-index: 9;
  position: relative;
}

.iq-banner-03 .iq-video i {
  margin-left: 5px;
}

.iq-banner-03 .waves-box {
  position: absolute;
  top: 28%;
  left: 39%;
}

.iq-banner-03 .iq-waves {
  position: absolute;
  width: 14rem;
  height: 14rem;
  left: -90px;
  top: -90px;
  z-index: 2;
  float: right;
}

.iq-banner-03 .iq-waves .waves {
  position: absolute;
  width: 384px;
  width: 15rem;
  height: 384px;
  height: 15rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.iq-banner-03 .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.iq-banner-03 .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.iq-banner-03 .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.iq-banner-03 .banner-objects {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.iq-banner-03 .banner-objects .banner-objects-01 {
  position: absolute;
  left: 14%;
  opacity: 0.4;
}

.iq-banner-03 .banner-objects .banner-objects-02 {
  position: absolute;
  margin-bottom: -125px;
  left: -5%;
  border: 15px solid rgba(255, 255, 255, 0.1);
  border-radius: 900px;
  height: 250px;
  width: 250px;
}

.iq-banner-03 .banner-objects .banner-objects-03 {
  position: absolute;
  top: 19%;
  right: 36%;
  border: 20px solid rgba(255, 255, 255, 0.1);
  border-radius: 900px;
  height: 250px;
  width: 250px;
}

.iq-banner-03 .banner-objects .banner-objects-04 {
  position: absolute;
  top: 25%;
  right: -3%;
  opacity: 0.4;
}

svg {
  height: 100%;
  width: 100%;
}

svg #followPath {
  fill: none;
  stroke: #4ac4f3;
  stroke-width: 8;
  stroke-dasharray: 2870px;
  stroke-dashoffset: 2870px;
  -webkit-animation: drawPath 6s linear infinite;
  animation: drawPath 6s linear infinite;
}

svg #dashedPath {
  fill: none;
  stroke: #fff;
  stroke-width: 14;
  stroke-dasharray: 50px;
}

.cusImage {
  max-width: 60px !important;
  gap: 10px !important;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* Feature 01 */
.iq-feature-01 {
  display: -ms-flexbox;
  display: flex;
}

.iq-feature-01 .icon-box {
  color: #666;
  font-size: 82px;
  padding: 5px 15px;
  margin-right: 15px;
  background: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.iq-feature-01:hover .icon-box {
  color: #4ac4f3;
}

.iq-feature-01 .feature-body {
  -ms-flex: 1;
  flex: 1;
}

.frame-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.frame-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-select-sm {
  padding-bottom: 0px !important;
}

.feature-body p {
  font-size: 14px !important;
  text-align: justify;
  padding: 9px;
}

.feature_card {
  height: 350px;
}

ul li .cus_border {
  text-align: center;
  width: 75px;
}