.sm-services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section-title-with-large-box {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}
.section-title-with-large-box span {
    font-size: 15px;
    font-weight: 400;
    color: #13c4a1;
    display: inline-block;
    margin-bottom: 15px;
}
.section-title-with-large-box h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}
.sm-services-card {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    padding: 30px 25px;
    transition: 0.5s;
    margin-bottom: 30px;
}
.sm-services-card .content {
    position: relative;
    padding-left: 122px;
}
.sm-services-card .content .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.sm-services-card .content .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #13c4a1;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-size: 50px;
    transition: 0.5s;
}
.sm-services-card .content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sm-services-card .content h3 a {
    color: #080a3c;
}
.sm-services-shape {
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translateY(-5%) translateX(-5%);
    z-index: -1;
}
.sm-services-card.some-left {
    position: relative;
    left: -30px;
}
.sm-services-shape img {
    animation-name: rotateMe;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@media only screen and (min-width: 1550px) {
    .sm-services-area .container-fluid {
        padding-left: 130px;
        padding-right: 130px;
        max-width: 1920px;
    }
}
.seo-marketing-home-with-full-background {
    background-image: url(https://templates.envytheme.com/strax/default/assets/img/seo-marketing/full-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sm-services-card:hover {
    background-color: #13c4a1;
    border: 1px solid #13c4a1;
    transform: translateY(-5px);
}









.sm-services-card-image {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 470px;
    margin: 0 auto 30px;
}


@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
