
html{
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}
body{
  font-family: Poppins;
  font-family: PoppinsSemiBold;
  font-family: PoppinsMedium;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
/*  background-color: #141F23;
  color: #FFF;
*/
  background-color: #FFF;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
html,
body {

}
body {
/*  overflow-x: scroll; */
  overflow-x: hidden;
}
main{
  max-width: 1800px;
  margin: 0px auto;
}
.mobile_visible{ 
  visibility:visible !important;
}
.mobile_only, .mobile-only{ 
  display:block;
}
.desktop_only, .desktop-only{
  display: none !important;
}
a, a:visited{
  text-decoration:none !important;
  color: #FFF;
}
a:hover, a.active{
  color: #FCB814 !important;
}
.container{
  margin: -1px auto !important;
  padding: 50px 0;
  overflow: inherit;
}
.containeret{
  padding: 10vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  width: 100vw;
}

/* Menu Styles 
html,* { 
  box-sizing: border-box; 
}
body {
  line-height:1.6;
}
.lead { 
  font-size: 1.5rem; 
  font-weight: 300; 
}
.container { 
  margin: 70px auto; 
  max-width: 100%; 
  padding: 20px;
}
body.kin-is--loaded .page-menu,body.kin-is--loaded .resize-notice{
  display:none
}
body[data-kin=side-angled] .kin-toggle-button{
  --span-colour: #FCB814;
  --span-colour-active: #ffffff;
}
.kin-toggle-button{
  position: absolute;
}
.page-menu{
  display:block;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  margin-top:1.5rem;
  margin-bottom:1.5rem;
  border-top:2px solid var(--border-colour);
  border-bottom:2px solid var(--border-colour);
  font-family: GilroyMedium;
}
.page-menu>ul>li:not(:first-of-type){
  margin-left:1rem
}
.page-menu>ul>li>a{
  text-decoration:underline
}
.page-menu>ul>li>a:active,.page-menu>ul>li>a:hover{
  text-decoration-color:transparent
}
.page-menu ul{
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  padding-left:0;
  list-style:none
}
.page-menu ul ul{
  visibility:hidden;
  opacity:0;
  z-index:-1;
  position:absolute;
  display:flex;
  flex-direction:column;
  transition:all .3s ease-in;
  min-width:150px;
  width:max-content
}
.page-menu ul ul>li a{
  background-color:#e5e5e5
}
.page-menu ul ul ul{
  left:100%;
  top:0
}
.page-menu ul ul ul>li a{
  background-color:#d5d5d5
}
.page-menu ul ul a{
  padding-left:.5rem;
  padding-right:.5rem
}
.page-menu li{
  position:relative;
  z-index:99
}
.page-menu li:hover>ul{
  visibility:visible;
  opacity:1;z-index:0
}
.page-menu a{
  display:block;
  padding-top:.5rem;
  padding-bottom:.5rem
}
.page-menu a:link,.page-menu a:visited{
  color:var(--text-colour)
}
.page-menu .button-link-alt{
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #FFF;
  border-radius: 3px;
}

body[data-kin=side-angled].kin-is--loaded .kin{
  background-color: #141F23;
}

/*End Menu Styles */

/* Menu Styles */
body {
  line-height:1.6;
}
.container { 
  margin: 70px auto; 
  max-width: 100%; 
  padding: 20px;
}
.wrapper {
  min-height: auto;
}
main.page{
  padding: 0!important;
  margin-bottom: -1px;
}
.header{
  position: relative;
/*  background: #FFF; */
}
.header__logo {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 5;
    width: auto;
    height: 30px;
    height: 50px;
}
a, a:visited {
    text-decoration: none !important;
}
.menu__list{
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}
.menu__link{
/*  font-family: BRFirma;*/
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.menu__list > li {
  margin-left: 30px;
  margin-left: 0;
  margin-bottom: 15px;
}
.header__container{
  min-height: 90px;
  max-width: 2400px;
  padding-right: 10px;
}
.header_sub__container{
  
}
.header_sub__container a.menu__link{
  padding: 1rem;
}
a.menu__link{
  display:block;
  padding-top:.4rem;
  padding-bottom:.4rem
}
a.menu__link:link, a.menu__link:visited{
  color:var(--text-colour)
}
.menu__link_alt{
/*
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #FFB805;
  border-radius: 1px;
  color: #FFB805 !important;
  */
}
.menu__link.active{
/*  padding-left: 20px;*/
  padding-right: 20px;
/*  border: 1px solid #FFB805;*/
  border-radius: 1px;
  color: #FFB805 !important;
}
main.page{
  padding: 90px 0 0px 0;
}
/*@media (max-width: 767px){*/
@media (max-width: 1040px){
  .menu__body::before {
    position: relative;
    background: #FFF;
    background-color: #141F23;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    background-color: #000;
/*    background-color: #FFF;*/
  }
  .menu__body {
/*    background-color: rgb(255 255 255 / 95%);*/
background-color: rgb(255 255 255 / 100%);
/*    background-color: rgb(20 31 35 / 99%);*/
  }
  .menu__icon::before {
      top: 2px;
  }
  .menu__icon span {
    top: 82%;
  }
  .menu__icon::after {
    bottom: -9px;
  }
}
body._lock .connect-box{

}
.connect-box .btn{
  border-radius: 3px;
  font-family: PoppinsSemiBold;
/*  font-weight: bold !important;*/
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.connect-box .btn:hover{
  color: #FFF !important;
  opacity: 0.9;
}
/*End Menu Styles */

.text-warning,
.btn-warning,
.label-warning,
.badge-warning{
  background: #FCB816 !important;
}
.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;
}

.divein-btn-box{
  position: relative;
  display: block;
  float: left;
  overflow: visible;
  z-index: 5;
}
.divein-btn-box-border{
  position: absolute;
  border: 1px dashed #FFF;
  top: 5px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.divein-btn{
  display: block;
  float: left;
  position: relative;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 10px;
  padding-right: 50px;
  padding-left: 30px;
  z-index: 15;
}
.divein-btn:after{
  background: none;
  display: block;
  position: absolute;
  content: "";
  border: 1px dotted #CCC;
}
.logistic-bg .polkrys_shadow { /* Adjustments made on parent element */
   z-index: 5;
}

.logistic-bg div:first-child { /* Adjustments made on nested element */
   position: relative; /* required for z-index to apply */
   z-index: 99;
}

b, strong{
  font-weight: bold;
}

logo{
  display: none;
}
logo img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6{
/*  font-family: BRFirma;*/
  font-weight: 700;
  font-weight: 500;
}
h4,h5,h6{
  font-weight: 200;
}
h1,h2,h3,h4,h5,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: 36px;
}
h2{
 /* font-size: 40px;*/
  font-size: 28px;
}
h3{
  /*font-size: 30px;*/
  font-size: 20px;
}
h4{
  /*font-size: 24px;*/
  font-size: 15px;
}
p{
/*  font-size: 14px;  */
  font-size: 14px;
}
small{
  font-size: 10px;
}
h1.largest{
  font-size: 100px;
}
.text-direction-down
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  white-space: nowrap;
}
.text-left{
  text-align: left;
}
.text-centered{
  text-align: center;
}
.dark-text{
  color: #7C7C7C !important;
}
.dark-text2{
  color: #A3A3A3 !important;
}

.small-break{
  display: inline;
}
.big-break{
  display: none;
}
.yellow-circle{
  border: 1px solid #FDBC1B;
  border-radius: 90%;
}
.btn{
  border-radius: 0px;
}
.arrow-45{
  transform: rotate(-45deg);
  color: #F6B000;
}
.arrow-black{
  color: #130F26;
}
.black-and-white{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all .4s ease;
  cursor: default;
}
.black-and-white:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.top-title-bold{
  font-family: "Arial Black";
}
.header{
  background-color: #141F23;
  background-color: #FFF;
  min-height: 10vh;
  overflow: hidden;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 5px !important;
  border-bottom-right-radius: 0;
}

.header2{
  padding-left: 20px;
  padding-right: 20px;
}
.header2 h1, .header2 h2{
  text-align: left;
}
.header2-inner{
  padding: 5vw;
}
.header2-inner h4{
  color: #FFB805;
}
.header3-inner{
  padding-bottom: 3vh;
}
.about_hook_photo{
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
.about_hook_photo img{
  height: 450px;
  height: auto;
  width: 100%;
}
#section00{
  position: relative;
}
.vid-holder{
  position: relative;
  margin-top: 5vh;
  padding-bottom: 5vh;
}
.vid-holder-inner{
  position: relative;
  width: 95vw;
  padding: 0vw;
  margin: 0px auto;
  text-align: center;
}
.vid-holder-inner img{
  display: block;
  position: relative;
  width: 100%;
  max-height: 52vh;
  max-width:100vw;
  padding: 0;
  margin: 0px auto;
  text-align: center;
}
.vid-holder-inner .vid-play{
  position: absolute;
  left: 45%;
  top: 40%;
}
.vid-holder-inner video {
  background-color: #000;
  background: none;
  width: fit-content;
  min-height: 300px;
  max-height: 400px;
}
#intro{
  display: block !important;
  width: 100% !important;
  height: fit-content;
  overflow: auto;
}
.intro-top{
  background-color: #141F23;
  min-height: 50vh;
}
.intro-bottom{
  display: none;
  background-color: #FFF;
}

