@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif+TC:wght@200..900&display=swap");
.bg-color {
  background: #6b8ca3 !important;
  isolation: isolate;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

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

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

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

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

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

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

p,
span,
li,
small {
  font-size: calc(1.05rem + 0.1vw);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #4b4b4b;
  margin: 50px 0;
}

section {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px !important;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding: 0;
}
section:last-of-type {
  background: rgba(228, 228, 224, 0.5);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 20px 12px;
  margin: auto;
  z-index: 2;
  position: relative;
  isolation: isolate;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  color: #324a5f;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 4px 40px;
  position: relative;
}
.sectionTitle h2::before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../images/decorate/title_bg.avif) no-repeat center/contain;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sectionTitle .h2_dec {
  width: 100%;
  padding: 2px 8px;
  margin-bottom: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -2;
}
.sectionTitle .h2_dec span {
  color: rgba(201, 181, 138, 0.7);
  font-size: calc(2rem + 0.3vw);
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  text-wrap-mode: nowrap;
  padding: 4px 8px;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #6b8ca3;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: 2px;
  color: #8a9c68;
  background: white;
  border: 1px solid #8a9c68;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #c9b58a;
  background: white !important;
  border: 1px solid #c9b58a;
}
.btn:hover span {
  color: #8a9c68;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: white;
  background: #8a9c68;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #c9b58a;
  background: white !important;
  border: 1px solid #c9b58a;
}
.btn.fillBtn:hover span {
  color: #8a9c68;
}
.btn.LINE {
  background: #2eb900;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover span {
  color: #2eb900;
}
.btn.FB {
  background: #0765ff;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover span {
  color: #0765ff;
}
.btn.IG {
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.btn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.btn.IG:hover span,
.btn.IG:hover i {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(250, 247, 242, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .intervalBg {
  width: 100%;
  height: 40vh;
  max-height: 350px;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
  text-shadow: 1px 1px 2px rgba(75, 75, 75, 0.5), 0px 0px 6px rgba(75, 75, 75, 0.2);
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #6b8ca3;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #faf7f2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(75, 75, 75, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogList .nav-tabs .nav-link span {
  font-size: calc(1.05rem + 0.2vw);
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  margin-bottom: -4px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #6b8ca3;
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: var(--anime-position) scale(0.85);
  }
  to {
    opacity: 1;
    transform: var(--anime-position) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: var(--anime-position) scale(1.05);
  }
  70% {
    transform: var(--anime-position) scale(0.9);
  }
  100% {
    transform: var(--anime-position) scale(1);
  }
}
body {
  font-family: "Inria Serif", "Noto Serif TC", sans-serif;
  color: #4b4b4b;
  background: #faf7f2;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.avif) no-repeat center/cover;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

header .navbar {
  background: #6b8ca3;
  transition: 0.3s ease;
}
header .navbar .navbar-toggler {
  border: 0;
  margin-left: auto;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 2.3rem;
  height: 2.3rem;
}
header .navbar .offcanvas {
  width: 100%;
  background: #6b8ca3;
}
@media (max-width: 767.98px) {
  header .navbar .offcanvas {
    opacity: 0;
    transition: unset;
    transition: opacity 0.2s ease-in;
  }
}
header .navbar .offcanvas.show {
  opacity: 1;
}
header .navbar .offcanvas .offcanvas-header .btn-close {
  width: 24px;
  height: 24px;
  background-size: cover;
  margin: 1rem;
  margin-left: auto;
}
header .navbar .offcanvas .offcanvas-body {
  justify-content: center;
}
header .navbar .offcanvas .navbar-nav {
  gap: 1rem;
}
header .navbar .offcanvas .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .offcanvas .navbar-nav .nav-item .nav-link {
  color: #faf7f2;
  position: relative;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
header .navbar .offcanvas .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  padding: 8px 16px;
  text-shadow: unset;
}
header .navbar .offcanvas .navbar-nav .nav-item .nav-link:hover span {
  color: rgb(83.95, 114.0625, 135.05);
  color: #faf7f2;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
header .navbar .offcanvas .navbar-nav .nav-item .nav-link:hover span::before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/decorate/navbarItem_bg.avif) no-repeat center/contain;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
  filter: grayscale(1) brightness(4);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
header .navbar .offcanvas .navbar-nav .nav-item .nav-link span {
  width: 100%;
  color: transparent;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.5;
  text-shadow: initial;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 1px 1px rgba(64.4, 87.5, 103.6, 0.3));
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
}

.banner {
  width: 100%;
  height: 100%;
  margin-top: 91px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .banner {
    margin-top: 76px;
  }
}
.banner .txt-content {
  width: 100%;
  height: fit-content;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  z-index: 10;
}
.banner .txt-content hr {
  width: 75%;
  border-top: 1px solid #e4e4e0;
  opacity: 0.7;
  margin: 0;
  margin-top: 20px;
}
.banner .txt-content .bannerLogo {
  width: 60px;
}
.banner .txt-content .txt-contentTitle h1 {
  width: fit-content;
  font-size: calc(2.7rem + 1vw);
  font-weight: 600;
  white-space: nowrap;
  color: rgb(87.86, 119.375, 141.34);
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 3px 2px 1px #faf7f2, 9px 8px 0px rgba(207.5, 179, 131.5, 0.15);
}
@media (min-width: 576px) {
  .banner .txt-content .txt-contentTitle h1 {
    font-size: calc(2.8rem + 1vw);
  }
}
.banner .txt-content .txt-contentTitle span {
  font-size: calc(1.6rem + 0.2vw);
  color: #c9b58a;
  text-transform: uppercase;
}
.banner .txt-content .txt-contentTitle .smallMark {
  color: white;
  background: transparent;
  border: 1px solid #8a9c68;
  border-radius: 0px;
  padding: 4px 20px;
  margin-top: 12px;
}
.banner .txt-content .txt-contentTitle .smallMark h5 {
  margin: auto;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
  color: rgba(75, 75, 75, 0.8);
  text-align: center;
  text-wrap-style: pretty;
}
.banner .txt-content .btnBox {
  width: auto;
  margin-top: 8px;
}
@media (min-width: 200px) {
  .banner .txt-content .btnBox .btn {
    width: calc(48px + 0.5vw);
    height: calc(48px + 0.5vw);
    aspect-ratio: 1;
    padding: 10px !important;
  }
  .banner .txt-content .btnBox i {
    font-size: calc(1.3rem + 0.2vw) !important;
  }
  .banner .txt-content .btnBox span {
    display: none;
  }
}
.banner .txt-content .btnBox .btn {
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.banner .txt-content .btnBox .btn i {
  font-size: calc(1.1rem + 0.2vw);
  letter-spacing: normal;
  padding: 0;
}
.banner .txt-content .btnBox .btn span {
  font-size: calc(0.9rem + 0.2vw);
  white-space: nowrap;
  text-shadow: unset;
  margin: unset;
  margin-left: 4px;
}
.banner .f-carousel {
  width: 100%;
  height: 75vh;
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .banner .f-carousel {
    height: 100%;
  }
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  justify-self: center;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .bannerImg img {
  object-position: center 75%;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}

.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  align-self: stretch;
  position: relative;
}
.about .aboutContext hr {
  width: fit-content;
  height: 24vh;
  border-top: unset;
  border-left: 1px solid #4b4b4b;
  align-self: center;
  padding: 0;
  margin: 1rem;
}
@media (max-width: 1199.98px) {
  .about .aboutContext hr {
    height: 27vh;
  }
}
@media (max-width: 991.98px) {
  .about .aboutContext hr {
    display: none;
  }
}
.about .aboutContext .slogn {
  gap: 0.5rem;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  white-space: nowrap;
  color: white;
  background: #faf7f2;
  border-radius: 50px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 1px 2px rgba(193.3333333333, 156.3333333333, 94.6666666667, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.4);
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #faf7f2;
  text-align: end;
}
.about .aboutContext b {
  color: rgb(111.188, 126.236, 82.764);
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
  border-bottom: 3px solid rgba(201, 181, 138, 0.5);
}
.about .aboutContext ul {
  margin: 1rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.about .aboutContext ul span {
  margin-left: -2rem;
}
.about .aboutContext ul li {
  margin-left: -0.4rem;
  list-style: disc;
}
.about .aboutImgBox {
  height: 100%;
  flex-grow: 1;
  border-radius: 8px;
  overflow: hidden;
}
.about .aboutImgBox .aboutImg {
  height: 100%;
  padding: 0;
  position: relative;
  box-shadow: rgba(132.5517241379, 132.5517241379, 115.4482758621, 0.25) 0px 6px 12px -2px, rgba(132.5517241379, 132.5517241379, 115.4482758621, 0.3) 0px 3px 7px -3px;
}
.about .aboutImgBox .aboutImg img {
  padding: 0;
}
.about .aboutImgBox .aboutImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about #about-scroll {
  width: 100%;
  height: 100%;
}
.about #about-scroll .f-carousel {
  --f-carousel-gap: 12px;
  padding-bottom: 1rem;
  --f-carousel-slide-width: calc((100% - (var(--f-carousel-gap) * 2)) / 4);
}
@media (max-width: 991.98px) {
  .about #about-scroll .f-carousel {
    --f-carousel-slide-width: calc(
      (100% - (var(--f-carousel-gap) * 2)) / 3
    );
  }
}
@media (max-width: 767.98px) {
  .about #about-scroll .f-carousel {
    --f-carousel-slide-width: calc(
      (100% - (var(--f-carousel-gap) * 2)) / 2
    );
  }
}
.about #about-scroll .f-carousel:nth-of-type(1) {
  --f-carousel-slide-width: calc(
    (100% - (var(--f-carousel-gap) * 2)) / 2
  );
}
@media (max-width: 991.98px) {
  .about #about-scroll .f-carousel:nth-of-type(1) {
    --f-carousel-slide-width: 100%;
  }
}
.about #about-scroll .f-carousel:nth-of-type(1) img {
  height: 42vh;
}
@media (max-width: 425px) {
  .about #about-scroll .f-carousel:nth-of-type(1) img {
    height: 35vh;
  }
}
.about #about-scroll .f-carousel img {
  height: 35vh;
}
@media (max-width: 425px) {
  .about #about-scroll .f-carousel img {
    height: 24vh;
  }
}
.about #about-scroll .f-carousel .f-carousel__slide {
  position: relative;
}
.about #about-scroll .f-carousel .f-button {
  padding: 12px;
  border-radius: 4px;
}
.about #about-scroll .f-carousel .f-button svg {
  width: 44px;
  height: 44px;
  stroke-width: 4px;
  stroke: #faf7f2;
  opacity: 0.5;
  padding: 2px;
}

