*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  --accent-color-black: #ffff00;
  --ContentMarginLR: 30px;
}

html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font: normal 14px/1.8 "Roboto", "Arial";
  text-align: left;
  background-color: #fff;
}

/**/
@media only screen and (max-width: 991px) {
  .dng-main {
    /* overflow-x: hidden;
        overflow-y: hidden; */
  }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
  .dng-main {
    /* overflow-x: hidden;
        overflow-y: hidden; */
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .dng-main {
    /* overflow-x: hidden;
        overflow-y: hidden; */
  }
}

body .is-container {
  padding-left: var(--ContentMarginLR);
  padding-right: var(--ContentMarginLR);
}

h1 {
  margin: 0 0 10px 0;
}

h2 {
  margin: 0 0 10px 0;
}

h3 {
  margin: 0 0 10px 0;
}

h4 {
  margin: 0 0 10px 0;
}

h5 {
  margin: 0 0 10px 0;
}

h6 {
  margin: 0 0 10px 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:placeholder {
  color: inherit;
  opacity: 0.9;
}

a,
a:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

button {
  color: inherit;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  --bs-gutter-x: 30px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*left full ,right full*/

@media (max-width: 1199px) {
  .full-lg-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .full-md-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .full-sm-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 575px) {
  .full-xs-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

.dng-left-full,
.dng-right-full {
  max-width: none;
}

/*Fixed Footer*/
.fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}

.fixed_footer_clone {
  background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
  max-width: 100% !important;
  left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .fixed_footer_bottom .fixed_footer.active {
    position: relative;
  }

  .fixed_footer_bottom,
  .fixed_footer_clone,
  .footer_box {
    height: auto !important;
    position: relative !important;
    max-height: inherit !important;
  }
}

/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #fff !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
  overflow: visible;
}

[data-parallax="parallax"] {
  visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
  visibility: visible;
}

/*input*/
input[type="text"] {
  border-radius: 0;
}

/*icon*/
.fa,
.fas {
  font-weight: 900 !important;
}

.sico,
.icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.sico svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: inherit;
  vertical-align: initial;
}

p > .sico,
p > .icon-svg,
li > .sico,
li > .icon-svg {
  vertical-align: middle;
  margin-bottom: 0.2em;
}

/*icon-svg*/

.icon-svg svg {
  width: 1em;
  height: 1em;
  stroke: currentColor !important;
  opacity: 0;
  vertical-align: sub;
  color: inherit;
}

.icon-svg svg * {
  color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.icon-svg.animated svg {
  opacity: 1;
}

/*btn*/
[class^="button-"],
[class*=" button-"] {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;
}

.header-replace button,
.mobile-header-replace button {
  padding-left: 6px;
  padding-right: 6px;
}

body [class*="btn-"]:hover {
}

[class*="btn-"]:focus {
  outline: 0;
  box-shadow: none;
}

body [class*="btn-"] {
  text-decoration: none !important;
}

/*social
[class*="social-"] {
    position: relative;
    display: inline-block;
}*/

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.is-container.no-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.layout-no-mt .is-container {
  margin-top: 0 !important;
}

.layout-no-mb .is-container {
  margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

/*border radius*/
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-circle {
  border-radius: 50% !important;
}

/*border radius*/
.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

/*icon-cross*/
.icon-cross {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon-cross::after,
.icon-cross::before {
  content: "";
  border-left: 2px solid currentColor;
  position: absolute;
  height: 94%;
  margin-top: 3%;
  left: 50%;
  border-radius: 3px;
  margin-left: -1px;
}

.icon-cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-left: 0px !important;
  }

  .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container > .row,
.d-wrapper .container > div > .row {
  margin-top: 0;
  margin-bottom: 0;
}

.d-wrapper a:hover {
  text-decoration: none;
  text-decoration: underline;
}

.d-wrapper img {
  max-width: 100%;
}

/* Container for All Sections */
.d-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  transition: all ease 0.5s;
}

.d-wrapper > div {
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  transition: all ease 0.3s;
  flex-direction: column;
}

.d-wrapper .is-wrapper {
  position: relative;
}

.d-wrapper::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.d-wrapper .d-placeholder {
  display: none;
}

.PageTitleBottomPane {
  position: relative;
  z-index: 2;
}

/* Boxes */
.is-box {
  vertical-align: middle;
}

.is-section .is-boxes {
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
}

.is-section .is-container {
  align-self: center;
}

.is-section.layout-lightbox-content {
  display: none;
}

.is-boxes:empty {
  min-height: 50px;
}

.is-overlay + .is-boxes:empty,
.is-overlay + .is-boxes > .is-box-centered:empty {
  height: 275px;
}

@media all and (max-width: 991px) {
  .is-overlay + .is-boxes:empty {
    min-height: 275px;
  }

  .is-overlay + .is-boxes:empty,
  .is-overlay + .is-boxes > .is-box-centered:empty {
    height: 275px;
  }
}

.no-min-height {
  min-height: auto;
}

.header-replace.header-position.sticky-fixed {
  position: relative;
}

@media all and (min-width: 992px) {
  .header-replace.header-position:has(.floating-nav) {
    position: relative;
  }

  .header-replace.header-position:has(.floating-nav) {
    min-height: var(--headerHeight);
  }
}

.is-box-centered {
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch > div:not(.is-arrow-down) {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

.is-section.layout-hidden-content {
  display: none !important;
}

@media all and (max-width: 991px) {
  .is-box-md-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

/* New */

@media all and (max-width: 991px) {
  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  .is-section:not(.is-box):not(.section-pagepiling) {
    height: auto !important;
  }

  /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
  /* new */

  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  .is-section:not(.section-slider) .is-boxes {
    display: block;
  }

  .is-box {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* new */
}

.is-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

@media all and (max-width: 1024px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  /*  .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
  margin-top: 92px;
  margin-bottom: 92px;
  width: 100%;
}

.has-sidebar .d-wrapper .is-box .is-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

@media all and (max-width: 991px) {
  .d-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Overlay */
.is-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
  animation: is-scale 25s ease forwards;
  -ms-animation: is-scale 25s ease forwards;
  -webkit-animation: is-scale 25s ease forwards;
  -o-animation: is-scale 25s ease forwards;
  -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.is-overlay .is-overlay-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.05;
}

.is-overlay .is-overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: inherit;
  /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
  z-index: 1;
}

.overlay-responsive .is-overlay-mobile-bg {
  display: none;
}

@media (max-width: 767px) {
  .overlay-responsive .is-overlay-bg {
    display: none;
  }

  .overlay-responsive .is-overlay-mobile-bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.is-overlay-Video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.is-overlay-Video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper > div.is-bg-grey,
.is-section.section-slider .is-box.is-bg-grey {
  background-color: #eeeff0;
}

.is-bg-dark,
.d-wrapper > div.is-bg-dark,
.is-section.section-slider .is-box.is-bg-dark {
  background-color: #111;
}

.is-bg-light,
.d-wrapper > div.is-bg-light,
.is-section.section-slider .is-box.is-bg-light {
  background-color: #fff;
}

.d-wrapper > div.is-bg-none,
.is-section.section-slider .is-box.is-bg-none {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #111;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
  color: #fff;
}

.is-dark-text .is-light-text {
  color: #fff;
}

.is-light-text a,
.is-light-text a:link,
.is-light-text a:visited {
  color: #fff;
}

.is-light-text a:hover {
  color: #fff;
  text-decoration: underline;
}

/**/
.is-section.is-light-text {
  background-color: #000000;
}

.is-section.is-light-text:not([style*="background-color"]) .is-overlay-bg,
.is-section.is-light-text:not([style*="background-color"])
  .is-overlay-mobile-bg {
  background-color: #fff;
}

/* Vertical Alignment */
.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom;
}

.is-content-top > .is-boxes > .is-container {
  align-self: flex-start;
}

.is-content-bottom > .is-boxes > .is-container {
  align-self: flex-end;
}

/* Horizontal Alignment */
.is-container.is-content-left {
  margin-left: 100px;
}

.is-container.is-content-right {
  margin-right: 100px;
}

@media all and (max-width: 1200px) {
  .is-container.is-content-left {
    margin-left: 60px;
  }

  .is-container.is-content-right {
    margin-right: 60px;
  }
}

@media all and (max-width: 991px) {
  .is-container.is-content-left {
    margin-left: auto;
  }

  .is-container.is-content-right {
    margin-right: auto;
  }
}

/* Text Alignment */
.is-align-right {
  text-align: right;
}

.is-align-center {
  text-align: center;
}

.is-align-left {
  text-align: left;
}

.is-align-justify {
  text-align: justify;
}

/* Section Height */

@media (max-width: 575.98px) {
  #Body .is-section-xs-50 {
    height: 50vh;
  }

  #Body .is-section-xs-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  #Body .is-section-sm-50 {
    height: 50vh;
  }

  #Body .is-section-sm-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  #Body .is-section-md-50 {
    height: 50vh;
  }

  #Body .is-section-md-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1199.98px) {
  #Body .is-section-lg-50 {
    height: 50vh;
  }

  #Body .is-section-lg-auto {
    height: auto;
    min-height: auto;
  }
}

