@font-face {
  font-display: fallback;
  font-family: "Oracle Sans Regular";
  src: url("http://ora-fusion-apps--dev.custhelp.com/euf/assets/OracleSans_Web/APP/OracleSans_A_Rg.ttf") format("truetype");
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans Regular";
  src: url("http://www.oracle.com/asset/web/fonts/OracleSans-Lt.woff2") format("woff2");
}
/* Regular */
@font-face {
  font-family: "Oracle Sans Regular";
  src: url("https://www.oracle.com/asset/web/fonts/OracleSans_W_Rg.woff2") format("woff2"), url("https://www.oracle.com/asset/web/fonts/OracleSans_W_Rg.woff") format("woff");
  font-weight: normal;
}
/* Bold */
@font-face {
  font-family: "Oracle Sans Bold";
  src: url("https://www.oracle.com/asset/web/fonts/OracleSans_W_Bd.woff2") format("woff2"), url("https://www.oracle.com/asset/web/fonts/OracleSans_W_Bd.woff") format("woff");
  font-weight: 700;
}
/* Extra Bold */
@font-face {
  font-family: "Oracle Sans Extra Bold";
  src: url("https://www.oracle.com/asset/web/fonts/OracleSansn_W_ExBd.woff2") format("woff2"), url("https://www.oracle.com/asset/web/fonts/OracleSans_W_ExBd.woff") format("woff");
  font-weight: 800;
}
/* Other Font */
@font-face {
  font-family: "OracleSans";
  src: url("//www.oracle.com/asset/web/fonts/oraclesansvf.woff2") format("woff2"), url("//www.oracle.com/asset/web/fonts/oraclesansvf.woff2") format("woff");
  font-weight: 800;
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans";
  font-weight: 300;
  src: url(../fonts/OracleSansBeta_W_Lt.woff2) format("woff2"), url(../fonts/OracleSansBeta_W_Lt.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans";
  font-weight: 400;
  src: url(../fonts/OracleSansBeta_W_Rg.woff2) format("woff2"), url(../fonts/OracleSansBeta_W_Rg.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans";
  font-weight: 500;
  src: url(../fonts/OracleSansBeta_W_SBd.woff2) format("woff2"), url(../fonts/OracleSansBeta_W_SBd.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans";
  font-weight: 600;
  src: url(../fonts/OracleSansBeta_W_Bd.woff2) format("woff2"), url(../fonts/OracleSansBeta_W_Bd.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Oracle Sans";
  font-weight: 700;
  src: url(../fonts/OracleSansBeta_W_XBd.woff2) format("woff2"), url(../fonts/OracleSansBeta_W_XBd.woff) format("woff");
}
/*************************************************************
  GENERAL
**************************************************************/
html {
  scroll-behavior: smooth;
}

.content {
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}

.txtcolorlight {
  color: white;
}

.txtcolordark {
  color: #161513;
}

.txtcenter {
  text-align: center;
}

.hrg {
  border: none;
  height: 1px;
  background-color: rgba(22, 21, 19, 0.4);
}

.hrglight {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 16px 0;
}

.txt {
  color: white;
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 26px;
}

.darktxt .titles2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.darktxt .titles {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.darktxt .txtdark {
  color: #161513;
  font-size: 18px;
  line-height: 26px;
}
.darktxt .txtdarksm {
  color: #161513;
  font-size: 12px;
}
.darktxt .txtbold {
  font-weight: 800;
  padding-bottom: 26px;
}
.darktxt a {
  color: #161513;
  text-decoration: none;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.darktxt a:hover {
  color: #00688C;
  text-decoration: none;
  cursor: pointer;
}

.gfont {
  font-weight: 400 !important;
  font-family: "Georgia", serif !important;
}

.titles-h {
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
  padding-bottom: 24px;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}

.section-container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 72px 28px;
  overflow: hidden;
}

.w80 {
  width: 80%;
}

.col10 {
  width: 10%;
  float: left;
}

.col20 {
  width: 20%;
  float: left;
}

.col30 {
  width: 30%;
  float: left;
}

.col33 {
  width: 33.33%;
  float: left;
}

.col40 {
  width: 40%;
  float: left;
}

.col45 {
  width: 45%;
  float: left;
}

.col50 {
  width: 50%;
  float: left;
}

.col54 {
  width: 54%;
  padding-right: 50px;
  float: left;
}

.col60 {
  width: 60%;
  float: left;
}

.col70 {
  width: 70%;
  float: left;
}

.col80 {
  width: 80%;
  float: left;
}

.col88 {
  width: 88%;
  float: left;
}

.col-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-flex-sb {
  justify-content: space-between;
}

.col-flex-center {
  justify-content: center;
}

.col-flex-col {
  flex-direction: column;
}

.colflex-item {
  flex-grow: 1;
  margin: 20px 10px 10px;
  width: 20%;
}

.colflex-item:first-child {
  margin-left: 0;
}

.colflex-item-png {
  flex-grow: 1;
  margin: 20px 10px 10px;
  width: 20%;
  flex: 0 0 30%;
  list-style-type: none;
}

.colflex-item-team {
  flex-grow: 1;
  margin: 14px 23px;
  width: 14%;
}

.titles-initpad {
  padding-top: 140px;
}

.padd-top16 {
  padding-top: 16px;
}

.padd-top {
  padding-top: 15%;
}

.padd-top-px {
  padding-top: 25%;
}

.padd-top80 {
  padding-top: 80px;
}

.padd-topMemb {
  padding-top: 40px;
}

.padd-btmsm {
  padding-bottom: 24px;
}

.padd-btm {
  padding-bottom: 80px;
}

.padd-btm16 {
  padding-bottom: 16px;
}

.padd-btm40 {
  padding-bottom: 40px;
}

.padd-left {
  padding-left: 48px;
}

.padd-btm-n {
  padding-bottom: 0 !important;
}

.mg-btmtop {
  margin: 24px 0;
}

/*************************************************************
    BTNS AND LINKS
  **************************************************************/
.secc-btns {
  padding-bottom: 100px;
}

.btn-light a {
  background-color: white;
  color: #161513;
  font-size: 13.75px;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid white;
}
.btn-light a:hover {
  background-color: #F1EFED;
  color: #161513;
}

.btn-light-border a {
  color: white;
  border: 1px solid white;
  font-size: 13.75px;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-light-border a:hover {
  background-color: rgba(255, 255, 255, 0.541);
}

.btn-light-border a {
  color: #161513;
  border: 1px solid #161513;
  font-size: 13.75px;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-light-border a:hover {
  background-color: rgba(22, 21, 19, 0.04);
}

.btn-dark a {
  background-color: #161513;
  color: white;
  font-size: 13.75px;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-dark a:hover {
  background-color: #3A3632;
}

.btn-float {
  float: left;
  padding: 16px 16px 16px 0;
}

.btn-menu a {
  background-color: #161513;
  border-radius: 4px;
  color: white !important;
  padding: 13px 16px;
  transition: 3s ease-out;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.btn-menu a:hover {
  background-color: #3A3632;
  text-decoration: underline !important;
}

.alinks {
  padding: 16px 0;
  font-size: 16px;
}

.alinks a {
  color: #F0CC71;
  text-decoration: none;
}
.alinks a:hover {
  text-decoration: none;
  font-weight: 700;
}

.bluelink {
  color: #00688C;
  font-size: 18px;
}

/*************************************************************
  NAVIGATION
**************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-moz-selection {
  background: rgba(0, 123, 255, 0.3);
}

::selection {
  background: rgba(0, 123, 255, 0.3);
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}

.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .logo a {
  color: #161513;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.navbar .menu-list {
  display: inline-flex;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: #161513;
  font-size: 13.5px;
  line-height: 24px;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.menu-list li a:hover {
  color: #3b3b3a;
  text-decoration: underline;
  font-weight: 600;
}

.icon {
  color: #161513;
  cursor: pointer;
  display: none;
}

.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

.logomob {
  display: none;
}

.ologo {
  vertical-align: middle;
  padding-right: 16px;
}

.btn-mob {
  display: none;
}

@media (max-width: 1230px) {
  .content {
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content {
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: none;
  }
  .icon.hide {
    display: none;
  }
  .navbar .menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: left;
    background: #222;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list {
    left: 0%;
  }
  .navbar .menu-list li {
    margin-top: 45px;
  }
  .navbar .menu-list li a {
    font-size: 16px;
    font-weight: 400;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a {
    margin-left: 0px;
    color: white;
  }
  .btn-menu a {
    font-size: 13.5px;
    background-color: #161513;
    border-radius: 4px;
    color: white !important;
    padding: 13px 16px;
    text-decoration: none;
  }
  .logomob {
    color: white;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    display: block;
  }
  .btn-mob {
    display: block;
  }
}
/*************************************************************
  PARALLAX
**************************************************************/
.px1 {
  background: url("/asset/images//1secc-bg.png") no-repeat;
  padding: 20vh 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.px2 {
  background: url("/asset/images//pxtwobg.png") no-repeat;
  padding: 20vh 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.px3 {
  background: url("/asset/images//pxthreebg.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.px-right {
  text-align: right;
}

.pxsubtxt {
  font-size: 18px !important;
  line-height: 30px !important;
}

.birds-top {
  float: right;
  position: absolute;
  text-align: right;
  margin-top: -110px;
  width: 100%;
  height: 100%;
}
.birds-top img {
  width: 60%;
}

.birds-btm {
  float: right;
  position: absolute;
  text-align: right;
  width: 100%;
  height: 100%;
  margin-top: -245px;
}
.birds-btm img {
  width: 60%;
}

.mntn-px {
  float: right;
  position: absolute;
  text-align: left;
  margin-top: -40px;
  height: 100%;
}
.mntn-px img {
  width: 100%;
}

.mntnback {
  background-image: url("/asset/images//px3m.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.mtndspn img {
  width: 90%;
  vertical-align: bottom;
}

.flex9 {
  flex: 0.9;
}

.flex8 {
  flex: 0.8;
}

.flex7 {
  flex: 0.7;
}

.mtn-flex {
  flex: 1;
  padding: 20vh 30vh 0 0;
}

@media only screen and (max-width: 1540px) {
  .birds-btm {
    float: right;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 100%;
    margin-top: -192px;
  }
  .birds-btm img {
    width: 60%;
  }
  .mntn-px img {
    width: 78%;
  }
}
@media only screen and (max-width: 1440px) {
  .birds-btm {
    width: 90%;
    height: 90%;
    margin-top: -166px;
  }
  .mntn-px {
    z-index: 0;
    margin-top: 0;
  }
  .mntn-px img {
    width: 79.8%;
  }
  .flex9 {
    flex: 1;
  }
  .flex8 {
    flex: 1;
  }
  .flex7 {
    flex: 1;
  }
  .mtn-flex {
    flex: 1;
    padding: 10vh 10vh 0 6vh;
  }
}
@media only screen and (max-width: 1366px) {
  .mntn-px {
    z-index: 0;
    text-align: left;
    margin-top: 0;
  }
  .mntn-px img {
    width: 78.7%;
  }
  .birds-top {
    margin-top: -185px;
  }
  .birds-btm {
    margin-top: -157px;
  }
}
@media only screen and (max-width: 1280px) {
  .birds-btm {
    margin-top: -148px;
  }
}
@media only screen and (max-width: 1025px) {
  .birds-btm {
    margin-top: -118px;
  }
}
@media only screen and (max-width: 768px) {
  .birds-btm,
  .mntn-px,
  .birds-top {
    display: none;
  }
  .wobimg {
    float: right;
    position: absolute;
    text-align: right;
    margin-top: -216px !important;
    width: 100%;
  }
  .wobimg img {
    width: 68%;
  }
  .mtndspn {
    display: none;
  }
  .mtn-flex {
    flex: 1;
    padding: 10vh 3vh;
  }
}
/* Dekstop */
@media screen and (max-device-width: 768px) and (min-device-height: 873px) and (max-device-height: 899px) and (-webkit-min-device-pixel-ratio: 1) {
  .wobimg {
    float: right;
    position: absolute;
    text-align: right;
    margin-top: -216px !important;
    width: 100%;
    /*  img {
         width: 42%;
     } */
  }
}
/* Landscape IPAD*/
@media only screen and (max-device-width: 768px) and (max-device-height: 670px) and (orientation: landscape) {
  .wobimg {
    float: right;
    position: absolute;
    text-align: right;
    margin-top: -216px !important;
    width: 100%;
  }
  .wobimg img {
    width: 42%;
  }
  .mtndspn {
    display: block;
  }
  .mtndspn img {
    width: 126%;
    vertical-align: bottom;
  }
}
/* Portrait IPAD */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .wobimg {
    float: right;
    position: absolute;
    text-align: right;
    margin-top: -216px !important;
    width: 100%;
  }
  .wobimg img {
    width: 42%;
  }
}
/*************************************************************
  INTERNSHIPS
**************************************************************/
.secc-intern {
  background: url("/asset/images//secc-inter-bg.png") top center;
  background-size: cover;
}

.secc-int-color {
  background: rgba(206, 197, 175, 0.61);
}

.disp-mob {
  display: none;
}

.disp-none {
  display: block;
}

.custmg {
  margin: 0 20px 0px 0px;
}

.hrdsp {
  display: none;
}

.hrdspnone {
  display: block;
}

.disabledbtn a {
  background-color: rgba(22, 21, 19, 0.41);
  color: rgba(255, 255, 255, 0.5411764706);
  cursor: default;
}
.disabledbtn a:hover {
  background-color: rgba(22, 21, 19, 0.41);
}

/*************************************************************
    MODAL IMGS
  **************************************************************/
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -7889px 0;
  }
}
#animate-area {
  width: 100%;
  height: 680px;
  background-image: url("/asset/images//imgs.png");
  background-position: 0px 0px;
  animation: animatedBackground 100s linear infinite;
  -moz-animation: animatedBackground 100s linear infinite;
  -webkit-animation: animatedBackground 100s linear infinite;
  -ms-animation: animatedBackground 100s linear infinite;
  -o-animation: animatedBackground 100s linear infinite;
}

@media (prefers-reduced-motion) {
  #animate-area {
    animation: animatedBackground 150s linear infinite;
    -moz-animation: animatedBackground 150s linear infinite;
    -webkit-animation: animatedBackground 150s linear infinite;
    -ms-animation: animatedBackground 150s linear infinite;
    -o-animation: animatedBackground 150s linear infinite;
  }
}
.btnstop {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  height: 30px;
}
.btnstop img {
  width: 30px;
  height: 30px;
}

.hoverlay {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  background: linear-gradient(transparent 90%, rgba(0, 0, 0, 0.56) 20%);
  height: 100%;
  /*     &:hover {
      height: 100%;
      opacity: 1;
      background: linear-gradient(transparent 90%, rgb(0 0 0 / 56%) 20%);
  } */
}

.btn-modal {
  color: white;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.btn-modal img {
  vertical-align: middle;
  padding-left: 10px;
}

.btnpre {
  position: relative;
  height: 586px;
}

.btnpos {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.btnmod {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.slider-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) translateZ(0);
  max-width: 1200px;
  width: 100%;
  z-index: 105;
}

.slm-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.slm-bg.modal-active {
  display: block;
}

.slider-modal.modal-active {
  display: block;
  animation-name: modal-enter;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.slider-modal.modal-close {
  animation-name: modal-leave;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.slider-modal .slides {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-modal .slide {
  position: absolute;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  z-index: 1;
}

.slider-modal .slide.active {
  z-index: 3;
}

.slider-modal .slider-image-caption {
  font-size: 16px;
  color: white;
  padding: 16px 0;
}

.slider-modal .close-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  transition: all 0.2s;
  cursor: pointer;
}

.slider-modal .close-icon:before,
.slider-modal .close-icon:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: white;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -1px;
}

.slider-modal .close-icon:before {
  transform: rotate(45deg);
}

.slider-modal .close-icon:after {
  transform: rotate(-45deg);
}

.slider-modal .close-icon:active {
  background: rgba(0, 0, 0, 0.1);
}

.slider-modal .nav-arrow {
  opacity: 0.3;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.slider-modal .nav-arrow:hover {
  opacity: 0.8;
}

.slider-modal .nav-arrow:before,
.slider-modal .nav-arrow:after {
  content: "";
  width: 2px;
  height: 10px;
  background: white;
  position: absolute;
  left: 9px;
  top: 10px;
}

.slider-modal .nav-arrow:before {
  transform: rotate(50deg) translateY(-50%);
}

.slider-modal .nav-arrow:after {
  transform: rotate(-50deg) translateY(50%);
}

.slider-modal .nav-arrow.right {
  right: 20px;
  transform: rotate(180deg);
}

.slider-modal .nav-arrow.left {
  left: 20px;
}
@keyframes modal-enter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes modal-leave {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media only screen and (max-width: 768px) {
  .slider-modal {
    max-width: 400px;
  }
  .slider-modal .slides,
  .slider-modal .slide {
    height: 200px;
  }
  .btnstop {
    height: 54px;
  }
}
/*************************************************************
    Team Members
  **************************************************************/
.teambg {
  background: url("/asset/images//teambg.png") top center;
  background-size: cover;
}

.teamcard {
  background: url("/asset/images//teamcard-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 30px 32px;
  color: white;
}
.teamcard .number {
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  font-family: "OracleSans", "Oracle Sans";
}
.teamcard .txtbold {
  font-weight: 800;
  font-size: 16px;
  line-height: 6px;
  font-family: "OracleSans", "Oracle Sans";
}

.teamimg {
  width: 170px;
  height: 170px;
  border-radius: 6px;
}

.mbr1 {
  background-image: url("/asset/images//Bio-Alex.png");
  background-size: cover;
}

.mbr2 {
  background-image: url("/asset/images//Bio-Angel.png");
  background-size: cover;
}

.mbr3 {
  background-image: url("/asset/images//Bio-Anna.png");
  background-size: cover;
}

.mbr4 {
  background-image: url("/asset/images//Bio-Azeem.png");
  background-size: cover;
}

.mbr5 {
  background-image: url("/asset/images//Bio-Candy.png");
  background-size: cover;
}

.mbr6 {
  background-image: url("/asset/images//Bio-Edosa.png");
  background-size: cover;
}

.mbr7 {
  background-image: url("/asset/images//Bio-Grace.png");
  background-size: cover;
}

.mbr8 {
  background-image: url("/asset/images//Bio-Janice.png");
  background-size: cover;
}

.mbr9 {
  background-image: url("/asset/images//Bio-Letitia.png");
  background-size: cover;
}

.mbr10 {
  background-image: url("/asset/images//Bio-Ren.png");
  background-size: cover;
}

.colflex-item.teamcard:first-child {
  margin-left: 0;
}

.fx-h,
.tmimgs {
  height: 303px;
}

.tmimg-half {
  float: left;
  left: 0px;
  width: 35%;
  border-radius: 6px 0 0 6px;
  height: 100%;
}

.tmhov {
  position: relative;
}

.tmoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(36, 58, 67, 0.85);
  width: 170px;
  height: 170px;
  border-radius: 6px;
}
.tmoverlay a {
  text-decoration: none;
}

.tmhov:hover .tmoverlay,
.tmoverlay a:focus,
.tmoverlay:focus-within {
  opacity: 1;
}

.tmtext {
  color: white;
  text-align: center;
  width: 170px;
  padding: 60px 0;
}
.tmtext .tname {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.tmtext .tposition {
  font-size: 18px;
  line-height: 26px;
}

.modal-window {
  position: fixed;
  background-color: rgba(14, 14, 14, 0.56);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.modal-close {
  line-height: 70px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -48px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window > div {
  border-radius: 6px;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 0;
}

.mbrbg1 {
  background-image: url("/asset/images//Bio-Alex.png");
  background-size: cover;
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg2 {
  background-image: url("/asset/images//Bio-Angel.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg3 {
  background-image: url("/asset/images//Bio-Anna.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg4 {
  background-image: url("/asset/images//Bio-Azeem.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg5 {
  background-image: url("/asset/images//Bio-Candy.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg6 {
  background-image: url("/asset/images//Bio-Edosa.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg7 {
  background-image: url("/asset/images//Bio-Grace.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg8 {
  background-image: url("/asset/images//Bio-Janice.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg9 {
  background-image: url("/asset/images//Bio-Letitia.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbrbg10 {
  background-image: url("/asset/images//Bio-Ren.png");
  border-radius: 6px 0 0 6px;
  width: 100%;
  flex: 1 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-flex-timg {
  flex-direction: row;
}

.mbrinfo {
  padding: 50px;
  flex: 1 0 50%;
}
.mbrinfo .mbrname {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.mbrinfo .mbrpos {
  font-size: 16px;
  line-height: 22px;
}
.mbrinfo .mbrplace {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 24px;
}
.mbrinfo .mbrquest {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 5px;
}
.mbrinfo .mbrtxt {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 28px;
}
.mbrinfo .mbrquote {
  font-family: Georgia;
  font-size: 18px;
  line-height: 24px;
  padding-top: 28px;
}

@media only screen and (max-width: 768px) {
  .col-flex-timg {
    flex-direction: column;
  }
  .mbrinfo,
  .mbrbg1,
  .mbrbg2,
  .mbrbg3,
  .mbrbg4,
  .mbrbg5,
  .mbrbg6,
  .mbrbg7,
  .mbrbg8,
  .mbrbg9,
  .mbrbg10 {
    flex: auto;
  }
}
@media only screen and (min-width: 1920px) {
  .mbrinfo {
    padding: 120px 50px;
  }
}
/*************************************************************
    Video 2
  **************************************************************/
.vid2 {
  background: url("/asset/images//preftbg.png") top center;
  background-size: cover;
  padding: 100px;
  min-height: 70vh;
}

.hero-video iframe {
  margin-top: -30px;
  width: 868px;
  height: 487px;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.5);
}

.heroVid-window {
  position: fixed;
  background-color: rgba(14, 14, 14, 0.56);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.heroVid-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.heroVid-window > div {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overflowh {
  overflow: hidden;
}

.heroVid-close {
  line-height: 100px;
  float: right;
}

.heroVid-window > div {
  border-radius: 6px;
}

.heroVid-window div:not(:last-of-type) {
  margin-bottom: 0;
}

/*************************************************************
    P-FOOTER
  **************************************************************/
.p-footer {
  background-image: url("/asset/images//1secc-bg.png");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.secc-ft {
  background-image: url("/asset/images//secc-ft-bg.png");
}
.secc-ft .titles {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: white;
  padding-bottom: 16px;
  font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
}
.secc-ft .txt {
  font-size: 18px;
  line-height: 26px;
  color: white;
  padding-bottom: 16px;
}

/*************************************************************
    FOOTER
  **************************************************************/
footer {
  width: 100%;
  padding: 12px 0 0;
  background-color: #3A3632;
  font-size: 14px;
}

footer .footer-list {
  color: #dee0e0;
  display: flex;
}

.footer-list a:visited,
footer {
  color: #454545;
}

.footer-list {
  width: 100%;
  margin: auto;
  padding: 25px 0 17px;
}

.ft-divs {
  text-align: center;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

.ft-first-div {
  flex: 2 !important;
  justify-content: flex-end;
  padding-right: 25px;
  padding-top: 6px;
}

.ft-second-div {
  flex: 1;
  justify-content: flex-start;
}

footer .footer-list div ul {
  margin-left: 0;
  color: #dee0e0;
}

.footer-list ul {
  padding: 0;
  margin: 0 0 8px 4px;
}

footer .footer-list .copyright,
footer .footer-list div ul li:first-child {
  padding-left: 0;
}

.footer-list li,
footer .footer-list div ul li {
  border-right: none;
}

.footer-list li {
  display: inline;
  padding: 0 7px;
  border-right: 1px solid #cbcbcb;
  list-style-type: none;
  white-space: nowrap;
}

.footer-list li:first-child a {
  border-right: 1px solid #fff;
  border-left: 0;
  padding-right: 20px;
  padding-left: 0;
}

footer .footer-list div ul li a:link,
footer .footer-list div ul li a:visited {
  color: #fff;
}

footer .footer-list div ul li a,
footer .footer-list div ul li a:link,
footer .footer-list div ul li a:visited {
  color: #fff;
  text-decoration: none;
}

/*************************************************************
    EFFECTS AND ANIMATION
  **************************************************************/
.appear {
  position: relative;
  animation-name: slideDivUp;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes slideDivUp {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.divA3 {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .divA3 {
    transition: opacity 3s ease, transform 3s ease;
  }
}
.divOp3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.divA4 {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
}

@media (prefers-reduced-motion: no-preference) {
  .divA4 {
    transition: opacity 3s ease, transform 3s ease;
  }
}
.divOp4 {
  opacity: 1;
  transform: none;
  transform: translate3d(0, 0, 0);
}

#turn {
  display: none;
}

/*************************************************************
    RESPONSIVE
  **************************************************************/
@media only screen and (max-width: 768px) {
  .section-container {
    padding: 72px 18px;
  }
  .bluelink {
    padding-top: 24px;
  }
  .w80 {
    width: 100%;
  }
  .col10,
  .col20,
  .col30,
  .col33,
  .col40,
  .col50,
  .col60,
  .col70,
  .col80,
  .col88 {
    width: 100%;
    padding: 20px 0;
  }
  .col45 {
    width: 100%;
    padding: 0;
  }
  .col54 {
    width: 100%;
    padding: 16px 0 0 0;
  }
  .titles-initpad {
    padding-top: 0;
  }
  .disp-mob,
  .hrdsp {
    display: block;
    margin-top: 16px;
  }
  .hrdspnone {
    display: none;
  }
  .disp-none {
    display: none;
  }
  .btn-float {
    padding: 18px 0;
    text-align: center;
    float: initial;
  }
  .secc-btns {
    padding-bottom: 20px;
  }
  .darktxt .txtdark {
    font-size: 16px;
    line-height: 24px;
  }
  .darktxt .txtbold {
    font-weight: 800;
    padding-bottom: 0px;
  }
  .gfont {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .mobpbnone {
    padding-bottom: 0 !important;
  }
  .custmg {
    margin: 20px 0px 0px 0px !important;
  }
  .custmgtm {
    margin: 20px 0px 0px 0px !important;
    text-align: -webkit-center;
  }
  .teamimg {
    width: 160px;
    height: 160px;
  }
  .colflex-item.teamcard:first-child {
    margin-left: 0px;
  }
  .fx-h,
  .tmimgs {
    height: 100%;
    width: 100%;
  }
  .tmimg-half,
  .tmtxt-half {
    width: 100%;
    border-radius: 6px;
  }
  .tmtxt-half {
    width: 100%;
    border-radius: 0 0 6px 6px;
    margin-top: -230px;
  }
  .padd-top80 {
    padding-top: 0;
  }
  .padd-btmresp {
    padding-bottom: 16px !important;
  }
  .padd-respnon {
    padding: 0 !important;
  }
  .padd-btmsm {
    padding-bottom: 16px;
  }
  .padd-left {
    padding-left: 0px;
  }
  .padd-top {
    padding-top: 45% !important;
  }
  .padd-top-px {
    padding-top: 50% !important;
  }
  .padd-top40 {
    padding-top: 40px !important;
  }
  .padd-top20 {
    padding-top: 20px !important;
  }
  .mg-btmtop {
    margin: 16px 0;
  }
  .titles-h {
    font-size: 41px;
    line-height: 44px;
    font-weight: 800;
    padding-bottom: 16px;
    font-family: "OracleSans", "Oracle Sans", "Oracle Sans Regular", Helvetica Neue, sans-serif;
  }
  .pxsubtxt {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .px3m {
    background: none;
  }
  .mntnback {
    display: none;
  }
  .svg-intern {
    width: 318px;
  }
  .pngsize {
    width: 100%;
  }
  .bannerbg {
    padding: 20px;
  }
  .btnpre {
    height: 400px;
  }
  .btnpos {
    bottom: 22px;
  }
  .hoverlay {
    opacity: 1;
    background: linear-gradient(transparent 72%, rgba(0, 0, 0, 0.56) 30%);
  }
  .tmoverlay {
    width: 160px;
    height: 160px;
    margin-left: 11px;
    display: hidden;
  }
  .tmtext {
    width: 160px;
    padding: 54px 0px;
  }
  .modal-window > div {
    width: 80%;
  }
  .mbrbg1,
  .mbrbg2,
  .mbrbg3,
  .mbrbg4,
  .mbrbg5,
  .mbrbg6 {
    height: 285px;
    border-radius: 6px 6px 0 0;
  }
  .mbrinfo {
    padding: 28px 16px;
    overflow-y: scroll;
    height: 320px;
  }
  .mbrinfo .mbrname {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
  }
  .mbrinfo .mbrpos {
    font-size: 16px;
    line-height: 22px;
  }
  .mbrinfo .mbrtxt {
    font-size: 16px;
    line-height: 18px;
  }
  .mbrinfo .mbrquote {
    font-size: 16px;
    line-height: 20px;
  }
  .vid2 {
    padding: 24px 4px;
    min-height: 60vh;
  }
  .hero-video iframe {
    width: 360px;
    height: 200px;
  }
  footer .footer-list {
    display: inline-block;
    flex-direction: column;
    padding: 25px 0 17px !important;
  }
  footer .ft-divs {
    display: block;
  }
  footer .ft-first-div {
    padding: 8px;
    padding-right: 0 !important;
  }
  footer .footer-list a,
  footer .footer-list a:link {
    line-height: 34px;
  }
  .col-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .colflex-item {
    margin: 20px 10px 10px 0;
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
  }
  .colflex-item-png {
    flex-grow: 1;
    margin: 10px 10px;
    width: 40%;
    display: inline-block;
  }
  .colflex-item-team {
    margin: 20px 10px 10px;
    width: 50% !important;
    display: inline-block;
    padding-bottom: 40px;
  }
  #animate-area {
    height: 480px;
  }
}
@media only screen and (max-width: 1100px) {
  .teamcard .txtbold {
    line-height: 20px;
  }
  .tmhov:hover .tmoverlay {
    opacity: 0;
    margin-left: 100px;
  }
  .colflex-item-team {
    width: 18%;
  }
}
@media only screen and (max-width: 949px) and (min-width: 769px) {
  .colflex-item-team {
    width: 21%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .colflex-item-team {
    width: 21%;
  }
  .slider-modal .slides,
  .slider-modal .slide {
    height: 420px;
  }
  .slider-modal {
    max-width: 620px;
  }
  .col70 {
    margin-top: 16%;
    width: 70%;
  }
  .mbrbg1,
  .mbrbg2,
  .mbrbg3,
  .mbrbg4,
  .mbrbg5,
  .mbrbg6 {
    height: 500px;
  }
  .hero-video iframe {
    width: 600px;
    height: 400px;
  }
  .titles-h {
    font-size: 80px;
    line-height: 80px;
  }
  .padd-top-px {
    padding-top: 30% !important;
  }
  .col70 {
    width: 98%;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .colflex-item-team {
    width: 18%;
  }
  .modal-window > div {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
  }
  .mbrbg1,
  .mbrbg2,
  .mbrbg3,
  .mbrbg4,
  .mbrbg5,
  .mbrbg6,
  .mbrbg7,
  .mbrbg8,
  .mbrbg9,
  .mbrbg10,
  .mbrbg11,
  .mbrbg12 {
    height: 676px;
  }
  .col60 {
    width: 70%;
  }
}
@media only screen and (min-width: 2500px) and (max-width: 2700px) {
  .birds-btm {
    margin-top: -325px;
  }
  .mntn-px {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 740px) and (orientation: landscape) {
  #turn {
    display: block;
  }
  #bodynormal {
    display: none;
  }
  .padd-top-px {
    padding-top: 20% !important;
  }
  .tmoverlay {
    margin-left: 95px;
  }
  .mbrbg1,
  .mbrbg2,
  .mbrbg3,
  .mbrbg4,
  .mbrbg5,
  .mbrbg6 {
    display: none;
  }
}
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  #turn {
    display: none;
  }
  body {
    display: block;
  }
}/*# sourceMappingURL=stylev2.css.map */
