.image-slider-wrp .page-center {
  position: relative;
}
.image-slider-wrp .image-slider-content {
  top: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 366px;
}
.image-slider-wrp .animation1,
.image-slider-wrp .animation2{
  max-width: 976px;
  text-align: center;
  width: 100%;
}
.image-slider-wrp .image-slider-content h3 {
  font-size: 54px;
  margin: 0;
  min-height: 74px;
  line-height: 65px;
  margin: 0;
  letter-spacing: 0.65px;
  padding-left: 17px;
}
.image-slider-wrp .image-slider-content h1:after{
  display:none;
}
.image-slider-wrp .animation2 {
  line-height: 29px;
  min-height: 38px;
}
.image-slider-wrp .image-slider-content p {
  color: #e58e1a;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  padding: 0px;
  min-height: auto;
  margin: 0;
  line-height: 29px;
  padding-left: 7px;
}
.image-slider-wrp .image-slider-item-grp {
  height: 731px;
  overflow: hidden;
}

.image-slider-wrp .image-slider-item img {
  -ms-animation: anim2 10s Infinite;
  -moz-animation: anim2 10s Infinite;
  -webkit-animation: anim2 10s Infinite;
  animation: anim2 10s Infinite;

  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;

  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;

  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width:100%;
}

.image-slider-wrp .slide1 img {
  -ms-animation: anim1 20s Infinite;
  -moz-animation: anim1 20s Infinite;
  -webkit-animation: anim1 20s Infinite;
  animation: anim1 20s Infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes anim1 {

  from {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }

  to {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }
}
@keyframes anim1 {

  from {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }

  to {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }
}

.image-slider-wrp .slide2 img {
  -ms-animation: anim2 10s Infinite;
  -moz-animation: anim2 10s Infinite;
  -webkit-animation: anim2 10s Infinite;
  animation: anim2 10s Infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anim2 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes anim2 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
.image-slider-wrp .slide3 img {
  -ms-animation: anim3 10s Infinite;
  -moz-animation: anim3 10s Infinite;
  -webkit-animation: anim3 10s Infinite;
  animation: anim3 10s Infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anim3 {

  from {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }

  to {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }
}
@keyframes anim3 {

  from {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }

  to {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }
}
.image-slider-wrp .slide4 img {
  -ms-animation: anim4 10s Infinite;
  -moz-animation: anim4 10s Infinite;
  -webkit-animation: anim4 10s Infinite;
  animation: anim4 10s Infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anim4 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes anim4 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
.image-slider-wrp .slide5 img {
  -ms-animation: anim5 10s Infinite;
  -moz-animation: anim5 10s Infinite;
  -webkit-animation: anim5 10s Infinite;
  animation: anim5 10s Infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anim5 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes anim5 {

  from {
    -moz-transform: scale(3,3);
    -webkit-transform: scale(3,3);
    -o-transform: scale(3,3);
    transform: scale(3,3);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
.image-slider-wrp .slide6 img {
  -ms-animation: anim6 10s Infinite;
  -moz-animation: anim6 10s Infinite;
  -webkit-animation: anim6 10s Infinite;
  animation: anim6 10s Infinite;

  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;

  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;

  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes anim6 {

  from {
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    -o-transform: scale(2,2);
    transform: scale(2,2);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes anim6 {

  from {
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    -o-transform: scale(2,2);
    transform: scale(2,2);
  }

  to {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@media (max-width: 1200px) {
  .image-slider-wrp .image-slider-item {
    padding-bottom: 20%;
  }
  .image-slider-wrp .image-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 100% !important;
    object-fit: cover;
  }
}


@media(max-width:767px){
  .image-slider-wrp .image-slider-item-grp {
    height: 413px;
    overflow: hidden;
  }
  .image-slider-wrp .image-slider-content {
    top: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 111px;
    padding: 111px 20px 0;
  }
  .image-slider-wrp .image-slider-content h3 {
    line-height: 53px;
    font-size: 44px;
    padding: 0;
  }
  .image-slider-wrp .image-slider-content p {
    line-height: 24px;
    font-size: 20px;
  }
  .image-slider-wrp .image-slider-item-grp {
    height: 416px;
    overflow: hidden;
  }
  .image-slider-wrp .image-slider-item {
    padding-bottom: 100%;
  }
  .image-slider-wrp .image-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 100% !important;
  }
  .image-slider-wrp .image-slider-item img {
    -ms-animation: anim2 10s Infinite;
    -moz-animation: anim2 10s Infinite;
    -webkit-animation: anim2 10s Infinite;
    animation: anim2 10s Infinite;

    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;

    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width:100%;
  }

  .image-slider-wrp .slide1 img {
    -ms-animation: anim1 20s Infinite;
    -moz-animation: anim1 20s Infinite;
    -webkit-animation: anim1 20s Infinite;
    animation: anim1 20s Infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim1 {

    from {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }

    to {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }
  }
  @keyframes anim1 {

    from {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }

    to {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }
  }

  .image-slider-wrp .slide2 img {
    -ms-animation: anim2 10s Infinite;
    -moz-animation: anim2 10s Infinite;
    -webkit-animation: anim2 10s Infinite;
    animation: anim2 10s Infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim2 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  @keyframes anim2 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  .image-slider-wrp .slide1.2 img {
    -ms-animation: anim1.2 10s Infinite;
    -moz-animation: anim1.2 10s Infinite;
    -webkit-animation: anim1.2 10s Infinite;
    animation: anim1.2 10s Infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim1.2 {

    from {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }

    to {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }
  }
  @keyframes anim1.2 {

    from {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }

    to {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }
  }
  .image-slider-wrp .slide4 img {
    -ms-animation: anim4 10s Infinite;
    -moz-animation: anim4 10s Infinite;
    -webkit-animation: anim4 10s Infinite;
    animation: anim4 10s Infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim4 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  @keyframes anim4 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  .image-slider-wrp .slide5 img {
    -ms-animation: anim5 10s Infinite;
    -moz-animation: anim5 10s Infinite;
    -webkit-animation: anim5 10s Infinite;
    animation: anim5 10s Infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim5 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  @keyframes anim5 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  .image-slider-wrp .slide6 img {
    -ms-animation: anim6 10s Infinite;
    -moz-animation: anim6 10s Infinite;
    -webkit-animation: anim6 10s Infinite;
    animation: anim6 10s Infinite;

    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;

    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes anim6 {

    from {
      -moz-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
  @keyframes anim6 {

    from {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }

    to {
      -moz-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
  }
}