/* Stretched container (not used yet) */
.is-container.is-stretch-w {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-stretch-w > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-container.is-stretch-w > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-container.is-stretch-h > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.is-container.is-fullheight {
  height: 100%;
}

.is-container.is-container-fluid {
  max-width: none;
  width: auto;
}

.is-container.is-container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.is-container.is-container-fluid .row > [class*="col-"],
.is-container.is-container-fluid .row > [class=".col"] {
  padding-left: 0;
  padding-right: 0;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
  background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

/* Others */

.is-hidden {
  display: none !important;
}

.gm-style {
  font-family: inherit !important;
}

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

/*custom module loading*/
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loading-rotate {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
  min-height: 100px;
  max-height: 50vh;
  position: relative;
}

.custom-module .swiper-container.loading > *,
.custom-module .soon.loading > * {
  visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #e3e3e3;
  border-top-color: #555;
  border-left-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}

.custom-module .soon {
  display: none;
}

.custom-module .number {
  color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
  display: none;
}

/*video*/
.html5-video {
  position: relative;
}

.html5-video video {
  width: 100%;
}

.html5-video .play-button,
.html5-video .play-button2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  cursor: pointer;
}

/*fixed element*/

.fixed-element {
  position: absolute;
  pointer-events: none;
  max-width: 100%;
}

.fixed-element img {
  width: 100%;
}

/*css3-animate*/
.css3-animate {
  opacity: 0;
  position: relative;
}

.css3-animate:not(.animated) {
  -webkit-animation: none;
  animation: none;
}

.css3-animate.animated {
  /* -webkit-animation-duration: .8s;
    animation-duration: .8s; */
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.animated {
  opacity: 1;
  /* -webkit-animation-duration: 1s;
    animation-duration: 1s; */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation.brush {
  z-index: 1;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.bg-attachment-js .is-overlay {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.bg-attachment-js .is-overlay-bg {
  position: static;
  backface-visibility: hidden;
}

a:focus,
button:focus,
[tabindex="0"] {
  outline: none;
}

/*skip-menu*/
#skip-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  z-index: 999999;
}

#skip-menu ul {
  padding: 0;
  margin: 0;
}

#skip-menu ul a {
  color: #fff;
  background: #1c44a4;
  position: absolute;
  top: 0;
  left: -9999px;
  right: auto;
  white-space: nowrap;
  padding: 10px;
  border: none;
  display: block;
}

#skip-menu ul a:focus {
  left: 0;
}

.builder-tab-title {
  cursor: pointer;
}

.builder-tab-cont {
  display: none;
}

@media only screen and (max-width: 991px) {
  .builder-tab-title:not(.mobile-show) {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-show {
    display: none !important;
  }
}

.section-tabs-container .is-container {
  transition: none;
}

.section-tabs-container[data-effect="slide"] {
  position: relative;
  overflow: hidden;
}

.section-tabs-container[data-effect="slide"] > .is-container {
  transition: all 300ms ease-in;
  opacity: 1;
}

.section-tabs-container[data-effect="slide"] > .is-container.out {
  transform: translateX(-100%);
  opacity: 0;
}

.section-tabs-container[data-effect="slide"] > .is-container.in {
  transform: translateX(100%);
  opacity: 1;
}

.section-tabs-container > .is-container:focus {
  outline: 2px dotted #f00 !important;
}

/**/
.img-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.portfolio-shadow .pic {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/**/

:root {
  --SpecialPageTopSpacing: 92px;
}

@media only screen and (max-width: 991.98px) {
  :root {
    --SpecialPageTopSpacing: 60px;
  }
}

#Body.isSpecialPage #dnn_content {
  padding-top: var(--SpecialPageTopSpacing);
}

.custom-header {
  /* 1200 ~ 1400 */
  padding-left: clamp(40px, 20vw + -200px, 80px);
  padding-right: clamp(40px, 20vw + -200px, 80px);
}

.custom-header .header-area.area-right {
  height: auto;
  align-self: center;
  background-color: rgba(248, 248, 248, 0.16);
  border: 1px solid #fff;
  border-radius: 30px;
}

.custom-header .header-area.area-right .header-content-wrap {
  align-items: stretch;
}

.custom-header .right-tel {
  background-color: var(--accent-color);
  height: auto;
  display: block;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin: -9px -1px -9px 0;
}

.custom-mobileHeader .right-tel {
  background-color: var(--accent-color);
  display: block;
  color: #fff !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 10px max(25px, 10svw);
}

.custom-mobileHeader .right-tel svg {
  margin-right: 5px;
}

body .page-title-bg:has(.PageTitleBottomPane.DNNEmptyPane) {
  background-position: center 6%;
}

/*page-title-bg*/
.page-title-bg {
  overflow: hidden;
}

body .page-title-bg.dark-overlay::after {
  background: linear-gradient(
    180deg,
    rgba(30, 30, 30, 0.79),
    rgba(30, 30, 30, 0) 100%
  );
  min-height: 800px;
}

/*banner*/
/* .custom-banner>.is-boxes {
    padding-top: 225px;
} 

.custom-banner .is-overlay-color {
    background: linear-gradient(180.00deg, rgba(30, 30, 30, 0.79), rgba(30, 30, 30, 0) 100%);
    opacity: 1;
}*/
.custom-banner.is-section {
  border-top: 2px solid #fff;
}

.custom-banner.is-section.is-light-text {
  background: transparent;
}

.custom-banner.is-section .banner-title {
  margin: 0 0 30px;
  /* 720 ~ 1920 - 16px */
  font-size: clamp(38px, 5.166666666666666vw + 1px, 81px);
}

@media only screen and (max-width: 991px) {
  .custom-banner.is-section {
    border-top: none;
  }
}

.custom-banner .left-full-column .full-column-inner {
  padding-left: var(--ContentMarginLR);
  padding-right: var(--ContentMarginLR);
}

@media only screen and (max-width: 991.98px) {
  .d-wrapper .custom-banner.is-box .is-container > .row {
    margin-top: 60px;
    row-gap: 60px;
  }

  .custom-banner .left-full-column .full-column-inner,
  .custom-banner .right-full-column .full-column-inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .custom-banner .right-full-column .full-column-inner {
    margin-left: calc((var(--container-width) - 100vw) / 2);
    width: 100vw;
  }
}

@media only screen and (min-width: 1200px) {
  .custom-banner .left-full-column {
    display: flex;
    justify-content: end;
  }

  .custom-banner .left-full-column .full-column-inner {
    max-width: 660px;
  }
}

/*banner accordion*/
.banner-accordion {
  display: flex;
  overflow: hidden;
  min-height: 730px;
  /* border-top: 2px solid #FFF; */

  flex-direction: row-reverse;
  --interval: 200ms;
  /* 992 ~ 1920 - 16px */
  --ButtonWidth: clamp(72px, 3.8793103448275863vw + 33.51724137931034px, 108px);
}

.banner-accordion .accordion-item {
  display: flex;
  position: relative;
  width: var(--ButtonWidth);
  transition: all ease-in var(--interval);
}

@media (max-width: 1599.98px) {
  .banner-accordion {
    min-height: auto;
    border-right: 1px solid #fff;
  }

  .banner-accordion .accordion-item {
    /* border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF; */
  }
}

.banner-accordion .accordion-header {
  order: 2;
  margin: 0 auto 0 0;
  padding: 0;
  display: flex;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(108, 108, 108, 0.24);
}

.banner-accordion .accordion-header .collapsed {
  border: none;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  margin-right: -1px;
  writing-mode: vertical-lr;
  width: var(--ButtonWidth);
  display: flex;
  align-items: center;
  /* 992 ~ 1920 - 16px */
  font-size: clamp(
    1.5rem,
    1.293103448275862vw + 0.6982758620689655rem,
    2.25rem
  );
  font-weight: 400;
  color: #fff;
  padding: 40px 0;
  background: none;
  white-space: nowrap;
  cursor: pointer;
}

.banner-accordion .accordion-item:first-child .accordion-header .collapsed {
  margin-right: 0;
}

.banner-accordion .accordion-item.opened .accordion-header {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: rgba(108, 108, 108, 0);
}

.banner-accordion .accordion-item.opened .accordion-header .collapsed {
  /* border-left-color: transparent;
    border-top-color: transparent; */
}

.banner-accordion .accordion-content {
  width: calc(100% - var(--ButtonWidth) + 1px);
  min-width: 1px;
  min-height: 1px;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(108, 108, 108, 0.24);
  z-index: -1;
}

/* .banner-accordion .accordion-content::-webkit-scrollbar {
    display: none;
} */

.banner-accordion .accordion-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.banner-accordion .accordion-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.banner-accordion .accordion-item.opened {
  width: 100%;
}

.banner-accordion .accordion-item .panel-body {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 30px 10%;
  /* 720 ~ 1920 - 16px */
  font-size: clamp(20px, 0.33333333333333337vw + 17.6px, 24px);
  opacity: 0;
  transition: all ease 300ms calc(var(--interval) + 100ms);
}

.banner-accordion .accordion-item.opened .panel-body {
  opacity: 1;
  will-change: opacity;
}

.banner-accordion .panel-main {
  max-width: 700px;
}

.banner-accordion .panel-main h1,
.banner-accordion .panel-main h2 {
  font-size: 5.0625rem;
  margin: 0 0 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .banner-accordion .panel-main h1,
  .banner-accordion .panel-main h2 {
    font-size: 2.8125rem;
  }
}

@media only screen and (max-width: 991px) {
  /*  .custom-banner>.is-boxes{
        padding-top: 0;
    } */
  .banner-accordion {
    flex-direction: column;
    min-height: auto;
    border: none;
    border-top: 1px solid #fff;
  }

  .banner-accordion .accordion-item {
    flex-direction: column;
    width: 100%;
    border: none;
  }

  .banner-accordion .accordion-header {
    margin: 0;
    order: 0;
  }

  .banner-accordion .accordion-header .collapsed {
    writing-mode: inherit;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    font-size: 1.5rem;
    margin: 0;
    margin-top: -1px;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .banner-accordion .accordion-item .panel-body {
    width: 100% !important;
    padding: 0px 30px;
  }

  .banner-accordion .accordion-content {
    position: static;
    height: 0;
    transition: all ease-in 300ms;
    width: 100%;
    overflow: hidden;
  }

  .banner-accordion .accordion-content .panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-accordion .opened .accordion-content {
    height: var(--Height);
  }
}

@media only screen and (max-width: 991px) {
  .banner-accordion .accordion-header .collapsed {
    font-size: 1.25rem;
  }
}

body .custom-button,
body .custom-button02,
body .custom-button03 {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  width: fit-content;
  height: fit-content;
  padding: 15px 25px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background: rgba(201, 201, 201, 0.53);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  appearance: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-decoration: none !important;
}

body .custom-button,
body .custom-button:link,
body .custom-button:active,
body .custom-button:visited {
  color: #fff;
  transition: border-color ease-in 300ms, background-color ease-in 300ms;
}

body .custom-button:hover {
  background-color: var(--button-hover-color1);
  border-color: var(--button-hover-color1);
}

body .custom-button02,
body .custom-button03 {
  height: fit-content;
  font-size: 1.25rem;
  padding-left: 40px;
  padding-right: 40px;
}

body .custom-button02 {
  color: #1e1e1e;
  background-color: transparent;
  border: 1px solid #000000;
}

body .custom-button02,
body .custom-button02:link,
body .custom-button02:active,
body .custom-button02:visited {
  color: #1e1e1e;
  transition: color ease-in 300ms, background-color ease-in 300ms,
    border-color ease-in 300ms;
}

body .is-light-text .custom-button02 {
  background: rgba(201, 201, 201, 0.53);
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
  font-size: 1.25rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .custom-button02:hover {
  background-color: var(--button-hover-color1);
  border-color: var(--button-hover-color1);
  color: #fff;
}

body .custom-button03 {
  color: #fff;
  background-color: var(--button-color1);
}

body .custom-button03,
body .custom-button03:link,
body .custom-button03:active,
body .custom-button03:visited {
  color: #fff;
  transition: border-color ease-in 300ms, background-color ease-in 300ms;
}

body .custom-button03:hover {
  background-color: #1c88cb;
}

@media only screen and (max-width: 991px) {
  body .custom-button {
    font-size: 1.25rem;
    /* line-height: 53px;
        height: 55px; */
    padding: 15px 25px;
    min-width: auto;
  }
}

.home-section01-text {
  position: relative;
  z-index: 2;
}

.custom-section-img-01 {
  position: relative;
  width: 100%;
  margin: -20% 0 0;
}

.custom-section-img-02 {
  position: relative;
  width: 100%;
  margin: -20% 0 -15%;
}

.tab-round {
  --count: 0;
  position: relative;
  height: calc((var(--count) + 1) * 100vh);
}

.tab-round .tab-round-main {
  /* position: sticky; */
  /* top: 0; */
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media only screen and (max-width: 1199.98px) {
  .tab-round,
  .tab-round .tab-round-main {
    height: auto;
  }
}

.tab-round .items-images-box {
  width: 37vw;
  border-radius: 50%;
  border: 1px dashed transparent;
  margin: 0 auto;
  position: relative;
}

.tab-round .items-images-box > .imgClipPath {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: #fff;
  opacity: 0.8;
  z-index: 0;
  transition: all ease-in 300ms;
}

.tab-round .items-images-box > .imgClipPath {
  --dot0: 50% 50%;
  --dot1: 0% 8.5%;
  --dot2: 0% 0%;
  --dot3: 100% 0%;
  --dot4: 100% 8%;
  --dot5: 100% 50%;
  --dot6: 105% 95.5%;
  --dot7: 100% 100%;
  --dot8: 0% 100%;
  --dot9: -5% 95.5%;
  --dot10: 0% 50%;
}

.tab-round .items-images-box > .imgClipPath[data-active="0"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot1),
    var(--dot2),
    var(--dot3),
    var(--dot4),
    var(--dot5),
    var(--dot6),
    var(--dot7),
    var(--dot8),
    var(--dot9),
    var(--dot10)
  );
}

.tab-round .items-images-box > .imgClipPath[data-active="1"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot4),
    var(--dot4),
    var(--dot4),
    var(--dot4),
    var(--dot5),
    var(--dot6),
    var(--dot7),
    var(--dot8),
    var(--dot9),
    var(--dot10)
  );
}

.tab-round .items-images-box > .imgClipPath[data-active="2"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot5),
    var(--dot5),
    var(--dot5),
    var(--dot5),
    var(--dot5),
    var(--dot6),
    var(--dot7),
    var(--dot8),
    var(--dot9),
    var(--dot10)
  );
}

.tab-round .items-images-box > .imgClipPath[data-active="3"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot6),
    var(--dot6),
    var(--dot6),
    var(--dot6),
    var(--dot6),
    var(--dot6),
    var(--dot7),
    var(--dot8),
    var(--dot9),
    var(--dot10)
  );
}

.tab-round .items-images-box > .imgClipPath[data-active="4"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot9),
    var(--dot10)
  );
}

.tab-round .items-images-box > .imgClipPath[data-active="5"] {
  clip-path: polygon(
    var(--dot0),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10),
    var(--dot10)
  );
}

.tab-round .items-images-box::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}

.tab-round .items-images-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'><circle cx='350' cy='350' r='349' stroke='%23000000' fill='none' stroke-width='1' stroke-dasharray='5 5'></circle></svg>");
}

@media only screen and (max-width: 1199.98px) {
  .tab-round .items-bullets-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .tab-round .items-bullets-box span {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in 300ms;
  }

  .tab-round .items-bullets-box span.active {
    pointer-events: none;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
  }
}

.tab-round .images-center {
  width: 65%;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 300px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.tab-round .images-center::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(82 / 50 * 100%);
  pointer-events: none;
}

.tab-round .main-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  z-index: 2;
}

.tab-round .main-box > .bullet-box {
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #919191;
  border-radius: 50%;
  top: -11px;
  left: -11px;
  cursor: pointer;
  transition: all ease-in 300ms;
  opacity: 1;
}

