* {
  box-sizing: border-box;
}
:root {
  --swiper-theme-color: #007aff;
  --font-dark-color: #4a4a49;
  /* --icon-arrow-big: "\e90e"; */
}
@font-face {
  font-family: 'Ascher';
  src: url(..//fonts/Ascher.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* src: url('../fonts/Ascher.ttf') format('truetype'); */
}
@font-face {
  font-family: 'RobotoCondensed-BoldItalic';
  src: url(..//fonts/RobotoCondensed-BoldItalic.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(..//fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Lightitalic';
  src: url(..//fonts/RobotoCondensed-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GilroyBold';
  src: url('..//fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('..//fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('..//fonts/GilroySemiBold.woff') format('woff');
  font-weight: 600;
}
a {
  text-decoration: none;
  --webkit-transition: 0.3s;
}
/* Back to Top Button */
#back2Top {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  --webkit-align-items: center;
  --ms-align-items: center;
  align-items: center;
  --webkit-justify-content: center;
  --ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
#back2Top:before {
  color: #2a2a2a;
  font-size: 20px;
  transform: rotate(270deg);
  content: "\e90a";
  font-family: 'Ascher';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* In case a lowercase id is used */
#back2top:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Fixed Buttons */
.ec-fixed-buttons {
  position: fixed;
  top: 25%;
  right: 50px;
  z-index: 9;
}
.ec-fixed-buttons .fixed-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  color: #000;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.ec-fixed-buttons .fixed-button:before {
  font-size: 24px;
}
.ec-fixed-buttons a.fixed-button.phone:before {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e904";
}
.ec-fixed-buttons a.fixed-button.mail:before {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e905";
}
.ec-fixed-buttons a.fixed-button.chat:before {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e906";
  top: 2px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .ec-fixed-buttons {
    width: 100%;
    bottom: 0px;
    top: unset;
    right: 0;
    left: 0;
    margin: 0 0 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 670px) {
  .ec-fixed-buttons .fixed-button {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .ec-fixed-buttons {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
  }
}
@media screen and (max-width: 670px) {
  .social-icons {
    justify-content: center;
  }
  .ec-fixed-buttons {
    top: 92%;
  }
}
@media screen and (min-width: 671px) and (max-width: 768px) {
  .ec-fixed-buttons {
    top: 50% !important;
  }
}
@media screen and (min-width: 769px) {
  .ec-fixed-buttons {
    top: 25% !important;
  }
}
/* Media Query for Back to Top on Small Screens */
@media screen and (max-width: 670px) {
  a#back2Top {
    bottom: 70px !important;
    right: 47px !important;
    z-index: 20 !important;
  }
}
