html {
  font-size: 62.5%;
  width: 100%;
  margin: 0;
}

body {
  font-size: 1.7rem;
  color: #111115;
  font-family: 'Montserrat', sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.top-bar {
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  z-index: 101;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.main-header {
  display: flex;
  width: 100%;
  max-width: 1400px;
  align-items: center;
  position: relative;
}

.logo-wrap .main-logo img {
  display: block;
  width: 100%;
}

.custom-slides {
  position: relative;
}

.custom-slides .slide-item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease 0.5s opacity;
  top: 0;
  left: 0;
}

.content-page .custom-slides .slide-item {
  background-position: center top -18vw;
}

.slideshow-block .slideshow-content {
  position: absolute;
  z-index: 10;
}

.slideshow-block .slideshow-content {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  min-width: 950px;
  text-align: center;
}

.slideshow-block .slideshow-content h1 {
  color: #fff;
  font-size: 5.5rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.first-content {
  background: #ffffff;
}

.second-content {
  background: #111115;
}

.content-inner {
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.content-inner.long-content {
  max-width: 1500px;
}

.content-header {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.content-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.gallery-body {
  justify-content: flex-start;
}

.gallery-item {
  display: block;
  min-width: 250px;
  flex: 1;
  margin: 0 2% 37px;
  max-width: 29.3%;
}

.gallery-image {
  display: block;
  width: 100%;
  min-height: 200px;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-item .gallery-info {
  display: block;
  width: 100%;
  text-align: center;
}

.gallery-item .gallery-info h3 {
  display: block;
  font-size: 1.8rem;
  margin-top: 8px;
  color: #444444;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}

.gallery-item .gallery-info p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  /* line-height: 1; */
  color: #8c8c8c;
}

.content-body img {
  margin-top: 25px;
}

.content-body p {
  line-height: 1.4;
  display: block;
  width: 100%;
}

.contact-error {
  display: flex;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.contact-error.success {
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.contact-error.error {
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.content-body p:not(:last-of-type) {
  margin-bottom: 0px;
}

.topic-page .page-info {
  color: #6d6d6d;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.content-block h3 {
  font-size: 3rem;
  display: flex;
  font-weight: bold;
  align-items: center;
  margin-bottom: 7px;
}

.content-block h4 {
  font-size: 1.7rem;
  font-weight: normal;
}

.custom-slides::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(240, 10%, 14%, 0.3);
  z-index: 1;
}

.content-page .custom-slides::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(240, 10%, 14%, 0.7);
  z-index: 1;
}

.offer-block .content-inner {
  max-width: 1500px;
}

.offer-block .offer-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.offer-block .offer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.offer-block .offer-item h3 {
  font-size: 2.4rem;
}

.offer-block .main-service-block .offer-item:nth-of-type(1) h3 {
  color: #e41f5f;
}

.offer-block .main-service-block .offer-item:nth-of-type(2) h3 {
  color: #803e84;
}

.offer-block .main-service-block .offer-item:nth-of-type(3) h3 {
  color: #0f80c1;
}

.offer-block a {
  font-size: 1.7rem;
  transition: ease 0.25s;
  width: 100%;
  border-radius: 5px;
  background: #ececec;
  padding: 8px 0;
  margin-top: 10px;
}

.offer-block a:focus,
.offer-block a:hover {
  background: #d8d8d8;
  color: #111115;
}

.where-next-block .content-block {
  background: #ca0d4b;
}

.where-next-block .content-inner {
  max-width: 1500px;
}

.where-next-block .where-next-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0 0;
}

.where-next-block .where-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.where-next-block .where-link-item a {
  background: #fff;
  display: flex;
  border-radius: 5px;
  padding: 15px 30px;
  width: 430px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  transition: ease 0.25s;
}

.where-next-block .where-link-item a:focus,
.where-next-block .where-link-item a:hover {
  background: #27bae2;
}

.where-next-block .where-link-item a:focus p,
.where-next-block .where-link-item a:hover p {
  color: #1b1b1b;
}

.arrow-right {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/img/icons/right-arrow.png) center / contain no-repeat;
}

.where-next-block .where-link-item h3 {
  font-size: 2.4rem;
  text-align: left;
}

.where-next-block .where-link-item p {
  text-align: left;
  line-height: 1;
}

.where-next-block a {
  font-size: 1.7rem;
}

.where-next-block a:focus,
.where-next-block a:hover {
  color: #111115;
}

.where-next-block .content-block h4 {
  color: #d4d4d4;
}

footer {
  background: #111115;
}

.footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-img {
  display: block;
  width: 285px;
}

.footer-img img {
  display: block;
  width: 100%;
}

.footer-para {
  color: #fff;
  font-size: 1.3rem;
  line-height: 17px;
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.fl-links {
  display: flex;
}

footer a {
  color: #fff;
  transition: ease 0.25s;
}

.velapex-block {
  display: flex;
  align-items: center;
}

footer a:focus,
footer a:hover {
  color: #c5c5c5;
}

.fl-links a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-right: 35px;
  transition: ease 0.25s;
  cursor: pointer;
}

footer .arrow-right {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.footer-right {
  display: flex;
}

.footer-right a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.footer-right div:nth-of-type(1) {
  margin-right: 50px;
}

.footer-right h3 {
  color: #fff;
  margin-bottom: 15px;
}

.copyright-footer {
  display: flex;
  background: #09090d;
  color: #fff;
  font-size: 1.5rem;
}

.velapex-block span {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url(https://techy-panda.co.uk/img/logo-text-full-white.80a50d70.png) center / contain no-repeat;
  margin-left: 10px;
}

.admin {
  color: #ffcf00;
}

.scroll-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: -50px;
  transition: ease 0.35s;
  bottom: 70px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background: #d6d6d6;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.scroll-top.show {
  right: 20px;
}

.scroll-top:hover {
  background: #bfbfbf;
}

.scroll-top span {
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.topic-slideshow {
  text-align: center;
  color: #fff;
}

.slide-content-item {
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  bottom: 50%;
  width: 100%;
  visibility: hidden;
}

.home-slide-buttons {
  display: flex;
  max-width: 600px;
  justify-content: space-around;
  margin: 30px auto 0;
}

.cta {
  display: flex;
  height: 45px;
  width: 250px;
  background: #f0135d;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 3;
  transition: ease 0.25s;
  font-weight: 500;
}

.cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgb(0 0 0 / 10%);
  transition: ease 0.25s;
  z-index: -1;
}

.cta:hover:after {
  width: 100%;
}

.cta.secondary {
  background: none;
  border: 2px solid #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.cta.secondary:after {
  background: #fff;
}

.cta.secondary:hover {
  color: #111115;
}

.cta.tertiary {
  background: #22b8e0;
  color: #111115;
}

.cta.secondary.darker {
  border-color: #111115;
  color: #111115;
  text-shadow: none;
}

.welcome-nav {
  display: flex;
}

.topic-slideshow h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.topic-slideshow .slideshow-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 265px;
  align-items: center;
  margin: 4px auto 6px;
}

.topic-slideshow .slideshow-line .sl-line {
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.topic-slideshow .slideshow-line .sl-diamond {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}

.topic-page .content-wrap .content-block,
.meet-team .content-wrap .content-block,
.contact-us .content-wrap .content-block,
.gallery .content-wrap .content-block,
.inside-service main .content-wrap .content-block,
.doggy .first-content.about-doggy {
  border-bottom: 3px dashed rgba(240, 36, 104, 0.26);
}

.topic-links li {
  padding-left: 25px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.topic-links li::before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #111115;
  transform: translateY(50%) rotate(45deg);
  left: 0;
  bottom: 50%;
}

.extra-content-body li {
  padding-left: 25px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.extra-content-body li::before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #111115;
  transform: translateY(50%) rotate(45deg);
  left: 0;
  bottom: 50%;
}

.extra-content-body li a {
  color: #007b9c;

  transition: ease 0.25s;
}

.extra-content-body li a:hover {
  color: #111115;
}

.topic-links a {
  color: #007b9c;

  transition: ease 0.25s;
}

.topic-links a:hover {
  color: #111115;
}

.team-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.team-trigger {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 60px;
  width: 100%;
}

.team-image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}

.team-button {
  width: 100%;
  display: flex;
  height: 60px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  background: #202027;
  border-radius: 10px;
  padding-right: 20px;
  color: #ffffff;
  cursor: pointer;
}

.team-content {
  display: none;
  background: #ff78a4;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.4rem;
  color: #000000;
  margin-top: 10px;
}

.team-content.content-active {
  height: auto;
  padding: 20px;
}

.team-trigger:hover {
  cursor: pointer;
}

.team-trigger:hover .team-button {
  background: #0f0f15;
}

.team-button .arrow-right {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.team-button p {
  display: block;
  margin-left: 35px;
}

.team-button p span {
  display: block;
  font-size: 1.8rem;
}

.team-button p span:nth-of-type(2) {
  font-size: 1.3rem;
  color: #9c9c9c;
}

.form-item {
  display: block;
  width: 100%;
  position: relative;
}

.google-captcha {
  margin-top: 30px;
}

.form-item input,
.form-item textarea {
  display: block;
  position: relative;
  width: 100%;
  min-height: 45px;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  padding-left: 10px;
  transition: ease 0.25s;
  border-radius: 4px;
}

.form-item input[type='button'] {
  outline: none !important;
  border: none !important;
  background: #f0135c;
  color: #fff;
  cursor: pointer;
}

.form-item input[type='button']:focus,
.form-item input[type='button']:hover {
  background: #bf003f;
}

.form-item.submit-btn {
  width: 30%;
  margin-top: 30px;
}

.form-item > *:focus {
  outline: none;
  border-color: #5b5b63;
}

.form-item textarea {
  margin: 0;
  padding-top: 12px;
  min-height: 100px;
  margin-top: 30px;
  min-width: 100%;
  max-width: 100%;
}

.content-body form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-item.half-input {
  width: 47%;
}

.extra-content-body {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}

.doggy .extra-content-body {
  margin-bottom: 75px;
}

.doggy .long-content .extra-content-body {
  margin-bottom: 0 !important;
}

.extra-content-body h3 {
  font-size: 2rem;
  color: #111115;
}

.extra-content-body p {
  font-size: 1.6rem;
  line-height: 24px;
}

.extra-content-body .service-link-hold {
  display: flex;
}

.extra-content-body .services-link {
  margin-left: 5px;
}

.home-content {
  background: #f7f7f7;
}

.home-content .content-header {
  text-align: center;
}

.home-content .content-header p {
  font-size: 1.8rem;
  width: 340px;
  margin: 3px auto 0;
  line-height: 1;
}

.home-content .welcome-left p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 1.8rem;
  margin-bottom: 50px;
}

.home-content .welcome-emph {
  font-weight: bold;
  font-size: 1.8rem;
  color: #646464;
  margin-top: 50px;
}

.service-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  color: #fff;
  background: #111115;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}

.service-item:not(:last-of-type) {
  margin-bottom: 35px;
}

.service-middle h2 {
  font-size: 5rem;
  margin-bottom: 20px;
}

.service-middle h3 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 5px;
  color: #f0135d;
}

.service-middle .doggy-service h3 {
  color: #803e84;
}
.service-middle .hydro-service h3 {
  color: #0f80c1;
}

.service-middle h3::before,
.service-middle h3::after {
  content: '';
  position: relative;
  display: block;
  margin-right: 20px;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
}

.service-middle h3:after {
  margin-left: 20px;
  margin-right: 0;
}

.service-middle p {
  font-size: 1.4rem;
  color: #9c9c9c;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
}

.service-middle a {
  color: #f2e22c;
  font-size: 1.6rem;
}

.service-middle a:hover {
  color: #ffffff;
}

.number-banner {
  width: 100%;
  background: #d30c4f;
  color: #fff;
}

.number-banner ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}

.number-banner .number-img {
  display: block;
  width: 70px;
  height: 70px;
}

.number-banner .number-dogs .number-img {
  background: url(/assets/img/dog.png) center / contain no-repeat;
}

.number-banner .number-cats .number-img {
  background: url(/assets/img/cat.png) center / contain no-repeat;
}

.number-banner .number-awards .number-img {
  background: url(/assets/img/awards.png) center / contain no-repeat;
}

.number-banner .number-rating .number-img {
  background: url(/assets/img/rating.png) center / contain no-repeat;
}

.number-banner .number-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number-banner .number-main {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 7px;
}

.number-banner .number-text {
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 981px) {
  .top-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }

  main {
    display: block;
    padding-top: 140px;
  }

  .main-logo {
    display: block;
    width: 35rem;
    height: auto;
    transition: ease 0.25s all;
  }

  .details-wrap {
    position: absolute;
    display: flex;
    top: 3rem;
    right: 0;
    transition: ease 0.25s;
  }

  .details-inner {
    margin-left: 30px;
  }

  .details-inner.phone {
    pointer-events: none;
  }

  .details-inner p a {
    display: inline-block;
  }

  .details-inner p a:focus,
  .details-inner p a:hover {
    color: #f0135c;
    opacity: 0.85;
  }

  .nav-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  nav.main-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: #f7f7f7;
  }

  nav.main-nav ul {
    display: flex;
    justify-content: flex-end;
  }

  nav.main-nav ul li {
    position: relative;
    display: block;
    margin: 0 20px;
  }

  nav.main-nav > ul > li:nth-of-type(1):after {
    display: none;
  }

  nav.main-nav > ul > li::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 100%;
    transform: rotate(45deg) translateY(50%) translateY(8px) translateX(-6px);
    width: 10px;
    height: 10px;
    pointer-events: none;
    background: #202027;
  }

  nav.main-nav > ul > li:hover:before {
    content: '';
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 200%;
    height: 20px;
    top: 100%;
  }

  nav.main-nav > ul > li:last-child > a {
    padding-right: 0;
  }

  nav.main-nav > ul > li:last-child {
    margin-right: 0;
  }

  nav.main-nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #202027;
    font-weight: bold;
  }

  nav.main-nav > ul > li > a::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: #f0135c;
    transition: ease 0.3s;
  }

  .about-us-selected nav.main-nav > ul > li.vpx_nav-about-us > a::after,
  .gallery-selected nav.main-nav > ul > li.vpx_nav-gallery > a::after,
  .services-selected nav.main-nav > ul > li.vpx_nav-services > a::after,
  .blog-selected nav.main-nav > ul > li.vpx_nav-blog > a::after,
  .contact-us-selected nav.main-nav > ul > li.vpx_nav-contact-us > a::after,
  nav.main-nav > ul > li:focus > a::after,
  nav.main-nav > ul > li:hover > a::after {
    transform: translateX(50%) scaleX(1);
  }

  .about-us-selected nav.main-nav > ul > li.vpx_nav-about-us:hover > a,
  .gallery-selected nav.main-nav > ul > li.vpx_nav-gallery:hover > a,
  .services-selected nav.main-nav > ul > li.vpx_nav-services:hover > a,
  .blog-selected nav.main-nav > ul > li.vpx_nav-blog:hover > a,
  .contact-us-selected nav.main-nav > ul > li.vpx_nav-contact-us:hover > a {
    color: #f0135c;
  }

  nav.main-nav ul li:hover ul {
    height: auto;
    max-height: 145px;
    padding-bottom: 5px;
    overflow: visible;
  }

  nav.main-nav ul li ul {
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    min-width: 18rem;
    max-height: 0;
    overflow: hidden;
    background: #f1f1f1;
    text-align: center;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
  }

  nav.main-nav ul li ul::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
  }

  nav.main-nav ul li ul li {
    position: relative;
    margin: 0;
  }

  nav.main-nav ul li ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 80%;
    background: #dcdcdc;
    right: 50%;
    transform: translateX(50%);
  }

  nav.main-nav ul li ul li a {
    padding: 10px 7px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 600;
    color: #202027;
  }

  nav.main-nav ul li ul li:focus a,
  nav.main-nav ul li ul li:hover a {
    color: #f0135c;
  }

  .slideshow-block {
    display: flex;
    z-index: 5;
    position: relative;
  }

  .custom-slides {
    flex-grow: 2;
    flex-basis: 0;
    height: calc(100vh - 140px);
  }

  .content-page .custom-slides {
    height: 39vh;
    z-index: 5;
    min-height: 265px;
  }

  .topic-page.content-page .custom-slides {
    height: 50vh;
    min-height: 400px;
  }

  .content-block {
    padding: 0 50px;
  }

  .inner-services .offer-list {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
  }

  .inner-services .offer-list li {
    margin-top: 50px;
    min-height: 205px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 600px;
    margin: 50px 0 0 0 !important;
  }

  .extra-content-body .content-inner {
    max-width: 1500px;
    padding: 0;
  }

  .content-inner {
    padding: 75px 0;
  }

  .where-next-block .where-link-item:not(:last-of-type) {
    margin-right: 31px;
  }

  .content-inner.long-content {
    padding: 75px 0 40px;
  }

  .offer-block p {
    max-height: 95px;
    overflow: hidden;
    margin: 5px 0 11px;
    font-size: 1.4rem;
  }

  .offer-block .offer-item {
    max-width: 400px;
    width: 100%;
  }

  .offer-block .offer-item:nth-of-type(2) {
    margin: 0 50px;
    box-sizing: border-box;
  }

  .offer-block .offer-list {
    position: relative;
  }

  .footer-inner {
    padding: 65px 50px;
    display: flex;
    align-items: center;
  }

  .copyright-footer {
    padding: 0 25px;
    align-items: center;
    height: 65px;
  }

  .copyright-left {
    display: flex;
    align-items: center;
    margin-right: auto;
  }

  .copyright-left span {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .admin {
    margin-right: 6px;
  }

  .footer-left {
    margin-right: auto;
  }

  .home-content .content-header {
    padding-top: 80px;
  }

  .home-content .content-header h2 {
    font-size: 5rem;
  }

  .home-content .content-header p {
    font-size: 1.8rem;
  }

  .welcome-nav .cta:nth-of-type(1) {
    margin-right: 35px;
  }

  .welcome-block {
    position: relative;
    overflow: hidden;
  }

  .welcome-left {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-250px);
    padding-bottom: 100px;
  }

  .welcome-image {
    display: block;
    width: 600px;
    height: 493px;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%) translateX(330px);
    background: url(/assets/img/welcome.png) center / cover no-repeat;
  }

  .scroll-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .scroll-down .arrow-right {
    transform: rotate(90deg);
    margin-bottom: 5px;
    transition: ease 0.25s;
  }

  .scroll-down:hover .arrow-right {
    transform: translateY(-10px) rotate(90deg);
  }

  .service-block {
    display: flex;
    position: relative;
    overflow: hidden;
    background: #111115;
  }

  .map-block {
    height: 435px;
  }

  .service-left,
  .service-right {
    display: flex;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 680px;
    z-index: 4;
  }

  .service-left {
    transform: translateX(50%) translateX(-625px);
    background: url(/assets/img/service-left.jpg) center / cover no-repeat;
  }

  .service-right {
    transform: translateX(50%) translateX(625px);
    background: url(/assets/img/service-right.jpg) center / cover no-repeat;
  }

  .service-middle {
    width: 750px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
  }
}

