:lang(ja) {
  font-family:
    YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif !important;
}

:lang(en-US) {
  font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

:lang(ja) h1,
:lang(ja) h2,
:lang(ja) h3,
:lang(ja) h4,
:lang(ja) h5,
:lang(ja) h6 {
  font-family: Meiryo, sans-serif !important;
  font-weight: bold;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

p {
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  section {
    padding: 40px 0;
  }
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
  letter-spacing: 0.05em;
}

.scroll-down-anim {
  animation: bounce-arrow 2s infinite;
  transition-delay: 0.15s;
}

.scroll-down-anim .btn {
  font-size: 1.2rem;
}

.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg {
  line-height: 3.3em;
  height: 3.3em;
  padding: 0 30px;
  font-size: 1.2em;
}

.badge {
  font-size: inherit;
}

.lead {
  font-size: 1.45rem;
  line-height: 1.5em;
}

.heading-text h4 {
  font-size: 36px;
  line-height: 1.1em;
}

.call-to-action h3 {
  line-height: 1.35em;
  margin-bottom: 1em;
}

.heading-text.heading-section h2:before,
.heading-text.heading-section h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  bottom: -30px;
  left: 0;
  right: 0;
}

.heading-text.heading-section h2:before,
.heading-text.heading-section h3:before {
  background-color: #349777;
}

.heading-text h2 .heading-text h3 {
  margin-bottom: 60px;
}

.heading-text.heading-section p,
.heading-text p {
  font-size: 17px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .heading-text.heading-section h2 {
    font-size: 3em;
  }

  .heading-text.heading-section h3 {
    font-size: 2.1em;
  }

  .heading-text h4 {
    font-size: 2.1em;
  }

  .heading-text.heading-section p,
  .heading-text p,
  .lead {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .heading-text.heading-section h2 {
    font-size: 2.6em;
  }

  .heading-text.heading-section h3 {
    font-size: 1.85em;
  }

  #showcase .heading-text.heading-section.text-center h3 {
    text-align: left;
  }

  #showcase .heading-text.heading-section.text-center h3:before {
    margin: 0;
  }

  .heading-text h4 {
    font-size: 1.9em;
  }
}

@media (max-width: 991.98px) {
  .header-inner .container {
    max-width: none;
  }
}

.sidepadding {
  padding: 0 60px;
}

.cardsample {
  border-radius: 350px;
  width: 350px;
  display: block;
}

@media (max-width: 991.98px) {
  .cardsample {
    margin-bottom: 4em;
  }

  .sidepadding {
    padding: 0 30px;
  }
}

@media (max-width: 767.98px) {
  .cardsample {
    margin: 0 auto 4em;
  }
}

