/*heading images*/

.sec_title::before{
    display: block;
      border-bottom: 2px solid #ccc;
      background-color:#f8f8f8;
}

/*heading images end*/


.footer-style-16 ul.social_links {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.footer-style-16 ul.social_links li {
    margin-right: 15px;
}

.footer-style-16 ul.social_links a {
    color: #a09fb0;
}

.wave {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 95px;
    background: url(../images/wave1.png) 0 0 repeat-x;
    animation: wave 40s linear infinite;
}


@keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1697px 0;

        @media screen and (max-width:1440px) {
            background-position: 1200px 0;
        }

        @media screen and (max-width:991px) {
            background-position: 700px 0;
        }
    }
}


@media screen and (max-width: 1440px) {
    .wave {
        background-size: 1200px !important;
        height: 80px;
    }
}


/*footer wave*/

.wave2 {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 95px;
    background: url(../images/wave2.png) 0 0 repeat-x;
    animation: wave2 40s linear infinite;
/*    transform: scaleY(-1);*/
}


@keyframes wave2 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1697px 0;

        @media screen and (max-width:1440px) {
            background-position: 1200px 0;
        }

        @media screen and (max-width:991px) {
            background-position: 700px 0;
        }
    }
}


@media screen and (max-width: 1440px) {
    .wave2 {
        background-size: 1200px !important;
        height: 80px;
    }
}

/*footer animation*/

.cp-footer2-shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.cp-bg-move-xy {
    -webkit-animation-name: cp-bg-move-xy;
    animation-name: cp-bg-move-xy;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.zi--1 {
    z-index: 100;
}

.cp-footer2-shape.two {
    right: 0;
    left: auto;
}

@keyframes cp-bg-move-xy {
  0% {
    transform: translateY(-30px) translateY(-30px);
  }

  50% {
    transform: translateY(-10px) translateY(-30px);
  }

  100% {
    transform: translateY(-30px) translateY(-30px);
  }
}

.cp-bg-move-xy {
  -webkit-animation-name: cp-bg-move-xy;
  animation-name: cp-bg-move-xy;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


/*animation*/
.cta-offter-image {
    position: absolute;
    top: -11%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0px;
    z-index: 1000;
}