@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  background-color: #fff;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 25px 0;
  font-weight: 300;
}

p.text-right{

text-align: right;

}

.nolist{
  list-style: none;
}

li {
	margin-left: 1.4em;
	text-indent: -1.4em;
	list-style: none;
	display: inline-block;
	padding: 5px;
	text-align: center;
}

.skew {
  font-size: 1.1em!important;
  font-weight: 900;
  letter-spacing: 0.5em;
}

.no_marker {
  list-style-type: none;
}

a {
  color: #F69570;
  text-decoration: none;
}

a.yabuki {

  color:#000;
  text-decoration: none;
}

a:hover {
  color: #f59f6c;
}

.sm-logo {
  width: 120px;
  margin: 25px 0;
}
.dl-list{
  font-size: 0.8em!important;
}
.dl-list dt{
  font-weight: normal;
}
.dl-list dd{
  margin-left: 0;
}
.dl-table,
.dl-table dt,
.dl-table dd {
  font-weight: 300;
  margin: 0 !important;
  padding: 0;
}

.dl-table dt,
.dl-table dd {
  padding: 15px 0;
}

.dl-table {
  display: flex;
  width: 100%;
}

.dl-table {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.dl-table dt {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: left;
}

.dl-table dd {
  width: 80%;
  text-align: right;
}

::selection {
  background: #F5B691;
  color: #fff;
}

::-moz-selection {
  color: #fff;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.opacity-5 {
  opacity: .5;
}

.opacity-7 {
  opacity: .7;
}

.accordion{
border: none !important;
--bs-accordion-border-color: none !important;
--bs-accordion-btn-focus-border-color: #fe86f0 !important;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25remrgb(13 110 253 / 0%) !important;
--bs-accordion-body-padding-x: 1.25rem !important;
--bs-accordion-body-padding-y: 1rem !important; 
--bs-accordion-active-color: #000000 !important;
--bs-accordion-active-bg: #f4b690 !important;
}

.heading-area {
  position: relative;
  text-align: center;
  z-index: 11;
}

.heading-area.long-area {
  width: 85%;
}

.heading {
  display: inline-block;
  padding: 15px;
  font-size: 5rem;
  font-family: 'aeel', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #3e3e3e;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  opacity: 0;
}

.heading span {
  display: block;
  font-size: 0.2em;
  line-height: 1.5em;
  letter-spacing: 1.3em;
  margin-left: 1em;
}

.news-title {
  font-size: 45px;
  font-family: 'aeb', 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.focusin_anim {
  -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: skewX(0deg) skewY(-3deg);
  }
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: skewX(0deg) skewY(-3deg);
  }
}
.text {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

.btn-main {
  position: relative;
  padding: 8px 30px;
  color: #000000;
  border: solid 1px #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: .5s ease;
  z-index: 11;
}

.btn-main:hover {
  color: #ffffff;
  background-color: #000000;
}

.btn-main-inverse {
  position: relative;
  padding: 8px 30px;
  color: #ffffff;
  background-color: #2b2b2b;
  border: solid 1px #2b2b2b;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-decoration: none;
  transition: .5s ease;
  z-index: 11;
}

.btn-main-inverse:hover {
  color: #2b2b2b;
  background-color: #fff;
  border: solid 1px #fff;
}

.white-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.black-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.position-relative {
  position: relative;
}


.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top-half {
  padding-top: 80px;
}

.padding-bottom-half {
  padding-bottom: 80px;
}

.preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 999;
}

.ball-scale-multiple>div {
  background-color: #F5B691;
}

.dot-container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url('#goo');
  animation: rotate-move 2s ease-in-out infinite;
}

.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dot-3 {
  background-color: #000000;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: #000000;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: #000000;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
  20% {
    transform: scale(1)
  }

  45% {
    transform: translateY(-18px) scale(.45)
  }

  60% {
    transform: translateY(-90px) scale(.45)
  }

  80% {
    transform: translateY(-90px) scale(.45)
  }

  100% {
    transform: translateY(0px) scale(1)
  }
}

