/*
Theme Name: B-Analyst
Theme URI: http://via-jpn.design
Author: VIA.LLC
Author URI: http://via-jpn.design
Description: We Create this.
Version: 1.0.0
*/
@font-face {
    font-family: 'senobi';
    src: url('assets/font/Senobi-Gothic-Bold.ttf') format('truetype');
}
.font1 {
    font-family: 'senobi';
    
}
body {
  background-color: #C6D9EC;
  line-height: 2.0;
}
img {
  max-width: 100%;
  width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0 !important;
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'senobi';
color:  #0F0A64
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-line {
  white-space: pre-line;
  margin-top: -25px;
}
a {
  text-decoration: none;
  color: #0F0A64 !important;
}
a:hover {
  font-size: 102% !important;
}
.min-vh-10 {
  min-height: 10vh;
}
.min-vh-20 {
  min-height: 20vh;
}
.min-vh-30 {
  min-height: 30vh;
}
.min-vh-40 {
  min-height: 40vh;
}
.min-vh-50 {
  min-height: 50vh;
}
.min-vh-60 {
  min-height: 60vh;
}
.min-vh-70 {
  min-height: 70vh;
}
.min-vh-80 {
  min-height: 80vh;
}
.min-vh-90 {
  min-height: 90vh;
}
textarea {
  width: 100%;
  height:  300px;
}
input,textarea {
  font-size: 17px;
  max-width: 100%;
  padding-top: 2px 5px;
}
input {
  border: none;
}
input::placeholder {
  color: #d1d1d1;
}


.aspect_wrapper {
  position: relative;
  /*width: 100%;*/
  width: 400px;
  max-width: 100%;
}
.aspect_wrapper:before {
  content:"";
  display: block;
  padding-top: 60%;
}
.aspect_wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-right {
  width: 400px;
  position: absolute;
  bottom: -150px;
  right: 0;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}

.height-70-percent:before {
  content:"";
  display: block;
  padding-top: 80%;
}
.height-70-percent .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.tl {
    left: -10%;
    top: -50%;
    width: 25%;
}
.tr {
    right: -10%;
    bottom: -20%;
    width: 25%;
}

.tl2 {
    left: -1vw;
    top: -5vw;
    width: 10%;
}
.tr2 {
    right: -1vw;
    bottom: -2vw;
    width: 9%;
}
.bg-1{
  background-color: #F5CBCB
}
.bg-2{
  background-color: #F5EFCB
}
.bg-3{
  background-color: #CBEDF5
}
.bg-4{
  background-color: #C7D9EC
}

.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.center{
  align-items: center;
    justify-content: center;
    display: flex;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
}

.w-cont input{
  width: 100%;
  border-bottom: 1px solid navy;
}

.carousel-indicators [data-bs-target] {
    background-color: #0f0a64;
  }

.wpcf7-submit{
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border-radius: 50rem!important;
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}

textarea{
      border-color: navy;
}

@media screen and (min-width:767px) {

    .nav-a{
    border-right: 1px solid navy;
    border-left: 1px solid navy;
    }

}

