
html{
  scroll-behavior: smooth;
}
body{
/*  font-family: Graphik; */
  font-family: BRFirma;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
/*  background-color: #1B1B1B; */
  background-color: rgba(0, 0, 0, 1);
  color: #FFF;
}
html,
body {
  overflow-x: hidden;
}
.mobile_visible{ 
  visibility:visible;
}
.mobile_only{ 
  display:block;
}
.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;
}


logo{
  display: none;
}
logo img{
  width: 100%;
}
h1,h2,h3,h4{
  /*font-family: GraphikBold;*/
  font-family: Graphik;
  font-weight: 700;
}
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;
}
.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;
}

.btn{
  border-radius: 0px;
}
.btn-default{
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-primary{
  background: #426BB2;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-warning-light{
  background: #feeab9;
  border-radius: 10px;
  border-color:  #feeab9;
  color: #121212;
  font-size: 14px;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-default:hover{
  background-color: #111111;
  color: #FFF;
}
.btn-primary:hover{
}
.btn-wide{
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.small-break{
  display: inline;
}
.big-break{
  display: none;
}
.light-theme{
  background-color: #FFF;
  color: #6D6D6D;
  color: #121212;
}
.light-theme a, .light-theme a:visited{
  color: #121212;
}
.light-theme h1,.light-theme h2,.light-theme h3,.light-theme h4,.light-theme h5{
  color: #121212;
}
.light-grey-theme{
  background: #F2F2F2;
}
.dark-links, .dark-links:visited{
  color: #999 !important;
}

.header{
  min-height: 100vh;
  overflow: hidden;
}
.mast{
  height: 100%;
  margin-top: 5vh;
  overflow-x: hidden;
}
.mast-left{

}
.mast-left img{
  width: 60% ;
}
.mast-left-side .partner-brands-img{
  margin-top: 60px;
}
.mast-left-side .partner-brands-img img{
  width: 90%;
}
.mast-right span{
  margin-left: 20px;
  margin-bottom: -5px;
}
.mast-center{
  position: relative;
  z-index: 2;
}
.mast-right-side{
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.mast-right-side img{
  width: 100%;
}
.mast-right-side-top{
  position: relative;
  top: 0;
  overflow: hidden;
}
.mast-right-side-bottom {
  position: relative;
  bottom: 140px;
  overflow: hidden;
  display: block;
}
.humans-outline{
  top: 10vh;
  left: 0;
  position: absolute;
  width: 100vw;
  overflow-x: hidden;
  z-index: 1;
}
.humans-outline2{
  top: 55vh;
  width: 100vw;
  overflow-x: hidden;
}
.humans-outline img{
  width: auto;
  height: 30vh;
}
.spiral-shape1{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.spiral-shape1 img{
  width: 45vw;
  height: auto;
}
.spiral-shape2{
  position: absolute;
  right: 0vw;
  top: -20vh;
  width: 50vw;
  overflow-x: hidden;
  z-index: 1;
  opacity: 0.07;
}
.spiral-shape2 img{
  width: 50vh;
  height: auto;
  background-image: linear-gradient(108.58deg, #000000 8.62%, rgba(0, 0, 0, 0.69) 95.95%);
}

.topbar{
  margin: 5vw;
}
.topbar img{
  width: 33%;
}

.get-in-touch{
  margin-top: 15vh;
}
.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;
}
.button-link-alt1, .button-link-alt2{
  display: inline-block !important;
  background-color: #FFF;
  padding: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px !important;
  color: #000 !important;
}
.button-link-alt2{
  background-color: #FCB814;
  padding-top: 10px;
  padding-bottom: 10px;
}
input[type="checkbox"] { /* change "blue" browser chrome to yellow */
  filter: invert(100%) hue-rotate(3deg) brightness(1.7);
}

.generic-form{
  overflow: auto;
}
.generic-form input::placeholder,
.generic-form textarea::placeholder{
  color: #BDBDBD;
}
.generic-form-inner{
  margin: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.generic-form-inner .form-group{
  margin-top: 20px;
}
.generic-form-sublinks{
  position: relative;
}
.generic-form-sublinks-left{
  float: left;
}
.generic-form-sublinks-right{
  float: right;
}

.scores-details .dt-buttons{

}
.scores-details tbody tr td a{
  margin-right: 10px;
}
.scores-details a, .scores-details a:visited{
  color: #666;
}
.scores-details a:hover{
  color: #444;
}
.scores-details table tr td{
  padding: 1vw;
}

.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: #313131;
  color: #FFF;
  padding: 10vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
footer h5{
  font-size: 24px;
  font-weight: 500;
}
footer a, .light-theme footer a{
  font-size: 15px;
  color: #D9DBE1;
}
footer a span, footer div a, footer a:visited, 
.light-theme footer a span, .light-theme footer div a, .light-theme 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;
}
.footer-logo{
  width: 40%;
  margin-left: -3px;
}
.footer-right{
  text-align: right;
}
.footer-right span{
  margin-left: 20px;
}
.footer-bottom{
  margin-top: 5vh;
}
.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;
}