.general-back-button{
  position: relative;
}
.general-back-button img{
  position: absolute;
  left: 10px;
  top: -5px;
  width: 12px;
  cursor: pointer;
}

.hero{
  padding: 20px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding: 0 !important;
  /*background: url("../../assets/img/site/hero.png");
  background-size: cover;*/
}
.hero--video{
  padding-right: 0;
  margin-right: 0;
}
.hero-top-left{
  margin-bottom: 3vh;
}
.hero-top-left h1, .hero-top-left h2{
  text-align: center;
}
.hero-top-left h2{
  font-size: 24px;
  font-weight: 700;
}
.hero-top-left p{
  text-align: center;
}
.hero-top-left a{
  display: block;
  text-align: center;
}
.hero-top-left button{

}
.hero-top-right{
  position: relative;
  overflow: auto;
}
.hero-shapeless{
  text-align: center;
/*  margin-top: -60px;*/
  margin-top: 60px;
  overflow: visible;
}
.hero-shapeless img{
/*  width: 150px;*/
  width: 70%;
}

.hero-sub-text{
  font-family: Montaga;
  font-size: 16px !important;
}
.hero-sub-heading{
  font-size: 18px !important;
}

.projects-tile{
  position: relative;
  padding: 20px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-size: cover !important;
}
.projects-tile::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.projects-tile:hover.projects-tile::before{
  opacity: 0.1;
}
.projects-tile-content{
  position: relative;
  z-index: 999;
}
.projects-tile-content h4 a{
  text-decoration: none !important;
  border-bottom: none;
}
.projects-tile-content a{
  border-bottom: 1px solid;
}