@media (max-width: 575.98px) {
  .cardsample {
    border-radius: 290px;
    width: 290px;
  }

  .sidepadding {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .container .container {
    padding: 0 15px;
  }
}

/* --------------------------------
	Grid layout
-------------------------------- */

@media (max-width: 991.98px) {

  /*Grid columns: 6,5,4*/
  .grid-6-columns .grid-item,
  .post-6-columns .post-item,
  .portfolio-6-columns .portfolio-item,
  .grid-5-columns .grid-item,
  .post-5-columns .post-item,
  .portfolio-5-columns .portfolio-item,
  .grid-4-columns .grid-item,
  .post-4-columns .post-item,
  .portfolio-4-columns .portfolio-item {
    width: 16.6666666666%;
  }

  .grid-6-columns .grid-item.large-width,
  .post-6-columns .post-item.large-width,
  .portfolio-6-columns .portfolio-item.large-width,
  .grid-5-columns .grid-item.large-width,
  .post-5-columns .post-item.large-width,
  .portfolio-5-columns .portfolio-item.large-width,
  .grid-4-columns .grid-item.large-width,
  .post-4-columns .post-item.large-width,
  .portfolio-4-columns .portfolio-item.large-width {
    width: 33.333333333%;
  }
}

/*Tablet Portrait*/

@media (max-width: 767px) {

  /*Grid columns: 6,5,4*/
  .grid-6-columns .grid-item,
  .post-6-columns .post-item,
  .portfolio-6-columns .portfolio-item,
  .grid-5-columns .grid-item,
  .post-5-columns .post-item,
  .portfolio-5-columns .portfolio-item,
  .grid-4-columns .grid-item,
  .post-4-columns .post-item,
  .portfolio-4-columns .portfolio-item {
    width: 20%;
  }

  .grid-6-columns .grid-item.large-width,
  .post-6-columns .post-item.large-width,
  .portfolio-6-columns .portfolio-item.large-width,
  .grid-5-columns .grid-item.large-width,
  .post-5-columns .post-item.large-width,
  .portfolio-5-columns .portfolio-item.large-width,
  .grid-4-columns .grid-item.large-width,
  .post-4-columns .post-item.large-width,
  .portfolio-4-columns .portfolio-item.large-width {
    width: 40%;
  }
}

/*Tablet Portrait*/

@media (max-width: 480px) {

  .grid-xs-5-columns .grid-item,
  .post-xs-5-columns .post-item,
  .portfolio-xs-5-columns .portfolio-item {
    width: 20%;
  }

  .grid-xs-5-columns .grid-item.large-width,
  .post-xs-5-columns .post-item.large-width,
  .portfolio-xs-5-columns .portfolio-item.large-width {
    width: 20%;
  }
  
}

/* --------------------------------
	Header Area / Hero Slider
-------------------------------- */

#header[data-transparent="true"]+.inspiro-slider,
#header[data-transparent="true"]+#slider {
  top: -98px;
  margin-bottom: -88px;
}

.inspiro-slider .slide .container,
.inspiro-slider .slide .container-wide {
  padding-top: 100px;
}

@media (max-width: 991.98px) {

  .inspiro-slider .slide .slide-captions h1,
  .inspiro-slider .slide .slide-captions h2 {
    font-size: 55px;
    line-height: 1em;
  }
}

@media (max-width: 767.98px) {

  .inspiro-slider .slide .slide-captions h1,
  .inspiro-slider .slide .slide-captions h2 {
    font-size: 45px;
    line-height: 1em;
  }
}

@media (max-width: 480px) {

  .inspiro-slider .slide .slide-captions h1,
  .inspiro-slider .slide .slide-captions h2 {
    font-size: 40px;
    line-height: 1em;
  }
}

#slider .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.inspiro-slider .slide .slide-captions .strong {
  font-size: 1em !important;
}

.p-dropdown {
  font-size: 14px;
}

#mainMenu {
  margin-right: 2em;
}

#mainMenu-trigger .x.toggle-active .lines:before,
#mainMenu-trigger .x.toggle-active .lines:after {
  height: 3px;
}

#mainMenu nav>ul>li>a {
  font-size: 14px;
}

:lang(ja) #mainMenu nav>ul>li>a {
  font-size: 15px;
  font-weight: normal;
}

#mainMenu:not(.menu-overlay) nav>ul>li>a {
  display: inline-block;
}

:lang(ja) #header.header-sticky #mainMenu nav>ul>li>a {
  font-size: 13px;
  font-weight: normal;
}

:lang(en) #header.header-sticky #mainMenu nav>ul>li>a {
  font-size: 12px;
  font-weight: 600;
}

.mainMenu-open #header.header-sticky #mainMenu nav>ul>li>a,
.mainMenu-open #header #mainMenu nav>ul>li>a {
  font-size: 1.15em;
}

#logo a .logo-default {
  background: url("../images/logo-white.svg") no-repeat;
  background-size: 228px 60px;
  width: 228px;
  height: 60px;
  display: inline-block;
  text-indent: -9999px;
}

#header {
  line-height: 98px;
  height: 98px;
}

#header #logo {
  top: 13px;
  left: 0.75em;
  text-align: left;
  height: unset;
}

#header .header-inner #logo,
#header #header-wrap #logo {
  padding-top: 10px;
  height: unset;
}

#header.header-sticky .header-inner #logo {
  padding-top: 0;
}

