
@import url(../css/animate.css);
.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.float-bob-y{
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.service_2_area .anim-icon .icon-1 {
  background: url(../img/icons/anim-icon-10.png);
  width: 210px;
  height: 275px;
  left: 60px;
  bottom: -40px;
  background-repeat: no-repeat;
}

.service_2_area .anim-icon .icon-2 {
  background: url(../img/icons/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 70px;
  right: 110px;
  background-repeat: no-repeat;
}

.service_2_area .anim-icon .icon-3 {
  background: url(../img/icons/anim-icon-3.png);
  width: 102px;
  height: 198px;
  bottom: 300px;
  right: 50px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 1;
}


.default-highlight {
  background: rgba(92,43,255,.1);
}
.min-h-290{
  min-height: 290px;
}



@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.faq-section{
  position: relative;
}
.faq-section .anim-icon .icon-1 {
  background: url(../img/icons/anim-icon-4.png);
  width: 161px;
  height: 281px;
  left: 100px;
  bottom: 20px;
  background-repeat: no-repeat;
}

.service_price_1 .anim-icon .icon-1 {
  background: url(../img/icons/anim-icon-15.png);
  width: 413px;
  height: 188px;
  top: 120px;
  right: 50px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .anim-icon,
  .anim-icon .icon {
    position: static !important;
  }

  .anim-icon {
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
    display: flex;
    justify-content: flex-end;
  }
  .anim-icon .icon {
    animation: none !important;
    -webkit-animation: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 10px 0 10px auto !important;
    width: 50% !important;
    height: 50px !important;
    background-size: contain !important;
  }
}