.projects-tile-content a:hover{
  color: #FFF !important;
}

.projects-tile-key-1{
  background: url("../../assets/img/site/project-1-mob.png");
}
.projects-tile-key-2{
  background: url("../../assets/img/site/project-2-mob.png");
}
.projects-tile-key-3{
  background: url("../../assets/img/site/project-3-mob.png");
}
.projects-tile-key-4{
  background: url("../../assets/img/site/project-4-mob.png");
}
.projects-tile-key-5{
  background: url("../../assets/img/site/project-5-mob.png");
}
.projects-tile-key-6{
  background: url("../../assets/img/site/project-6-mob.png");
}
.projects-tile-key-7{
  background: url("../../assets/img/site/project-7-mob.png");
}
.projects-tile-key-8{
  background: url("../../assets/img/site/lush-placeholder-1.jpg");
}
.projects-tile-key-9{
  background: url("../../assets/img/site/project-9-mob.png");
}
.projects-tile-key-10{
  background: url("../../assets/img/site/project-10-mob.png");
}
.projects-tile-key-11{
  background: url("../../assets/img/site/project-11-mob.jpg");
}

.work-description{

}
.work-description .row div h5{
  font-size: 14px;
  margin-top: 1px !important;
}
.work-description .row div p{
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
}

.about-description h3{
  font-size: 14px;
}
.about-description p{
  font-size: 10px;
  line-height: 20px;
}