#header.header-sticky #logo a .logo-default {
  background-size: 171px 45px;
  width: 171px;
  height: 45px;
}

#mainMenu-trigger {
  height: 88px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767.98px) {
  #header {
    line-height: 63px;
  }

  #mainMenu-trigger {
    height: 63px;
  }

  #header #logo a .logo-default {
    background-size: 171px 45px;
    width: 171px;
    height: 45px;
  }

  #header #logo {
    top: 9px;
  }
}

.header-extras {
  margin-right: 1.2em;
  height: 63px;
}

@media (max-width: 991.98px) {
  .header-extras {
    float: right;
    margin-top: 0.1em;
  }

  #header.header-sticky .header-inner #logo {
    top: 12px;
  }
}

#header.header-sticky.sticky-active .header-inner {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  #mainMenu-trigger .lines-button {
    display: none;
  }
}

.header-extras .p-dropdown .p-dropdown-content,
.header-extras .p-dropdown ul.p-dropdown-content {
  margin-top: -15px;
}

#header.header-sticky {
  line-height: 70px;
}

#header.header-sticky .header-inner {
  height: unset;
}

#header.header-sticky #mainMenu-trigger {
  height: 70px;
}

#mainMenu nav>ul>li {
  -webkit-transition: none;
  transition: none;
}

#mainMenu nav>ul>li>a {
  padding: 10px 12px;
}

.mainMenu-open #header.header-sticky .header-inner {
  background-color: #171A21 !important;
  height: 100%;
}

.flickity-button {
  z-index: 9;
}

.mainMenu-open #header #mainMenu {
  overflow: hidden;
}

.mainMenu-open #header #mainMenu nav {
  margin-top: 30px;
}

#mainMenu nav>ul {
  text-align: center;
}

.lines {
  top: 0;
}

#mainMenu nav>ul>li:last-child>a {
  background: #11846d;
  border-radius: 7px;
  color: #fff !important;
  margin-left: 0.85em;
  padding-top: 13px;
}

#mainMenu nav>ul>li:last-child>a:hover {
  background: #349777;
  color: #fff !important;
}

.mainMenu-open #header.header-sticky #mainMenu nav>ul>li:last-child>a,
.mainMenu-open #header #mainMenu nav>ul>li:last-child>a {
  background: none;
  border-radius: unset;
  color: #000;
  margin-left: 0;
}

.mainMenu-open #header.header-sticky #mainMenu nav>ul>li:last-child>a:hover,
.mainMenu-open #header #mainMenu nav>ul>li:last-child>a:hover {
  color: #349777 !important;
}

/* ----------------------------
    Hero Slider
/* ---------------------------- */

.inspiro-slider h1 {
  font-family: "Poppins", sans-serif !important;
}

.inspiro-slider .flickity-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.inspiro-slider a#badge {
  position: absolute;
  background: url("../images/showcase.png") no-repeat;
  z-index: 2;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  border-bottom: 1px solid #333;
}

@media only screen and (min-width: 1170px) {
  .inspiro-slider a#badge {
    right: 3.5%;
    bottom: 5%;
    height: 107px;
    width: 200px;
    background-size: 200px 107px;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1169px) {
  .inspiro-slider a#badge {
    right: 3.5%;
    bottom: 4%;
    height: 85px;
    width: 160px;
    background-size: 160px 85px;
  }
}


/* --------------------------------
	Bounce Arrow keyframes
-------------------------------- */

@-webkit-keyframes bounce-arrow {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce-arrow {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-ms-keyframes bounce-arrow {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce-arrow {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* --------------------------------
	About
-------------------------------- */

.features-section-agency {
  padding: 70px 0 0;
}

#whychoose {
  margin-top: 0;
  background: url(../images/parallax/client-meeting-discussion-logo-design-project2.webp) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  #whychoose {
    background-position: 50%;
  }
}

@media (max-width: 575.98px) {
  #whychoose {
    background-position: 75%;
  }
}

#whychoose .bg-overlay {
  background: rgb(2 6 16 / 80%);
  opacity: 0.6;
}

