@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,
body {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
}

html {
  touch-action: manipulation !important;
  -ms-touch-action: manipulation !important;
}

body {
  -webkit-overflow-scrolling: touch;
  padding-top: constant(safe-area-inset-top);
  /* 針對ios APP */
  padding-right: constant(safe-area-inset-right);
  /* 針對ios APP */
  padding-bottom: constant(safe-area-inset-bottom);
  /* 針對ios APP */
  padding-left: constant(safe-area-inset-left);
  /* 針對ios APP */
  letter-spacing: 0.05rem;
}

.font-size28-80 {
  --min-size: 28;
  --max-size: 80;
  --font-size: calc(
    (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) *
      ((100cqw - 320px) / (1920 - 320))
  );
  font-size: clamp(
    var(--min-size) * 1px,
    var(--font-size),
    var(--max-size) * 1px
  );
}

:root {
  --font: "Work Sans", "Noto Sans TC", sans-serif, -apple-system,
    "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans",
    "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN",
    "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei",
    "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp",
    sans-serif;
  --main-color: #500000;
  --bs-primary: #500000;
  --bs-primary-rgb: 80, 0, 0;
  --color-two: #732f2f;
  --main-light: #d6d3c4;
  --font-family-BeVietnam: "Work Sans", sans-serif;
}

/* ::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 2px;
}

::-webkit-scrollbar:horizontal {
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
} */

/**/
/* Font Size */
.text-0 {
  font-size: 0.7em !important;
}

.text-1 {
  font-size: 0.8em !important;
}

.text-2 {
  font-size: 0.9em !important;
}

