.mtb-none {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.mb-none {
  margin-bottom: 0!important;
}
.mt-none {
  margin-top: 0!important;
}
@media (min-width: 1200px){
	.pt-lg-100 {
		padding-top: 100px;
	}
}
.company-list{
    list-style:none;
    margin:0;
    padding:0;
    line-height: 30px;
    font-size: 17px;   
    font-weight: 500;  
}
.company-list li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Pro";
    font-weight:900; 
    font-size: 17px;        
    display:inline-block;
    margin-left: -20px;
    padding-right: 6px;
    line-height:1;          
}

/* animations */
.animation-box{
  opacity: 0 !important;
  transform: translate3d(0, 40px, 0);
  transition: transform 1s, opacity 2s;
  transition-delay: var(--delay);
}

.animation-box.slideFromLeft{
  transform: translate3d(-40px, 0, 0);
}

.animation-box.slideFromRight{
  transform: translate3d(40px, 0, 0);
}
.animation-box.slideFromBottom{
  transform: translate3d(0px, 40px, 0);
}
.animation-box.scale{
  transform: scale(.5);
}

.animation-box.animated{
  opacity: 1 !important;
  transform: translate3d(0, 0, 0);
}


.animation-box.scale.animated{
  transform: scale(1);
}

@media only screen and (min-width: 768.9px) {
    .animation-box.animation-div.slideFromRight{
    transform: translate3d(40px, -50%, 0);
    }
    .animation-box.animation-div.animated{
    opacity: 1 !important;
    transform: translateY(-50%);
    }
}





/* gallery on design page  */
.pyle-fence-gallery {
  padding: 60px 0;
}

.gallery-stage {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin: 0 auto;
}

.gallery-stage .gallery-img {
  position: absolute;
  border: 5px solid #fff;
  /* border-radius: 6px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */

}

.gallery-stage .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-stage .gallery-img:nth-child(1) {
  /* top center */
  top: 4%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translateX(-12%);
}

.gallery-stage .gallery-img:nth-child(2) {
  /* middle left */
  top: 24%;
  left: 8%;
  width: 50%;
  height: 50%;
  z-index: -1;
}

.gallery-stage .gallery-img:nth-child(3) {
  /* middle right */
  top: 50%;
  left: 0;
  width: 44%;
  height: 50%;
  z-index: -2;
}

.gallery-stage .gallery-img:nth-child(4) {
  /* bottom center */
  bottom: 0;
  right: 0;
  width: 44%;
  height: 50%;
  transform: translateX(0%);
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow {
  position: absolute;
  bottom: -102px;
  height: 45px;
  width: 45px;
  font-size: 0;
  border: 0;
  background-color: #8EC497;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev {
  left: 35%;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f053";
  color: #ffffff;
  font-size: 20px;
  bottom: 0;
  line-height: 45px;
  transition: all 0.7s ease-out;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next {
  right: 35%;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev:before,
.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next:before {
  display: none;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\f054";
  color: #ffffff;
  font-size: 20px;
  bottom: 0;
  line-height: 45px;
  transition: all 0.7s ease-out;
}

.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next:hover:after,
.pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev:hover:after {
  background: #000000;
}

  .pf-gallery-v10 .gallery-btn {
  margin-top: 58px;
}

.gallery-img {
  opacity: 0;
}

/* when we add this class, it will animate opacity to 1 */
.gallery-img.fade-in-seq {
  animation: fadeInOnly 1s forwards;
  animation-delay: var(--delay, 0.2s);
}

/* simple opacity-only keyframes */
@keyframes fadeInOnly {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.pf-gallery-v10 .gallery-btn {
  margin-top:112px;
}
.pf-gallery-v10 .pf-gallery-slider .slick-arrow {
  bottom: -88px;
}
@media only screen and (min-width: 600px) {
  .gallery-stage .gallery-img {
    border: 5px solid #fff;
  }

   .pf-gallery-v10 .gallery-btn {
    margin-top:140px;
  }
  .pf-gallery-v10 .pf-gallery-slider .slick-arrow {
    bottom: -120px;
  }


}
@media (min-width: 768px) {
  .pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev {
    left: 40%;
  }

  .pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next {
    right: 40%;
  }

}

@media (min-width: 992px) {
  .pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-prev {
    left: 45%;
  }

  .pf-gallery-v10 .pf-gallery-slider .slick-arrow.slick-next {
    right: 45%;
  }
}
/* GALLERY END  */
/* Center people  */
/* Ensure a stacking context */
.center-pair { position: relative; }

/* Put button above the image */
.button-side { position: relative; z-index: 2; }

/* Keep image below and ignore clicks on it */
.image-side  { position: relative; z-index: 1; }
.image-side img { pointer-events: none; max-width: 400px;}

.center-pair {
  display: flex;
  justify-content: center;   /* center the pair as a unit */
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 720px;          /* optional: keeps the duo tight */
  margin: 0 auto;
}


.center-pair .pair-item {
  flex: 1 1 auto;
}

.center-pair .image-side {
  text-align: right;
}

.center-pair .button-side {
  text-align: left;
}

.pair-item { flex: 0 0 auto; }

.image-side  { text-align: right; order: 1; }
.button-side { text-align: left;  order: 2; }

@media (max-width: 767px) {
  .center-pair {
    flex-direction: column;   
    gap: 12px;
    text-align: center;       
  }
  .button-side { order: 1; text-align: center; }
  .image-side  { order: 2; text-align: center; }
}

@media (min-width: 991px) {
    .center-pair .image-side img {
        transform: translateX(100px);
    } 
    
}
@media (min-width: 1200px) {
   .center-pair .image-side img {
    transform: translateX(90px);
   } 
   .center-pair {
        transform: translateX(-50px);
    }
    .white-top-no-banner {
        margin-top: 200px;
    }
}



/* Center people end */