.services .bntBox {
  width: 100%;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services .styleC .serviceItem {
  align-self: stretch;
  padding: 0px;
  position: relative;
}
.services .styleC .serviceCard {
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(250, 247, 242, 0.6);
  border-radius: 8px;
  position: relative;
  isolation: isolate;
}
.services .styleC .serviceCard .serviceCardIon {
  width: 40px;
  height: 40px;
  background: #6b8ca3;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(221.6666666667, 201.6666666667, 168.3333333333, 0.2) 1px 2px 4px;
}
.services .styleC .serviceCard .serviceCardIon i {
  width: auto;
  font-size: calc(1rem + 0.2vw);
  color: white;
}
.services .styleC .serviceCard .serviceCardTxt {
  width: auto;
  height: auto;
  flex-grow: 1;
}
.services .styleC .serviceCard .serviceCardTxt h5 {
  width: auto;
  font-weight: 500;
  color: #6b8ca3;
  padding: 0;
}
.services .styleC .serviceCard .serviceCardTxt ul.singleTxt {
  margin: 0;
  padding-left: 0;
}
.services .styleC .serviceCard .serviceCardTxt ul.singleTxt li {
  color: #4b4b4b;
}
.services .styleC .serviceCard .serviceCardTxt ul.multipleTxt {
  margin: 0;
  padding-left: 1.5rem;
}
.services .styleC .serviceCard .serviceCardTxt ul.multipleTxt li {
  color: #4b4b4b;
  list-style: disc;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio img {
  height: 50vh;
  aspect-ratio: 1;
}
@media (max-width: 425px) {
  .portfolio img {
    height: 30vh;
  }
}
@media (max-width: 768px) {
  .portfolio img {
    height: 45vh;
  }
}
.portfolio .sliderItem {
  padding: 30px 0;
}
.portfolio .sliderItem .sliderItemTitle {
  text-align: center;
}
.portfolio .sliderItem .sliderItemTitle h4 {
  width: fit-content;
  border-bottom: 4px solid rgba(138, 156, 104, 0.6);
  padding-bottom: 4px;
}
.portfolio .slick-slider {
  margin: auto;
}
.portfolio .slick-slider .slick-next,
.portfolio .slick-slider .slick-prev {
  width: 60px;
  height: 100%;
  z-index: 10;
}
.portfolio .slick-slider .slick-next:before,
.portfolio .slick-slider .slick-prev:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 600;
  font-size: calc(2.8rem + 0.2vw);
  color: #faf7f2;
  opacity: 0.8;
  padding: 1rem;
  text-shadow: 2px 4px 3px rgba(75, 75, 75, 0.3);
}
.portfolio .slick-slider .slick-prev {
  left: 0px;
}
.portfolio .slick-slider .slick-prev:before {
  content: "\f053";
  left: 0;
}
.portfolio .slick-slider .slick-next {
  right: 0px;
}
.portfolio .slick-slider .slick-next:before {
  content: "\f054";
  right: 0;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact .contactStyleB {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact .contactStyleB .contactInfo {
  padding: 20px 0;
  margin: 0;
  row-gap: 24px;
}
@media (max-width: 767.98px) {
  .contact .contactStyleB .contactInfo {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.contact .contactStyleB .contactInfo li {
  display: flex;
}
@media (min-width: 992px) {
  .contact .contactStyleB .contactInfo li a {
    margin: unset !important;
  }
}
.contact .contactStyleB .contactInfo li:first-of-type {
  width: 100%;
}
@media (min-width: 992px) {
  .contact .contactStyleB .contactInfo li:first-of-type {
    width: 66%;
  }
}
.contact .contactStyleB .contactInfo li a {
  color: #4b4b4b;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.contact .contactStyleB .contactInfo li a:hover {
  color: #8a9c68;
}
.contact .contactStyleB .contactInfo i {
  margin-right: 8px;
}
.contact .contactStyleB .map {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .contactStyleB .map iframe {
  height: 40vh;
}
.contact .contactStyleB .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: white;
  background: #8a9c68;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50%;
}
.sidebar ul li a:hover {
  color: #8a9c68;
  background: white;
  border: 1px solid #8a9c68;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar ul li a i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #6b8ca3;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */