
html{
  scroll-behavior: smooth;
}
body{
/*  font-family: Graphik; */
  font-family: BRFirma;
  font-family: Averta;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
/*  background-color: #1B1B1B; 
  background-color: rgba(0, 0, 0, 1);*/
  background: #FFF;
  color: #FFF;
  color: #1B1B1B;
}
html,
body {
  overflow-x: hidden;
}
.mobile_visible, .mobile-visible{ 
  visibility:visible !important;
}
.mobile_only, .mobile-only{ 
  display:block;
}
.desktop_only, .desktop-only{
  display: none;
}
a, a:visited{
  text-decoration:none !important;
  color: #FFF;
}
a:hover{
  color: #FCB814 !important;
}
.container{
  margin: -1px auto !important;
  padding: 50px 0;
  overflow: inherit;
}

/* Menu Styles */
.wrapper {
  min-height: auto;
}
.header{
  background: #FFF;
}
.header__logo {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 5;
    width: auto;
    height: 30px;
}
a, a:visited {
    text-decoration: none !important;
    color: #121212;
}
.menu__list{
  margin-top: 10px;
}
.menu__link{
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.menu__list > li {
  margin-left: 30px;
}
.header__container{
  min-height: 90px;
}
main.page{
  padding: 90px 0 0px 0;
}
@media (max-width: 767px){
  .menu__body::before {
      background: #FFF;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    background-color: #000;
  }
  .menu__body {
    background-color: rgb(255 255 255 / 95%);
  }
}
/*End Menu Styles */

.alt-bg{
  background-color: #EDF2F5;
  color: #1B1B1B;
}
.alt-bg p{
  color: #18191F;
}
.alt-bg2{
  background-color: #E5E9F2;
  color: #1B1B1B;
}
.padme{
  padding-top: 4vh;
  padding-bottom: 4vh;
}
.padme-xs{
  padding-top: 1vh;
  padding-bottom: 1vh;
}
.padme-sm{
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.btn{
  padding: 12px 15px;
}
.btn-warning{
  background-color: #fcb814;
  color: #121212;
  border: 1px solid #444;
  border-radius: 5px;
  font-size: 11px;
}
.arrow-custom1{
  width: auto !important;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
}

logo{
  display: none;
}
logo img{
  width: 100%;
}
h1,h2,h3,h4{
  /*font-family: GraphikBold;
  font-family: Graphik;
  font-family: BRFirma;
  font-family: Averta;*/
  font-family: Poppins;
  font-weight: 600;
}
h1,h2,h3,h4,p{
  margin-top: 2vh;
  margin-bottom: 2vh;
}
h1 span, h2 span, h3 span, h4 span, h5 span{
  color: rgba(243, 185, 68, 1);
}
h4 span{
  color: #BEBEBE;
}
h1{
  /*font-size: 60px;*/
  font-size: 40px;
}
h2{
  /*font-size: 40px;*/
  font-size: 30px;
}
h3{
  /*font-size: 28px;*/
  font-size: 22px;
}
h4{
  /*font-size: 18px;*/
  font-size: 16px;
}
p{
  font-size: 14px;
}
small{
  font-size: 10px;
}
.font-poppins{
  font-family: Poppins !important;
}

.text-direction-down
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  white-space: nowrap;
}
.text-centered{
  text-align: center;
}
.text-right{
  text-align: right;
}

.small-break{
  display: inline;
}
.big-break{
  display: none;
}
.header{
/*  min-height: 100vh;
  overflow: hidden; */
}

.button-link{
  background-color: rgba(243, 185, 68, 1);
  border-radius: 0.5px !important;
  border: 1px solid rgba(243, 185, 68, 1);
  color: #000;
  font-weight: 700;
}
.button-link-alt{
  background-color: transparent;
  border-radius: 0.5px !important;
}

#hero{
  position: relative;
  background: url("../img/herobvi0.png") no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 70vh;
}
#hero.about{
  background: url("../img/bviabout.png") no-repeat;
  background-position: left;
  background-size: cover;
}
.about-box{
  float: left;
  padding: 50px;
  margin: 50px;
  margin-left: 25px;
  color: #121212;
  background-color: #FFF;
}
.about-box, #about-more, .about-box h4, #about-more h4{
  font-family: Averta;
}
#hero:before{
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(90.33deg, #030303 -0.98%, rgba(15, 15, 15, 0.78) -0.96%, rgba(196, 196, 196, 0) 99.72%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#hero-inner{
  position: relative;
  padding: 20px;
  min-height: inherit;
  z-index: 5;
  color: #FFF;
  font-family: BRFirma;
}
#hero-inner h2{
  margin-top: 5vh;
}
#hero-inner p{
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-footer{
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  font-size: 10px;
}
.hero-footer span{
  display: inline-block;
  margin-top: 5px;
  padding-top: 5px;
}
.hero-footer span.active, .hero-footer span:hover{
  border-top: 2px solid #FCB814;
  cursor: default;
}
.about-details{
  padding: 10px;
}
.about-details-description{
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin-bottom: 50px;
  font-weight: 100;
}
.scale-grid-item-num span span{
  padding: 5px;
  padding-top: 0;
  padding-bottom: 1px;
  padding-right: 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 77%;
}
.about-details-scale{
  margin-bottom: 30px;
}
.about-details-scale-item-line{
  position: relative;
  border-bottom: 1px solid #CCC;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 77%;
  width: 95%;
}
.yellow-thick-line{
  position: relative;
  height: 1px;
}
.yellow-thick-line span{
  display: block;
  position: absolute;
  height: 1px;
  width: 125%;
  margin-top: 37px;
  border: 1px solid #FCB814;
  color: #FCB814;
}
.yellow-thick-line-left span{
  left: -100px;
}
.yellow-thick-line-right span{
  right: -100px;
}
.about-details-summary div div div img{
  max-width: 100%;
}
.banner-default{
  text-align: center;
  padding: 50px;
}
.banner-inner{
  
}
.banner-white{
  background-color: #FFF;
}
.banner-gold{
  background-color: #FCB814;
}
.banner-default .under-line{
  display: inline-block;
  width: 100px;
  border-bottom: 2px solid #FCB814;
}
.perception{
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #121212;
  color: #FFF;
}
.perception img{
  width: 100%;
}
.perception-right a, .perception-right a:visited{
  color: #FFF;
}
.link-little{
  font-size: 11px;
}

