* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body {
  font-family: "Montserrat",sans-serif;
  cursor: url(/img/global/SheriffLogo.webp), default;
  overflow-x: hidden;
}

body a:hover {
  cursor: url(/img/global/SheriffLogoHover.webp), default;
}

::-webkit-scrollbar {
  width: 20px;
  background: #182f46;
  font-size: 18px;
  border-top: 5px solid yellow;
  border-bottom: 5px solid yellow;
  cursor: url(/img/global/SheriffLogoHover.webp), default;
}

::-webkit-scrollbar-track {
  border-radius: 40px;
  display: none;
}

::-webkit-scrollbar-thumb {
  background: url(/img/global/scroll.webp);
  background-repeat: no-repeat;
  height: 200px;
}

::-webkit-scrollbar-thumb:hover {
  background: url(/img/global/scrollhover.webp);
  background-repeat: no-repeat;
  height: 200px;
}

nav {
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #182f46;
  border-bottom: yellow solid 5px;
  border-top: yellow solid 5px;
}

nav .toggle-button {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 31px;
  height: 41px;
}

nav .toggle-button .bar {
  height: 8px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

nav .car {
  position: absolute;
  bottom: 0;
  left: -20vw;
  -webkit-animation: car 5s infinite alternate;
          animation: car 5s infinite alternate;
}

nav .logo {
  -webkit-animation: pulse 1s infinite alternate;
          animation: pulse 1s infinite alternate;
  width: 250px;
  margin: 2rem 2.5rem;
  z-index: 100;
}

nav img:hover {
  cursor: url(/img/global/SheriffLogoHover.webp), default;
  -webkit-animation: extraPulse 2s infinite alternate;
          animation: extraPulse 2s infinite alternate;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: .5rem;
  padding: 1.5rem;
  border: solid 1px #182f46;
  display: block;
}

nav ul li a {
  font-size: 1rem;
  color: white;
  text-decoration: none;
}

nav ul li:hover {
  cursor: url(/img/global/SheriffLogoHover.webp), default;
  background-color: #8379b1;
}

nav ul li:hover a {
  color: yellow;
  font-weight: bolder;
}

@media only screen and (max-width: 900px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar .logo {
    width: 200px;
    margin: 2rem;
  }
  .navbar .toggle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
  }
  .navbar .toggle-button .bar {
    height: 4px;
  }
  .navbar .navbar-links {
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar .navbar-links li {
    width: 100%;
    text-align: center;
    padding: .5rem;
  }
  .navbar .navbar-links li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .navbar .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mainPic {
  position: relative;
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainPic img {
  position: relative;
  overflow-x: hidden;
}

.getquote {
  position: relative;
  width: 100vw;
  background-color: #182f46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}

.getquote h1 {
  margin: auto;
  color: yellow;
  padding: 2vw;
}

.getquote .getquotecontent {
  text-align: center;
  margin: auto;
  color: white;
  font-size: 1.4rem;
  padding: 0 2rem;
}

.getquote .getquotecontent a {
  text-decoration: none;
  color: yellow;
}

.getquote a {
  margin: auto;
}

.getquote .btnQuote {
  padding: 1rem;
  margin: 1rem;
  background-color: #182f46;
  color: white;
  border: 1px solid yellow;
  font-size: 1.5rem;
  font-weight: bolder;
  -webkit-transition: 1s;
  transition: 1s;
}

.getquote .btnQuote:hover {
  color: yellow;
  cursor: url(/img/global/SheriffLogoHover.webp), default;
  border: 10px solid yellow;
}

@media only screen and (max-width: 600px) {
  .getquote {
    padding: 5px;
  }
  .getquote .getquotecontent {
    font-size: 1rem;
  }
  .getquote .btnQuote {
    font-size: 1.2rem;
    padding: 2vw;
  }
}

.paralaxServices {
  position: relative;
  width: 100vw;
  background-image: url("/img/services/para.webp");
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .paralaxServices {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 450px) {
  .paralaxServices {
    width: 100vw;
    background-position: 80% 80%;
  }
}

.cointsTop {
  text-align: center;
  position: relative;
  color: #182f46;
  width: 40vw;
  margin: 2vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: .5rem;
  font-size: 1.3rem;
  text-shadow: gray 3px 3px 3px;
  border-radius: 25px 10px 21px 0px;
  -webkit-box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
  background-color: yellow;
}

.coints {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 1.5vw auto;
}

.coints img {
  width: 10vw;
}

.coints img:hover {
  -webkit-animation: flip 2s 1;
          animation: flip 2s 1;
}

.coints .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

.coints .top a {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  margin: 1vw;
}

.coints .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

.coints .bottom a {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  margin: 1vw;
}

@media only screen and (max-width: 600px) {
  .coints img {
    width: 15vw;
  }
  .coints a {
    font-size: 1rem;
  }
}

.tabs {
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs .tabOne {
  background-color: #182f46;
  color: white;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  opacity: 0;
}

.tabs .tabTwo {
  background-color: white;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  opacity: 0;
}

.tabs .tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vw 10vw;
}

.tabs .tab img {
  float: left;
  width: 300px;
  height: 225px;
  border-radius: 15%;
  -webkit-box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
}

.tabs .tab img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.tabs .tab .innerTab {
  width: 60%;
}

.tabs .tab .innerTab h1 {
  margin-bottom: 1vw;
}

.tabs .tab .innerTab p {
  margin: auto;
  font-size: 1rem;
}

.tabs .tab a {
  position: absolute;
  top: 1vw;
  right: 10vw;
  text-decoration: none;
  font-size: 1.2rem;
  text-shadow: gray 3px 3px 3px;
  border-radius: 25px 10px 21px 0px;
  -webkit-box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
  background-color: yellow;
  color: black;
  padding: 1vw;
}

.tabs .tab a:hover {
  background-color: #9c9c0b;
  color: white;
  text-shadow: white 3px 3px 3px;
}

@media only screen and (max-width: 1000px) {
  .tabs .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs .tab img {
    margin: 2vw;
  }
  .tabs .tab .innerTab {
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .tabs .tab img {
    width: 200px;
    height: auto;
  }
  .tabs .tab a {
    padding: 2vw;
  }
}

@media only screen and (max-width: 450px) {
  .tabs .tab img {
    width: 100px;
  }
}

.touch {
  margin-top: 5vw;
  position: relative;
}

.touch .get {
  text-align: center;
  color: white;
  width: 100vw;
  background-color: #182f46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-size: 1.2rem;
  padding: 1rem;
  text-shadow: gray 3px 3px 3px;
}

.touch .get img {
  width: 2.5vw;
  fill: white;
  margin: auto 2vw;
}

.touch .innerTouch {
  border-radius: 25px 10px 21px 0px;
  -webkit-box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 18px 14px 20px 3px rgba(0, 0, 0, 0.75);
  position: relative;
  width: 80%;
  margin: 2.5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e7e7e7;
  padding: 3vw 5vw;
  font-size: 1.2rem;
}

.touch .innerTouch .leftTouch h1 {
  padding: 1vw;
}

.touch .innerTouch .leftTouch img {
  width: 1.2vw;
}

.touch .innerTouch .leftTouch li {
  padding-bottom: 0.5vw;
}

.touch .innerTouch .rightTouch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10vw;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .touch .get img {
    width: 1.5rem;
  }
  .touch .innerTouch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
    text-align: center;
  }
  .touch .innerTouch .leftTouch ul img {
    width: 1.5rem;
  }
  .touch .innerTouch .rightTouch {
    padding: 1rem;
  }
}

.contact .get {
  text-align: center;
  color: white;
  width: 100vw;
  background-color: #182f46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-size: 1.2rem;
  text-shadow: gray 3px 3px 3px;
  padding: 1rem;
}

.contact .get img {
  width: 3vw;
  fill: white;
  margin: auto 2vw;
}

.contact .form {
  position: relative;
  width: 90%;
  margin: 1vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .form .formLeft {
  margin: 2vw 4vw;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact .form .formRight {
  margin: 4vw;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact .form label {
  font-size: 1rem;
}

.contact .form input {
  padding: 0.5vw;
  border-bottom: solid;
  border-width: 0.5px;
  border-bottom-width: 7px;
  background-color: #fff;
  border-color: #f2e000;
  border-style: solid;
  border-radius: 0.25rem;
}

.contact .form input:focus {
  outline: none;
  border-color: #3893ee;
}

.contact .form textarea {
  padding: 0.5vw;
  border-bottom: solid;
  border-width: 0.5px;
  border-bottom-width: 7px;
  background-color: #fff;
  border-color: #f2e000;
  border-style: solid;
  border-radius: 0.25rem;
}

.contact .form textarea:focus {
  outline: none;
  border-color: #3893ee;
}

.contact .form #stairs {
  text-align: center;
}

.contact .form #spam {
  display: none;
}

.contact .form #submit {
  background-color: yellow;
  font-size: 1.2rem;
  text-shadow: gray 3px 3px 3px;
}

.contact .form #submit:hover {
  background-color: #9c9c0b;
  color: white;
  text-shadow: white 3px 3px 3px;
}

@media only screen and (max-width: 600px) {
  .contact .get img {
    width: 1.5rem;
  }
  .contact .form label {
    font-size: 1rem;
  }
  .contact .form .formLeft {
    width: 40%;
  }
  .contact .form .formRight {
    width: 40%;
  }
  .contact .form #submit {
    font-size: 1.2rem;
  }
}

footer {
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #182f46;
  border-top: yellow solid 5px;
  border-bottom: #ffff00 solid 5px;
  font-size: 1rem;
}

footer .topFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 95vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .topFooter li {
  padding: 0.3rem;
}

footer .topFooter h2 {
  color: yellow;
  padding: 0.5rem;
}

footer .topFooter a {
  text-decoration: none;
  color: white;
}

footer .topFooter .contact {
  color: white;
}

footer .topFooter .socialMedia .socialLogo {
  width: 2vw;
}

footer .bottomFooter {
  color: yellow;
  padding: 1rem 1rem 0 1rem;
}

@media only screen and (max-width: 600px) {
  footer .topFooter .socialMedia .socialLogo {
    width: 5vw;
  }
}

@-webkit-keyframes car {
  form {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
    -webkit-transform: rotateX(50);
            transform: rotateX(50);
  }
  to {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}

@keyframes car {
  form {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
    -webkit-transform: rotateX(50);
            transform: rotateX(50);
  }
  to {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes extraPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2) translateY(25vh) rotate(90deg);
            transform: scale(2) translateY(25vh) rotate(90deg);
  }
  100% {
    -webkit-transform: scale(2) translateY(25vh) rotate(90deg);
            transform: scale(2) translateY(25vh) rotate(90deg);
  }
}

@keyframes extraPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2) translateY(25vh) rotate(90deg);
            transform: scale(2) translateY(25vh) rotate(90deg);
  }
  100% {
    -webkit-transform: scale(2) translateY(25vh) rotate(90deg);
            transform: scale(2) translateY(25vh) rotate(90deg);
  }
}

