* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background-color: #e8e8f1;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

h1 {
  text-align: center;
  font-size: 40px;
  line-height: 2;
  background-color: #b2b2c2;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  padding-bottom: 50px;
}

h2 {
  font-size: 32px;
  line-height: 1.6;
  color: #4c4c74;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

h3 {
  font-size: 24px;
  line-height: 1.6;
  color: #76769a;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #8888a8;
  margin: auto;
}

h5 {
  font-size: 15px;
  color: #8888a8;
  margin: 10px 10px 10px 10px;
  opacity: 0.85;
}

p {
  color: #76769a;
  font-size: 14px;
  line-height: 1.4;
  padding: 0px 40px 0px 40px;
}

hr {
  max-width: 100%;
  margin-top: 10px;
  color: #76769a;
  opacity: 0.2;
}

.span-o {
  color: #ff4500;
  line-height: 26px;
}

.span-b {
  color: #2c599c;
  font-weight: bold;
}

.header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main-animation {
  display: block;
  width: 100%;
  height: 900px;
  border: none;
}

.top-bar {
  position: absolute;
  width: 100%;
  height: 60px;
  opacity: 0;
}

.logo {
  position: fixed;
  display: block;
  left: 10px;
  top: -100px;
  z-index: 8;
  transition: 0.4s ease;
}

.logo-on {
  display: block;
  top: 10px;
  transition: 0.4s ease;
}

.logo_background {
  width: 192px;
  height: 75px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 3.8px 0.2px rgba(16, 16, 16, 0.12);
  background-color: #e8e8f1;
  transition: 0.5s ease;
  z-index: 8;
}

.logo_img {
  width: 176px;
  height: 63px;
  background-image: url(images/logo_ukm.png);
  background-size: cover;
  transition: 0.5s ease;
  z-index: 8;
}

#animation_container {
  width: 140px;
  height: 75px;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: 0.5s ease;
  z-index: 8;
}

#canvas {
  position: absolute;
  display: none;
  transition: 0.5s ease;
  z-index: 4;
  width: 140px;
  height: 75px;
}

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 140px;
  height: 75px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

#_preload_div_ {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 75px;
  width: 140px;
  text-align: center;
}

.top-menu ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

.top-menu li a {
  text-decoration: none;
  color: #4c4c74;
  padding: 12px 20px 12px 20px;
  margin-left: 2px;
  margin-right: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(222, 222, 231, 0);
  border-radius: 8px;
  transition: 0.5s;
}

.top-menu li a:hover {
  color: #ff4500;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  border-radius: 8px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -2px -3px 10px rgba(255, 255, 255, 0.8), inset 2px 3px 10px rgba(16, 16, 16, 0.15);
  transition: 0.3s;
}

.quote {
  display: flex;
  position: relative;
  margin: 20px auto;
  min-height: 200px;
  width: 90%;
  align-items: center;
  justify-content: space-evenly;
}

.laptop {
  background-image: url(images/laptop.png);
  position: absolute;
  left: 14%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 120px;
  height: 93px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.2s;
  -webkit-animation: animate-laptop 7.2s ease infinite;
          animation: animate-laptop 7.2s ease infinite;
}

.calendar {
  background-image: url(images/calendar.png);
  position: absolute;
  right: 14%;
  transform: translate(50%, -50%);
  top: 50%;
  width: 92px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.2s;
  -webkit-animation: animate-calendar 7.9s ease infinite;
          animation: animate-calendar 7.9s ease infinite;
}

.quotebtn {
  display: block;
  color: white;
  padding: 2px 30px 2px 30px;
  border-radius: 10px;
  max-width: 200px;
  box-shadow: 4px 8px 12px rgba(16, 16, 16, 0.15), -4px -8px 12px rgba(255, 255, 255, 0.9);
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  -webkit-animation: bgcolor 32s ease infinite;
          animation: bgcolor 32s ease infinite;
}

.quotebtn:hover {
  cursor: pointer;
  box-shadow: 3px 5px 8px rgba(16, 16, 16, 0.15), -3px -5px 8px rgba(255, 255, 255, 0.9);
}

.quotebtn span {
  color: #76769a;
  font-size: 10px;
}

.quotebtn p {
  color: white;
  font-size: 16px;
  padding: 0;
}

#about {
  padding-bottom: 40px;
}

.page-about {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 4px 8px 12px rgba(16, 16, 16, 0.15), -4px -8px 12px rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
  margin-bottom: 40px;
  transition: 0.5s ease;
}