.features-section-agency {
  padding: 70px 0;
}

img#designer {
  width: 100%;
}

.features-section {
  padding: 80px 0;
}

.features-heading h2 {
  color: #fff;
  font-size: 33px;
  padding-bottom: 10px;
}

.features-heading p {
  margin-bottom: 60px !important;
  color: #fff;
}

.featured-content .features-icon-box:first-child {
  margin-top: 60px;
}

.why-you-love-icon-box {
  margin-bottom: 5em;
}

.why-you-love-icon:hover .icon-rounded {
  background: rgb(15 97 85);
  background: linear-gradient(135deg,
      rgb(57 151 121) 0%,
      rgb(37 137 118) 39%,
      rgb(23 109 101) 100%);
}

@media (max-width: 1199.98px) {
  .why-you-love-icon-box {
    margin-bottom: 4em;
  }
}

@media (max-width: 575.98px) {
  .why-you-love-icon-box {
    margin-bottom: 5em;
  }
}

.features-icon-box {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

.features-icon {
  display: table-cell;
  font-size: 40px;
  color: #fff;
}

.features-icon .icon {
  width: 44px;
}

.features-icon-box h4 {
  color: #fff;
}

.features-content {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
}

.features-content p {
  font-size: 14px;
  color: #fff;
  margin: 1em 0;
}

.features-content-phone {
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
  color: #fff;
}

.features-content-phone p {
  font-size: 14px;
  color: #fff;
  margin: 1em 0;
}

.iphone-image {
  margin: 2px 27px;
}

.features-section-agency .features-icon-box {
  display: table;
  margin-bottom: 0;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

.why-you-love {
  background: #ededed;
  padding-bottom: 60px;
}

.why-you-love-heading h2 {
  padding-bottom: 60px;
}

.why-you-love-content p {
  font-size: 14.5px;
  margin: 1em 0;
}

.why-you-love-icon .icon-rounded {
  border-radius: 50%;
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  background: rgb(83, 98, 111);
  background: linear-gradient(153deg,
      rgba(83, 98, 111, 1) 0%,
      rgba(27, 38, 48, 1) 100%);
  transition: all 0.2s ease-in-out;
}

.why-you-love-icon .icon {
  font-size: 50px;
  line-height: 130px;
  color: #f9f9fa;
  transition: all 0.2s ease-in-out;
}

.why-you-love-icon .icon-rounded:hover {
  background: rgb(15 97 85);
  background: linear-gradient(135deg,
      rgb(57 151 121) 0%,
      rgb(37 137 118) 39%,
      rgb(23 109 101) 100%);
}

.why-you-love-icon .icon-rounded:hover .icon {
  color: #f0e9da;
}

/* --------------------------------
	Let us know & Price 
-------------------------------- */

.call-to-action.call-to-action-border {
  border: 1px solid #ddd;
}

#price {
  background: url(../images/lightgraybg.png) repeat;
}

@media (max-width: 1199.98px) {
  .pricing-table .plan.featured {
    margin-top: 0;
  }
}

.pricing-table .plan {
  position: relative;
}

.pricing-table .plan .limited-offer {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 58px solid#167d69;
  border-left: 58px solid transparent;
  height: 58px;
  width: 58px;
  z-index: 1;
}

.pricing-table .plan .limited-offer span {
  top: 0;
  right: 0;
  transform-origin: 77px -14px;
  transform: rotate(45deg);
  color: #fff;
  font-size: 0.85em;
  position: absolute;
}

.pricing-table .plan .plan-header .plan-price {
  font-size: 3em;
  letter-spacing: -0.07em;
}

.pricing-table .plan .plan-header .plan-price sup {
  top: -20px;
}

:lang(ja) .pricing-table .plan .plan-header .plan-price sup {
  font-family: "Poppins", sans-serif !important;
}

.pricing-table .plan .plan-header .plan-price span {
  letter-spacing: -0.04em;
}

:lang(ja) .pricing-table .plan .plan-header .plan-price span {
  font-family: Meiryo, sans-serif !important;
  font-weight: 900;
}

:lang(ja) .pricing-table .plan .plan-header .plan-price {
  font-family: "Poppins", sans-serif !important;
}

.pricing-table .plan .details .plan-list {
  padding: 0 0 40px;
}

.pricing-table .plan.featured .plan-list,
.pricing-table .plan-list {
  padding: 0 0 40px;
}

.pricing-table .plan-list ul {
  padding: 0 20px;
  margin-bottom: 1em;
}

.pricing-table .plan .rewards .plan-header,
.pricing-table .plan .rewards .plan-list {
  background-color: #30303c;
  border-color: #30303c;
  color: #fff;
}

.pricing-table .plan .details .plan-header,
.pricing-table .plan .details .plan-list {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.pricing-table .plan .rewards .plan-header h4 {
  color: #fff;
  margin-bottom: 1.2em;
}

.pricing-table .plan .details .plan-header h4 {
  margin-bottom: 1.2em;
}

.rewards .icon-rounded {
  border-radius: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  background: #fdb305;
}

.rewards .icon {
  font-size: 40px;
  line-height: 90px !important;
  color: #fff;
}

.pricing-table .plan .rewards .plan-featured-item {
  border: 1px solid #e3e3e3 !important;
  font-weight: 600;
  padding: 5px 0;
  display: block;
  width: 130px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.pricing-table .plan-list ul li {
  padding: 0.6em 0;
  line-height: initial;
}

.pricing-table .plan .rewards .plan-list ul,
.pricing-table .plan .details .plan-list ul {
  margin-bottom: 0.2em;
}

.pricing-table .plan .rewards .plan-list ul li,
.pricing-table .plan .details .plan-list ul li {
  border-bottom: 1px solid #979797;
  line-height: initial;
  padding: 0.6em 0;
}

.pricing-table .plan .rewards .plan-list ul li:last-child {
  border: none;
}

.pricing-table .plan .plan-list p {
  padding: 0 3em;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.35em;
  max-width: 300px;
  margin: 0 auto;
  padding: 0 3em 1em;
}

.pricing-table .plan .rewards .plan-list p {
  color: #b9b9b9;
  font-size: 0.8em;
  margin-top: 1em;
}

.special-box-content {
  padding: 0 43px 60px;
}

.special-box {
  position: relative;
  padding: 0;
  margin-top: 0px;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 8px;
}

.special-box-content h3 {
  position: relative;
  top: 0;
  font-weight: 800;
  line-height: 1.5em;
  padding: 10px 34px 10px;
  margin: 0 auto 33px;
  display: inline-block;
  transform: translateY(-50%);
  background: rgba(196, 152, 65, 1);
  background: -moz-linear-gradient(-45deg,
      rgba(196, 152, 65, 1) 0%,
      rgba(176, 143, 65, 1) 41%,
      rgba(158, 113, 17, 1) 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0%, rgba(196, 152, 65, 1)),
      color-stop(41%, rgba(176, 143, 65, 1)),
      color-stop(100%, rgba(158, 113, 17, 1)));
  background: -webkit-linear-gradient(-45deg,
      rgba(196, 152, 65, 1) 0%,
      rgba(176, 143, 65, 1) 41%,
      rgba(158, 113, 17, 1) 100%);
  background: -o-linear-gradient(-45deg,
      rgba(196, 152, 65, 1) 0%,
      rgba(176, 143, 65, 1) 41%,
      rgba(158, 113, 17, 1) 100%);
  background: -ms-linear-gradient(-45deg,
      rgba(196, 152, 65, 1) 0%,
      rgba(176, 143, 65, 1) 41%,
      rgba(158, 113, 17, 1) 100%);
  background: linear-gradient(135deg,
      rgba(196, 152, 65, 1) 0%,
      rgba(176, 143, 65, 1) 41%,
      rgba(158, 113, 17, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c49841', endColorstr='#9e7111', GradientType=1);
  color: #fff;
}

.special-box-content li {
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 2.2em;
  text-align: left;
}

.special-box-content li:last-child {
  padding-bottom: 0;
}

.pricing-table {
  cursor: unset;
}

/* --------------------------------
	Talk to Designer
-------------------------------- */

#introduction {
  background: url(../images/graybg.png) repeat;
  padding-top: 90px;
}

#introduction img {
  padding: 2em 0;
}

@media (max-width: 1199.98px) {
  #introduction {
    padding-top: 0;
    margin-top: 3em;
  }

  #introduction img {
    padding: 3.3em 0 2em;
  }

  #introduction .whitop {
    background: url(../images/whiteshade.png) repeat-x 0 0;
  }

  #introduction .heading-text h4 {
    margin-bottom: 60px;
  }
}

