@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  color: #919191;
  font-family: "Bodoni Moda", "Noto Sans TC", sans-serif;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  background-blend-mode: overlay;
  filter: invert(1) grayscale(1);
  opacity: 0.06;
  position: fixed;
  top: 0;
  z-index: -1;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
.link-item,
strong,
small,
a {
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.5;
}

h1 {
  font-size: calc(2.5rem + 0.5vw);
}

h2 {
  font-size: calc(2rem + 0.4vw);
}

h3 {
  font-size: calc(1.7rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.3vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
}

h6 {
  font-size: calc(1rem + 0.2vw);
}

small {
  font-size: calc(1rem + 0.2vw);
  letter-spacing: 1px;
}

p, span, li {
  font-size: calc(0.9rem + 0.2vw);
  font-weight: 300;
}

p {
  text-align: justify;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

section {
  padding: 7rem 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  section {
    padding: 4rem 0;
  }
}

h2 {
  color: #5BA5DA;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  position: relative;
  margin-bottom: 20px;
}
h2 span {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #d1cecd;
  padding: 4px 10px;
  position: relative;
  top: -4px;
  z-index: -1;
}
h2 span:before, h2 span::after {
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(209, 206, 205, 0.5);
  position: absolute;
  top: 45%;
  left: -5%;
  transform: translate(-50%, -50%);
}
h2 span::after {
  left: 98%;
}
h2 .h2_dec {
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 50px;
  height: 50px;
}
.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.btn {
  width: auto;
  color: white;
  background: #93c1e1;
  padding: 10px;
}
.btn.LINEbtn {
  background: #2EB900;
}
.btn.LINEbtn:hover {
  color: #2EB900;
  background: white;
  border: 1px solid #2EB900;
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 8px;
}
.sidebar ul li a {
  width: 44px;
  height: 44px;
  font-size: 0.9rem;
  background: #e3e3e3;
  border-radius: 10px 0 0 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
}
.sidebar ul li a:hover {
  background: #93c1e1;
}
.sidebar ul li a i {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 20px;
  writing-mode: vertical-rl;
}
.sidebar ul li:last-child a {
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

video {
  width: 100%;
  min-height: 400px;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}

.dec_box {
  position: absolute;
  width: 10vw;
  height: 30vh;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .dec_box {
    background-attachment: unset;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}
@media (max-width: 992px) {
  header .navbar {
    background: #5BA5DA;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
header .navbar a {
  transform: none;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  transition: 0.5s;
}
header .navbar .navbar-brand h4, header .navbar .navbar-brand small {
  color: white;
}
header .navbar .navbar-brand small {
  font-size: calc(0.7rem + 0.2vw);
}
header .navbar .navbar-brand img {
  width: auto;
  height: 50px;
  object-fit: contain;
  border-radius: 4px;
  transition: 0.3s;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(1) .nav-link::before {
  content: "about";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(2) .nav-link::before {
  content: "service";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(3) .nav-link::before {
  content: "process";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(4) .nav-link::before {
  content: "product";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(5) .nav-link::before {
  content: "gallery";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(6) .nav-link::before {
  content: "team";
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(7) .nav-link::before {
  content: "contact";
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: calc(1rem + 0.2vw);
  color: white;
  padding: 0 8px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: white;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "x";
  font-size: calc(0.8rem + 0.1vw);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent;
  background: #5BA5DA;
  border-radius: 50px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
  color: white;
}
header .scrolled {
  background: #5BA5DA;
}
header .scrolled .navbar-brand {
  margin-top: unset;
}
header .scrolled .navbar-brand h4, header .scrolled .navbar-brand small, header .scrolled .navbar-brand span {
  color: white;
}
header .scrolled .nav-link {
  color: white;
}

.hero {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow-y: hidden;
}
.hero a {
  font-size: calc(1.4rem + 0.2vw);
}
.hero .hero_fade img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.hero .hero_fade:after {
  content: "";
  display: block;
  width: 100vw;
  height: 30vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.hero .bannerLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .bannerLogo img {
  height: 140px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.hero .txt-content {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  text-shadow: 0 3px 8px #111;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero .txt-content h1 {
  line-height: 1.3;
}
@media (max-width: 992px) {
  .hero .txt-content h1 {
    letter-spacing: 0.5rem;
  }
  .hero .txt-content h1 small {
    line-height: 3rem;
  }
}
.hero .txt-content span {
  display: inline-block;
  font-size: calc(1.2rem + 0.3vw);
  font-weight: 400;
}

section .scroll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.about p span {
  display: inline-block;
  font-weight: 400;
  color: white;
  background: rgba(227, 227, 227, 0.3);
  padding: 8px 12px;
}
.about .aboutImg {
  width: 100%;
  height: 100%;
}
.about .aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.about .dec_box {
  top: 0;
}
.about .dec_box.bottom {
  top: 100%;
  right: 0;
  transform: translate(50%, -20%);
  opacity: 0.2;
}
.about .slick_box {
  width: 100%;
  height: 100%;
}
.about .slick_box .slick-list, .about .slick_box .slick-track {
  height: 100%;
}
.about .slick_box .slick-prev {
  left: -8px;
}
.about .slick_box .slick-next {
  right: -8px;
}
.about .slick_box .slick-next:before, .about .slick_box .slick-prev:before {
  color: #e3e3e3;
}
.about .slick_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.services {
  position: relative;
  background: #333;
  z-index: 0;
}
.services::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/environment/img-1.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.services .dec_box {
  right: 0;
  top: 0;
  opacity: 0.25;
  transform: translateX(50%);
}
.services img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.services h3, .services h4 {
  color: white;
}
.services .booking h5 {
  color: white;
}
.services .booking h5 span {
  display: inline-block;
  color: white;
  background: #e892d1;
  border-radius: 50px;
  padding: 4px 12px;
  margin: 0 4px;
}
.services .booking p {
  color: #e3e3e3;
}
.services .serviceCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 12px 0;
}
.services .serviceCard::before {
  content: "";
  width: 92%;
  height: 60%;
  border: 1px solid rgba(147, 193, 225, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services .serviceCard .serviceCardTitle {
  width: 80px;
  height: 80px;
  background: #333;
  border-radius: 50%;
  border: 4px solid rgba(147, 193, 225, 0.6);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.services .serviceCard .serviceCardTitle i {
  font-size: calc(1rem + 0.2vw);
  color: #93c1e1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
}
.services .serviceCard p {
  color: white;
}
.services .serviceBtn {
  color: white;
  background: #5BA5DA;
  margin: 8px;
  padding: 13px 12px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .serviceBtn i {
  font-size: 24px;
  margin-right: 6px;
}

.product .productCard {
  height: 100%;
}
.product .productCard h4 {
  display: inline-block;
  padding: 4px 20px;
  position: relative;
}
.product .productCard .productImg {
  width: 100%;
  height: 300px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product .productCard .productImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product .productCard .productImg .zoomIcon {
  color: white;
  font-size: 1.1rem;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: -1px 4px 0px rgba(147, 193, 225, 0.2);
}

#process img {
  border-radius: 4px;
}
#process p {
  letter-spacing: 0.4rem;
}
#process span {
  font-size: 20px;
  font-weight: 600;
}
#process h5 {
  transform: scaleX(1);
}
@media (max-width: 992px) {
  #process h5 {
    letter-spacing: 0.1rem;
  }
}
#process h5 small {
  font-size: 16px;
  letter-spacing: 0.3rem;
  opacity: 0.7;
}
#process .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
#process .item:not(:last-child) h5 {
  margin-bottom: 2rem;
}
#process .pay {
  background: #a1998c;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
  border-radius: 5px;
}
#process .pay * {
  color: #fff;
  transform-origin: center;
}
#process .pay h5 {
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  #process .pay h5 {
    text-align: center;
    margin-top: 2rem;
  }
}
#process .pay .line {
  flex: 1;
}
@media (max-width: 992px) {
  #process .pay .line {
    display: none;
  }
}
#process .pay .dotted {
  position: relative;
}
#process .pay .dotted::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: dotted 3px #fff;
  opacity: 0.5;
}
#process .pay p {
  padding-left: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 70%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#process .pay h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  color: #a1998c;
  background: #fff;
  width: fit-content;
  border-radius: 0 0 5px 5px;
}
#process .processItem .processItemTitle {
  width: 80px;
  height: 80px;
  background: #93c1e1;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .processItem .nav-tabs .nav-item.show .nav-link, #process .processItem .nav-tabs .nav-link.active {
  background: transparent;
}
#process .processCard {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgba(227, 227, 227, 0.4);
  padding: 24px;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease-in;
}
#process .processCard img {
  height: 280px;
}
#process .processCard .step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
}
#process .processCard .step h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #919191;
}
#process .processCard .step p {
  margin-bottom: 16px;
}
#process .processCard .iconBg {
  background: #5BA5DA;
  padding: 16px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#process .processCard .iconBg i {
  color: #93c1e1;
  font-size: 50PX;
}
#process .processCard:hover {
  color: white;
  background: #5BA5DA;
  border: none;
}
#process .processCard:hover .iconBg {
  background: #e3e3e3;
}
#process .processCard:hover .iconBg i {
  color: white;
}
#process .processNote {
  font-size: 20px;
  font-weight: 600;
  color: #e3e3e3;
  text-align: center;
}