.tab-round .main-box.active ~ .main-box .bullet-box {
  border: 1px solid rgba(145, 145, 145, 0.5);
}

.tab-round .main-box.active > .bullet-box {
  pointer-events: none;
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.tab-round .cont-box {
  position: absolute;
  z-index: 10;
  /* width: 21vw; */
  /* width: 50vw; */
  width: 24vw;
  /* 1200 ~ 1600 - 16px */
  max-width: clamp(300px, 50vw + -300px, 500px);
  opacity: 1;
  font-size: 1rem;
  line-height: 1.5;
  transition: all ease 300ms;
  cursor: pointer;
}

.tab-round .main-box.active > .cont-box {
  cursor: auto;
}

.tab-round .title {
  /* 1400 ~ 1600 - 16px */
  /* font-size: clamp(36px, 13.5vw + -153px ,63px); */
  font-size: clamp(28px, 10vw + -112px, 48px);
  font-family: "Oswald";
  color: var(--accent-color);
  text-transform: uppercase;
  line-height: 1.05;
  max-height: 0;
  overflow: hidden;
  margin: 0 0 20px;
  transition: all ease 300ms;
  opacity: 0;
}

.tab-round .description h3 {
  /* 1400 ~ 1600 - 16px */
  font-size: clamp(24px, 1.5vw + 3px, 27px);
  color: #1e1e1e;
  line-height: 1.2;
  margin: 0 0 15px;
}

@media only screen and (max-width: 1399.98px) {
  .tab-round .title {
    margin: 0 0 10px;
  }

  .tab-round .description h3 {
    margin: 0 0 5px;
  }
}

.tab-round .main-box.active ~ .main-box .cont-box {
  opacity: 0.5;
}

.tab-round .main-box.active .title {
  /* max-height: 135px; */
  max-height: calc(clamp(28px, 10vw + -112px, 48px) * 1.05 * 2);
  opacity: 1;
}

.tab-round .images-center .images-box {
  transition: all ease-in 200ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  transform: scale(0.8);
}

.tab-round .images-center .images-box img {
  width: 100%;
  height: 100%;
  border-radius: 300px;
  object-fit: contain;
}

.tab-round .images-center .images-box.active {
  opacity: 1;
  transform: scale(1);
}

/* 
.tab-round .images-center.no-animation .images-box {
    transition: none;
}

.tab-round .images-center .images-box.active,
.tab-round .images-center .images-box.ready-out.active,
.tab-round .images-center .images-box.ready-in.active {
    top: 0;
    z-index: 10;
}

.tab-round .images-center .ready-out {
    z-index: 10;
}

.tab-round .images-center.is-up .ready-out,
.tab-round .images-center.is-down .ready-in {
    top: -100%;
}

.tab-round .images-center.is-up .ready-in,
.tab-round .images-center.is-down .ready-out {
    top: 100%;
} */

.tab-round .main-box:nth-child(1) {
  top: 50%;
  left: 0%;
}

.tab-round .main-box:nth-child(1) .cont-box {
  right: 5vw;
  top: 0;
  transform: translateY(-50%);
}

.tab-round .main-box:nth-child(2) {
  top: 18%;
  left: 11.5%;
}

.tab-round .main-box:nth-child(2) .cont-box {
  right: 5vw;
  /* bottom: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 / 2 ); */
  bottom: 0;
}

.tab-round .main-box:nth-child(2).active .cont-box {
  /* bottom: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 * 2 ); */
  bottom: calc(clamp(28px, 10vw + -112px, 48px) * -1 * 1.05 / 2);
}

.tab-round .main-box:nth-child(3) {
  top: 18%;
  left: 88.5%;
}

.tab-round .main-box:nth-child(3) .cont-box {
  left: 5vw;
  /* bottom: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 / 2 ); */
  bottom: 0;
}

.tab-round .main-box:nth-child(3).active .cont-box {
  /* bottom: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 * 2 ); */
  bottom: calc(clamp(28px, 10vw + -112px, 48px) * -1 * 1.05 / 2);
}

.tab-round .main-box:nth-child(4) {
  top: 50%;
  left: 100%;
}

.tab-round .main-box:nth-child(4) .cont-box {
  left: 5vw;
  top: 0;
  transform: translateY(-50%);
}

.tab-round .main-box:nth-child(5) {
  top: 82%;
  left: 88.5%;
}

.tab-round .main-box:nth-child(5) .cont-box {
  left: 5vw;
  /* top: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 / 2 ); */
  top: 0;
}

.tab-round .main-box:nth-child(5).active .cont-box {
  /* top: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 * 2 ); */
  top: calc(clamp(28px, 10vw + -112px, 48px) * -1 * 1.05 / 2);
}

.tab-round .main-box:nth-child(6) {
  top: 82%;
  left: 11.5%;
}

.tab-round .main-box:nth-child(6) .cont-box {
  right: 5vw;
  /* top: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 / 2 ); */
  top: 0;
}

.tab-round .main-box:nth-child(6).active .cont-box {
  /* top: calc( clamp(28px, 10vw + -112px ,48px) * -1 * 1.05 * 2 ); */
  top: calc(clamp(28px, 10vw + -112px, 48px) * -1 * 1.05 / 2);
}

@media only screen and (max-width: 1199.98px) {
  .tab-round .items-images-box {
    display: flex;
    align-items: center;
    gap: 30px;

    width: 100%;
    border: none;
    border-radius: 0;
  }

  .tab-round .items-images-box::before {
    content: none;
  }

  .tab-round .items-box {
    display: grid;
    align-items: center;
  }

  .tab-round .main-box {
    grid-column: 1 / 2;
    grid-row: 1 / 2;

    position: static;
    width: auto;
    height: auto;
    pointer-events: none;

    opacity: 0;
    transition: all ease 400ms calc(16ms + 16ms + 16ms);
  }

  .tab-round .main-box.active {
    pointer-events: all;
    opacity: 1;
  }

  .tab-round .images-center {
    position: relative;
    width: 50%;
    left: 0;
    top: 0;
    flex-shrink: 0;
    transform: none;
  }

  .tab-round .images-center::before {
    padding-bottom: calc(50 / 50 * 100%);
  }

  .tab-round .main-box > .bullet-box {
    display: none;
  }

  .tab-round .main-box {
    opacity: 0;
    transition: opacity ease-in 300ms 0ms;
  }

  .tab-round .main-box .title {
    opacity: 1;
    max-height: none;
  }

  .tab-round .main-box .cont-box {
    position: static;
    width: 100%;
    padding: 0 0 0;
    text-align: center;
    transform: none !important;
    opacity: 1;
  }

  .tab-round .cont-box {
    width: 100%;
    max-width: 100%;
  }

  .tab-round .items-images-box::after {
    content: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .tab-round .items-images-box {
    flex-direction: column;
  }

  .tab-round .items-images-box::before {
    content: none;
  }

  .tab-round .images-center {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.custom-infobox .title {
  font-size: 3.1875rem;
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 30px;
}

.custom-infobox .icon {
  text-align: right;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -50px;
  margin: 0;
  transition: all ease-in 300ms;
}

.home-section02 .is-box .is-container {
  align-self: stretch;
}

.home-section02 .row > * {
  position: static;
}

.custom-infobox .icon:hover {
  right: -10px;
}

.home-section02 .is-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1599px) {
  .custom-infobox .icon {
    right: 15px;
    bottom: -50px;
  }

  .custom-infobox .icon:hover {
    right: 5px;
  }

  .home-section02 .is-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .home-section02 .is-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-section02 .is-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .custom-infobox .title {
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-section02 .is-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .home-section02 .is-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* custom-contactbox-01 */
.custom-contactbox-01 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.row-custom-contactbox-01 {
  overflow: hidden;
  row-gap: 30px;
}

.row-custom-contactbox-01 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-custom-contactbox-01 .custom-contactbox-01 {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.row-custom-contactbox-01 .custom-contactbox-01::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--accent-color);
  opacity: 0.15;
}

.custom-contactbox-01 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 3.75rem;
  line-height: 1;
}

.custom-contactbox-01 .cont {
  font-size: 1.25rem;
}

.custom-contactbox-01 .cont .title {
  font-size: 1.75rem;
  line-height: 1.4;
}

.custom-contactbox-01 .cont p:last-child {
  margin-bottom: 0;
}

/*banner accordion*/
.portfolio-accordions {
  display: flex;
  overflow: hidden;
  min-height: 576px;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-accordions .accordion-item,
wm-dnn-carousel .accordion-item {
  display: flex;
  position: relative;
  width: 255px;
  min-width: 250px;
  min-height: 288px;
  transition: all ease 300ms;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 255px;
}

wm-dnn-carousel .accordion-item {
  width: 100%;
  min-width: unset;
  min-height: 288px;
}

wm-dnn-carousel .accordion-item.opened,
.portfolio-accordions .accordion-item.opened {
  flex-basis: 412px;
}

wm-dnn-carousel .accordion-header,
.portfolio-accordions .accordion-header {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}

wm-dnn-carousel .accordion-header .collapsed,
.portfolio-accordions .accordion-header .collapsed {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  padding: 0px 10px 30px 20px;
  align-items: start;
  /* background-color: rgba(0, 0, 0, .5); */
  border-radius: 15px;
  transition: all ease-in 300ms;
}

wm-dnn-carousel .accordion-item.opened .accordion-header .collapsed,
.portfolio-accordions .accordion-item.opened .accordion-header .collapsed {
  padding-left: 30px;
}

wm-dnn-carousel .accordion-header .collapsed > a,
.portfolio-accordions .accordion-header .collapsed > a {
  width: 100%;
  display: block;
}

wm-dnn-carousel .accordion-content,
.portfolio-accordions .accordion-content {
  width: calc(100% - 108px - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;

  overflow: hidden;
  overflow-y: auto;
  position: absolute;
}

/* .portfolio-accordions .accordion-content::-webkit-scrollbar {
    display: none;
} */

wm-dnn-carousel .link-icon,
.portfolio-accordions .link-icon {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  transform: rotate(-45deg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

wm-dnn-carousel .accordion-title,
.portfolio-accordions .accordion-title {
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1.1;
  /* margin: 0 0 30px; */
  width: auto;
}

wm-dnn-carousel .linktext,
.portfolio-accordions .linktext {
  background: rgba(201, 201, 201, 0.53);
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
  font-size: 1.25rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 1119px) {
  wm-dnn-carousel,
  .portfolio-accordions {
    flex-wrap: wrap;
  }

  wm-dnn-carousel .accordion-item,
  .portfolio-accordions .accordion-item {
    width: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }

  wm-dnn-carousel .accordion-header .collapsed,
  .portfolio-accordions .accordion-header .collapsed {
    min-height: 576px;
  }

  wm-dnn-carousel .accordion-item.opened,
  .portfolio-accordions .accordion-item.opened {
    flex-basis: calc(50% - 12px);
  }

  wm-dnn-carousel .accordion-item.opened .accordion-header .collapsed,
  .portfolio-accordions .accordion-item.opened .accordion-header .collapsed {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 1119px) {
  wm-dnn-carousel .accordion-item.opened .accordion-header .collapsed,
  .portfolio-accordions .accordion-item.opened .accordion-header .collapsed {
    padding-left: 30px;
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  wm-dnn-carousel,
  .portfolio-accordions {
    flex-direction: column;
  }

  wm-dnn-carousel .accordion-header .collapsed,
  .portfolio-accordions .accordion-header .collapsed {
    min-height: 288px;
  }

  wm-dnn-carousel .accordion-item,
  .portfolio-accordions .accordion-item {
    width: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* [data-style="custom-tab01"]{
        --count: 0;
        --height: 0px;
        --top: 0px;
        height: calc( ( var(--count) + 1 ) * var(--height) );
    }
    .custom-tab01-main{
        position: sticky;
        top: max( var(--top) , var(--floatingHeaderHeight) );
    } */

  .custom-tab01[style*="display: block;"] {
    display: flex !important;
  }
}

.custom-tab01 .resp-tabs-list {
  width: 55%;
  flex: 0 0 55%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-tab01 .resp-tabs-container {
  width: 30%;
  margin-left: auto;
}

.custom-tab01 .resp-tabs-container .resp-accordion,
.custom-tab01 .resp-tabs-container .resp_container {
  display: none;
}

.custom-tab01 .resp-tabs-list li {
  padding: 10px;
  font-size: 1.1875rem;
  padding: 10px 25px;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 0 0 5px;
  position: relative;
  transition: all ease-in 300ms;
  border-radius: 30px;
}

.custom-tab01 .resp-tabs-list li.resp-tab-active {
  color: #1c211c;
  font-weight: bold;
  border-color: #354c79;
}

.custom-tab01 .resp-tabs-container .resp_container {
  position: relative;
}

.custom-tab01 .resp-tabs-container .resp_container::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17zm128-17l-117.8-116c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L255.3 256 153.1 356.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l117.8-116c4.6-4.7 4.6-12.3-.1-17z" fill="%23AFD4F1" ></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  width: 25px;
  height: 25px;
  left: -40px;
  margin-top: 2px;
  transition: all ease-in 300ms;
}

.custom-tab01 .resp-tabs-container .resp_container .resp_margin {
  padding-bottom: 1px;
}

@media only screen and (max-width: 1199px) {
  .custom-tab01 .resp-tabs-list {
    width: 60%;
    flex: 0 0 60%;
  }
}

@media only screen and (max-width: 991px) {
  /* .custom-tab01 .resp-tabs-container{
        width: 40%;
    } */
  .custom-tab01 .resp-tabs-container .resp_margin {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .custom-tab01 .resp-tabs-container .resp-accordion {
    display: block;
    padding: 15px 30px 15px 15px;
    font-size: 1.25rem;
  }

  .custom-tab01 .resp-tabs-container .resp_container::before {
    content: none;
  }
}

/* custom-list-01 */
.custom-list-01 {
  /* 767 ~ 1400 */
  margin: 0 0 0 clamp(20px, 3.15955766192733vw + -4.23380726698262px, 40px);
  padding: 0;
  list-style: none;
}

.custom-list-01 li {
  display: grid;
  align-items: flex-start;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  margin: 0 0 11px;
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.custom-list-01 .sico {
  color: #d2d2d2;
  margin: 0 10px 0 0;
  width: 1em;
  height: 1em;
  grid-row: 1/10;
  font-size: 1.5em;
}

.is-light-text .list-01 li,
.is-light-text .list-01 .sico {
  color: #fff;
}

html.html-night .list-01 li,
html.html-night .list-01 .sico {
  color: #fff;
}

/* footer-list */
.footer-list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.footer-list li {
  font-size: 1.4375rem;
  text-transform: uppercase;
  font-family: "Oswald";
}

.floating-header-logo {
  max-height: 100%;
  transition: all ease-in 200ms;
}

.floating-active .floating-header-logo {
  max-height: 60px;
}

#Body .floating-active .custom-header,
.mobile-header.floating-nav {
  border-bottom: none;
  appearance: none;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  background-color: transparent !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.5) 100%
  );
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-header.floating-nav > .header-mobile-bg {
  background-color: transparent !important;
}

/* about-image-group */
.about-image-group {
  padding-bottom: calc(546 / 527 * 100%);
  position: relative;
}

.about-image-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms ease 100ms;
}

.about-image-group .HoverBox {
  position: absolute;
  inset: auto 106px 0;
  /* color: #fff;
    text-shadow: 0 0 15px #000; */
  color: var(--accent-color);
  text-shadow: 0px 0 6px #000;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease 100ms;
}

.about-image-group .HoverBox {
  opacity: 1;
}

.about-image-group .HoverBox {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .about-image-group .HoverBox {
    font-size: 2.875rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-image-group .HoverBox {
    inset: auto 36px 0;
  }
}

.about-image-group .link-icon {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: rgba(2, 139, 255, 0.9);
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  transform: rotate(-45deg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1;
}

.about-image-group .image01,
.about-image-group .image02,
.about-image-group .image03 {
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.about-image-group:hover .image01 img,
.about-image-group:hover .image02 img,
.about-image-group:hover .image03 img {
  filter: brightness(0.5);
}

.about-image-group.clickImg {
  cursor: pointer;
}

.about-image-group .image01 {
  top: 0;
  width: calc(166 / 546 * 100%);
  right: calc(231 / 546 * 100%);
  border-radius: 106px 0px 36px 36px;
  padding-bottom: calc(254 / 166 * 166 / 546 * 100%);
}

.about-image-group .image02 {
  top: 0;
  right: 0;
  width: calc(208 / 546 * 100%);
  border-radius: 36px 36px 106px 0px;
  padding-bottom: calc(254 / 208 * 208 / 546 * 100%);
}

.about-image-group .image03 {
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 106px 0 106px;
  padding-bottom: calc(263 / 527 * 100%);
}

.about-image-group .PopUpImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}

.about-image-group .PopUpImage.active {
  pointer-events: all;
}

.about-image-group .PopUpImage .pic {
  position: relative;
  flex-grow: 1;
}

.about-image-group .PopUpImage .pic img {
  width: calc(166 / 546 * 100%);
  right: calc(231 / 546 * 100%);
  border-radius: 106px 0px 36px 36px;
  left: auto;
  height: calc(254 / 546 * 100%);
  opacity: 0;
}

.about-image-group .PopUpImage.active .pic img {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
  transition: all 200ms ease-in;
  opacity: 1;
}

.about-image-group .PopUpImage .content {
  position: absolute;
  inset: auto 0 0;
  padding: 15px;
  color: #fff;
  text-align: center;

  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 200ms ease;
  background: rgba(108, 108, 108, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-image-group .PopUpImage.active .content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease 300ms;
}

.about-image-group .PopUpImage .custom-button03 {
  border: none;
  font-size: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 991px) {
  .about-image-group .image01 {
    left: 0;
    right: auto;
  }

  .about-image-group .image02 {
    left: calc(189 / 546 * 100%);
    right: auto;
  }

  .about-image-group .PopUpImage .pic img {
    left: 0;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .about-image-group .image01 {
    width: calc(50% - 15px);
    border-radius: 36px 0px 16px 16px;
  }

  .about-image-group .image02 {
    left: auto;
    right: 0;
    width: calc(50% - 15px);
    border-radius: 16px 16px 36px 0px;
  }

  .about-image-group .image03 {
    border-radius: 0 36px 0 36px;
  }

  .about-image-group .PopUpImage .pic img {
    width: calc(50% - 15px);
    border-radius: 36px 0px 16px 16px;
  }
}

.img-radius-01 {
  /* 767 ~ 1400 */
  border-radius: clamp(
      36px,
      21.169036334913113vw + -126.36650868878357px,
      170px
    )
    0 clamp(16px, 5.371248025276461vw + -25.19747235387046px, 50px)
    clamp(16px, 5.371248025276461vw + -25.19747235387046px, 50px);
}

.img-radius-02 {
  /* 767 ~ 1400 */
  border-radius: 0
    clamp(36px, 21.169036334913113vw + -126.36650868878357px, 170px)
    clamp(16px, 5.371248025276461vw + -25.19747235387046px, 50px)
    clamp(16px, 5.371248025276461vw + -25.19747235387046px, 50px);
}

.img-radius-03 {
  border-radius: 10px;
}

@-webkit-keyframes isBigTitle {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-8deg);
    transform: scale(1) rotate(-8deg);
  }
}

@keyframes isBigTitle {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) var(--EndRotate);
    transform: scale(1) var(--EndRotate);
  }
}

.is-big-title {
  --EndRotate: rotate(-8deg);

  color: #fff;
  font-size: 5.0625rem;
  font-weight: bold;
  background-color: #000000;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: "Oswald";
  letter-spacing: -0.05em;
  padding: 64px 85px;
  margin-top: -40px;
  margin-left: -19%;
  margin-bottom: 30px;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  display: inline-block;
}

.is-big-title.animated {
  -webkit-animation-name: isBigTitle;
  animation-name: isBigTitle;
}

.is-big-title .line-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.is-big-title .line-block::before,
.is-big-title .line-block::after {
  flex-grow: 1;
  content: "";
  width: auto;
  height: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 1599px) {
  .is-big-title {
    margin-top: 0;
    font-size: 3.4375rem;
    padding: 30px 40px;
    margin-left: -5%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .is-big-title {
    --EndRotate: rotate(0);
    margin-left: 0;
    transform: rotate(0);
  }
}

@media only screen and (max-width: 767px) {
  .is-big-title {
    padding: 20px 25px;
    margin: 0 0 15px;
    font-size: 2rem;
    border-radius: 10px;
  }

  .is-big-title .line-block {
    gap: 5px;
    font-size: 0.75rem;
  }
}

.custom-infobox02 {
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.333333;
}

.custom-infobox02 .title {
  font-size: 3.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--accent-color);
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 20px;
}

.custom-infobox02 .subtitle {
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .custom-infobox02 .title {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.about-image-group02 {
  padding-bottom: calc(557 / 560 * 100%);
  position: relative;
}

.about-image-group02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.about-image-group02 .image01,
.about-image-group02 .image02,
.about-image-group02 .image03 {
  position: absolute;
  overflow: hidden;
}

.about-image-group02 .image01 {
  top: 0;
  left: 0;
  width: calc(337 / 560 * 100%);
  border-radius: 300px;
  height: 100%;
}

.about-image-group02 .image02 {
  top: 0;
  right: 0;
  width: calc(200 / 560 * 100%);
  border-radius: 106px 0px 36px 36px;
  padding-bottom: calc(254 / 201 * 201 / 560 * 100%);
}

.about-image-group02 .image03 {
  bottom: 0;
  right: 0;
  width: calc(200 / 560 * 100%);
  border-radius: 36px 36px 106px 0px;
  padding-bottom: calc(280 / 201 * 201 / 560 * 100%);
}

@media only screen and (max-width: 767px) {
  .about-image-group02 .image02 {
    border-radius: 36px 0px 16px 16px;
  }

  .about-image-group02 .image03 {
    border-radius: 16px 16px 36px 0px;
  }
}

.custom-title-01 {
  margin-bottom: 25px;
  line-height: 1.1;
  font-family: "Outfit";
}

.custom-testimonials {
  background-color: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  padding: 100px;
  border-radius: 100px;
  max-width: 773px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.custom-testimonials blockquote {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-testimonials.easy-carousel .carousel-navigation {
  width: 55px;
  height: 55px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  margin-top: -28px;
}

.custom-testimonials.easy-carousel .carousel-prev {
  left: -100px;
}

.custom-testimonials.easy-carousel .carousel-next {
  right: -100px;
}

.custom-testimonials.easy-carousel .testimonials-rating {
  width: 130px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23FFAC33" fill="none" ></path></svg>');
  background-size: 26px 16px;
  transform: scale(0.82);
  transform-origin: left center;
}

.custom-testimonials.easy-carousel .testimonials-rating span {
  display: block;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="rgba(231,113,27)" fill="%23FFAC33" ></path></svg>');
  background-size: 26px 16px;
}

.custom-testimonials.easy-carousel .info {
  display: flex;
  margin: auto 0 0;
  gap: 15px;
  align-items: center;
}

.custom-testimonials.easy-carousel .pic img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.custom-testimonials.easy-carousel .name {
  font-size: 1.4375rem;
  font-style: normal;
  margin: 0 0 8px;
  line-height: 1.2;
}

.custom-testimonials.easy-carousel .description {
  margin-bottom: 30px;
  font-size: 1.0625rem;
  font-style: normal;
  color: #1e1e1e;
}

.custom-testimonials.easy-carousel .description p {
  font-size: 1.0625rem;
  font-style: normal;
  color: #1e1e1e;
}

@-webkit-keyframes flexTag {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(-8deg);
    transform: scale3d(1, 1, 1) rotate(-8deg);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1) rotate(-8deg);
    transform: scale3d(1.25, 0.75, 1) rotate(-8deg);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1) rotate(-8deg);
    transform: scale3d(0.75, 1.25, 1) rotate(-8deg);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1) rotate(-8deg);
    transform: scale3d(1.15, 0.85, 1) rotate(-8deg);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1) rotate(-8deg);
    transform: scale3d(0.95, 1.05, 1) rotate(-8deg);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1) rotate(-8deg);
    transform: scale3d(1.05, 0.95, 1) rotate(-8deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(-8deg);
    transform: scale3d(1, 1, 1) rotate(-8deg);
  }
}

@keyframes flexTag {
  from {
    -webkit-transform: scale3d(1, 1, 1) rotate(-8deg);
    transform: scale3d(1, 1, 1) rotate(-8deg);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1) rotate(-8deg);
    transform: scale3d(1.25, 0.75, 1) rotate(-8deg);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1) rotate(-8deg);
    transform: scale3d(0.75, 1.25, 1) rotate(-8deg);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1) rotate(-8deg);
    transform: scale3d(1.15, 0.85, 1) rotate(-8deg);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1) rotate(-8deg);
    transform: scale3d(0.95, 1.05, 1) rotate(-8deg);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1) rotate(-8deg);
    transform: scale3d(1.05, 0.95, 1) rotate(-8deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1) rotate(-8deg);
    transform: scale3d(1, 1, 1) rotate(-8deg);
  }
}

.custom-testimonials.easy-carousel .flex-tag {
  color: #fff;
  font-size: 2.0625rem;
  font-weight: bold;
  background-color: #000000;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: "Oswald";
  letter-spacing: -0.05em;
  padding: 25px 50px;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  position: absolute;
  right: -10%;
  bottom: -8%;
}

.custom-testimonials.easy-carousel .flex-tag.animated {
  -webkit-animation-name: flexTag;
  animation-name: flexTag;
}

.custom-testimonials.easy-carousel .flex-tag a {
  color: currentColor;
}

.custom-testimonials.easy-carousel .carousel-navigation span {
  width: 11px;
  height: 11px;
  margin-top: -5px;
}

.custom-testimonials.easy-carousel .carousel-prev span {
  margin-left: -10px;
}

.custom-testimonials.easy-carousel .carousel-next span {
  margin-left: -0px;
}

.custom-testimonials.easy-carousel .carousel-navigation::before {
  content: "";
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
}

@media only screen and (max-width: 991px) {
  .custom-testimonials.easy-carousel .carousel-prev {
    left: 5px;
  }

  .custom-testimonials.easy-carousel .carousel-next {
    right: 5px;
  }

  .custom-testimonials.easy-carousel .flex-tag {
    right: -4%;
    bottom: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-testimonials {
    padding: 30px 40px;
    border-radius: 16px;
  }

  .custom-testimonials.easy-carousel .flex-tag {
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 5px;
    right: -2%;
  }

  .custom-testimonials.easy-carousel .carousel-prev,
  .custom-testimonials.easy-carousel .carousel-next {
    transform: scale(0.5);
  }
}

.portfolio-masonry-html {
  --ImageWidth: 330;
  --ImageHeight: 270;

  display: grid;
  grid-template-columns: 42% repeat(2, 1fr);
  grid-gap: 15px;
}

.portfolio-masonry-html .isotope-item {
  border-radius: 19px;
  overflow: hidden;
  position: relative;
}

.portfolio-masonry-html .isotope-item:nth-child(4n + 1) {
  grid-column-end: span 1;
  grid-row-end: span 2;
}

.portfolio-masonry-html .isotope-item:nth-child(4n + 2) {
  grid-column-end: span 2;
  grid-row-end: span 1;
}

.portfolio-masonry-html .isotope-item:nth-child(4n + 3),
.portfolio-masonry-html .isotope-item:nth-child(4n + 4) {
  grid-column-end: span 1;
  grid-row-end: span 1;
}

.portfolio-masonry-html .content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.portfolio-masonry-html img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-masonry-html .full-link {
  position: absolute;
  inset: 0;
}

.portfolio-masonry-html .title {
  color: #fff;
  font-family: "Oswald";
  font-size: 3rem;
  font-weight: bold;
  line-height: 91%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding: 20px;
}

.portfolio-masonry-html .isotope-item:nth-child(4n + 1) .title {
  font-size: 6rem;
}

.portfolio-masonry-html .isotope-item:nth-child(4n + 2) .title {
  font-size: 4rem;
}

.portfolio-masonry-html .isotope-item .link {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
  .portfolio-masonry-html {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-masonry-html .isotope-item {
    padding-bottom: calc(var(--ImageHeight) / var(--ImageWidth) * 100%);
  }

  .portfolio-masonry-html .isotope-item:nth-child(4n + 1),
  .portfolio-masonry-html .isotope-item:nth-child(4n + 2),
  .portfolio-masonry-html .isotope-item:nth-child(4n + 3),
  .portfolio-masonry-html .isotope-item:nth-child(4n + 4) {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }

  .portfolio-masonry-html .isotope-item img {
    position: absolute;
    inset: 0;
  }

  #Body .portfolio-masonry-html .isotope-item .title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  #Body .portfolio-masonry-html .isotope-item .title {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-masonry-html {
    grid-template-columns: 1fr;
  }

  .portfolio-masonry-html .isotope-item {
    padding-bottom: calc(170 / var(--ImageWidth) * 100%);
  }
}

.bg-line .is-boxes {
  display: flex !important;
}

.bg-line .is-boxes > .is-box {
  flex: 1 !important;
}

.custom-maker-01 {
  font-size: 1rem;
  line-height: 1.3;
}

.custom-maker-01 a {
  text-decoration: underline;
}
