/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#top-bar {
  width: 100%;
  position: relative;
  height: 28px;
  top: 0;
	background: #000;
}

.clear {
  clear: both;
}

#top-bar::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 30px;
  background-repeat: repeat-x;
  background-image: url('/wp-content/uploads/2024/06/movingstripf-6662f69d6f646.webp');
  bottom: 0;
  -webkit-animation: bgSlide 20s linear infinite;
  animation: bgSlide 20s linear infinite;
  background-size: 30px;
}

@-webkit-keyframes bgSlide{
	0% {
  		background-position: 0 0;
	}
	20% {
  background-position: -100px 0;
}
	40% {
  background-position: -200px 0;
}
	60% {
  background-position: -150px 0;
}
	80% {
  background-position: -100px 0;
}
	100% {
  background-position: 0px 0;
}
	
}

.overlp-frm-slider{
	margin-top: -450px
}
@media (min-width:768px){
.hm-serv{
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}
}

.hm-srv-grid-bx figure{
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.hm-srv-grid-bx .hm-serv-text-bx{
	clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
}

.y-choo-grid-bx figure img {
  border: 5px solid var(--accent);
  padding: 24px;
  border-radius: 100px;
	transition: .5s;
}

.y-choo-grid-bx:hover figure img {
  border: 5px solid var(--primarycolor);
  transform: rotate(360deg);
	border: 5px solid #000;
	transition: .5s;
}

#time-1 > div > div > div:nth-child(3) {
  margin-top: 27px;
}

.hm-srv-grid-bx .hm-serv-text-bx {
  min-height: 350px;
  margin-top: -70px;
	position: relative;
}

.hm-srv-grid-bx .hm-serv-text-bx a {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 114px;
}