.portfolio {
  position: relative;
  background: #333;
  z-index: 0;
}
.portfolio::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/gallery/img-6.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.portfolio * {
  transform-origin: left;
}
.portfolio .awards {
  margin-top: 2rem;
}
.portfolio .awards li {
  margin-bottom: 1rem;
  opacity: 0.8;
  font-size: 14px;
}
.portfolio .awards a {
  padding: 0 !important;
}
.portfolio .awards_logo img {
  height: 100px;
  object-fit: contain;
  width: fit-content;
}
.portfolio h4, .portfolio h5 {
  color: white;
  line-height: 2rem;
}
.portfolio img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.portfolio .row a {
  padding: 0.5rem;
  display: block;
}
.portfolio .slick_box a {
  padding: 0;
  width: 100%;
  transform: scaleX(1);
}
.portfolio .slick_box img {
  width: 100%;
  height: 65vh;
}
.portfolio .slick_box .slick-arrow {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  transition: 0.5s;
}
.portfolio .slick_box .slick-arrow::before {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}
.portfolio .slick_box .slick-prev {
  left: 0px;
}
.portfolio .slick_box .slick-next {
  right: 0px;
}
.portfolio .slick_box .slick-disabled {
  opacity: 0;
}
.portfolio .slick_box .slick-dots {
  bottom: 0px;
  transform: translateY(100%);
}