.prod-offs-row{
  background: #FFF;
  color: #121212;
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.prod-offs-row h2, .prod-offs-row h4{
  font-family: GilroyBold;
  font-family: Averta;
}
.prod-offs-title-alt{
  font-size: 2.4rem;
  font-weight: bold;
}
.prod-offs-title-alt span{
  color: #ff7b8e;
}
.prod-offs-row-left-inner .row-box{
  position: relative;
  margin-top: 15px;
}
.prod-offs-row-left-inner .row-box span{
  position: absolute;
  top: 0vh;
  font-size: 65px;
  font-weight: bold;
  color: #FFE8AF;
  z-index: 0;
  opacity: 0.6;
}
.prod-offs-row-left-inner .row-box h4,
.prod-offs-row-left-inner .row-box p{
  position: relative;
  z-index: 3;
}
.prod-offs-row .row-box h4{
/*  font-family: BRFirma; */
  font-size: 1.2rem;
}
.prod-offs-row .row-box p{
/*  font-family: GilroyMedium;  */
}
.prod-offs-img img{
  width: 100%;
}
.subscribe-box{
  width: 100%;
  padding: 10px;
}
.subscribe-box div{
  padding-right: 0;
  padding-left: 0;
}
.subscribe-box div:nth-of-type(2){
  padding-left: 10px;
}
.subscribe-box input{
  background-color: #000;
  color: #FFF;
  border: none;
}
.subscribe-box input::placeholder{
  color: #FFF;
}
.subscribe-box button{
  padding: 8px;
}

.contact-form{
  background-color: #FFF;
  color: #000;
  padding: 10vw;
  padding-top: 2vh;
  padding-bottom: 5vh;
  font-size: 12px;
}
.contact-form input[type=text]:focus{
  background-color: #FFF;
}
.contact-form input[type=text], .contact-form textarea{
  background-color: #f9f9f9;
  padding-left: 5vw;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  font-size: 12px;
}
.contact-form .form-control{
  margin-top: 10px;
}

footer{
  background-color: #121212;
  color: #FFF;
  font-size: 12px;
  padding: 10vw;
}
footer h5{
  font-size: 24px;
  font-weight: 500;
}
footer a{
  font-size: 12px;
  color: #D9DBE1;
}
footer a span, footer div a, footer a:visited{
  color: #D9DBE1;
}
footer div a b{
  position: relative;
  color: #2EC5CE;
  font-family: "Nanum Pen";
  font-size: 20px;
  font-weight: 100;
  margin-left: 5px;
  top: 3px;
}
.social-links span i{
  background-color: #313131;
  padding: 2px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  border-radius: 77%;
}
.footer-logo{
  width: 40%;
  margin-left: -3px;
}
.footer-right{
  text-align: left;
}
.footer-right span{
  margin-right: 20px;
}
.footer-bottom{
  margin-top: 5vh;
}
.footer-copyright{
}
.polygon{
  
}
.polygon span{
  background: url("../img/polygon.png") no-repeat;
  background-size: contain;
  padding: 20px;
  padding-top: 13px;
  text-align: center;
}
.polygon span b{
  font-weight: 100;
}

.float-right{
  float: right;
}

.col-perc-10{
  width: calc(100% / 10);
}

.hero-footer{
}
.hero-footer .text-slider{
  position: absolute;
  bottom: 5px;
}
.hero-footer .text-slider .row div{
  width: calc(100% / 16);
  text-align: center;
}
.hero-footer .text-slider .row{
  min-width: 2800px;
}
.hero-footer span{
  color: #FFF;
  font-size: 20px !important;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: #333;
    border: 1px solid #4a4a4a;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(1%);
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}