@media (min-width: 981px) and (max-width: 1375px) {
  .inner-services .offer-list li {
    max-width: 400px;
  }

  .inner-services .offer-list {
    margin-top: -35px;
  }
}

/* Utility classes
================ */

.-faint-text {
  color: #6a6a6f;
  font-weight: normal;
}

.doggy-page .-pink,
.doggy-page .-blue {
  color: #803e84;
}

.doggy-page .-pink.-faint-text,
.doggy-page .-blue.-faint-text {
  color: #956898;
}

.hydro-page .-pink,
.hydro-page .-blue {
  color: #0f80c1;
}

.hydro-page .-pink.-faint-text,
.hydro-page .-blue.-faint-text {
  color: #50a1d0;
}

.-pink {
  color: #f0135c;
}

.-pink.--faint-text {
  color: #a75469;
}

.-blue {
  color: #0f80c1;
}

.-white {
  color: #fff;
}

.-white.-faint-text {
  color: #9c9c9c;
}

.-charcoal {
  color: #111115;
}

.-charcoal.-faint-text {
  color: #6d6d6d;
}

.arrow-right.-fill-white {
  background-image: url(/assets/img/icons/right-arrow-white.png);
}

.big-border-left::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 4px;
  height: 30px;
  background: #000;
  margin-right: 15px;
}

