*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body{
    font-family: "Inter", sans-serif;
    /* font-family: "artyka", sans-serif; */
}

@font-face {
    font-family: 'artyka';
    src: url('fonts/Artyka.ttf') format('truetype');
  }


  /* slider css */
  .banner.owl-carousel .owl-item img{
    width: 68px;
    height: 68px;
  }
  .banner.owl-carousel .owl-item img.meet{
    width: 164px;
    height: 68px;
  }
  .banner.owl-carousel .owl-item img.build{
    width: 37px;
    height: 22px;
  }
  .owl-dots{
    width: 100%;
  }

  
.services.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%;
}
.services.owl-carousel .owl-nav button.owl-prev, .services.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  height: 50px;
  width: 50px;
  background: #fff;
}
.services.owl-carousel .owl-nav button.owl-prev {
  left: -6%;
  background: url(img/arrow-left.png);
}
.services.owl-carousel .owl-nav button.owl-next {
  left: 101%;
   background: url(img/arrow-right.png);
  
}
.services.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ffffff00;
  text-decoration: none;
  background-color: #ffffff00;

}



