.slick-dots
{
  /*position: absolute;*/
  /*bottom: -25px;*/

  display: block;

  width: 100%;
  padding: 10px 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px !important;
  height: 20px;
  margin: 0 5px !important;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-size: 6px;
  line-height: 20px;
  content: '';

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  background-color: #000;
  border-radius: 100%;
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

.slider_dests .list_1{
  margin-bottom: 0;
}

.custom_par_padding .parallax-box.custom_parallax .parallax-content{
  padding: 104px 30px 60px 30px;
}

.custom_par_padding .parallax-img.parallax-bg-inner{
  object-fit: cover !important;
  margin: 0 !important;
}

.iei_team_slider{
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.iei_team_slider .team > div{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
}


.iei_team_slider .team > div > .img{
  /* align-self: stretch; */
  width: 40%;
  flex-basis: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.iei_team_slider .team > div > .img::before{
  content: '';
  padding-top: 130%;
  display: block;
}

.iei_team_slider .team > div > .con{
  width: 100%;
}

.header_block_2 .header_counter{
  text-align: right;
  float: right;
  position: relative;
  /* z-index: 9; */
  padding: 0 30px 15px 30px;
  /* margin-top: -15px; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: normal;
  color: #F9BF02 !important;
}

.header_block_2 .header_counter a{
  color: #F9BF02;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .iei_team_slider .team > div{
    flex-wrap: wrap !important;

  }
  .header_block_2 .header_counter{
    font-size: 12px;
    padding: 0 15px 15px 15px;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
