body {
  font-family: 'tenon', sans-serif;
}
.sne_logo {
  height: 50px;
}
.sne_nav {
  background-color: rgba(255,255,255,0.7) !important;
  backdrop-filter: blur(13px);
  box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px, rgba(0,0,0,0.06) 0px 1px 2px 0px;
}
.sne_navbar .nav-link {
  font-weight: 600;
}
.sne_navbar .active {
  border-bottom: 2px solid #fff200;
  background: linear-gradient(180deg, rgba(255,242,0,0) 0%, rgba(255,242,0,0.4) 100%);
}
.sne_prod_dropdown {
  min-width: 450px;
  transform: translate(-35%, 0);
  box-shadow: rgba(0,0,0,0.1) 0px 20px 25px -5px, rgba(0,0,0,0.04) 0px 10px 10px -5px;
  border: 1px solid rgba(0,0,0,0.05);
  z-index: 999;
}
.sne_prod_dropdown .sne_dm {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sne_prod_dropdown .sne_link_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.35s ease-in-out;
  border: 1px solid transparent;
}
.sne_prod_dropdown .sne_link_menu a {
  text-decoration: none;
  color: #343434;
}
.sne_prod_dropdown .sne_link_menu a p {
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.sne_prod_dropdown .sne_link_menu a p span {
  color: rgba(0,0,0,0.6);
  font-size: 0.8rem;
}
.sne_prod_dropdown .sne_link_menu .sne_menu_icon {
  padding: 1rem;
  transition: all 0.1s ease-in-out;
}
.sne_prod_dropdown .sne_link_menu .sne_menu_icon img {
  width: 48px;
  height: 48px;
}
.sne_prod_dropdown .sne_link_menu .sne_menu_icon svg {
  width: 48px;
  height: 48px;
  fill: rgba(0,0,0,0.5);
}
.sne_prod_dropdown .sne_link_menu:hover {
  background: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid rgba(0,0,0,0.1);
}
.sne_prod_dropdown .sne_link_menu:hover svg {
  fill: #000;
}
.sne_prod_dropdown .sne_link_menu:hover .sne_menu_icon {
  border-color: transparent !important;
}
.hreflink {
  text-decoration: none;
  color: #343434;
}
.hreflink:hover {
  color: #000;
  font-weight: 500;
}
.heroImg {
  background-image: url("../img/appolinary-kalashnikova-WYGhTLym344-unsplash.jpg");
  background-position: center 65%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 75vh;
  padding: 20vh 0;
  margin-top: -70px;
  position: relative;
  z-index: -2;
  background-attachment: fixed !important;
  transition: background 0.5s linear;
}
.heroImg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, #fff 100%);
  z-index: -1;
}
.heroImg .container {
  position: relative;
  z-index: 5;
}
.heroImg h1 span {
  position: relative;
  z-index: 1;
}
.heroImg h1 span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff0;
  z-index: -1;
}
.hero_list {
  display: flex;
  justify-content: center;
}
.hero_list ul {
  display: block;
  margin: auto;
}
.hero_list ul li {
  display: inline;
  margin: 0 20px;
}
.sf_btnsne {
  transition: all 0.3s ease-in-out;
}
.sf_btnsne:hover {
  background-color: #fff200 !important;
  cursor: pointer;
}
.sf_btnsne:hover .clippath-1 {
  filter: grayscale(1);
}
.clippath-1 {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: url("../img/serv1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clippath-1:hover {
  background-size: 150%;
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.clippath-2 {
  background: url("../img/serv2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clippath-2:hover {
  background-size: 150%;
}
.clippath-3 {
  background: url("../img/serv3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clippath-3:hover {
  background-size: 150%;
}
.clippath-4 {
  background: url("../img/serv4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clippath-4:hover {
  background-size: 150%;
}
.underline {
  border-bottom: 1px solid #343434;
}
.xlink {
  width: 24px;
  height: 24px;
  background: #f00;
}
.xlink svg {
  width: 24px;
  height: 24px;
}
.partners img {
  height: 50px;
  width: 80%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.bg-yellow {
  background-color: #fff200;
}
.company_stats {
  color: #fff;
}
.company_stats svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
}
.company_stats svg path {
  fill: #fff200 !important;
}
.company_stats .xsvgnofill path {
  fill: transparent !important;
}
.ulnostyle li {
  list-style: none;
}
.ulnostyle li svg {
  height: 24px;
  fill: #343434;
}
.ulnostyle li:hover svg {
  fill: #fff200 !important;
}
.service-hero {
  background-image: url("../img/sne_service-hero.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 0px;
  padding-top: 50px;
  position: relative;
}
.service-hero #sneLogoLines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
