a {
  text-decoration: none !important;

  &:focus{
    outline: none;
  }
}

ul{
  margin-left: 0px;
  padding-left: 20px !important;
}

/* header */

.ast-logo-title-inline .site-logo-img{
  padding-right: 0;
}

/* .menu-item-gtranslate{
transform: scaleX(-1);
} */

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 6px 30px 6px 10px !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 0;
}

.gt_float_switcher {
  font-size: 0px !important;
}

.menu-item-gtranslate > :first-child{
  top: -18px !important;
}

.site-branding{
  margin-right: 15px !important;
}

/* footer */
footer ul.menu{
  padding-left: 0;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

/* farm house & huest house */
.icon-box ul {
  row-gap: 10px;
}

.icon-box ul li {
  width: 30%;
}

/* properties */

.col-hover img {
  transition: transform 1s;
}

.col-hover:hover img {
  transform: scale(1.1);
}

/* Slider */
.tz-slide-image{
	max-width:100%;	
}