.contact {
  background: #e3e3e3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact * {
  transform: scaleX(1);
  letter-spacing: 0.2rem;
}
.contact .container > .row {
  border-bottom: solid 1px rgb(99, 99, 99);
}
.contact img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.contact address {
  text-align: center;
}
.contact address ul {
  display: inline-block;
}
.contact address ul li a {
  color: #919191;
  transition: 0.4s;
}
@media (max-width: 575.98px) {
  .contact address ul li a {
    justify-self: center;
  }
}
.contact address ul li a:hover {
  color: #5BA5DA;
}
.contact address ul li a i {
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact .sns {
  padding-left: 20px;
}
.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.contact .map {
  display: inline-flex;
  filter: contrast(0.8);
  transition: 0.5s;
}
.contact .map:hover {
  filter: contrast(1);
}

#contact a {
  text-decoration: none;
}

.contactBtn {
  width: 100%;
  padding: 30px 0px;
  border-radius: 8px;
  background: #84c9da;
  color: white;
}
.contactBtn i {
  font-size: 80px;
}
.contactBtn p {
  font-size: 1rem;
}
.contactBtn span {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

footer {
  background: #5BA5DA;
  margin-bottom: 0px;
}
footer * {
  transform: scaleX(1);
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .designlink {
  cursor: pointer;
}
footer .designlink:hover {
  color: white;
}

.team .teacherLine {
  width: 250px;
  margin-bottom: 30px;
}
.team .teacherLine img {
  transform: rotateX(180deg);
  opacity: 0.3;
}
.team .teamCard img {
  height: 250px;
  border-radius: 4px;
}
.team .teamCard span {
  display: inline-block;
  background: #e3e3e3;
  border-radius: 50px;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.team ul {
  list-style-position: inside;
}
.team .healCard {
  margin-top: 1rem;
}
.team .healCard .healCardTitle {
  margin-bottom: 12px;
}
.team .healCard ul p {
  font-weight: 500;
  margin-left: -20px;
  margin-bottom: 8px;
}

.callBtn {
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  background: #5BA5DA;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-self: center;
  box-shadow: -1px 4px 0px rgba(255, 255, 255, 0.3);
}
.callBtn i {
  font-size: 1.3rem;
}
.callBtn:hover {
  color: #5BA5DA;
  background: #e3e3e3;
}/*# sourceMappingURL=all.css.map */