/* Prevent flickering during initialization */


/* Prevent flickering during initialization */
.head-slider {
  opacity: .0;

  &.tns-carousel {
    opacity: 1;
  }
}


.page-slider{
  padding: 0!important;
  margin: 0!important;
}


/*HOME TINY-SLIDER*/
.page-slider .head-slider {
  position: relative;
  padding: 0;
  margin: 0;
}

/* Style the left/right arrows in the tiny-slider */
.page-slider ul.control {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0rem;
}

/* Style the nav arrows left-right of the tiny-slider */
.page-slider .control li {
  display: none;
  position: absolute;
  z-index: 99;
  color: rgba(255, 255, 255, 0);
  background: rgba(35, 126, 253, 0);
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
  top: 15%;
}

.page-slider:hover .control li {
  color: rgb(255, 255, 255);
  ;
  background: rgba(35, 126, 253, 0.5);
  transition: .20s ease-in-out;
}

.page-slider .control li.prev {
  position: absolute;
  left: 20px;
}

.page-slider .control li.next {
  position: absolute;
  right: 20px;
}

Style the nav buttom of the tiny-slider .tns-nav {
  text-align: center;
}

.tns-nav button {
  height: 10px;
  width: 10px;
  padding: 5px;
  background: #a5a5a5;
  margin-left: 10px;
  border-radius: 50%;
}

/*nav buttons*/
.tns-nav>[aria-controls] {
  background: #424141;
  border: 0;
}

.tns-nav>[aria-controls].tns-nav-active {
  background: rgba(212, 124, 21, 1.00);
}



@media (min-width: 576px) {
  .page-slider .control li {
    display: block;
    position: absolute;
    z-index: 99;
    color: rgba(255, 255, 255, 0);
    ;
    background: rgba(35, 126, 253, 0);
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 50%;
    top: 45%;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}











/* 00000000000000000000 */


/* NEW */

/*HOME TINY-SLIDER*/



/* Prevent flickering during initialization */
/* .my-slider {
  opacity: 0;

  &.tns-slider {
    opacity: 1;
  }
} */



/* .image1 {
  background-image: url("../../img/buldozer1.webp");
  background-color: #cccccc;
  width: auto;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image2 {
  background-image: url("../../img/father-child.webp");
  background-color: #cccccc;
  width: auto;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image3 {
  background-image: url("../../img/children1.webp");
  background-color: #cccccc;
  width: auto;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
 */








/*header image background image*/
.page-slider {
  position: relative;

  .head-slider {
    .image-bg {
      /* background-image: url("../img/bulldozer.webp"); */
      background-color: #cccccc;
      width: auto;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;

      .header-mask {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0%;
        left: 0%;
        /* transform: translate(-50%, -50%); */
        background-color: rgba(49, 49, 49, 0.6);
        padding-bottom: 20px;

        .title h1 {
          line-height: 1.2em;
        }
      }
    }
  }
}


@media (min-width: 576px) {
  .page-slider {

    .head-slider {
      .image-bg {
        /* background-image: url("../img/bulldozer.webp"); */
        background-color: #cccccc;
        width: auto;
        height: 581px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;

        .header-mask {
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 0%;
          left: 0%;
          /* transform: translate(-50%, -50%); */
          background-color: rgba(35, 126, 253, 0.5);
          padding-bottom: 20px;

          .title h1 {
            font-size: 3.5rem;
            color: rgb(255, 217, 0);
            text-shadow: 1px 1px 5px rgb(11, 11, 11);

          }
        }
      }
    }
  }

}


@media (min-width: 768px) {
  .header-image {
    height: 400px;

    .title h1 {
      font-size: 3rem;
    }
  }
}

@media (min-width: 992px) {
  .header-image {
    height: 500px;

    .title h1 {
      font-size: 4rem;
    }
  }
}

@media (min-width: 1200px) {
  .header-image {
    height: 582px;

    .title h1 {
      font-size: 4rem;
    }
  }
}

@media (min-width: 1400px) {
  .header-image {
    height: 582px;

    .title h1 {
      font-size: 4rem;
    }
  }
}