.about-description-two .row .col-lg-3{
  bottom: 25px;
}
.about-description-two h3{
  font-size: 16px;
}
.about-description-two p{
  font-size: 12px;
  line-height: 18px;
  padding-right: 30px;
  padding-left: 30px;
}

.video-embed{
  width: 100%; 
  min-height:30vh;
}

.video-embed-drive{

}

.video-embed-drive iframe{
  width: 100%;
  height: 300px !important;
}

.hookrs-pic{

}
.hookrs-pic img{
  height: 180px;
  width: -webkit-fill-available;
  max-width: 100%;
}
.hookrs-captions{

}
.hookrs-captions h4{
  font-weight: 600;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.amoeba-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.amoeba-div {
  width: 350px;
  height: 350px;
  padding-bottom:50px;
  background: url("../../assets/img/site/shapeless2.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  filter: url(#amoeba-filter-div);
}

.photo-panes{
  position: relative;
  overflow: auto;
  width: 88vw;
  margin: 0px auto;
  padding-top: 10vh;
  padding-bottom: 1vh;
}
.photo-panes img:nth-child(1){
  position: absolute;
  left: 0;
  top: 5vh;
  width: 50%;
  z-index: 2;
}
.photo-panes img:nth-child(2){
  position: relative;
  left: 23%;
  top: -8vh;
  width: 50%;
  z-index: 4;
}
.photo-panes img:nth-child(3){
  position: absolute;
  top: 5vh;
  right: 0;
  width: 50%;
  z-index: 3;
}
/*
.mix-boxes{
  position: relative;
  overflow: auto;
  width: 100%;
  height: 57vh;
  margin: 0px auto;
  padding-top: 0vh;
  padding-bottom: 15vh;
}
.mix-boxes .mix-box{
  position: absolute;
  width: 60%;
  z-index: 1;
}
.mix-boxes .mix-box1{
  left: 0vw;
  top: 3vh;
  z-index: 2;
}
.mix-boxes .mix-box2{
  right: 1vh;
  top: 3vh;
  z-index: 4;
}
.mix-boxes .mix-box3{
  top: 24vh;
  left: 1vw;
  z-index: 3;
}
.mix-boxes .mix-box4{
  top: 24vh;
  right: 1vw;
  z-index: 3;
}
.mix-boxes .mix-box5{
  width: 50%;
  top: 13vh;
  left: 23vw;
  z-index: 4;
}
*/
/*mix-box updates*/
.mix-boxes .mix-box1 {
    margin-left: 0vw;
    margin-top: 3vh;
    z-index: 2;
}
.mix-boxes .mix-box2 {
    margin-left: 33%;
    margin-top: -50%;
    z-index: 4;
}
.mix-boxes .mix-box3 {
    margin-top: -10%;
    margin-left: 1%;
    z-index: 3;
}
.mix-boxes .mix-box4 {
    margin-top: -50%;
    margin-left: 36%;
    z-index: 3;
}
.mix-boxes .mix-box5 {
    width: 40%;
    margin-top: -80%;
    margin-left: 20%;
    z-index: 4;
}
.mix-boxes .mix-box {
    position: relative;
    width: 50%;
    z-index: 1;
    transition: all .4s ease;
}
.mix-boxes {
    position: relative;
    overflow: hidden;
    width: 70vw;
    height: fit-content;
    margin: 0px auto;
    padding-top: 0vh;
    padding-bottom: 0;

}
.mix-boxes:hover{
  
}
.mix-boxes:hover .mix-box2 {
    margin-left: 48%;
}
.mix-boxes:hover .mix-box4 {
    margin-top: -47%;
    margin-left: 49%;
}
.mix-boxes:hover .mix-box5 {
  margin-left: 32%;
}


.show-boxes{
  position: relative;
  overflow: auto;
  width: 100%;
  height: 70vh;
  margin: 0px auto;
  padding-top: 0vh;
  padding-bottom: 15vh;

  height: fit-content;
  margin: 0px auto;
  padding-top: 0vh;
  padding-bottom: 5vh;
}
.show-boxes .show-box{
  position: absolute;
  width: 30%;
  z-index: 1;

  position: relative;
}
.show-boxes .show-box1{
  left: 0vw;
  top: 0vh;
  z-index: 2;
}
.show-boxes .show-box2{
  left: 14vh;
  top: 4vh;
  z-index: 4;

  top: unset;
  left: unset;
  margin-left: 1vw;
  margin-top: 4vh;
}
.show-boxes .show-box3{
  top: 8vh;
  right: 1vw;
  z-index: 3;

  top: unset;
  left: unset;
  margin-top: 8vh;
  margin-left: 2vw;
}

.love-list{
  margin-top: 3vh;
}
.love-list div{
  float: none;
  clear: both;
  overflow: auto;
  margin: 2vh;
}
.love-list h3{
  float: left;
  font-size: 1.8rem;
  font-weight: medium;
  min-width: 150px;
}
.love-list span{
  display: inline-block;
  float: left;
  margin-top: 30px;
  margin-left: 35px;
  height: 2px;
  background-color: #FDBC1B;
  width: 50px;
}
.love-list .active{
  color: #FDBC1B;
}
.love-list .active span{
  width: 35px;
}

.love-boxes{
  position: relative;
}
.love-boxes .love-box{
  position: relative;
  float: left;
  width: auto !important;
  z-index: 1;
}
.love-boxes .love-box1{
  margin-left: 0;
}
.love-boxes .love-box2{
  margin-left: -155px;
}
.love-boxes .love-box3{
   margin-left: -257px;
   margin-top: 3vh;
}

.stripes{
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFF;
  margin-top: 25px;
}
.stripes-inner{
  background-color: #FFF;
  color: #FDBC1B ;
  font-size: 1.6rem;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  margin-top: 3vh;
  padding-top: 2vh;
  padding-bottom: 15vh;
  max-height: 60vh;
}
.stripes-inner div{
  background-color: #FDBC1B;
  transform: rotate(-5deg);
  width: 3600px;
  width: max-content;
  padding: 2vh;
  padding-left: 40vw;
  margin-left: -35vw;
  margin-bottom: 0vh;
}
.stripes-inner-right{

}
.stripes-inner-left{
  margin-left: -1500px;
  margin-top: 50vw;
}
/*.tiles{
  padding: 3vw;
  overflow: hidden;
}
.tiles-row{
  position: relative;
}
.tiles-item{
  position: static;
  width: 100%;
  padding: 5%;
}
.tiles-item-img{
  width: fit-content;
  height: fit-content;
}
.tiles-item-img img{
  position: relative;
  width: auto;
  height: 80vh;
}
.tiles-item h5{
  color: #F6B000;
  font-weight: 100;
  font-size: 1.1rem;
  margin: 0px;
  margin-top: 1vh;
}
.tiles-item p{
  font-size: 1.6rem;
  margin: 0px;
}
a.tile-more{
  border: 1px solid #F6B000;
  color: #F6B000;
  padding: 7vw;
  padding-left: 5vw;
  border-radius: 77%; 
  width: 22vw; 
  margin: 0px auto;
}
*/
/*
#tile1{
  margin-top: -500px;
  margin-left: -1000px;
}
#tile2{
  margin-top: -500px;
  margin-left: 1000px;
}
#tile3{
  margin-top: 500px;
  margin-left: -1000px;
}
#tile4{
  margin-top: 500px;
  margin-left: 1000px;
}
*/

.craftsmanship{
    background: #FFF;
    border: none;
    margin-top: -1px;
    color: #121212;
}
.crafts-item{
  padding: 20px;
  padding-bottom: 10px;
}
.crafts-item img:hover{
  opacity: 0.95;
}
.crafts-more{
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.crafts-more .btn.btn-white{
  border: 1px solid #666;
  border-radius: 77%;
}
.crafts-more a:hover .btn.btn-white{
  color: #FCB814 !important;
  border: 1px solid #FCB814;
}
.crafts-more a, .crafts-more a:visited{
  color: #121212;
}

.impact-stories{
  background-color: #121517;
}
.impact-stories-right-item{
  display: block;
  position: relative;
  overflow: hidden;
  height: fit-content;
  width: auto;
  margin-bottom: 10px;
}
.impact-stories-right-item-img{
  position: relative;
}
.impact-stories-right-item-img a{
  display: block;
  position: absolute;
  bottom: 5px;
  padding: 15px;
  padding-bottom: 0px;
  z-index: 50;
}
.impact-stories-right-item-img::before{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(180.4deg, rgba(193, 193, 193, 0) 0, #000000 99.65%);
  z-index: 12;
}
.impact-stories-right-item img{
  width: 100%;
  height: auto;
}
.impact-stories-controls{
  display: block;
  margin-top: 15px;
}
.impact-stories-controls-right{
  margin-left: 10px;
}

.vid-play{
  padding: 6px;
  border: 0;
  border-radius: 70%;
  font-size: 12px;
  color: #FFB805;
  background: rgba(255, 255, 255, 0.94);
}
.vid-play span{
  display: block;
  padding: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 0;
  border-radius: 70%;
  background: #FFF;
}

.craftsmanship, .impact-stories, .deep, .partners, .hearyou, .yenyenyen{
  width: 100%;
  padding: 0vw;
  padding-top: 3vh;
}
.partners{
  overflow: hidden;
  background-color: #FFF;
  color: #121212;
  height: 650px;
  height: fit-content;
}
/*
.deep-controls{
  display: none;
}
.deep-right-item{
  width: 100%;
  padding: 0%;
}
.deep-right-item-img img{
  width: 100%;
}
*/

.partners-top{
  width: 80%;
  margin: 0px auto;
  text-align: center;
  border-top: 1px solid gray;
  color: #898383;
  font-family: PoppinsSemiBold;
  font-size: 20px;
}
.partners-bottom{
  margin-top: 0vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
}
.partners-bottom .clients-items{
  transform: rotate(-3deg);
  width: 4000px;
  padding: 2vh;
  padding-left: 5vw;
  margin-left: -200px;
  margin-bottom: 3vh;
}
.partners-bottom .clients-items2{
  margin-left: -3000px;
  margin-top: 15vh;
}
.clients-items a{
  width: auto;
  margin-right: 5vw;
}

.clients-items{
  overflow: hidden;
  min-width: 500vw;
}
.clients-items a{
  position: relative;
  display: block;
  float: left;
  width: 50vw;
  vertical-align: middle;
}
.clients-item{
  position: relative;
  min-height: 15vh;
  float: left;
  vertical-align: middle;
}
.clients-item img{
  position: relative;
  vertical-align: middle;
}

/*.partner-brands{
  overflow: auto;
  margin-top: 0vh;
  padding-top: 10vh;
  padding-top: 2.5vh;
  padding-bottom: 5vh;
}
.partner-brands .brands-items{
  width: 4000px;
  padding: 2vh;
  padding-left: 5vw;
  margin-left: -200px;
  margin-bottom: 3vh;
}
.partner-brands .brands-items2{
  margin-left: -3000px;
  margin-top: 15vh;
}
.partner-items a{
  width: auto;
  margin-right: 0vw;
}
.partner-items{
  overflow: hidden;
  min-width: 3250px;
}
.partner-items a{
  position: relative;
  display: block;
  float: left;
  width: auto;
  vertical-align: middle;
}*/
/*.clients-item{
  position: relative;
  min-height: 15vh;
  float: left;
  vertical-align: middle;
}
.clients-item img{
  position: relative;
  vertical-align: middle;
}*/


.partners {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.partner-brands-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partner-brands {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 60px;
}

.client-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  opacity: 1;
  transition: all 0.3s ease;
}

.client-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .partner-brands {
    gap: 1rem;
    animation-duration: 15s;
  }
  
  .client-item {
    min-width: 90px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .partner-brands {
    gap: 0.75rem;
    animation-duration: 12s;
  }
  
  .client-item {
    min-width: 80px;
    height: 40px;
  }
}

.hearyou{
  background-color: #FFF;
  color: #F6B000;
  margin-top: -1px;
}
.hearyou-inner{
  margin-top: 2.5vh;
  padding: 5vw;
  padding-top: 2.5vh;
  border-top: 1px solid #e1e1e1;
}
.hearyou a{
  color: #FCB814;
  opacity: 0.8;
}
.hearyou a:hover{
  opacity: 1;
}
.hearyou-inner p{
  color: #A9A7A7;
}
.hearyou-arrow i{
  font-size: 3.6rem;
  font-weight: 100;
}
.hearyou-arrow img{
  height: auto;
  width: 50px;
}

.yenyenyen{
  background-color: #FDBC1B;
  color: #121212;
  padding-top: 2vh;
  padding-bottom: 5vh;
}
.yenyenyen-inner{
  margin-top: 2.5vh;
  padding: 5vw;
  padding-top: 0vh;
  padding-bottom: 0vh;
}
.yenyenyen-inner p, .yenyenyen-inner span{
  color: #121212;
}
.yenyenyen-inner h2{
  text-align: left;
}
.yenyenyen-arrow i{
  font-size: 3.6rem;
  font-weight: 100;
}
.yenyenyen-arrow img{
  height: 35px;
  width: auto;
  margin-top: -10px;
}

.modal-content {
    background-color: #0a1012;
    border: 1px solid rgb(255 255 255 / 20%);
    border-color: #000;
}
.modal-header .btn-close{
  background: none;
  color: #fff;
  opacity: 1;
}
.modal-body .bio-img-holder img{
  display: inline-block;
  width: 100%;
}
.bio-img-holder{
  padding: 20px;
  padding-top: 10px;
  margin: 0px auto;
}
.bio-img-holder p, .bio-text p:nth-of-type(1){
  color: #FFB805;
}
.bio-text{
  text-align: justify;
}
.bio-text p{
  font-size: 14px;
}

.panels-navigation{
  display: none;
}

.grid-box{
  background-color: #141F23;
}
.grid-box-filters{
  margin-left: 3vw;
  overflow: auto;
}
.grid-box-filters ul{
  padding-left: 0;
  overflow: auto;
}
.grid-box-filters ul li{
  float: left;
  margin-right: 20px;
  list-style: none;
}
.grid-box-filters ul li:hover, .grid-box-filters ul li.active{
  color: #FFB805;
  cursor: pointer;
}
.grid-box-filters ul li span{
  display: inline-block;
  border-radius: 1px solid #FFF;
  background-color: #FFF;
  width: 3px;
  height: 3px;
  margin: 5px;
  margin-left: 20px;
  border-radius: 10px;
}

.grid-box-content{
  padding: 3vw;
  padding-top: 50px;
  background: #FFF;
  color: #000;
}
.grid-box-item{
  display: block;
  position: relative;
  width: 0px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all .4s ease;
}
.grid-box-item-img{
  overflow: hidden;
  height: inherit;
  height: auto;
  height: 300px;
}
.grid-box-item-img img{
  width: 100%;
  transition:all .3s ease-in;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.grid-box-item .vid-play{
  position: absolute;
  top: 41%;
  left: 40%;
  z-index: 3;
}
.grid-box-item-text{
  position: absolute;
  margin-top: -40%;
  width: 100%;
  z-index: 2;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  transition: opacity .5s ease;
  opacity: 0;
}
.grid-box-item:hover{
}

.grid-box-item:hover .grid-box-item-text{
 /* opacity: 1; */
}
.grid-box-item:hover img{
/*  margin-left: -5%;
  margin-top:-5%;
  width: 110%; */
}
.grid-box-item.display-on{
  display: block;
  width: 100%;
  height: auto;
  margin: 0%;
  padding: 10vw;
  padding-bottom: 1vh;
  padding-top: 1vh;
}
@media (min-width: 992px){
  .grid-box-item.display-on{
  /*    width: 33.33333333%;  */
      width: 29.333333%;
      height: auto;
  }
}

#slider-carousel-box{
  
}
.my-carousel{
  width: 30vw;
}

.get-in-touch{
  width: auto;
  padding: 3vw;
  padding-top: 20px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.get-in-touch .row{
  width: 100%
}
.get-in-touch-right .form-control{
}
.address_section{
  padding-left: 10vw;
  padding-right: 10vw;
}

.get-in-touch input[type="text"], .get-in-touch textarea{
  background:none !important;
  border:none;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 10px;
}
.get-in-touch input[type="text"]:focus, .get-in-touch textarea:focus{
  border-bottom: 1px solid #FCB814;
  outline: 0;
  box-shadow: none;
}
.get-in-touch .button-link{
  background-color: #FDBC1B;
  border-right: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
}

.hook-slide{
  position: relative;
  display: block;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
  height: fit-content;
}
.hook-slide-inner{
  position: relative;
  display: block;
}
.hook-slide-inner-main{
  position: relative;
  display: inline-flex;
  overflow: auto;
  width: fit-content;
}
.hook-slide-inner-controls{
  
}
.hook-slide-item{
  float: left;
  width: auto;
  overflow: hidden;
}
.hook-slide-item img{
  max-height: 80vh;
}

.hook-slide-inner-controls{
  padding: 50px;
}

.blank{
  height: 100vh;
  background-color: #141F23;
  padding: 10vw;
}
.blank h2{
  line-height: 60px;
}
.blank-white{
  background-color: #FFF;
  padding-left: 5vw;
  padding-right: 5vw;
}
.blank-white p{
  color: #121212;
  font-weight: 500;
}
.blank-half{
  height: auto;
}
.banner-text p{
  font-size: 18px;
  text-align: justify;
}

.halves{
  position: relative;
  display: block;
  background-color: #FFF;
  color: #000;
}
.halves-inner{
  padding: 20px;
}
.halves-bottom{
  margin-top: 50px;
}
.halves-bottom a{
  color: #121212;
}
.halves-bottom:hover a{
  color: #121212 !important;
}
.brifit{
  padding-bottom: 20px;
}
.brifit-top{
  margin-bottom: 10px;
}
.brifit img{
  height: auto;
  width: 120px;
  height: 30px;
  width: auto;
}
.humans img{
  width: auto;
}


.video-box{
  background-color: #FFF;
  color: #000;
  padding-top: 1vh;
  padding-bottom: 2vh;
}
.video-box .video-title{
  font-size: 24px;
  margin-left: 10vw;
}
.video-box-content{
  padding: 10vw;
  padding-top: 1vh;
  padding-bottom: 3vh;
}
.video-box-content video{
  width: 100%;
}
.video-box-content iframe{
  width: 100%;
  min-height: 450px;
}
.video-box video{
  width: 100%;
  min-height: 450px;
  max-height: 575px;
}

.team-pics{
  padding: 10px;
  padding-top: 100px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.team-pic-item{
  margin-bottom: 35px;
  cursor: default;
}
.team-pic-item-img-box{
  position: relative;
  overflow: visible;
  padding: 10px;
}
.team-pic-item-img-box img{
  width: 100%;
}
.team-pic-item-img-box img.slideImage{
  position: relative;
}
.team-pic-item-img-box .slideImageBack{
  opacity:0;
  position: absolute;
  top: 0px;
  left: 0;
  transition:opacity .3s ease-in;
}
.team-pic-item:hover .slideImageBack{
  opacity: 1;
}
.team-pic-item-text{
  padding-left: 10px;
}
.team-pic-item-text h4{
  margin: 0;
  font-size: 1.3em;
}
.team-pic-item-text p{
  margin: 0;
  color: #FFB805;
  font-size: 0.95em;
}

footer{
  background-color: #313131;
  background-color: #1B1B1B;
  color: #FFF;
  padding-top: 5vh;
  padding-bottom: 2.5vh;
}
footer .footer-inner{
  max-width: 1800px;
  margin: 0px auto;
}
footer h5{
  font-size: 24px;
  font-weight: 500;
}
footer a{
  font-size: 13px;
  font-size: 16px;
  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;
}
.footer-logo{
  width: 10w;
  margin-left: -3px;
}
.footer-right{
  text-align: right;
}
.footer-right span{
  margin-left: 20px;
}
.footer-bottom{
  margin-top: 5vh;
  font-size: 14px;
}
.social-links i{
  font-size: 20px;
  margin-right: 10px;
}