@-webkit-keyframes borders {
  0% {
  }
  25% {
    border-bottom: yellow solid 1px;
  }
  50% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
  }
  75% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
    border-top: white solid 1px;
  }
  100% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
    border-top: white solid 1px;
    border-left: white solid 1px;
    border-radius: 10px 50px 10px 50px;
  }
}

@keyframes borders {
  0% {
  }
  25% {
    border-bottom: yellow solid 1px;
  }
  50% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
  }
  75% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
    border-top: white solid 1px;
  }
  100% {
    border-bottom: yellow solid 1px;
    border-right: yellow solid  1px;
    border-top: white solid 1px;
    border-left: white solid 1px;
    border-radius: 10px 50px 10px 50px;
  }
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.serviceGrow {
  -webkit-animation: sericeGrow 2s 1 ease-out forwards;
          animation: sericeGrow 2s 1 ease-out forwards;
}

.spin {
  -webkit-animation: flop 3s;
          animation: flop 3s;
}

@-webkit-keyframes sericeGrow {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes sericeGrow {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes flop {
  0% {
    -webkit-transform: rotatey(-360deg) scale(0.1);
    transform: rotatey(-360deg) scale(0.1);
  }
  30% {
    -webkit-transform: rotate3d(-190deg) scale(0.3);
    transform: rotate3d(-190deg) scale(0.3);
  }
  50% {
    -webkit-transform: rotate3d(-100deg) scale(0.6);
    transform: rotate3d(-100deg) scale(0.6);
  }
  80% {
    -webkit-transform: rotate3d(-50eg) scale(0.8);
    transform: rotate3d(-50eg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate3d(0deg) scale(1);
    transform: rotate3d(0deg) scale(1);
  }
}

@keyframes flop {
  0% {
    -webkit-transform: rotatey(-360deg) scale(0.1);
    transform: rotatey(-360deg) scale(0.1);
  }
  30% {
    -webkit-transform: rotate3d(-190deg) scale(0.3);
    transform: rotate3d(-190deg) scale(0.3);
  }
  50% {
    -webkit-transform: rotate3d(-100deg) scale(0.6);
    transform: rotate3d(-100deg) scale(0.6);
  }
  80% {
    -webkit-transform: rotate3d(-50eg) scale(0.8);
    transform: rotate3d(-50eg) scale(0.8);
  }
  100% {
    -webkit-transform: rotate3d(0deg) scale(1);
    transform: rotate3d(0deg) scale(1);
  }
}
/*# sourceMappingURL=service.css.map */