@keyframes dot-2-move {
  20% {
    transform: scale(1)
  }

  45% {
    transform: translate(-16px, 12px) scale(.45)
  }

  60% {
    transform: translate(-80px, 60px) scale(.45)
  }

  80% {
    transform: translate(-80px, 60px) scale(.45)
  }

  100% {
    transform: translateY(0px) scale(1)
  }
}

@keyframes dot-1-move {
  20% {
    transform: scale(1)
  }

  45% {
    transform: translate(16px, 12px) scale(.45)
  }

  60% {
    transform: translate(80px, 60px) scale(.45)
  }

  80% {
    transform: translate(80px, 60px) scale(.45)
  }

  100% {
    transform: translateY(0px) scale(1)
  }
}

@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  80% {
    transform: translate(-50%, -50%) rotate(360deg)
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@keyframes index {

  0%,
  100% {
    z-index: 3
  }

  33.3% {
    z-index: 2
  }

  66.6% {
    z-index: 1
  }
}
.lum-gallery-button{
  display: none!important;
}
.lum-lightbox{
  z-index: 9999!important;
}
.lum-lightbox-inner img{
  max-width: 100%!important;
}
.menu-line i {
  transform: rotate(-10deg);
  display: inline-block;
}



#VL_logo path:nth-child(10){
  stroke-dasharray: 5320.4666748046875;
  stroke-dashoffset: 5320.4666748046875;
  animation: line-anim 3.0s ease forwards ;

  
}

#VL_logo path:nth-child(9){
  stroke-dasharray: 2920.298828125;
  stroke-dashoffset: 2920.298828125;
  animation: line-anim 3.0s ease forwards 0.4s;

  
}
#VL_logo path:nth-child(8){
  stroke-dasharray: 1146.9862060546875;

  stroke-dashoffset:1146.9862060546875;
  animation: line-anim 3.0s ease forwards 0.6s;


}
#VL_logo path:nth-child(7){
  stroke-dasharray: 1555.72607421875;

  stroke-dashoffset: 1555.72607421875;
  animation: line-anim 3.0s ease forwards 0.4s;

}
#VL_logo path:nth-child(6){
  stroke-dasharray: 2290.3154296875;
  stroke-dashoffset: 2290.3154296875;
  animation:line-anim 3.0s ease forwards 0.6s;


}


#VL_logo path:nth-child(5){
  stroke-dasharray: 1163.1639404296875;
  stroke-dashoffset: 1163.1639404296875;
  animation: line-anim 3.0s ease forwards 0.8s;

}
#VL_logo path:nth-child(4){
  stroke-dasharray: 1368.5357666015625;

  stroke-dashoffset: 1368.5357666015625;
  animation: line-anim 3.0s ease forwards 1.1s;

}
#VL_logo path:nth-child(3){
  stroke-dasharray: 1748.1097412109375;

  stroke-dashoffset: 1748.1097412109375;
  animation: line-anim 3.0s ease forwards 1.4s;


}

#VL_logo path:nth-child(2){
  stroke-dasharray: 2127.339599609375;

  stroke-dashoffset: 2127.339599609375;
  animation: line-anim 3.0s ease forwards 1.9s;

}
#VL_logo path:nth-child(1){  
  stroke-dasharray: 3452.83740234375;

  stroke-dashoffset: 3452.83740234375;
  animation: line-anim 3.0s ease forwards 2.6s;


}

#VL_logo path:nth-child(0){
  stroke-dasharray: 5320.2708129882812;
  stroke-dashoffset:532.2708129882812;
  animation: line-anim 3.0s ease forwards 3.3s;

}

#VL_logo{ 
  animation: fill 2.0s ease forwards 3.0s;
margin-right: 20px;
  transform: translate(-0px, -100px);
  max-width: 100%;
  max-height: 50%vh;
}

@keyframes line-anim
{ 
  
  0% {
    stroke-dashoffset: 100%;
    fill: rgb(255, 255, 255);
  }
  100% {
    stroke-dashoffset: 0%;
    fill:#f4b690;
  }
}

@keyframes fill{
 from { 
   fill:white;

 }
 
  to {
       fill:#f4b690;
     }
}