.-border-pink::before {
  background: #f02468;
}

.doggy-page .-border-pink::before {
  background: #803e84;
}

.hydro-page .-border-pink::before {
  background: #0f80c1;
}

.-border-blue::before {
  background: #0f80c1;
}

.-border-white::before {
  background: #fff;
}

.-border-charcoal::before {
  background: #111115;
}

@media (min-width: 981px) {
  .responsive-only {
    display: none;
  }
}

@media (max-width: 980px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1500px) {
  .where-next-block .where-link-item a {
    max-width: 380px;
    padding: 10px 20px;
    height: 95px;
  }

  .where-next-block .where-link-item h3 {
    font-size: 2rem;
  }

  .where-next-block .where-link-item p {
    font-size: 1.5rem;
  }

  .where-next-block .where-link-item .arrow-right {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 981px) and (max-width: 1420px) {
  .offer-block .offer-list:after {
    right: 32.5%;
  }

  .offer-block .offer-list:before {
    right: 67%;
  }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .where-next-block .where-link-item a {
    max-width: 300px;
  }

  .where-next-block .where-link-item:not(:last-of-type) {
    margin-right: 22px;
  }

  .where-next-block .where-link-item h3 {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }

  .where-next-block .where-link-item p {
    font-size: 1.4rem;
  }

  .copyright-footer {
    padding: 0 10px;
    font-size: 1.3rem;
  }

  .content-page .slideshow-block .slideshow-content h1 {
    font-size: 5rem;
  }

  .topic-slideshow .slideshow-line .sl-diamond {
    width: 10px;
    height: 10px;
  }

  .topic-slideshow h2 {
    font-size: 2rem;
  }

  .topic-slideshow .slideshow-line {
    margin: 4px auto 8px;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .welcome-left {
    width: 560px;
    transform: translateX(-230px);
  }

  .home-content .welcome-emph,
  .home-content .welcome-left p:nth-of-type(2) {
    font-size: 1.7rem;
  }

  .home-content .welcome-left p:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .welcome-image {
    width: 450px;
    transform: translateX(50%) translateX(310px);
    height: 400px;
  }

  .home-content .content-header {
    padding-top: 50px;
  }

  .home-content .content-header h2,
  .service-middle h2 {
    font-size: 4rem;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .main-logo {
    width: 280px;
  }

  .custom-slides {
    height: calc(100vh - 136px);
  }

  .top-bar.scrolled .main-logo {
    width: 130px !important;
  }

  main {
    padding-top: 136px;
  }

  .details-wrap {
    top: 15px;
    font-size: 1.6rem;
  }

  nav.main-nav > ul > li > a {
    font-size: 1.7rem;
  }

  nav.main-nav ul li ul li a {
    font-size: 1.4rem;
  }

  .offer-block .offer-item h3 {
    font-size: 2rem;
  }

  .offer-block a {
    font-size: 1.5rem;
  }

  .content-block h3 {
    font-size: 2.7rem;
    margin-bottom: 5px;
  }

  .big-border-left::before {
    width: 3px;

    height: 25px;
  }

  .content-block h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .welcome-left {
    width: 550px;
    transform: translateX(-200px);
  }

  .home-content .welcome-emph,
  .home-content .welcome-left p:nth-of-type(2) {
    font-size: 1.7rem;
  }

  .home-content .welcome-left p:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .welcome-image {
    width: 510px;
    transform: translateX(50%) translateX(340px);
    height: 430px;
  }
}

@media (min-width: 981px) and (max-width: 1060px) {
  .main-logo {
    width: 250px;
  }

  main {
    padding-top: 125px;
  }

  .details-wrap {
    top: 10px;
  }

  nav.main-nav > ul > li > a {
    font-size: 1.6rem;
  }

  .where-next-block .where-link-item a {
    max-width: 280px;
    padding: 10px 15px;
    height: 85px;
  }

  .where-next-block .where-link-item h3 {
    font-size: 1.7rem;
    margin-bottom: 2px;
  }

  .where-next-block .where-link-item p {
    font-size: 1.4rem;
  }

  .where-next-block .where-link-item .arrow-right {
    width: 20px;
    height: 20px;
  }

  .content-block {
    padding: 0 35px;
  }

  .footer-inner {
    padding: 65px 35px;
  }

  .fl-links a,
  .footer-right a {
    font-size: 1.4rem;
  }

  .welcome-left {
    width: 500px;
    transform: translateX(-180px);
  }

  .custom-slides {
    height: calc(100vh - 125px);
  }
}

@media (max-width: 980px) {
  .top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px 30px;
  }

  body.nav-open {
    overflow: hidden;
  }

  .main-logo {
    display: block;
    width: 210px;
  }

  .nav-wrap {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    background: #e2e2e2;
    padding: 0 0 25px;
    overflow-y: auto;
    transform: translateX(calc(-100% - 10px));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: ease 0.25s transform;
    z-index: 200;
  }

  body.nav-open .nav-wrap {
    transform: none;
  }

  .nav-title {
    position: relative;
    border-bottom: 1px solid #868686;
    padding: 0 20px 0;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .nav-close {
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    width: 13px;
    height: 13px;
    background: url(/assets/img/icons/close.png) center / contain no-repeat;
    transition: ease 0.3s transform;
    cursor: pointer;
  }

  .nav-close:hover {
    opacity: 0.5;
  }

  .main-nav {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 0 20px;
  }

  .main-nav > ul > li > a {
    font-size: 2rem;
    position: relative;
    color: #272727;
    font-weight: 600;
    padding: 10px 0;
  }

  .main-nav ul li a:hover {
    color: #f0135c;
  }

  .main-nav ul {
    width: 100%;
  }

  .main-nav ul li {
    width: 100%;
  }

  .main-nav > ul > li {
    border-bottom: 1px solid #b9b9b9;
    margin: 0 0 7px;
    padding: 0px 0 7px;
  }

  .main-nav > ul > li:last-of-type {
    border: none;
    margin: 0;
  }

  .main-nav ul li ul li a {
    font-size: 1.6rem;
    color: #1b1b1b;
    padding: 7px 0;
  }

  body.nav-open .top-bar::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 150;
  }

  .mobile-nav {
    position: absolute;
    bottom: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(50%);
    right: 0;
    width: 40px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
  }

  .mobile-nav span {
    width: 100%;
    display: block;
    height: 4px;
    background: #f0135c;
    border-radius: 5px;
    transition: ease 0.3s;
  }

  main {
    display: block;
    margin-top: 90px;
  }

  .mobile-nav:hover span {
    background: #1b1b1b;
  }

  .content-inner {
    padding: 35px;
  }

  .slideshow-block {
    display: block;
    height: 65vw;
    width: 100%;
    position: relative;
  }

  .content-page .slideshow-block {
    height: 30vw;
    min-height: 130px;
    max-height: 240px;
  }

  .content-page .custom-slides .slide-item {
    background-position: center top -13vw;
  }

  .custom-slides {
    width: 100%;
    height: 100%;
  }

  .home .custom-slides {
    position: relative;
    height: 65vw;
  }

  .welcome-block,
  .service-middle {
    padding: 35px 25px;
    box-sizing: border-box;
  }

  .map-block {
    height: 350px;
  }

  .welcome-nav {
    width: 100%;
    justify-content: space-between;
  }

  .welcome-block .content-header h2,
  .service-middle h2 {
    font-size: 4rem;
  }

  .home-content .content-header p {
    font-size: 1.7rem;
    width: 100%;
  }

  .home-content .welcome-emph {
    font-size: 1.7rem;
    margin-top: 30px;
  }

  .home-content .welcome-left p:nth-of-type(2) {
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home .slideshow-block .slideshow-content {
    min-width: 100%;
  }

  .home .slideshow-block .slideshow-content h1 {
    font-size: 4rem;
  }

  .home .topic-slideshow h2 {
    font-size: 1.8rem;
  }

  .cta {
    font-size: 1.6rem;
  }

  .content-page .slideshow-block .slideshow-content h1 {
    font-size: 4rem;
  }

  .topic-page.content-page .slideshow-block .slideshow-content h1 {
    font-size: 3.2rem;
  }

  .content-page .slideshow-block .slideshow-content {
    min-width: 615px;
  }

  .topic-slideshow h2 {
    font-size: 2rem;
  }

  .content-page .content-body img {
    display: block;
    width: 48%;
    height: auto;
  }

  .offer-block .offer-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }

  .offer-block .offer-item {
    padding: 25px 0;
  }

  .offer-block .offer-item:not(:last-of-type) {
    border-bottom: 1px solid #e4e4e4;
  }

  .offer-block .offer-item h3 {
    margin-bottom: 15px;
  }

  .offer-block a {
    margin-top: 20px;
  }

  .offer-item p {
    font-size: 1.6rem;
  }

  .where-next-block .where-next-list {
    flex-direction: column;
  }

  .where-next-block .where-link-item {
    width: 100%;
  }

  .where-next-block .where-link-item:nth-of-type(2) {
    margin: 25px 0;
  }

  .extra-content-body {
    margin-bottom: 0 !important;
  }

  .where-next-block .where-link-item a {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    height: 65px;
  }

  .where-next-block .where-link-item p {
    display: none;
  }

  .where-next-block .where-link-item h3 {
    font-size: 2rem;
    margin: 0;
  }

  .where-next-block .arrow-right {
    width: 20px;
    height: 20px;
  }

  .footer-inner {
    display: block;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    text-align: center;
  }

  .footer-para {
    margin-bottom: 15px;
  }

  .fl-links a {
    margin-right: 25px;
  }

  .fl-links a:nth-of-type(2) {
    margin: 0;
  }

  .footer-right {
    justify-content: center;
    align-items: center;
    padding: 0 0 25px;
  }

  .copyright-footer {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .admin {
    margin-bottom: 5px;
  }

  .velapex-block {
    margin-top: 20px;
  }

  .velapex-block span {
    width: 125px;
    height: 34px;
  }

  .footer-right {
    display: none;
  }

  .gallery-item {
    width: 47%;
    flex: none;
    max-width: 100%;
    margin: 0 0 45px;
  }

  .gallery-body {
    justify-content: space-between;
  }

  .gallery-image {
    height: 37vw;
  }

  .form-item.submit-btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .number-banner .number-img {
    width: 50px;
    height: 50px;
  }

  .number-banner .number-main {
    font-size: 2.2rem;
  }

  .number-banner .number-text {
    font-size: 1.6rem;
  }
}

@media (max-width: 980px) and (max-height: 620px), (max-width: 640px) {
  .nav-title {
    margin-bottom: 10px;
    line-height: 43px;
  }

  .nav-title h3 {
    font-size: 1.8rem;
  }

  .main-nav > ul > li > a {
    font-size: 1.7rem;
    padding: 7px 0;
  }

  .main-nav ul li ul li a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

@media (max-width: 640px) {
  .content-page .slideshow-block .slideshow-content {
    min-width: 295px;
  }

  .topic-page.content-page .slideshow-block .slideshow-content h1 {
    font-size: 2.4rem;
  }

  .topic-slideshow .slideshow-line .sl-diamond {
    width: 8px;
    height: 8px;
  }

  .topic-slideshow .slideshow-line {
    margin: 6px auto 5px;
  }

  .topic-slideshow h2 {
    font-size: 1.6rem;
  }

  .team-image {
    display: none;
  }

  .team-button {
    width: 100%;
    margin-left: 0;
    height: 65px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
  }

  .team-button p {
    margin: 0;
  }

  .team-button .arrow-right {
    width: 17px;
    height: 17px;
  }

  .team-trigger {
    height: 65px;
  }

  .team-button p span {
    font-size: 1.6rem;
  }

  .scroll-top {
    width: 37px;
    height: 37px;
    bottom: 20px;
  }

  .scroll-top.show {
    right: 15px;
  }

  .form-item.half-input {
    width: 100%;
  }

  .form-item.half-input:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .form-item.submit-btn {
    width: 100%;
    max-width: 100%;
  }

  .form-item input,
  .form-item textarea {
    font-size: 1.4rem;
  }

  .home .slideshow-block .slideshow-content h1 {
    font-size: 3.4rem;
  }

  .home .topic-slideshow h2 {
    font-size: 1.6rem;
  }

  .home .home-slide-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta {
    font-size: 1.4rem;
    width: 300px;
    height: 45px;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-image {
    height: 65vw;
  }

  .home-slide-buttons .cta:first-of-type {
    margin-bottom: 15px;
  }

  .number-banner ul {
    flex-wrap: wrap;
  }

  .number-banner .number-item {
    width: 50%;
  }

  .number-banner .number-item:nth-of-type(1),
  .number-banner .number-item:nth-of-type(2) {
    margin-bottom: 50px;
  }

  .welcome-block .content-header h2,
  .service-middle h2 {
    font-size: 3rem;
  }

  .service-middle h3 {
    font-size: 2rem;
  }

  .service-middle h3::before,
  .service-middle h3::after {
    width: 6px;
    height: 6px;
    margin-right: 12px;
  }

  .service-middle h3:after {
    margin-left: 12px;
    margin-right: 0;
  }

  .home-content .content-header p {
    font-size: 1.5rem;
  }

  .home-content .welcome-emph {
    font-size: 1.5rem;
    margin-top: 25px;
  }

  .home-content .welcome-left p:nth-of-type(2) {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .welcome-nav {
    flex-direction: column;
  }

  .welcome-nav .cta:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .welcome-nav .cta {
    width: 100%;
  }

  .welcome-block,
  .service-middle {
    padding: 25px 20px;
  }

  .service-middle p {
    font-size: 1.2rem;
  }

  .service-middle a {
    font-size: 1.4rem;
  }

  .map-block {
    height: 280px;
  }
}

@media (max-width: 500px) {
  .content-inner {
    padding: 25px;
    font-size: 1.6rem;
  }

  .offer-block .offer-item {
    padding: 25px 0 25px 0;
  }

  .offer-block .offer-item:last-of-type {
    padding-bottom: 0;
  }

  .extra-content-body h3 {
    font-size: 1.8rem !important;
  }

  .extra-content-body p {
    font-size: 1.4rem;
    line-height: 22px;
  }

  .content-header {
    margin-bottom: 20px;
  }

  .topic-links li {
    padding-left: 15px;
  }

  .topic-links li::before {
    width: 6px;
    height: 6px;
  }

  .content-block h3 {
    font-size: 2.2rem;
    margin-bottom: 4px;
  }

  .content-block h4 {
    font-size: 1.4rem;
  }

  .content-page .slideshow-block .slideshow-content h1 {
    font-size: 3rem;
  }

  .big-border-left::before {
    height: 23px;
    width: 3px;
    margin-right: 10px;
  }

  .nav-wrap {
    width: 280px;
  }

  .logo-wrap .main-logo {
    width: 150px;
  }

  .mobile-nav {
    width: 33px;
    height: 20px;
  }

  .mobile-nav span {
    height: 2px;
  }

  .top-bar {
    padding: 10px 15px;
  }

  main {
    margin-top: 70px;
  }

  .offer-block .offer-item h3 {
    font-size: 2rem;
  }

  .offer-block p {
    font-size: 1.4rem;
  }

  .where-next-block .where-link-item h3 {
    font-size: 1.7rem;
  }

  .where-next-block .where-link-item a {
    padding: 0 15px;
    height: 53px;
  }

  .fl-links a {
    font-size: 1.4rem;
  }

  .copyright-footer {
    font-size: 1.3rem;
  }

  .home .slideshow-block {
    height: auto;
  }

  .home .slideshow-block .slideshow-content {
    position: relative;
    display: block;
    right: auto;
    left: auto;
    transform: none;
    bottom: auto;
    height: 265px;
    background: #111115;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .slide-content-item {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .cta {
    width: 100%;
  }

  .home .slideshow-block .slideshow-content h1 {
    font-size: 2.4rem;
  }

  .home .topic-slideshow h2 {
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto;
  }

  .welcome-block .content-header h2,
  .service-middle h2 {
    font-size: 2.4rem;
  }

  .service-middle h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .content-page .content-body img {
    width: 100%;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-image {
    height: 80vw;
  }

  .gallery-item .gallery-info h3 {
    font-size: 1.5rem;
  }

  .gallery-item .gallery-info p {
    font-size: 1.3rem;
  }

  .content-page .slideshow-block .slideshow-content h1 {
    font-size: 2.7rem;
  }
}

@media (min-width: 981px) {
  .top-bar.scrolled .main-logo {
    width: 175px;
  }

  .hydro-page .top-bar.scrolled .main-logo {
    width: 170px;
  }

  .top-bar.scrolled .details-wrap {
    top: 34px;
  }
}