.text-2-3,
.text-2-5 {
  font-size: 0.95em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-3-4,
.text-3-5 {
  font-size: 1.1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-4-5 {
  font-size: 1.35em !important;
}

.text-5 {
  font-size: 1.5em !important;
}

.text-5-6,
.text-5-5 {
  font-size: 1.65em !important;
}

.text-6 {
  font-size: 1.8em !important;
}

.text-6-7,
.text-6-5 {
  font-size: 1.9em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.3em !important;
}

.text-9 {
  font-size: 2.5em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-12-13,
.text-12-5 {
  font-size: 3.75em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}

.text-16 {
  font-size: 5.33em !important;
}

.text-17 {
  font-size: 5.66em !important;
}

.text-18 {
  font-size: 6em !important;
}

.text-19 {
  font-size: 6.33em !important;
}

.text-20 {
  font-size: 6.66em !important;
}
.swiper-button-next, .swiper-button-prev{
  color: var(--bs-primary);
}

@media (min-width: 576px) {
  .text-sm-0 {
    font-size: 0.7em !important;
  }

  .text-sm-1 {
    font-size: 0.8em !important;
  }

  .text-sm-2 {
    font-size: 0.9em !important;
  }

  .text-sm-2-3,
  .text-sm-2-5 {
    font-size: 0.95em !important;
  }

  .text-sm-3 {
    font-size: 1em !important;
  }

  .text-sm-3-4,
  .text-sm-3-5 {
    font-size: 1.1em !important;
  }

  .text-sm-4 {
    font-size: 1.2em !important;
  }

  .text-sm-4-5 {
    font-size: 1.35em !important;
  }

  .text-sm-5 {
    font-size: 1.5em !important;
  }

  .text-sm-5-6,
  .text-sm-5-5 {
    font-size: 1.65em !important;
  }

  .text-sm-6 {
    font-size: 1.8em !important;
  }

  .text-sm-6-7,
  .text-sm-6-5 {
    font-size: 1.9em !important;
  }

  .text-sm-7 {
    font-size: 2em !important;
  }

  .text-sm-8 {
    font-size: 2.3em !important;
  }

  .text-sm-9 {
    font-size: 2.5em !important;
  }

  .text-sm-10 {
    font-size: 2.75em !important;
  }

  .text-sm-11 {
    font-size: 3em !important;
  }

  .text-sm-12 {
    font-size: 3.5em !important;
  }

  .text-sm-12-13,
  .text-sm-12-5 {
    font-size: 3.75em !important;
  }

  .text-sm-13 {
    font-size: 4em !important;
  }

  .text-sm-14 {
    font-size: 4.5em !important;
  }

  .text-sm-15 {
    font-size: 5em !important;
  }

  .text-sm-16 {
    font-size: 5.33em !important;
  }

  .text-sm-17 {
    font-size: 5.66em !important;
  }

  .text-sm-18 {
    font-size: 6em !important;
  }

  .text-sm-19 {
    font-size: 6.33em !important;
  }

  .text-sm-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 768px) {
  .text-md-0 {
    font-size: 0.7em !important;
  }

  .text-md-1 {
    font-size: 0.8em !important;
  }

  .text-md-2 {
    font-size: 0.9em !important;
  }

  .text-md-2-3,
  .text-md-2-5 {
    font-size: 0.95em !important;
  }

  .text-md-3 {
    font-size: 1em !important;
  }

  .text-md-3-4,
  .text-md-3-5 {
    font-size: 1.1em !important;
  }

  .text-md-4 {
    font-size: 1.2em !important;
  }

  .text-md-4-5 {
    font-size: 1.35em !important;
  }

  .text-md-5 {
    font-size: 1.5em !important;
  }

  .text-md-5-6,
  .text-md-5-5 {
    font-size: 1.65em !important;
  }

  .text-md-6 {
    font-size: 1.8em !important;
  }

  .text-md-6-7,
  .text-md-6-5 {
    font-size: 1.9em !important;
  }

  .text-md-7 {
    font-size: 2em !important;
  }

  .text-md-8 {
    font-size: 2.3em !important;
  }

  .text-md-9 {
    font-size: 2.5em !important;
  }

  .text-md-10 {
    font-size: 2.75em !important;
  }

  .text-md-11 {
    font-size: 3em !important;
  }

  .text-md-12 {
    font-size: 3.5em !important;
  }

  .text-md-12-13,
  .text-md-12-5 {
    font-size: 3.75em !important;
  }

  .text-md-13 {
    font-size: 4em !important;
  }

  .text-md-14 {
    font-size: 4.5em !important;
  }

  .text-md-15 {
    font-size: 5em !important;
  }

  .text-md-16 {
    font-size: 5.33em !important;
  }

  .text-md-17 {
    font-size: 5.66em !important;
  }

  .text-md-18 {
    font-size: 6em !important;
  }

  .text-md-19 {
    font-size: 6.33em !important;
  }

  .text-md-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 992px) {
  .text-lg-0 {
    font-size: 0.7em !important;
  }

  .text-lg-1 {
    font-size: 0.8em !important;
  }

  .text-lg-2 {
    font-size: 0.9em !important;
  }

  .text-lg-2-3,
  .text-lg-2-5 {
    font-size: 0.95em !important;
  }

  .text-lg-3 {
    font-size: 1em !important;
  }

  .text-lg-3-4,
  .text-lg-3-5 {
    font-size: 1.1em !important;
  }

  .text-lg-4 {
    font-size: 1.2em !important;
  }

  .text-lg-4-5 {
    font-size: 1.35em !important;
  }

  .text-lg-5 {
    font-size: 1.5em !important;
  }

  .text-lg-5-6,
  .text-lg-5-5 {
    font-size: 1.65em !important;
  }

  .text-lg-6 {
    font-size: 1.8em !important;
  }

  .text-lg-6-7,
  .text-lg-6-5 {
    font-size: 1.9em !important;
  }

  .text-lg-7 {
    font-size: 2em !important;
  }

  .text-lg-8 {
    font-size: 2.3em !important;
  }

  .text-lg-9 {
    font-size: 2.5em !important;
  }

  .text-lg-10 {
    font-size: 2.75em !important;
  }

  .text-lg-11 {
    font-size: 3em !important;
  }

  .text-lg-12 {
    font-size: 3.5em !important;
  }

  .text-lg-12-13,
  .text-lg-12-5 {
    font-size: 3.75em !important;
  }

  .text-lg-13 {
    font-size: 4em !important;
  }

  .text-lg-14 {
    font-size: 4.5em !important;
  }

  .text-lg-15 {
    font-size: 5em !important;
  }

  .text-lg-16 {
    font-size: 5.33em !important;
  }

  .text-lg-17 {
    font-size: 5.66em !important;
  }

  .text-lg-18 {
    font-size: 6em !important;
  }

  .text-lg-19 {
    font-size: 6.33em !important;
  }

  .text-lg-20 {
    font-size: 6.66em !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-0 {
    font-size: 0.7em !important;
  }

  .text-xl-1 {
    font-size: 0.8em !important;
  }

  .text-xl-2 {
    font-size: 0.9em !important;
  }

  .text-xl-2-3,
  .text-xl-2-5 {
    font-size: 0.95em !important;
  }

  .text-xl-3 {
    font-size: 1em !important;
  }

  .text-xl-3-4,
  .text-xl-3-5 {
    font-size: 1.1em !important;
  }

  .text-xl-4 {
    font-size: 1.2em !important;
  }

  .text-xl-4-5 {
    font-size: 1.35em !important;
  }

  .text-xl-5 {
    font-size: 1.5em !important;
  }

  .text-xl-5-6,
  .text-xl-5-5 {
    font-size: 1.65em !important;
  }

  .text-xl-6 {
    font-size: 1.8em !important;
  }

  .text-xl-6-7,
  .text-xl-6-5 {
    font-size: 1.9em !important;
  }

  .text-xl-7 {
    font-size: 2em !important;
  }

  .text-xl-8 {
    font-size: 2.3em !important;
  }

  .text-xl-9 {
    font-size: 2.5em !important;
  }

  .text-xl-10 {
    font-size: 2.75em !important;
  }

  .text-xl-11 {
    font-size: 3em !important;
  }

  .text-xl-12 {
    font-size: 3.5em !important;
  }

  .text-xl-12-13,
  .text-xl-12-5 {
    font-size: 3.75em !important;
  }

  .text-xl-13 {
    font-size: 4em !important;
  }

  .text-xl-14 {
    font-size: 4.5em !important;
  }

  .text-xl-15 {
    font-size: 5em !important;
  }

  .text-xl-16 {
    font-size: 5.33em !important;
  }

  .text-xl-17 {
    font-size: 5.66em !important;
  }

  .text-xl-18 {
    font-size: 6em !important;
  }

  .text-xl-19 {
    font-size: 6.33em !important;
  }

  .text-xl-20 {
    font-size: 6.66em !important;
  }
}
body {
  overflow-x: hidden;
}
.main-slider .swiper-slide .pattern-layer {
  background-size: cover;
}
.main-slider .swiper-slide .info {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 1200px;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-stage-outer .team-block {
  padding: 0 20px 30px;
}
.flaticon-icon {
  font-family: "Flaticon";
}
.btn-primary,
.btn.active {
  --hover: var(--color-two);
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--bs-white);
}
.btn-outline-primary {
  border-color: var(--main-color);
  color: var(--main-color);
}
.team-section .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.webkit-line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.webkit-line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.ratio > img {
  object-fit: cover;
  object-position: center;
  max-width: none !important;
  height: 100% !important;
}
.main-slider-carousel .swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  /* background: #fff;
  opacity: 1; */
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
.team-carousel .swiper-button-next,
.three-item-carousel .swiper-button-next {
  position: relative;
  right: auto;
  margin-top: 0;
}
.team-carousel .swiper-button-prev,
.three-item-carousel .swiper-button-prev {
  position: relative;
  left: auto;
  margin-top: 0;
}
.team-carousel .swiper-pagination-fraction,
.three-item-carousel .swiper-pagination-fraction {
  position: relative;
  width: auto;
  top: auto;
  bottom: auto;
}
.team-carousel .swiper-button-next::after,
.team-carousel .swiper-button-prev::after,
.three-item-carousel .swiper-button-next::after,
.three-item-carousel .swiper-button-prev::after {
  font-size: 1.5rem;
  color: var(--main-color);
}
.three-item-carousel {
  overflow: initial;
}
.service-section-two .image-layer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}
.team-carousel .swiper-slide {
  height: calc((100% - 6rem) / 2) !important;
}
.team-carousel.swiper-grid-column > .swiper-wrapper {
  height: 800px;
  row-gap: 6rem;
}
.divider-dots,
.divider-hash {
  display: block;
  width: 100%;
  background: #707070;
  -webkit-mask-image: var(--svg);
  -webkit-mask-repeat: repeat space;
  mask-image: var(--svg);
  mask-repeat: repeat space;
}
.divider-dots {
  --svg: url(../images/professional/dot.svg);
  height: 32px;
  -webkit-mask-size: 8px;
  mask-size: 8px;
}
.divider-dots.gray-300,
.divider-hash.gray-300 {
  background: #d1d1d1;
}
.wow {
  opacity: 0;
}
.mb-6 {
  margin-bottom: 4rem;
}
.fs-5-5 {
  font-size: 1.15rem !important;
}
.w-45 {
  width: 45% !important;
}
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  opacity: 1;
  transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
.loader-wrap.none {
  opacity: 0;
  z-index: -1;
  transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -webkit-transition: all 0.9s ease-out;
}
.loader_inner {
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 0;
  background: #f5f5f5;
}
/* Breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb > li {
  display: inline-block;
  text-shadow: none;
}

.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  padding: 0 3px 0 8px;
}
.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
  opacity: 1;
}
.breadcrumb.breadcrumb-style-2 > li + li:before {
  content: "/";
}
.breadcrumb.breadcrumb-block {
  background: var(--dark);
  display: inline-block !important;
  padding: 7.2px 19.2px;
  padding: 0.45rem 1.2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.breadcrumb.breadcrumb-light {
  color: var(--light);
}
.breadcrumb.breadcrumb-light a {
  color: var(--light);
}
.breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}
.breadcrumb a {
  color: #878787;
}
.service-section-two.pages {
  padding: 40px 0px 50px;
}
.service-section-two.detail {
  padding: 40px 0px 120px;
}
.service-section-two.detail .image-layer {
  height: 100%;
}
.title_ {
  position: relative;
  font-weight: 900;
}
.title_::after {
  content: "";
  width: 40px;
  height: 8px;
  background: var(--color-two);
  display: block;
}
.bg-white.info-box {
  box-shadow: 7px 12px 13px 8px rgb(214 211 196 / 40%);
}
hr.dashed_ {
  border-top: 2px dashed var(--main-light);
  border-block-width: 3px;
}
.professional_detail .pic {
  box-shadow: 6px 5px 0 var(--main-color);
  border-radius: 0.5rem;
  border: 2px solid var(--main-color);
}
.read-more-outline{
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: transparent;
}
.projects .item{
  background: var(--bs-primary);
  width: 180px;
}
.projects .item::after{
  content: '';
  border: 3px dotted rgba(255, 255, 255, 0.5);
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.projects .item:hover::after{
  width: 5%;
  height: 5%;
}
.projects .item:hover{
  background: var(--color-two);
}
.school .service-block-two .inner-box{
  background: #f4f4f4;
}
.school_emblem{
  width: 140px;
  max-width: 40%;
  background-size: 300%;
  background-position: center;
}
.service-list-two > li ul{
  margin: 10px 0 25px;
}
.service-list-two > li ul li{
  margin-top: 8px;
  list-style-type: circle;
}
.service-list-two > li ul li a{
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--black-color);
}
#uploadedImage{
  box-shadow: 6px 5px 0 var(--main-color);
  border-radius: 0.5rem;
  border: 2px solid var(--main-color);
}
#fileInput, #file1{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.service_box {
  position: relative;
}
.del_service{
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 20px;
}
.checkin label {
  display: block;
  border: 1px solid #CCC;
  color: #b4b4b4;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0;
}
.checkin input[type=checkbox]+label,.checkin input[type=radio]+label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: calc(1em + 20px);
  padding-right: 20px;
  font-weight: 700;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.checkin input[type=checkbox]+label:after {
  font: normal normal normal 14px / 1 FontAwesome;
  content: '\f00c';
  top: 50%;
  left: 10px;
  position: absolute;
  text-align: center;
  color: #b4b4b4;
  opacity: 1;
  transform: translateY(-50%);
}
.checkin input[type=checkbox]{
  display: none;
}
.checkin input:checked + label {
  background-color: var(--main-color);
  color: #fff;
}
.checkin input:checked + label::after{
  color: #fff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch label>input[type=radio] {
  opacity: 1;
  vertical-align: middle;
  position: relative;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  outline: 0;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  -webkit-appearance: none;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 8px 0;
  height: 30px;
  border-radius: 50px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider{
  background-color: var(--bs-primary)
}
input:checked + .slider:before {
  transform: translateX(30px);
}
input[name="m_display"]{
  display: none;
}
.nav-tabs .nav-link{
  color: var(--text-color);
}
.nav-tabs .nav-link.active{
  background: var(--color-two);
  color: var(--bs-white);
}
.nav-tabs .nav-link.active h3{
  color: var(--bs-white);
}
.heart-box{
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
}
.heart-box a{
  color: #fff;
}
.heart-box i{
  text-shadow: 0px 0px 1px #000;
}
.heart-box.active{
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
}
.heart-box.active a{
  color: var(--bs-primary);
}
.person_info p{
  margin-bottom: 0px;
}
.person_info h6{
  position: relative;
  font-size: 0.9rem;
  font-weight: normal;
}
.person_info h6::before{
  content: "\f003";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
.aboundSwiper {
  width: 100%;
  height: 100%;
  /* background-color: #f1f1f1; */
}
@media only screen and (max-width: 1199px) {
  .main-slider .swiper-slide-active h1 {
    margin-bottom: var(--margin-bottom-20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section,
  .team-section {
    padding-bottom: var(--padding-bottom-40);
    padding-top: var(--padding-top-60);
  }
  .service-section-two {
    padding-top: var(--padding-top-70);
  }
  .service-block-two .inner-box .overlay-box-two .text {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin: 0;
  }
  .service-block-two .inner-box .overlay-box-two h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider .swiper-slide-active h1 {
    margin-bottom: var(--margin-bottom-10);
  }
  .main-slider .swiper-slide-active .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .main-slider .btn-style-one {
    padding: 5px 10px;
  }
  .main-slider .text {
    margin-bottom: var(--margin-bottom-15);
  }
  .team-section {
    padding: 50px 0px;
  }
  .service-section-two .pattern-layer-three {
    width: 250px;
    height: 200px;
  }
  .service-section-two.pages {
    padding: 20px 0px 50px;
  }
  .mt-n6,
  .my-n6 {
    margin-top: 0rem !important;
  }
}
