
.explore-text{
  color: #191919;
    font-family: Lato,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
}

.explore-btn{
  background: #2d52ce;
    border-radius: 4px;
    font-family: Lato,sans-serif;
    font-size: 15px;
    margin-top: 30px;
}

.explore-text1{
  
    padding: 30px 70px 10px 110px !important;
}

.heading{
  font-family: Plus Jakarta Sans,sans-serif;
    font-weight: 700;
}


.gt-explore-img {
  display: block;
  margin: 0 auto;
  position: relative
}

.gt-explore-img img {
  left: 0;
  position: relative;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out
}

.gt-explore-img img.top {
  position: absolute
}

#gt-explore-animation-left img.top,
.gt-explore-img img.top {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: exploreFadeInOut;
  animation-name: exploreFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

#gt-explore-animation-left img.top {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

@-webkit-keyframes mymove {
0% {
    top: 0
}

to {
    left: 700px
}
}

@keyframes mymove {
0% {
    top: 0
}

to {
    left: 700px
}
}

@keyframes exploreFadeInOut {
0% {
    opacity: 1
}

to {
    opacity: 0
}
}
@media (max-width: 767px){
.explore-text1 {
    padding: 40px!important;
}
}