/* --------------------------------
	Workflow
-------------------------------- */

#workflow {
  background: url(../images/lightgraybg.png) repeat;
}

#workflow-tab {
  margin-bottom: 20px;
}

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.board>div.board-inner>.nav-tabs {
  border: none;
}

p.narrow {
  width: 63%;
  margin: 10px auto;
}

.liner::before {
  height: 2px;
  background: #d0d0d0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 63%;
  content: " ";
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
  outline: 0;
}

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: relative;
  left: 0;
  text-align: center;
  font-size: 25px;
}

li a.active span.round-tabs.one,
li a.active span.round-tabs.two,
li a.active span.round-tabs.three,
li a.active span.round-tabs.four,
li a.active span.round-tabs.five,
li a.active span.round-tabs.six {
  color: #fff;
}

span.round-tabs.one {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

span.round-tabs.two {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

span.round-tabs.three {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

span.round-tabs.four {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

span.round-tabs.five {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

span.round-tabs.six {
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
}

#workflow .nav-tabs .nav-link,
#workflow .nav-tabs .nav-link.active,
#workflow .nav-tabs .nav-link.bx-stop.active {
  border: none;
  background-color: transparent;
}

.nav-tabs>li>a.active span.round-tabs {
  background: #349777;
  border: #349777;
}

.nav-tabs>li {
  width: 16.6%;
}

.nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
}

.nav-tabs>li a:hover {
  background: transparent;
  border: none;
}

.tab-pane {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}

.btn-outline-rounded {
  padding: 15px 30px;
  margin: 20px 0;
  border: none;
}

@media (max-width: 585px) {
  .board {
    width: 100%;
    height: auto !important;
  }

  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .tab-content .head {
    font-size: 20px;
  }

  .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .btn-outline-rounded {
    padding: 12px 20px;
  }
}

/* --------------------------------
	Column Adjust - workflow
-------------------------------- */

@media (max-width: 575.98px) {
  #show-2col-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  #show-2col-sm {
    display: none;
  }
}

.stepnum {
  font-size: 40px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
}

/* --------------------------------
	Showcase
-------------------------------- */

.portfolio-item {
  cursor: default;
}

.portfolio-item .portfolio-description {
  width: auto;
  padding: 0;
}

.portfolio-item .portfolio-description a i {
  width: auto;
  height: auto;
  line-height: unset !important;
  background-color: transparent;
  color: #fff;
  border: none;
}

.portfolio-item .portfolio-description a:hover i {
  border: none;
}

#showcase {
  margin-bottom: 0;
}

#showcase .page-menu {
  border-top: none;
  border-bottom: none;
  margin-bottom: 1em;
}