.border-top-bg {
  height:10px;
  width:100%;
  background-image: url("../img/BG11.svg");
  background-repeat: no-repeat;
  background-position: center;
  rotate: 180;
}

.top-head{
background-repeat: no-repeat;
background-position: center;
background-size: cover; 
}

@media only screen and (max-width: 600px) {
.top-head {
max-height:;

}

}

.menu-line {
  position: absolute;
  left: -50px;
  font-size: 3.6rem;
  font-weight: bolder;
  color: #c5c5c5;
  top: 32px;
  display: block;
  text-align: center;
  width: auto;
  height: 75px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}





.accordion-toggle {
  padding: 15px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.3em;
}
.accordion-content {
  padding: 25px 0;
}

.news-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-item img {
  width: 100%;
}

.news-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.news-item .news-text-box {
  padding: 30px;
  background-color: #fff;
}

.news-item .news-text-box .para {
  font-size: 0.9em;
}

.news-item .date {
  font-size: 12px;
  font-weight: 400;
}

.news-item .news-title {
  font-size: 1em;
  margin: 10px 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sidemenu_btn {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 38px;
  padding: 6px;
  margin-left: .5rem;
  margin-top: .4rem;
  display: inline-block;
  color: #fff !important;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  margin: auto;
  transition: .5s ease;
}

.sidemenu_btn span:first-child,
.sidemenu_btn span:last-child {
  width: 70%;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 60%;
  transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}
header .sidemenu_btn span {
  background: #B8896D;
  transition: .5s ease;
}
header .header-appear .sidemenu_btn span {
  background: #fff;
  transition: .5s ease;
}

header .inner-header {
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 111;
}

header .header-appear {
  padding: 10px;
  position: fixed;
  background-color: rgba(36, 36, 36, 0.9);
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


header .navbar-brand {
  margin-right: 0;
}

header .navbar-brand svg {
  margin-right: 0;
  width: 134px;
}

.side-menu {
  width: 45%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #202020;
  z-index: 2032;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  overflow: hidden;
}

.side-menu-opacity {
  opacity: 0;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

.side-menu .btn-close {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 40px;
  cursor: pointer;
  border: solid 1px #fff;
}

.header-appear~.side-menu .btn-close {
  top: 50px;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 23px;
  content: ' ';
  height: 33px;
  width: 2px;
  background: #fff;
  top: 8px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .navbar-nav {
  margin-bottom: 30px;
  display: block;
}

.side-menu-inner-content .side-menu-footer {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 28px;
  z-index: 1;
}

.side-menu-inner-content .copywrite,
.side-menu-inner-content .social-icons a i {
  color: #FFFFFF;
  opacity: 1;
}

.side-menu-inner-content .social-icons a:hover {
  background-color: #ffffff;
}

.side-menu-inner-content .social-icons a:hover i {
  color: #000000;
}

.side-menu-inner-content .navbar-nav {
  transform: translateY(0);
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.artist-item {
  position: relative;
  margin-bottom: 25px;
  /* background-color: #F9EAE5; */
  border-radius: 5px;
  overflow: hidden;
}

.artist-item .artist-image {
  display: inline-block;
  margin-bottom: 40px;
}

.artist-item:hover .artist-image {
  -webkit-animation: 1s pulse;
  -o-animation: 1s pulse;
  animation: 1s pulse;
}

.artist-item .name {
  position: relative;
  margin-bottom: 35px;
}

.artist-item .name>h6 {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.09em;
}

.artist-item .name span {
  font-family: 'aeel', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #B8896D;
}

.artist-item .artist_social a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  font-size: 17px;
  margin-right: 1px;
  border: 1px solid transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.artist-item .artist_social a i:hover {
  color: #F7A98D !important;
}

.artist_detail {
  display: flex;
  width: 100%;
  padding: 0 15px;
  font-size: 0.92em;
  font-weight: 500;
  border-top: none;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP';
}


.artist_detail dt {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: left;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 600px){
  .artist_detail dt {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: left;
    font-weight: 400;
    font-family: 'Noto Sans JP';
}

.artist_detail dd {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: left;
  font-weight: 400;
  font-family: 'Noto Sans JP';
}

}




.btn-yabuki{
  background-color: #f4b690 !important;
  color:#000000;
  border-color:#00000025;

}

.modal-title{
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
  font-family: 'Noto Sans JP';
  font-weight: 500;
}

.heading {
  display: inline-block;
    padding: 15px;
    font-size: 5rem;
    font-family: aeel, "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: rgb(62, 62, 62);
    margin-bottom: 57px;
    letter-spacing: -0.04em;
    opacity: 0;

}



.artist_detail dd {
  width: 100vw;
  text-align: left;
  font-weight: 500;
}

.badge_yabuki {
  background-color:#f4b690 !important;
  display: block;
  padding: 0.25em 1.25em 0.25em 2.9em;
  font-size: 75%;
  margin-left: 5.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.artist_social {
  text-align: center;
  margin: 15px 0;
  font-size: 1.57em;

}

.artist_social a i {
  color: #B8896D !important;
}

.navbar-nav {
  color: #fff !important;
  transform: translateX(50%);
  position: relative;
  z-index: 11;
}

.side-nav-menu {
  color: #fff !important;
}

.navbar-nav .nav-link {
  min-height: 75px;
  text-align: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 60px;
  color: #fff !important;
  font-weight: 300;
  transform: skew(0deg, -3deg);
  letter-spacing: -0.06em;
}

.sidenav-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  transition: .3s ease;
}

.sidenav-bottom-fixed {
  position: fixed;
  bottom: 14%;
  left: 1%;
  right: 77%;
  z-index: 11;
  transition: 0s;
  animation: 1s fadeIn;
}


.social-icons,
.copywrite {
  float: left;
}

.copywrite {
  padding-right: 30px;
  font-size: 13px;
  color: #2b2b2b;
  opacity: .6;
}
.footer_copywrite{
  background-color: rgba(0, 0, 0, 0.419);
  background: white;
}

.social-icons span a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  transition: .5s ease;

}

.social-icons span a:hover {
  background-color: #2b2b2b;
}

.social-icons span a:hover i {
  color: #ffffff;
}

.social-icons span i {
  font-size: 15px;
  color: #2b2b2b;
}



.main .img-area {
  /* height: 100vh; */
  overflow: hidden;
}
.video_overlay{
  height: 100%;
  width: 100%;
  background-color: rgba(65,51,41,0.8);
  position: absolute;
}
.main .slider-img img {
  width: 100%;
  height: 100%;
}

.main .slider-img .white-overlay {
  right: 78%;
}

.item-sec {
  padding: 1vh 0;
}

.alt-sec {
  background-color: #F8E5DE;
}

.item-sec .services-boxes {
  display: block;
  padding: 45px;
}

.item-sec .services-boxes .service-card {
  width: 43%;
  float: left;
  margin-top: 150px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.item-sec .services-boxes .service-card:first-child {
  margin-top: 0;
}

.item-sec .services-boxes .service-card .icon-holder {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  color: #2b2b2b;
  transition: .5s ease;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5b691), color-stop(50%, #f5b691), color-stop(50%, #000000));
  background-image: linear-gradient(to right, #f5b691, #f5b691 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: 100%;
}

.item-sec .services-boxes .service-card:hover .icon-holder {
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.item-sec .services-boxes .service-card.right:hover .icon-holder {
  -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
  transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
  background-position: 0%;
}

.item-sec .services-boxes .service-card .icon-holder i {
  font-size: 100px;
}

.item-sec .services-boxes .service-card.left.icon-right {
  width: 52%;
}

.item-sec .services-boxes .service-card.left {
  float: left;
  clear: left;
}

.item-sec .services-boxes .service-card.right {
  margin-top: 50px;
  margin-bottom: 50px;
  float: right;
  clear: right;
  width: 32%;
}

.item-sec .services-boxes .service-card .text {
  margin-bottom: 0;
}

.item-sec .services-boxes .service-card.right .icon-holder {
  margin-bottom: 20px;
}


.portfolio-sec .portfolio-carousel .work-detail {
  margin-top: 50px;
}

.portfolio-sec .portfolio-carousel .work-detail .work-heading {
  font-size: 26px;
  font-weight: 500;
}

.portfolio-sec .work-navigation {
  position: absolute;
  left: -80px;
  top: 50%;
}

.portfolio-sec .work-navigation a {
  text-decoration: none;
  display: block;
  transition: .8s ease;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec3737), color-stop(50%, #ec3737), color-stop(50%, #000000));
  background-image: linear-gradient(to right, #ec3737, #ec3737 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: 100%;
}

.portfolio-sec .work-navigation a:hover {
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.portfolio-sec .work-navigation a i {
  font-size: 34px;
}

.portfolio-sec .work-navigation a.portfolio-right-arr {
  margin-top: 0;
  margin-left: 41px;
}

.portfolio-sec .work-detail .work-btn {
  margin-right: 3px;
}

.vl_map {
  height: 40vh;
}

.contact-sec .heading-area {
  transform: translate(75%, 132%);
  width: 100%;
}

.contact-sec .contact-inner {
  border: solid 10px #ebebeb;
  padding: 80px;
}

.contact-sec .contact-inner .contact-details ul {
  padding-left: 0;
}

.contact-sec .contact-inner .contact-details ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
  font-size: 18px;
  color: #202020;
  font-weight: 300;
}

.contact-sec .contact-inner .contact-details ul li i {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
}

.contact-sec .contact-form-sec {
  width: 50%;
  margin: auto;
}

.contact-sec .contact-form .form-control {
  margin-bottom: 30px;
}

.contact-sec .contact-form input {
  border: none;
  border-bottom: solid 1px #e6e6e6;
}

.contact-sec .contact-form textarea {
  border: none;
  border-bottom: solid 1px #e6e6e6;
}

.contact-sec .btn-main-inverse {
  margin-top: 30px;
  margin-bottom: 30px;
}


.news-item img {
  width: 100%;
}

#about-sec .card {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#about-sec .card:hover {
  transform: translateY(-5px);
}

#about-sec .card-body {
padding: 0;
}

#about-sec .card h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.05em;
}
#about-sec .card p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.05em;
}
#contact-sec .form-label{
  font-size: 12px;
  font-weight: 800;
}
#contact-sec .alert-light{
  color: #fff;
  font-size: 0.9em;
  font-weight: 900;
  padding:5px 10px;
  margin-top: 15px;
  text-align: center;
  background-color: #2B2B2B;
  border: none;
}
#contact-sec .custom-file-label{
  font-size: 0.9em;
  font-weight: 900;
}
#contact-sec .artist_form ,#contact-sec .corp_form{
  text-align: left!important;
}
#contact-sec .badge{
  line-height: 1.5;
}
#contact-sec .input-group-append .input-group-text{
  font-size: 0.9em;
  font-weight: 900;
}
#contact-sec span[class="error_alert"]{
  background-color: #B68A6F;
  border-radius: 5px;
  padding:2px 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 900;
  border:none;
}
#contact-sec .error_alert,.input-group .error_alert:first-child{
  border:1px solid #D93A4A;
}
#contact-sec .error_alert::placeholder{
  font-size: 12px!important;
  color: #fff!important;
  font-weight: 900!important;
}
.footer {
  margin-top: 0;
  padding: 7px 0;
  color: #fff;
  background: #ffffff;
}

