@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
  margin: 0;
  padding: 0;
  background: #fff;
  /**font-family: 'Fira Sans Condensed', sans-serif;**/
  color: #000;
  /**overflow-y: hidden;**/
}
h1, h2, h3, h4, h5, h6 {
    /***font-family: 'Frank Ruhl Libre', serif;***/
    font-family: "Montserrat", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover { 
    text-decoration:  none !important;
    border-bottom: 0;
}
.p-40-m-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: -0.02em;
}
.p-40 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3rem;
}
.p-30 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2rem;
}
.p-28-m-fi {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
}
.p-28-l-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
}
@media (min-width: 768px) {
    .p-28-l-fi {
    font-size: 1.75rem;
    line-height: 2.25rem;
    }
}
.p-26-m-fi {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
}
.p-26 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
}
.p-24-fi {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}
.p-24 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
}
.p-24-fr {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.p-22-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
}
.p-20-l-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}
.p-20-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
}
.p-20 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}
.p-18-m-fi {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
}
.p-18-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.p-18-em {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem;
    letter-spacing: 0.3em;
}
.p-16 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}
.p-14-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}
.p-14-m {
    font-family: "Montserrat", sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
}
.p-bio-fi {
    font-family: "Montserrat", sans-serif;
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.p-13-fi {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 0.813rem;
    font-weight: 400;
}

.tx-shadow {
    text-shadow: 1px 1px 5px #000;
}

.tx-grey-1-v2 { color: #666; }
.tx-black, .text-black { color: #000 }
.tx-white { color: #fff }
.tx-grey { color: #666 }
.tx-lt-grey { color: #888 }
.tx-dark { color: #262829 }
.tx-orange { color: #ff644e }

a.animax-one {
  box-shadow: inset 0 0 0 0 #666;
  color: #000;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
}
a.animax-one:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #000;;
}

a.animax-two {
  box-shadow: inset 0 0 0 0 #666;
  color: #fff;
	padding: 0 .25rem;
	margin: 0 -.25rem;
  transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
}
a.animax-two:hover {
  color: #000;
  box-shadow: inset 200px 0 0 0 #fff;;
}


.link {
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}
.link-icon {
    top: 2px;
  position: relative;
  width: 35px;
  height: 35px;
  /**background: #f8f8ff;**/
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}
.link-icon-sm {
    top: 2px;
    color: #888;
  position: relative;
  width: 35px;
  height: 35px;
  /**background: #f8f8ff;**/
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;

  /*  Remove overflow to see how it works　:) */
  overflow: hidden;
}

.icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}

.icon:nth-child(2) {
  transform: translate(-40px);
}

/* Move arrows to right */
.link:hover .icon:first-child {
  transform: translate(40px);
}

.link:hover .icon:nth-child(2) {
  transform: translate(0px);
}

/* Presentational styles 
a {
	color: #54b3d6;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
	font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}*/


.menu {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 46px;
  width: 46px;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.hamburger-icon {
  position: absolute;
  width: 24px;
  height: 16px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}

.hamburger-bar {
  background-color: #444;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.hamburger-bar-2 {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50% !important;
}

.hamburger-bar-3 {
  bottom: 0;
}

.menu.open .hamburger-bar-1 {
  transform: translateY(8px) translateY(-50%) rotate(45deg);
}

.menu.open .hamburger-bar-2 {
  opacity: 0;
}

.menu.open .hamburger-bar-3 {
  transform: translateY(-8px) translateY(50%) rotate(-45deg);
}

.menu-overlay {
  background-color: #1f262d;
  color: #444;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.grox {
   display: block;
   overflow: hidden !important;
   transition: all ease-in-out .5s;
    cursor: pointer;
}
.grox img { 
    transition: all .2s ease-in-out; 
}
.grox:hover img { 
    transform: scale(0.95);  
}

.srix {
   display: block;
   overflow: hidden !important;
   transition: all ease-in-out .5s;
}
.srix img { 
    transition: all .5s ease-in-out; 
}
.srix:hover img { 
    transform: scale(1.03); 
    border-radius: 10px;
}

.bord-work {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .bord-work {
    border: 0 solid transparent;
    }
}

.colored {
    overflow: hidden;
    transition: all 0.8s ease;
}
.colored:hover {
    /**background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);**/
    
    transition: all 0.6s ease;
    color: #fff;
}
/**a .work_other {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}
a .work_other:hover {
    text-decoration: none;
    color: #000;
} **/

.rteam, .rteam a {
    color: #fff;
    transition: all 0.5s ease;
}
.rteam:hover, .rteam a:hover {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
.rteam .p-14-fi {
    color: #fff;
}
.rteam hr {
   width: 70px;
   border-top: 4px solid #fff !important;
}
.reedteam  {
    color: #fff;
    transition: all 0.5s ease;
}
.reedteam:hover {
    color: rgba(255,255,255,0);
}


/*** bio-text ***/
.reedtext  {
    color: rgba(50,50,50,0.01);
    transition: all 0.5s ease;
}
.reedtext:hover {
   color: #fff; 
}

/** end **/

@media (min-width: 992px) {
    .rteam, .rteam a {
        color: #fff;
    }
    .rteam:hover, .rteam a:hover {
        color: #fff;
    }
    .rteam hr {
       border-top: 2px solid #fff !important;
    }
    .rteam .p-14-fi {
        color: #fff;
    }
    .rteam .p-14-fi:hover {
    color: rgba(255,255,255,1);
    }
}

/************************ OLD ***************************/


nav {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-top: 35px;
}

@media (min-width: 768px) {
    nav {
    padding-top: 0;
    }
    
}

ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0;
}

@media (min-width: 768px) {
    
    .p-40 {
    font-size: 2.5rem;
    line-height: 3rem;
    }
    
    
    ul {margin: 25px;}
    
}

ul.one {
  /**width:87.563%;**/
    width: 98%;
}

li {
      display: block;
      padding:5px;
      position: relative;
      opacity: 1;
      margin: 5px;
}

ul.sociat {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

ul.sociat li {
    display: inline-block;
      padding:1px;
      position: relative;
      opacity: 1;
      margin: 1px ;
}
ul.sociat li a {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color:  #444;
}

a.social-round-icon {
      display: block;
      position: relative;
      color: #666;
      text-decoration: none;
      overflow: hidden;
}

a.nav-links {
      /**font-family: 'Playfair Display', serif;**/
      font-family: 'Fira Sans Condensed', sans-serif;
      display: block;
      position: relative;
      color: #fff;
      text-decoration: none;
      overflow: hidden;
      padding: 5px 5px 0 5px;
      text-align: center;
      border-bottom: 1px solid transparent;   
}

a.nav-links:hover{
  /**background-color:#ffffff;**/
  color: #444 !important;
  transition: 0;
  border-bottom: 1px solid #fff;
}

a.nav-links h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

a.nav-links p {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #e8e8e8;
    letter-spacing: 0.5em;
}
a.nav-links p:hover {
    color: #444;
     transition: 0.3s;
}


@media (min-width: 768px) {
    
 a.nav-links {
    font-size: 1.75rem;
    color: #fff;
    padding: 0 20px 0 20px;
    text-align: left;
    transition: 0.3s;
     font-weight: 400;
}
    
a.nav-links:hover{
  color: #d7d7d7 !important;
   border-bottom: 1px solid #fff;
}
       
a.nav-links p {
    display: block;
}
    
}


.display-inline {
    display: inline-block;
    margin: 0 10px 0 10px;
}

.display-inline-navi {
    display:block;
    margin: 0 10px 0 10px;
}

@media (min-width: 768px) {
    
.display-inline-navi {
    display: inline-block;
    
}    
    
}

input[type=text] {
    /**width: 130px;**/
    border: 1px solid #e8e8e8;
    /**border-radius: 130px;**/
    font-size: 16px;
    background-color: #f9f9f9;
    /**margin: 20px;**/
    /**padding: 12px 20px 12px 40px;**/
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/**input[type=text]:focus {
    width: 230px;
    outline: none;
}**/
input::placeholder {
   font-family: 'Roboto', sans-serif;
   font-size: 0.825rem;
    color: #999 !important;
    letter-spacing: 0.1em;
  /**color: red;**/
}
.btn-secondary {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    background-color: #ffc107 !important;
    border: #ffc107 !important;
}



.social-text {
    /**font-family: 'Playfair Display', serif;**/
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02rem;
}

.social-round-icon {
  width:45px;
  height:45px;
  border:2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height:inherit;
  font-size: 40px;
  padding: 15px;
}
.social-line {
    border-top: 1px solid rgba(255,255,255,0.9);

}

a.social-round-icon:hover {
  background-color:#ffffff;
  color: black;
  box-shadow: inset 0 0 0 5px #000;
  transition: .3s;
}
.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #444;
    padding: 10px 20px;
}

a .port_headline {
    font-family: 'Frank Ruhl Libre', serif;
    color: #000;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

a .port_headline:hover {
    color: #777;
}

.date {
    letter-spacing: 0.05em;
}

.work_headline {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
}
a .work_headline {
    color: #000;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}
a .feature_link {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    color: #999;
    transition: all 0.3s ease;
}

/****accordion*****/
.accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}
.accordion-people {
    position: absolute;
    bottom: 10px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .accordion-people {
    position: absolute;
    bottom: 25px;
    }
}

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

.bg-home-3:hover, .bg-home-5:hover, .bg-home-6:hover, .bg-home-8:hover, .bg-home-10:hover, .bg-home-11:hover, .bg-feature-2:hover {
    opacity: 0.9;
} 

.bg-header {
    background-color: #fff; 
}
@media (min-width: 1400px) {
    .bg-header {
    background-color: transparent; 
    }
}

.bg-yellow {
    background-color: #ffc107; 
    transition: all 0.3s ease;
}
.bg-yellow:hover {background-color: #f9cd17 !important;}

.bg-dark-2 {
  background-color: #343a40 !important;
    transition: all 0.3s ease;
}
.bg-dark-2:hover {
  background-color: #222 !important;
}

.bg-orange {
    background-color: #ff644e;
    transition: all 0.4s ease;
}
.bg-orange:hover {
    background-color: #f24e3d;
}

/*** test hover ***/

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 768px) {}

.work a:hover { text-decoration: none}


.w_g {
    font-family: 'Roboto', sans-serif;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

a .home_link  {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
    color: #999;
    letter-spacing: 0.05em;
}
.feature h4, .culture h4 {
    line-height: 2.25rem;
    font-weight: 400;
}

hr.one {
    width: 150px;
    border-top: 3px solid #000;
}
hr.two {
    width: 150px;
    border-top: 3px solid #fff;
}
hr.three {
    width: 150px;
    border-top: 2px solid #000;
}
hr.four {
    margin: 0 auto;
    width: 170px;
    border-top: 1px solid #333;
}

.contact .p5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
}
@media (min-width: 768px) {
    .contact .p5 {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: justify;
    }
}


.bio_headline {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
}
.bio {
    font-family: 'Roboto', sans-serif;
    font-size: 0.825rem;
    font-weight: 300;
    line-height: 1.2rem;
}
.feature .signature {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 0.825rem;
    font-weight: 300;

}
.feature ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.contact ul {
    padding: 0; margin: 0;
}
.contact ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #444;
}
.portfolio small {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    color:  #666;
    padding: 13px;
}
.bread small {
    font-family: 'Roboto', sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
    color:  #888;
    padding: 13px;
}
.portfolio p {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    color:  #333;
}
.footer_line {
    border-bottom: 1px solid #e8e8e8;
}
ul.footlist li {
    padding: 5px 0;;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
}
ul.footlist li a {
    color: #666;
}
.foot-text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
}
.foot-text-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
}
a .waze {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 0.875rem;
    color: #000;
    font-weight: 500;
}
a .waze:hover {
    color: #666;
    text-decoration: none !important;
}
.why-how {
    font-family: 'Roboto', sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
}
.bg-light-2 {
  background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.bg-light-2:hover {
    background-color: #e8e8e8;
}
.bg-trans {
    background: rgba(0,0,0,0.7);
    transition: all 0.3s ease;
}
.bg-trans:hover {
    background: rgba(0,0,0.9);
}
.bg-trans-2 {
    /**background: rgba(55,0,40,0.5);**/
    background: rgba(95,1,44,0.5);
    transition: all 0.3s ease;
}
.bg-trans-2:hover {
    background: rgba(75,1,44,0.8);
}
.bg-lightest {
    background: rgba(255,255,255,1);
}
.embed-responsive-9by16 {
    padding-bottom: 177.78%;
}

@media (min-width: 576px) {
    .bg-lightest { background: rgba(255,255,255,0.9); }
    .why-how { font-size: 2.5rem; }
}
@media (min-width: 768px) {
    .why-how { font-size: 2.8rem; }
}
@media (min-width: 992px) {
    .why-how { font-size: 3rem; }
}
@media (min-width: 1200px) {
    .bg-lightest { background: rgba(255,255,255,0.9);}
    .why-how { font-size: 3.75rem; }
}

body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../images/team/tasha-2.jpg) url(../images/team/sam-2.jpg) url(../images/team/shaq-3.jpg) url(../images/team/caff.jpg) url(../images/team/wani-4.jpg) url(../images/team/jan.jpg)  url(../images/team/mae-4.jpg) url(../images/team/amirah-2.jpg) url(../images/team/emy-2.jpg) url(../images/team/qal-2.jpg) url(../images/team/shai-2.jpg) url(../images/team/agus-6.jpg) url(../images/team/alisa-2.jpg) url(../images/team/feeqo-2.jpg) url(../images/team/airin-0.jpg) url(../images/team/domi-2.jpg) url(../images/team/fizi-2.jpg) url(../images/team/david-2.jpg) url(../images/team/hafiz-2.jpg) url(../images/team/izni-2.jpg) url(../images/team/liyana-4.jpg) url(../images/team/munzir-2.jpg) url(../images/team/raphil-2.jpg) url(../images/team/rok-2.jpg);
}

.bio_tasha {
    background-image: url(../images/team/tasha-1.jpg);
    background-size: cover;
    background-position: top right;
    transition: all 0.5s ease;
}
.bio_tasha:hover {
    background-image: url(../images/team/tasha-2.jpg);
}

.bio_tasha_2 {
    background-image: url(../images/team/h-2.jpg);
    background-size: cover;
    background-position: top right;
    transition: all 0.8s ease;
}

.bio_sam {
    background-image: url(../images/team/sam-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_sam:hover {
    background-image: url(../images/team/sam-2.jpg);
}
.bio_shaq {
    background-image: url(../images/team/shaq-2.jpg);
    background-size: cover;
    background-position: top right;
    transition: all 0.5s ease;
}
.bio_shaq:hover {
    background-image: url(../images/team/shaq-3.jpg);
}

.bio_caff {
    background-image: url(../images/team/caff-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_caff:hover {
    background-image: url(../images/team/caff.jpg);
}
.bio_wani {
    background-image: url(../images/team/wani-3.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_wani:hover {
    background-image: url(../images/team/wani-4.jpg);
}
.bio_jan {
    background-image: url(../images/team/jan-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_jan:hover {
    background-image: url(../images/team/jan.jpg);
}
.bio_raph {
    background-image: url(../images/team/raphil-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_raph:hover {
    background-image: url(../images/team/raphil-2.jpg);
}
.bio_rok {
    background-image: url(../images/team/rok-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_rok:hover {
    background-image: url(../images/team/rok-2.jpg);
}
.bio_mae {
    background-image: url(../images/team/mae-3.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_mae:hover {
    background-image: url(../images/team/mae-4.jpg);
}
.bio_amirah {
    background-image: url(../images/team/amirah-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_amirah:hover {
    background-image: url(../images/team/amirah-2.jpg);
}
.bio_domi {
    background-image: url(../images/team/domi.jpg);
    background-size: cover;
}

.bio_emy {
    background-image: url(../images/team/emy-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_emy:hover {
    background-image: url(../images/team/emy-2.jpg);
}
.bio_bo {
    background-image: url(../images/team/bo-2.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_bo:hover {
    background-image: url(../images/team/bo-1.jpg);
}
.bio_qal {
    background-image: url(../images/team/qal-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_qal:hover {
    background-image: url(../images/team/qal-2.jpg);
}
.bio_shai {
    background-image: url(../images/team/shai-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_shai:hover {
    background-image: url(../images/team/shai-2.jpg);
}
.bio_agus {
    background-image: url(../images/team/agus-3.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_agus:hover {
    background-image: url(../images/team/agus-1.jpg);
}
.bio_aishah {
    background-image: url(../images/team/aishah-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_aishah:hover {
    background-image: url(../images/team/aishah-2.jpg);
}
.bio_alisa {
    background-image: url(../images/team/alisa-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_alisa:hover {
    background-image: url(../images/team/alisa-2.jpg);
}
.bio_feeqo {
    background-image: url(../images/team/feeqo-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_feeqo:hover {
    background-image: url(../images/team/feeqo-2.jpg);
}
.bio_azzim {
    background-image: url(../images/team/azim.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_azzim:hover {
    background-image: url(../images/team/azim-1.jpg);
}
.bio_airin {
    background-image: url(../images/team/airin-2.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_airin:hover {
    background-image: url(../images/team/airin-0.jpg);
}
.bio_azreel {
    background-image: url(../images/team/azreel.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_azreel:hover {
    background-image: url(../images/team/azreel-1.jpg);
}
.bio_munzir {
    background-image: url(../images/team/munzir-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_munzir:hover {
    background-image: url(../images/team/munzir-2.jpg);
}
.bio_liyana {
    background-image: url(../images/team/liyana-3.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_liyana:hover {
    background-image: url(../images/team/liyana-4.jpg);
}
.bio_david {
    background-image: url(../images/team/david-1.jpg);
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.bio_david:hover {
    background-image: url(../images/team/david-2.jpg);
}
/*** testing ***/
.bio_agus-t1 {
    background-image: url(../images/team/agus-5.jpg);
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}
.bio_agus-t1:hover {
    background-image: url(../images/team/agus-6.jpg);
}

.bio_fizi {
    background-image: url(../images/team/fizi-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_fizi:hover {
    background-image: url(../images/team/fizi-2.jpg);
}
.bio_izni {
    background-image: url(../images/team/izni-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_izni:hover {
    background-image: url(../images/team/izni-2.jpg);
}
.bio_hafiz {
    background-image: url(../images/team/hafiz-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_hafiz:hover {
    background-image: url(../images/team/hafiz-2.jpg);
}
.bio_domi {
    background-image: url(../images/team/domi-1.jpg);
    background-size: cover;
    transition: all 0.5s ease;
}
.bio_domi:hover {
    background-image: url(../images/team/domi-2.jpg);
}
/*** end testing ***/

.dummy-1 {
    background-image: url(../images/dm-1.jpg);
    background-size: cover;
    background-position: center center;
}
.dummy-2 {
    background-image: url(../images/dm-2.jpg);
    background-size: cover;
    background-position: center center;
}
.dummy-3 {
    background-image: url(../images/dm-3.jpg);
    background-size: cover;
    background-position: center center;
}
.dummy-4 {
    background-image: url(../images/dm-4.jpg);
    background-size: cover;
    background-position: center center;
}
.dummy-5 {
    background-image: url(../images/dm-5.jpg);
    background-size: cover;
    background-position: center center;
}

.arw {
    vertical-align:middle;
}

.img-pending {
    position: absolute;
    top: 40%;
    left: 28%;
    font-size: 2.125rem;
    color: red;
    font-weight: bold;
    background-color: yellow;
    padding: 10px 30px;
}

/*****MARGIN & PADDING EXTRA*****/
.m-6 {
	padding: 5rem;
}
.mt-6 {
  margin-top: 5rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.my-6 {
 margin-top: 5rem !important;
 margin-bottom: 5rem !important;
}
.mx-6 {
 margin-left: 5rem !important;
 margin-right: 5rem !important;
}
.my-7 {
 margin-top: 7rem !important;
 margin-bottom: 7rem !important;
}
.p-7 {
	padding: 7rem;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
 padding-top: 7.5rem !important;
}
.pt-9 {
 padding-top: 8.5rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 9rem !important;
}
.py-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.py-8 {
 padding-top: 7.5rem !important;
 padding-bottom: 7.5rem !important;
}
.py-9 {
 padding-top: 8.5rem !important;
 padding-bottom: 8.5rem !important;
}
.py-10 {
 padding-top: 9.5rem !important;
 padding-bottom: 9.5rem !important;
}
.py-11 {
 padding-top: 10.5rem !important;
 padding-bottom: 10.5rem !important;
}
.mt-150 {
	margin-top: 75px; }
.mt-200 {
	margin-top: 100px; }
.mt-250 {
	margin-top: 125px; }	
.mt-300 {
	margin-top: 150px; }

@media (min-width: 576px) {
.mt-sm-6 {
  margin-top: 5rem !important;
}
.mt-sm-7 {
  margin-top: 7rem !important;
}
.pt-sm-6 {
  padding-top: 5rem !important;
}
.pt-sm-7 {
  padding-top: 7rem !important;
}
.pb-sm-6 {
  padding-bottom: 5rem !important;
}
.pb-sm-7 {
  padding-bottom: 7rem !important;
}
.py-sm-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-sm-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.mt-150 {
	margin-top: 150px; }
.mt-200 {
	margin-top: 200px; }
.mt-250 {
	margin-top: 250px; }	
.mt-300 {
	margin-top: 300px; }
}
@media (min-width: 768px) {
.mt-md-6 {
  margin-top: 5rem !important;
}	
.mt-md-7 {
  margin-top: 7rem !important;
}
.pt-md-6 {
  padding-top: 5rem !important;
}	
.pt-md-7 {
  padding-top: 7rem !important;
}
.pb-md-6 {
  padding-bottom: 5rem !important;
}
.pb-md-7 {
  padding-bottom: 7rem !important;
}
.px-md-6 {
 padding-left: 5rem !important;
 padding-right: 5rem !important;
}
.py-md-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-md-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.big_tp5 { min-height: 860px; }
}

@media (min-width: 992px) {
.mt-lg-6 {
  margin-top: 5rem !important;
}
.mt-lg-7 {
  margin-top: 7rem !important;
}
.pt-lg-6 {
  padding-top: 5rem !important;
}
.pt-lg-7 {
  padding-top: 7rem !important;
}
.pb-lg-6 {
  padding-bottom: 5rem !important;
}
.pb-lg-7 {
  padding-bottom: 7rem !important;
}
.pt-lg-8 {
    padding-top: 9rem !important;
}
.pt-lg-9 {
    padding-top: 11rem !important;
}
.pb-lg-6 {
    padding-bottom: 5rem !important;
}
.pb-lg-7 {
    padding-bottom: 7rem !important;
}
.pb-lg-8 {
    padding-bottom: 9rem !important;
}
.pb-lg-9 {
    padding-bottom: 11rem !important;
}
.ps-lg-6 {
    padding-left: 5rem !important;
}
.px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-lg-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-lg-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.py-lg-9 {
padding-top: 8.5rem !important;
padding-bottom: 8.5rem !important;
}
.py-lg-10 {
 padding-top: 9.5rem !important;
 padding-bottom: 9.5rem !important;
}
.mx-lg-6 {
 margin-left: 5rem !important;
 margin-right: 5rem !important;
}
.my-lg-6 {
 margin-top: 5rem !important;
 margin-bottom: 5rem !important;
}
.my-lg-7 {
 margin-top: 7rem !important;
 margin-bottom: 7rem !important;
}
}
@media (min-width: 1200px) {
.mt-xl-6 {
  margin-top: 5rem !important;
}
.mt-xl-7 {
  margin-top: 7rem !important;
}
.pt-xl-6 {
  padding-top: 5rem !important;
}
.pt-xl-7 {
  padding-top: 7rem !important;
}
.pt-xl-8 {
    padding-top: 9rem !important;
}
.pt-xl-9 {
    padding-top: 11rem !important;
}
.pb-xl-6 {
  padding-bottom: 5rem !important;
}
.pb-xl-7 {
  padding-bottom: 7rem !important;
}
.pb-xl-8 {
    padding-bottom: 9rem !important;
}
.pb-xl-9 {
    padding-bottom: 11rem !important;
}
.py-xl-6 {
 padding-top: 5rem !important;
 padding-bottom: 5rem !important;
}
.py-xl-7 {
 padding-top: 7rem !important;
 padding-bottom: 7rem !important;
}
.px-4to5 {
 padding-left: 2.125rem !important;
 padding-right: 2.125rem !important;
    }
}

@media (min-width: 1400px) {
    .ps-xxl-6 {
        padding-left: 10% !important;
    }
    .pe-xxl-6 {
        padding-right: 12% !important;
    }
    .pt-xxl-6 {
        padding-top: 5rem !important;
    }
    .pt-xxl-7 {
        padding-top: 7rem !important;
    }
    .pt-xxl-8 {
        padding-top: 9rem !important;
    }
    .pt-xxl-9 {
        padding-top: 11rem !important;
    }
    .pb-xxl-6 {
        padding-bottom: 5rem !important;
    }
    .pb-xxl-7 {
        padding-bottom: 7rem !important;
    }
    .pb-xxl-8 {
        padding-bottom: 9rem !important;
    }
    .pb-xxl-9 {
        padding-bottom: 11rem !important;
    }
}