/**
 * Theme Name: FELICE LABO
 *
 * @format
 */

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src:
    url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Futura PT Book";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Book"),
    url("fonts/FuturaCyrillicBook.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Light";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Light"),
    url("fonts/FuturaCyrillicLight.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Medium";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Medium"),
    url("fonts/FuturaCyrillicMedium.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Demi";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Demi"),
    url("fonts/FuturaCyrillicDemi.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Heavy";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Heavy"),
    url("fonts/FuturaCyrillicHeavy.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Bold"),
    url("fonts/FuturaCyrillicBold.woff") format("woff");
}
@font-face {
  font-family: "Futura PT Extra Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("fonts/Futura PT Extra Bold"),
    url("fonts/FuturaCyrillicExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  src:
    url("fonts/Futura-Medium.woff2") format("woff2"),
    url("fonts/Futura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  color: #574849;
}
.img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nopadding {
  padding: 0 !important;
}
a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #ff9010;
  text-decoration: none;
}
a,
button {
  color: #ff9010;
  outline: medium none;
}
input:focus,
textarea:focus,
:focus {
  outline: 0;
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: normal;
  color: #574849;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #574849;
  margin-bottom: 15px;
  line-height: 55px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #fdd47b;
  background: linear-gradient(90deg, #fdd47b 0%, #fdd47b 35%, #fd8b7b 100%);
  border: 1px solid transparent;
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 14px 76px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}
.btn::after {
  content: "";
  background: url("img/img_bihalist_icon_arrow_1.png") no-repeat right top;
  width: 6.34px;
  height: 11.01px;
  display: block;
  position: absolute;
  right: 25px;
  top: 20px;
}
#head-button .btn {
  float: right;
}
.container-fluid {
  padding: 0 40px;
}
.btn:hover {
  background: linear-gradient(90deg, #fd8b7b 0%, #fd8b7b 35%, #fdd47b 100%);
  color: #fff;
}
.btn:hover:before {
  width: 100%;
  color: #444;
}
.btn.brand-btn {
  background: #fbba42;
  color: #222;
}
.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42;
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440;
}
.btn i {
  margin-right: 10px;
}
/* scrollUp */
#scrollUp {
  background: #f5a39c;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*border-radius: 50%;*/
  font-size: 0;
  line-height: 34px;
}
#scrollUp::before {
  font-size: 16px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
  background: #444;
}
/* 

  2. header 

*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}
.main-menu-area {
  padding: 36px 0;
}
#homes {
}
.logo {
}
.banner-wrapper {
  background: url("img/bg-1.png") no-repeat center top;
  background-size: cover;
  padding-top: 124px;
  position: relative;
}
/* 


3. slider 


*/
.banner-container {
  position: absolute;
  bottom: 0;
  left: -15px;
}
.banner-content {
  position: relative;
}
.banner-content::after {
  background: url("img/overlay-1.png") no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  display: block;
  width: 100%;
  height: 79%;
}
.banner-content h3 {
  color: #574849;
  font-size: 38px;
  padding-left: 70px;
  position: relative;
  z-index: 1;
}
.banner-top {
  padding-bottom: 50px;
}
.banner-content h1 {
  color: #574849;
  font-size: 86.69px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.banner-content h2 {
  color: #574849;
  font-size: 87.4px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  padding-left: 145px;
  position: relative;
  z-index: 1;
}
.sign {
  position: relative;
  z-index: 1;
}
.company-box {
  background: url("img/overlay-2.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 30% 0;
}
.company-box p {
  color: #574849;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 0;
}
.company-box p span {
  color: #e1796b;
  font-weight: bold;
}
/*


 4. about-area 


*/
.about-me-area {
  position: relative;
  z-index: 1;
  background: url("img/bg-2.png") no-repeat center top;
  background-size: 100% 100%;
}
.about-sub-title {
  position: absolute;
  left: 25px;
  top: -60px;
}
.about-me-content {
  padding-left: 30px;
  padding-right: 20px;
}
.about-bottom {
  background-color: #fff;
  max-width: 1056px;
  margin: 80px auto 0;
  border-radius: 28px;
  padding: 30px 77.5px;
}
.about-bottom span {
  background-color: #ffead8;
}
.about-me-area .container-fluid {
  padding-left: 0;
}
.about-me-wrapper {
  padding-top: 60px;
}
.company-title {
}
.company-title h4 {
  font-size: 144.54px;
  line-height: 246.8px;
  color: rgba(87, 72, 73, 0.05);
  margin: 0;
  font-family: "Futura";
  writing-mode: vertical-lr;
}
.company-title {
  position: absolute;
  bottom: 80px;
  right: -55px;
}
.title-sec h3 {
  font-size: 164.54px;
  line-height: 140.8px;
  color: rgba(87, 72, 73, 0.05);
  margin: 0;
  font-family: "Futura";
}
.owl-stage {
  padding-left: 0px !important;
}
.our_team {
  position: relative;
  background: url("img/bg-3.png") no-repeat center top;
  background-size: cover;
}
.our_team .title-sec {
  position: absolute;
  right: -15px;
  top: 85px;
}
.our_team .title-sec h3 {
  color: rgba(87, 72, 73, 0.05);
}
.our_team .title-sec h3 {
  color: rgba(87, 72, 73, 0.05);
  font-size: 164.54px;
}
.titlebar h3 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 0;
}
.main_wrapper {
  max-width: 1056px;
  margin: 0 auto;
}
.team-img-meta h5 {
  background-color: #e1796b;
  margin: 0;
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  left: 10px;
  font-size: 27.47px;
  padding: 0 10px;
  text-align: center;
  height: 261px;
  bottom: -45px;
  letter-spacing: 15px;
}
.team-img-meta p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  left: 75px;
  position: absolute;
  padding-top: 10px;
  text-align: left;
  font-weight: 500;
}
.team-member {
  position: relative;
  max-width: 301px;
  margin: 0 auto;
  padding-top: 50px;
}
.team-img-meta {
  margin-bottom: 70px;
}
.latest-work-area {
  position: relative;
  background: url("img/bg-4.png") no-repeat center top;
  background-size: 100% 100%;
}
.latest-work-area h3,
.latest-work-area p {
  color: #fff;
}
.latest-work-area .title-sec {
  position: absolute;
  right: -15px;
  bottom: 0;
}
.latest-work-area .title-sec h3 {
  color: rgba(255, 255, 255, 0.3);
}
.my-resume-box {
  background: #f5a39c;
  background-size: 100% 100%;
  padding: 30px;
  position: relative;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  min-height: 600px;
}
/* Background image for odd items only in my-resume carousel */
.my-resume-area .owl-odd-item .my-resume-box {
  background: #f5a39c url("img/bg-5.png") no-repeat center top;
  background-size: 100% 100%;
}
/* Even items stay solid color in my-resume carousel */
.my-resume-area .owl-even-item .my-resume-box {
  background: #f5a39c;
  background-image: none;
}
.my-resume-area .item .my-resume-box:hover {
}
/* Gallery carousel - odd items only (if background images are added in HTML) */
#portfolio-wrapper .owl-odd-item .portfolio-img {
  /* Odd items will show background images if specified */
}
#portfolio-wrapper .owl-even-item .portfolio-img {
  /* Even items will not have background images */
  background-image: none !important;
}
.my-resume-number h4 {
  margin-bottom: 0;
  font-size: 57.38px;
  line-height: 48.4px;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.92);
}
.my-resume-number {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.my-resume-content {
  padding: 20px 10px;
}
.my-resume-content p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 5%;
}
.my-resume-content,
.my-resume-image {
  position: relative;
  z-index: 1;
}
.my-resume-title h3 {
  margin: 20px auto 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  border-top: 1px solid #574849;
  display: inline-block;
  border-bottom: 1px solid #574849;
}
.my-resume-area {
  position: relative;
  background: #fef1e2 url("img/bg-6.png") no-repeat center top;
  background-size: 100% 100%;
}
.my-resume-tittle {
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 1;
}
.tab-area {
  position: relative;
  background: #fff0df url("img/bg-7.png") no-repeat center top;
  background-size: 100% 100%;
}
.tab-content {
  background-color: #fff;
  border-radius: 37px;
  padding: 50px 50px;
}
.tab-content p {
  margin-bottom: 0;
  color: #333;
}
.tab-area .title-sec h3 {
  writing-mode: vertical-lr;
}
.tab-content .col-lg-3 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.tab-content .col-lg-9 p {
  font-size: 16px;
  line-height: 30px;
}
.tab-area .title-sec {
  position: absolute;
  bottom: 160px;
  left: 0;
}
.tab-content ul li {
  padding: 16px 0;
  border-bottom: 1px solid #f3f3f3;
}
.tab-content ul li:last-child {
  border-bottom: none;
}
.tab-wrapper .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tab-wrapper .nav-tabs .nav-item {
  max-width: 209px;
  margin-right: 15px;
}
.tab-wrapper .nav-tabs .nav-link {
  background-color: #e7e7e7;
  color: #574849;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  display: block;
}
.tab-wrapper .nav.nav-tabs.nav-justified {
  margin: 0 auto;
  justify-content: center;
  border: none;
}
.tab-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e1796b;
  background-color: #fff;
  border-color: #fff;
}
.tab-button {
  padding-top: 30px;
}
.features {
  position: relative;
  background: #fff url("img/bg-8.png") no-repeat center top;
  background-size: 100% 100%;
}
.features-title {
  position: relative;
}
.features-title .titlebar {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.features-title .titlebar h3 {
  width: 100%;
}
.features-box-top p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  line-height: 31.9px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.features-box-top .feature-icon {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.features-box-top {
  background-color: #fff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
.features-box {
  position: relative;
  padding-left: 23px;
  max-width: 263px;
}
.feature-number {
  position: absolute;
  left: 0;
  top: 0;
}
.features-box-top .feature-icon {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 35px;
  padding-bottom: 10px;
}
.features-container-bottom {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}
.features-right {
}
.features-right::after {
  background: url("img/pseudo.png") no-repeat center top;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -50px;
  bottom: 85px;
}
.contact-bottom {
  position: relative;
  top: -45px;
  margin: 0 auto;
}
.map p {
  font-size: 16px;
  padding-right: 30px;
}
.corporate-profile-details {
  padding-right: 30px;
  padding-left: 15px;
}
.corporate-profile-details p {
  margin-bottom: 0;
  font-size: 16px;
}
.corporate-profile-details ul li .col-xl-3.col-lg-3.col-md-3 {
  padding-left: 0;
}
.corporate-profile-details ul li {
  border-bottom: 1px solid #c5c2c2;
  padding: 12px 0;
}
.corporate-profile-details ul li:first-child {
  padding-top: 0;
}
.corporate-profile-details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/*
 

      10.footer


 */
footer {
  background-color: #f3807a;
}
.footer-menu ul li {
  display: inline-block;
  padding-right: 20px;
}
.footer-menu ul li:last-child {
  padding-right: 0;
}
.footer-menu ul li a {
  font-size: 14px;
  color: #fff;
}
.map-container {
  height: 500px;
  overflow: hidden;
}
.logo a {
  line-height: normal;
  display: block;
}
.team-member .btn-theme.btn-info.btn-lg {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
}
.team-member .btn-info.focus,
.team-member .btn-info:focus {
  box-shadow: none !important;
  outline: none !important;
}
.team-member .modal-dialog {
  max-width: 1170px;
}
.team-member .modal-header,
.team-member .modal-footer {
  border: none;
}
.team-member .modal-body {
  padding: 1rem 30px;
}
.team-member .modal-body .section_one h2 {
  font-weight: 600;
}
.team-member .modal-body .section_one h3 {
  font-size: 22px;
  /* padding-bottom: 30px; */
}
.team-member .modal-body .section_one p {
  font-size: 15px;
  line-height: 26px;
}
.flexbox {
  align-items: center;
}
.viewmore {
  top: 90px;
  left: 48px;
}