.footer_nav ul {
  font-size: 0.8em;
  list-style-type: none;
  text-align: center;
}

.footer-style-1 {
  padding: 5rem 0;
  padding-top: 0;
}

.footer-style-1 .footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-style-1 .footer-social li {
  display: inline-block;
}

.footer-style-1 .footer-social a {
  color: #2b2b2b;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.footer-style-1 .footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-style-1 .footer-social li a:hover {
  background-color: #0596a1;
  color: #ffffff;
}

.footer-style-1 .company-about {
  font-size: 14px;
}

.footer-style-1 .contact-pot {
  transform: translateY(-50px);
}

.footer-style-1 .contact-pot img {
  width: 60%;
}

.privacy {
  padding: 0 25px;
  font-weight: 300;
}

.privacy a {
  color: #2b2b2b;
}
.privacy dl,
.privacy dl dt,
.privacy dl dd {
  font-weight: 300;
  margin-left: 0;
}

.privacy .eng {
  list-style-type: lower-alpha;
}

.privacy h3,
.privacy h4,
.privacy h5 {
  font-weight: 300;
  line-height: 1.5em;
  margin: 10px 0;
}

.privacy h3 {
  font-size: 18px !important;
}

.privacy h4,
.privacy h5 {
  font-size: 16px !important;
}