/* .bearinabox {
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    right: 20px;
    margin-top: 50px;
    background-image: url(images/bearinabox.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation: bear 8s 4 alternate ease-in-out;
}
*/
/*


.fridge {
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    left: 20px;
    margin-top: 280px;
    background-image: url(images/fridge_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sofa {
    position: absolute;
    display: block;
    width: 80px;
    height: 100px;
    left: 30px;
    margin-top: 100px;
    background-image: url(images/sofa.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
*/
.greent {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -3px -5px 9px rgba(255, 255, 255, 0.9), inset 3px 5px 9px rgba(16, 16, 16, 0.15);
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px 4px 8px;
  white-space: nowrap;
}

/*
.greent::before {
    display: block;
    position: absolute;
    content:"";
    background-image: url(images/greent.png);
    width: 42px;
    height: 36px;
    margin-left: -54px;
    margin-top: -0px;
}
*/
.greentsrv {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background-image: -ms-linear-gradient(120deg, rgb(226, 226, 234) 0%, rgb(231, 231, 238) 50%, rgb(235, 235, 242) 100%);
  box-shadow: 3px 5px 8px rgba(16, 16, 16, 0.15), -3px -5px 8px rgba(255, 255, 255, 0.9);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 10px 14px 10px 14px;
}

.greentsrv::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(images/greent.png);
  width: 42px;
  height: 36px;
  margin-left: -62px;
  margin-top: -10px;
}

#services {
  padding-bottom: 40px;
}

.services {
  display: block;
  position: relative;
}

.servicescard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 88px;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 4px 8px 12px rgba(16, 16, 16, 0.15), -4px -8px 12px rgba(255, 255, 255, 0.9);
  margin: auto;
  color: #4c4c74;
  margin-bottom: 12px;
  transition: 0.5s;
}

.servicescardh {
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 3px 5px 8px rgba(16, 16, 16, 0.15), -3px -5px 8px rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}

.servicescardpressed {
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  color: #ff4500;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -4px -8px 12px rgba(255, 255, 255, 0.9), inset 4px 8px 12px rgba(16, 16, 16, 0.15);
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.5s;
}

.servicesbtn {
  display: block;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 3px 5px 8px rgba(16, 16, 16, 0.15), -3px -5px 8px rgba(255, 255, 255, 0.9);
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #4c4c74;
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.servicesbtnclose {
  display: inline-block;
  color: #ff4500;
  transform: rotate(45deg);
  transition: 0.5s ease;
}

.sc1 {
  width: 20%;
  margin-left: 15px;
}

.sc2 {
  width: calc(80% - 40px);
}

.sc3 {
  width: 40px;
  text-align: center;
}

.buton {
  display: block;
  transition: 0.5s ease;
}

#hrmv {
  cursor: pointer;
}

#ormv {
  cursor: pointer;
}

#fasm {
  cursor: pointer;
}

#paks {
  cursor: pointer;
}

#eur {
  cursor: pointer;
}