#showcase .portfolio-item button.btn,
#showcase .portfolio-item .btn:not(.close):not(.mfp-close),
#showcase .portfolio-item a.btn:not([href]):not([tabindex]) {
  background-color: #35434f;
  border-color: #35434f;
}

button.btn.btn-reveal i,
.btn:not(.close):not(.mfp-close).btn-reveal i,
a.btn:not([href]):not([tabindex]).btn-reveal i {
  margin-top: -8px;
}

.portfolio-item .portfolio-description a:hover i,
.portfolio-item .grid-description a:hover i,
.portfolio-item .portfolio-links a:hover i,
.grid-item .portfolio-description a:hover i,
.grid-item .grid-description a:hover i,
.grid-item .portfolio-links a:hover i {
  border: none;
  background-color: #35434f;
}

#page-title[data-bg-parallax],
[data-bg-parallax] {
  background-color: #fff;
}

#services {
  background-position-x: 100%;
  background-size: cover;
}

@media (max-width: 767.98px) {
  #showcase {
    margin-bottom: 0;
  }

  #services {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }
}

#services .bg-overlay {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.1;
}

#services img {
  width: 63%;
  float: right;
}

#services .heading-text.heading-section p {
  margin-bottom: 2em;
}

#services .heading-text.heading-section p:last-child {
  margin-bottom: 6em;
}

@media (max-width: 991.98px) {
  #services .heading-text.heading-section p {
    margin-bottom: 1em;
  }

  #services .heading-text.heading-section p:last-child {
    margin-bottom: 3em;
  }
}

.box-fancy {
  background: #15151E;
}

/* --------------------------------
	Logo Slideshow
-------------------------------- */

#slideshow {
  overflow: hidden;
}

#slideshow .heading-text {
  padding-bottom: 4.2em;
}

@media (max-width: 991.98px) {
  #slideshow .heading-text {
    padding-bottom: 2.2em;
  }
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bx-controls-direction {
  position: absolute;
  right: 1em;
  bottom: -46px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dce1e4;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 1em;
  line-height: 0;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9999;
  display: inline-block;
  width: 25px;
  height: 25px;
  bottom: 43px;
  margin-top: -16px;
  backface-visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.7s;
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
  font-family: inspiro-icons !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #6c6f76;
}

.bx-wrapper .bx-prev:before {
  content: "\e92f";
}

.bx-wrapper .bx-next:before {
  content: "\e930";
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

@media (max-width: 991.98px) {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media (max-width: 1199.98px) {
  .bx-wrapper {
    margin-bottom: 0;
  }

  .bx-wrapper .bx-prev {
    right: 35px;
  }

  .bx-wrapper .bx-next {
    right: 10px;
  }

  .container#slideshow {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .container#slideshow .row div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container#slideshow .row div.noslides {
    margin: 0 auto !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .container#slideshow .row div.noslides .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container#slideshow .container {
    margin: 0 auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
  }
}

/* --------------------------------
	Voice
-------------------------------- */

#voice .flickity-prev-next-button {
  display: none;
}

#voice .bg-overlay {
  background: rgba(7, 12, 28, 0.8);
  opacity: 0.8;
}

#voice.fullscreen .container {
  margin-top: 10px;
  margin-bottom: 5px;
}

#voice .testimonial-item p {
  font-size: 1.1rem;
}

#voice .testimonial-item span {
  font-size: 0.8rem;
}

:lang(ja) #voice .heading-text h3 span {
  font-family: Meiryo, sans-serif !important;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  section#voice {
    padding-bottom: 60px;
  }

  .shape-divider {
    display: none;
  }
}

/* --------------------------------
	Counter
-------------------------------- */

#counter {
  background-position-x: 100%;
  background-position-y: 50%;
  background-size: cover;
}

#counter .bg-overlay {
  background: rgb(2 6 16 / 70%);
  opacity: 0.5;
}

#counter .counter {
  margin-bottom: 0;
}

#counter .icon-box.fancy {
  left: 50%;
  height: 125px;
  text-align: center;
}

#counter .icon-box.fancy .icon {
    display: flex;
    justify-content: center;
    margin-bottom: -40%;
}

#counter .icon-box.fancy .text-center {
  text-align: center;
  width: 160px;
}

@media (max-width: 1199.98px) {
  #counter .icon-box.fancy {
    left: 0;
  }
}

#counter .counternum {
  padding-top: 120px;
}

@media (min-width: 1200px) {
  #counter .counternum {
    padding-right: 120px;
  }
}

@media (max-width: 991.98px) {
  #counter .counternum {
    padding-top: 10px;
  }
}

#counter .icon-box {
  margin: 2.5em 0 3em;
}

#counter .icon-box .icon {
  height: auto;
}

@media (max-width: 991.98px) {
  #counter .icon-box {
    margin: 1.8em 0 3em;
  }
}

@media (min-width: 992px) {
  #counter .text-center {
    text-align: unset !important;
  }
}

#counter .icon-box .text-lg {
  line-height: 0.85em;
}

:lang(ja) #counter .icon-box .text-lg span {
  font-family: "Poppins", sans-serif !important;
}

:lang(ja) #counter .icon-box p strong {
  font-family: Meiryo, sans-serif !important;
  font-weight: bold;
}

#counter .icon-box.fancy .icon i {
  opacity: 0.2;
}

#counter .icon-box p {
  margin: 0 auto;
}

/* --------------------------------
	Footer
-------------------------------- */

#footer {
  background: url(../images/debut_dark.png) repeat;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#footer_logo {
  margin-top: -0.65em;
}

:lang(ja) .social-icons i.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

@media (max-width: 767.98px) {
  #footer_logo {
    margin-top: 3em;
  }

  #footer_logo,
  .social-icons ul {
    text-align: center;
    display: inline-block;
  }
}

#footer_logo p img {
  margin-bottom: 2em;
}

#footer .footer-content {
  background: url(../images/treebg.png) no-repeat 100% 100%;
  padding: 90px 0 70px 0;
}

#footer .footer-content h5 {
  color: #fff;
}

.icon-box.clean.small .icon i {
  color: #d0d0d0;
}

#footer .copyright-content {
  background: url(../images/textured_paper.png) repeat-x;
}

:lang(ja) #footer .copyright-text {
  font-family: Meiryo, sans-serif !important;
}

#footer .copyright-text,
#footer a:not(.btn):not(:hover),
#footer .copyright-text a:hover,
#footer .copyright-text a:focus,
#footer .copyright-text a:active {
  color: #fff;
}

#footer .icon-box {
  margin: 0;
}

:lang(ja) #footer .icon-box p,
:lang(ja) #footer .icon-box p strong {
  font-family: "Poppins", sans-serif !important;
}

.icon-box.small>h3 {
  color: #fff;
}

.icon-box.small>p {
  color: #d0d0d0;
}

.icon-box.small strong {
  color: #858685;
}

/* --------------------------------
	FAQ
-------------------------------- */

.accordion .ac-item:nth-of-type(odd) {
  background-color: #fff;
}

.accordion .ac-item:nth-of-type(even) {
  background-color: #f2f2f2;
}

.accordion .ac-item .ac-title {
  padding-right: 1.8em;
}

/* --------------------------------
	Contact Icon (scroll top)
-------------------------------- */

@media (max-width: 767.98px) {
  #scrollTop {
    display: none;
  }

  #scrollContact a {
    z-index: 2;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 12px;
    bottom: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition:
      opacity 0.3s,
      bottom 0.5s,
      box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
      background-color 0.1s linear;
    transition:
      opacity 0.3s,
      bottom 0.5s,
      box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
      background-color 0.1s linear;
    background-color: rgba(110, 110, 110, 0.38) !important;
    overflow: hidden;
  }

  #scrollContact a i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition:
      transform 0.2s ease,
      -webkit-transform 0.2s ease;
  }

  #scrollContact a:hover {
    -webkit-transition:
      box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
      background-color 0.05s linear 0.25s;
    transition:
      box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
      background-color 0.05s linear 0.25s;
    background-color: transparent !important;
  }

  #scrollContact a:hover i {
    -webkit-transform: translate(0, -39px) !important;
    -ms-transform: translate(0, -39px) !important;
    transform: translate(0, -39px) !important;
  }

  #scrollContact a:after,
  #scrollContact a:before {
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #088d77;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
  }

  #scrollContact a:before {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2;
  }

  #scrollContact a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  #scrollContact a:active:before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #scrollContact a {
    display: none;
  }
}

/* --------------------------------
	Contact Form
-------------------------------- */

.modal-title {
  font-size: 1.5em;
}

.modal-header .close {
  width: 30px;
  border-radius: 30px;
  height: 30px;
  right: 50%;
  top: unset;
  bottom: -5em;
  font-weight: 900;
  margin-right: -15px;
}