.privacy p {
  margin: 8px 0;
}
.nav-link {
  text-decoration: none;
  color:#000 !important;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .navbar-nav .nav-link {
    font-size: 38px;
    text-decoration: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  header .header-appear .sidemenu_btn {
    position: relative;
    left: auto;
    top: auto;
  }

  header .inner-header {
    padding: 40px;
  }

  header .inner-header.header-appear {
    position: fixed;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  }

  .main .slider-img .white-overlay {
    display: none;
  }

  .heading-area {
    transform: translate(0);
    margin: auto;
    margin-bottom: 50px;
    width: 60%;
  }

  .heading-area.long-area {
    transform: translate(0);
    width: 100%;
  }

  .main {
    height: auto;
  }

  .main .img-area {
    height: auto;
  }

  .heading {
    font-size: 50px;
    text-align: center;
  }

  .item-sec .services-boxes {
    padding: 0 33px;
    width: 60%;
    margin: auto;
  }

  .item-sec .services-boxes .service-card {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 80px;
  }

  .item-sec .services-boxes .service-card.right {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .item-sec .services-boxes .service-card.left.icon-right {
    width: 100%;
    display: grid;
  }

  .item-sec .services-boxes .service-card .icon-holder {
    margin-bottom: 20px;
  }

  .testimonial-sec .heading-area {
    position: relative;
    transform: translate(0);
    width: 100%;
    z-index: 1;
  }

  .testimonial-sec .item {
    width: 100%;
  }

  .testimonial-sec .user-detail {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  .testimonial-sec .review-detail {
    transform: translateX(0);
    margin-top: 80px;
  }

  .testimonial-sec .review-detail .text {
    width: 100%;
    text-align: center;
  }

  .testimonial-sec .review-detail .quote-icon {
    position: absolute;
    right: 50%;
    top: -37%;
    bottom: auto;
    transform: translateX(-50%);
    font-size: 20px;
  }

  .contact-sec .contact-inner {
    padding: 80px 20px;
  }

  .contact-sec .contact-inner .contact-details ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
  }

  .contact-sec .contact-inner .contact-details ul li i {
    margin-right: 0;
    display: block;
    margin-bottom: 8px;
  }

  .contact-sec .contact-form-sec {
    width: 100%;
    margin: auto;
  }

  .side-menu {
    width: 100%;
  }

  .side-menu .inner-wrapper {
    padding: 3.5rem 4rem;
  }

  .navbar-nav .nav-link {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .heading-area {
    width: 100%;
  }

  header .inner-header {
    padding: 40px;
  }

  .item-sec .services-boxes {
    width: 100%;
  }

  header .navbar-brand svg {
    max-width: 150px;
    margin: auto;
  }

  header .btn-main {
    padding: 8px 16px;
    font-size: 13px;
  }

  .navbar-nav .nav-link {
    font-size: 37px;
  }

  .main {
    height: auto;
  }

  .main .img-area {
    height: auto;
  }

  .heading {
    font-size: 45px;
    text-align: center;
  }

  .item-sec .services-boxes {
    padding: 0 33px;
  }

  .item-sec .services-boxes .service-card {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 80px;
  }

  .item-sec .services-boxes .service-card.right {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .item-sec .services-boxes .service-card.left.icon-right {
    width: 100%;
    display: grid;
  }

  .item-sec .services-boxes .service-card .icon-holder {
    margin-bottom: 20px;
  }

  .testimonial-sec .review-detail .quote-icon {
    position: absolute;
    right: 50%;
    top: -16%;
  }

}

img, svg {
width: 100%;
vertical-align: middle;
margin: 0px auto
  
}