.houseremoval {
  display: block;
  position: relative;
  width: 200px;
  height: 72px;
  background-image: url(images/houseremoval.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.25;
  transition: 0.5s;
}

.officeremoval {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 72px;
  background-image: url(images/officeremoval.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.25;
  transition: 0.5s;
}

.furnitureassembly {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 72px;
  background-image: url(images/furnitureassembly.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.25;
  transition: 0.5s;
}

.packingservices {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 72px;
  background-image: url(images/packing.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.25;
  transition: 0.5s;
}

.europeanrelocation {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  height: 72px;
  background-image: url(images/europeanrelocation.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.25;
  transition: 0.5s;
}

.servicespage {
  position: relative;
  display: block;
  width: 80%;
  max-height: 0;
  transform: scaleY(0);
  transform-origin: center top;
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -4px -8px 12px rgba(255, 255, 255, 0.9), inset 4px 8px 12px rgba(16, 16, 16, 0.15);
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 0px;
  transition: 0.8s ease-out;
}
.servicespage h4 {
  opacity: 0;
  transform: translateY(-10px);
  transform-origin: top;
  transition: 0.2s;
  padding: 20px 40px 4px 40px;
}
.servicespage p {
  opacity: 0;
  transform: translateY(-10px);
  transform-origin: top;
  transition: 0.2s;
}

.servicespageopen {
  max-height: 2000px;
  display: block;
  transform: scaleY(1);
  transform-origin: center top;
  margin-bottom: 40px;
  transition-property: max-height, transform, margin-bottom;
  transition-duration: 1.25s, 0.5s, 0.5s;
  transition-delay: 0.1s, 0.2s;
}
.servicespageopen h4 {
  opacity: 1;
  transform: translateY(10px);
  transition: 0.4s;
  transition-delay: 0.55s;
}
.servicespageopen p {
  opacity: 1;
  transform: translateY(10px);
  transition: 0.4s;
  transition-delay: 0.7s;
}

.grayscale {
  filter: grayscale(0%);
  opacity: 0.75;
  transition: 0.5s;
}

.color {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.5s;
}

#movingtips {
  padding-bottom: 40px;
}

.page-movingtips {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background-image: -ms-linear-gradient(120deg, rgb(226, 226, 234) 0%, rgb(231, 231, 238) 50%, rgb(235, 235, 242) 100%);
  box-shadow: 6px 10px 16px rgba(16, 16, 16, 0.15), -6px -10px 16px rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
  margin-bottom: 40px;
  transition: 0.5s ease;
}
.page-movingtips h4 {
  margin-left: 40px;
  padding-top: 24px;
}
.page-movingtips p:last-child {
  padding-bottom: 24px;
}

.tipslider {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mySlides {
  display: none;
}

.slideshow-container {
  width: 95%;
  position: relative;
  margin: auto;
  border-radius: 10px;
  box-shadow: inset 6px 10px 16px rgba(16, 16, 16, 0.15), inset -6px -10px 16px rgba(255, 255, 255, 0.9);
}

.dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  background-image: -ms-linear-gradient(120deg, rgb(226, 226, 234) 0%, rgb(231, 231, 238) 50%, rgb(235, 235, 242) 100%);
  box-shadow: 3px 5px 8px rgba(16, 16, 16, 0.15), -3px -5px 8px rgba(255, 255, 255, 0.9);
  margin: 10px 4px;
  color: #4c4c74;
  transition: box-shadow 0.5s;
}

.dot:hover {
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  color: #ff4500;
  background-image: -ms-linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 2px 4px 8px rgba(16, 16, 16, 0.15), -2px -4px 8px rgba(255, 255, 255, 0.9);
  transition: box-shadow 0.5s;
}

.dot.active {
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  color: #ff4500;
  background-image: -ms-linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -2px -4px 8px rgba(255, 255, 255, 0.9), inset 2px 4px 8px rgba(16, 16, 16, 0.15);
  transition: box-shadow 0.5s;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#testimonials {
  padding-bottom: 40px;
}

.page-testimonials {
  font-style: italic;
}

.page-testimonials p {
  font-size: 0.9375 rem;
  line-height: 1 rem;
}

.star {
  color: orange;
  font-size: 1.5rem;
  margin: 0 0 0 40px;
  padding: 0;
}

.owl-carousel h4 {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contact {
  padding-bottom: 40px;
}

.page-contact {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-width: 1px;
  border-color: rgb(222, 222, 231);
  border-radius: 10px;
  background-image: -ms-linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: inset -6px -10px 16px rgba(255, 255, 255, 0.9), inset 6px 10px 16px rgba(16, 16, 16, 0.15);
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0px;
  transition: 0.5s ease;
}

.page-contact::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(images/vanicon.png);
  width: 100px;
  height: 80px;
  top: -70px;
  right: 8%;
  transform: translateX(50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: contactvan 12s ease infinite;
          animation: contactvan 12s ease infinite;
}

.quote-contact {
  display: flex;
  margin: 0px auto;
  min-height: 200px;
  width: 90%;
  align-items: center;
  justify-content: space-evenly;
}

.get-in-touch {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 100px;
  width: 90%;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  color: #8888a8;
  font-size: 0.75em;
}

.overlay {
  position: fixed;
  z-index: 10;
  background: rgb(36, 36, 36);
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.7) 0%, rgba(17, 17, 17, 0.65) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.2s;
  visibility: hidden;
}

.overlay-on {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}

.quotebtnfixed {
  position: fixed;
  display: block;
  bottom: -25%;
  left: 0;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.4px;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 4px 4px rgba(16, 16, 16, 0.12);
  color: white;
  transition: 0.5s;
  padding: 12px;
  z-index: 9;
  -webkit-animation: bgcolor 44s ease infinite;
          animation: bgcolor 44s ease infinite;
}

.quotebtnfixed-on {
  bottom: 0;
  transition: 0.5s;
}

.quote--page {
  width: 94%;
  max-width: 640px;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 0px 4px 3.8px 0.2px rgba(16, 16, 16, 0.12);
  border-radius: 10px;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  top: 20px;
  bottom: 20px;
  transform: translate(-100%);
  z-index: 101;
  transition: 0.3s ease;
  padding: 10px;
}
.quote--page h2 {
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 2em;
}

.quote--page--visible {
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease;
}

.quote--page--btn {
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  right: 0;
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-image: linear-gradient(120deg, rgb(235, 235, 242) 0%, rgb(231, 231, 238) 50%, rgb(226, 226, 234) 100%);
  box-shadow: 0px 4px 3.8px 0.2px rgba(16, 16, 16, 0.12);
  color: #ff4500;
  cursor: pointer;
  opacity: 0.55;
  transition: 0.2s;
}
.quote--page--btn:hover {
  background-color: #fbfcff;
  border-color: #ff4500;
  color: #ff4500;
  opacity: 1;
  transition: 0.2s;
}

label {
  padding: 0;
  position: absolute;
  color: #8888a8;
  font-size: 1em;
  left: 0.8em;
  top: calc(50% - 0.6em);
  pointer-events: none;
  transition: 0.2s;
  white-space: nowrap;
  overflow-x: hidden;
}
label span {
  font-size: 0.75em;
}

.text-field {
  position: relative;
}

input,
textarea {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #8888a8;
  margin: 10px auto;
  color: #8888a8;
}
input:hover,
textarea:hover {
  border-color: #ff4500;
  transition: 0.2s;
}
input:focus,
textarea:focus {
  border-color: #ff4500;
  background-color: #fbfcff;
}
input:focus ~ label,
textarea:focus ~ label {
  top: -6px;
  left: 0.5em;
  transform-origin: top left;
  transition: 0.2s;
  font-size: 0.7em;
}
input:valid ~ label,
textarea:valid ~ label {
  top: -8px;
  left: 0.5em;
  transform-origin: top left;
  transition: 0.2s;
  font-size: 0.7em;
  text-shadow: 1px 0 0 white;
}
input:required,
textarea:required {
  box-shadow: none;
}
input:valid,
textarea:valid {
  border-color: #01c24a;
  transition: 0.2s;
  background-color: #fbfcff;
}

select {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 8px;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #8888a8;
  margin: 10px auto;
  color: #8888a8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fbfcff;
}
select:hover {
  border-color: #ff4500;
  transition: 0.2s;
}
select:focus {
  border-color: #ff4500;
  background-color: #fbfcff;
}
select:focus ~ label {
  top: -6px;
  left: 0.5em;
  transform-origin: top left;
  transition: 0.2s;
  font-size: 0.7em;
}
select:valid ~ label {
  top: -6px;
  left: 0.5em;
  transform-origin: top left;
  transition: 0.2s;
  font-size: 0.7em;
  text-shadow: 1px 0 0 white;
}
select:required {
  box-shadow: none;
}
select:valid {
  border-color: #01c24a;
  transition: 0.2s;
}

.select-custom {
  position: relative;
}
.select-custom::after {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  width: 0.45em;
  transform: rotate(135deg);
  position: absolute;
  display: block;
  right: 0.65em;
  top: 1.5em;
  color: #8888a8;
  transition: 0.2s;
  pointer-events: none;
}

.two-col {
  display: inline-block;
  width: calc(50% - 4px);
  margin: auto;
}

textarea {
  resize: vertical;
}
textarea ~ label {
  white-space: normal;
  overflow: visible;
}
textarea:focus ~ label {
  white-space: nowrap;
  overflow-x: hidden;
}

.success {
  color: green;
}

.nosuccess {
  color: #ff4500;
}

.contact_msg {
  margin-top: 10px;
}

.formbtn {
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  box-shadow: 0px 4px 3.8px 0.2px rgba(16, 16, 16, 0.12);
  cursor: pointer;
  border-radius: 10px;
  border-style: solid;
  font-size: 16px;
  border-width: 2px;
  border-color: white;
  background-color: #01c24a;
  color: white;
  transition: 0.2s;
}
.formbtn:hover {
  background-color: #fbfcff;
  border-color: #01c24a;
  color: #01c24a;
  transition: 0.2s;
}

.form-controls {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.phone-btn {
  position: fixed;
  background-image: url(images/phone.png);
  left: 80px;
  bottom: -62px;
  width: 56px;
  height: 56px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}

.phone-btn-on {
  bottom: 0;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */