body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: avenir-regular;
}

p {
  color: #b3b3b3;
  font-weight: 300; }

/*h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "" }*/

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

h2 {
  font-size: 20px; }

body {
  position: relative; }
  body:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  body.show-sidebar {
    overflow: hidden; }
    body.show-sidebar:before {
      opacity: 1;
      visibility: visible; }

.site-section {
  padding: 7rem 0; }

aside, main {
  height: 100vh;
  min-height: 580px; }

aside {
  width: 50px;
  left: 0;
  z-index: 1001;
  position: fixed;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #1e1e1e;
  -webkit-transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1); }
  .show-sidebar aside {
    width: 150px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  aside .toggle {
    padding-left: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
      background: #fff; }
  .show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2); }
  aside .side-inner {
    padding: 30px 0;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
    aside .side-inner::-webkit-scrollbar {
      display: none; }
    aside .side-inner .logo-wrap {
      display: block;
      position: relative;
      width: 100%;
      float: left; }
      aside .side-inner .logo-wrap .logo {
        width: 50px;
        float: left;
        height: 50px;
        background: #007bff;
        border-radius: 50%;
        position: relative;
        -webkit-transition: .3s margin ease;
        -o-transition: .3s margin ease;
        transition: .3s margin ease;
        margin: 0 auto 50px 10px; }
        .show-sidebar aside .side-inner .logo-wrap .logo {
          margin: 0 auto 50px 20px; }
        aside .side-inner .logo-wrap .logo span {
          position: absolute;
          color: #fff;
          font-size: 1.5rem;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      aside .side-inner .logo-wrap .logo-text {
        position: absolute;
        top: 10px;
        font-size: 20px;
        margin-left: 10px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden; }
        .show-sidebar aside .side-inner .logo-wrap .logo-text {
          opacity: 1;
          visibility: visible; }
    aside .side-inner .search-form {
      padding-left: 20px;
      padding-right: 20px;
      clear: both;
      margin-bottom: 30px; }
      aside .side-inner .search-form form {
        position: relative; }
        aside .side-inner .search-form form .form-control {
          border-radius: 30px;
          border: 1px solid transparent;
          padding-left: 40px; }
          aside .side-inner .search-form form .form-control:active, aside .side-inner .search-form form .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
          .show-sidebar aside .side-inner .search-form form .form-control {
            border: 1px solid #efefef; }
        aside .side-inner .search-form form .wrap-icon {
          font-size: 1.2rem;
          top: 50%;
          position: absolute;
          top: 8px;
          left: 2px;
          z-index: 2;
          -webkit-transition: .3s left ease;
          -o-transition: .3s left ease;
          transition: .3s left ease; }
          .show-sidebar aside .side-inner .search-form form .wrap-icon {
            left: 10px; }
    aside .side-inner .nav-menu {
      margin-bottom: 50px;
      margin: 0 25px;
      clear: both; }
      aside .side-inner .nav-menu ul, aside .side-inner .nav-menu ul li {
        padding: 0;
        margin: 0px;
        list-style: none; }
      aside .side-inner .nav-menu ul li a {
        display: block;
        /*padding-left: 23px;
        padding-right: 30px;
        padding-top: 10px;*/
        padding-bottom: 10px;
        color: #808080;
        position: relative;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        aside .side-inner .nav-menu ul li a:active, aside .side-inner .nav-menu ul li a:focus, aside .side-inner .nav-menu ul li a:hover {
          outline: none; }
        aside .side-inner .nav-menu ul li a:hover {
          color: #fff;
          /*background: #f4f4f4;*/ }
        aside .side-inner .nav-menu ul li a .wrap-icon {
          font-size: 1.2rem; }
        aside .side-inner .nav-menu ul li a .menu-text {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .show-sidebar aside .side-inner .nav-menu ul li a .menu-text {
            -webkit-transition: 0s all ease;
            -o-transition: 0s all ease;
            transition: 0s all ease;
            opacity: 1;
            visibility: visible; }
      aside .side-inner .nav-menu ul li.active a {
        color: #fff; }

main {
  width: calc(100%);
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1); }
  .show-sidebar main {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  main .post-entry {
    margin-bottom: 30px; }
    main .post-entry .custom-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      margin-right: 30px; }
  main .post-content h3 {
    font-size: 18px; }
  main .post-content .post-meta {
    font-size: 15px;
    color: #ccc; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.full-bar {
          width: 11%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #1e1e1e;

}

.mobiLe-bar {
          width: 13%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #1e1e1e;

}

.hambunger button {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.maximBtn:focus {
    outline: 0;
}

.full-bar .side-inner .nav-menu ul li a .menu-text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.logo-wrap img {

  width: 70%;

}

.logo-maxim {
  text-align: center;
  margin-bottom: 30%;
}

span.menu-text {
    font-family: avenir-regular;
}

.bg-banner-one {
    background-image: url(../images/maxim-MO-LandingPage-home-carousel-01.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-two {
    background-image: url(../images/maxim-MO-LandingPage-home-carousel-02.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.collab-banner {
    background-image: url(../images/hero-banner.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}



.bg-banner-mb,
.bg-banner-mb-one,
.bg-banner-mb-two {
    display: none;
}



#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

#collab-video {
  /*height: 100vh;*/
  width: 100%;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  margin: 3% 0;
}

.collab-content {
    margin: 0 8% 5%;
    
}

.career-content {
    margin: 0 5%;
    
}

.club-content {
    margin: 0 8% 5%;
    
}

.awards-content {
    margin: 0 5%;
    
}

.profile-info img {
    width: 65% !important;
}

.profile-content {
    margin: 0 5%;
    
}

.contentBar {
  margin-left: 11%;
  /*background-color: #fff;*/
}

.contentBar-two {
  margin-left: 11%;
  background-color: #fafafa;
}

.contentBar-three {
  margin-left: 11%;
  background-color: #f5f5f5;
}

.contentBar img {
  width: 100%;
}

.carousel-caption {
    padding: 0 5% 10%;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.caption-info h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    font-family: avenir-bold;
}

#yearcap {
  margin-bottom: 20px;
}

.caption-info img {
    width: 20%;
    margin-bottom: 10px;
}

#copycap {
    text-align: right;
    font-style: italic;
    font-size: 16px;
    color: #808080;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0% 3%;
    margin: 0;
}

.popUp {
        position: absolute;
    top: 33%;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    /*z-index: 0;*/
    cursor: pointer;
}

.popUp img {
    width: 7%;
}

.popUp p {
    margin: 0;
    font-size: 20px;
    text-decoration: underline;
    color: #dec276;
    padding-top: 20px;
}

.caption-info p {
    font-size: 18px;
    margin: 0;
    color: #eaeaea;
    font-weight: normal;
    /*font-family: avenir-regular;*/
}

.collab-caption {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: 14%;
    top: 15%;
}

.collaB {
  top: 24%;
}

.earlylife {
    top: 15%;
}

.reaLM, .stoC {
  top: 18%;
}

.newC {
  top: 11%;
}

.manU {
  top: 20%;
}

.cluB {
  top: 12%;
}

.collab-caption img {
  width: 50%;
}

.collab-caption p {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

.maximBtn {
    border: none;
    outline: none;
    background-color: #dec276;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 50px;
    text-transform: uppercase;
    margin-top: 3%;
    font-weight: bold;
    z-index: 9;
}

#capBel {
  margin-bottom: 20px;
}

.carousel-indicators {
    bottom: 5%;
    justify-content: flex-start;
    margin-left: 5%;
    z-index: 1000;
    
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #808080;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #dec276;
    width: 60px;
   border-radius: 19px !important;
   border: none;
   align-self: center;
}

.navBar {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    padding: 3% 3% 0;
}

/*.navgrid {
    display: grid;
    grid-template-columns: 60% 40%;
}*/

.navInfo {
    align-self: center;
}

.navInfo img {
    width: 30%;
}

.navBtnGrid {
    /*display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 3%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.navLogin {
    font-size: 18px;
    font-family: avenir-bold;
    width: auto;
    color: #fff;
    cursor: pointer;
    margin: auto 25px;
    font-weight: bold;
    
    text-align: center;
    
}

.navLogin p, .navJoin p {
    margin: 0;
}

.navLogin a {
    color: #fff;
    text-decoration: none;
}

.storyprof {
  padding-top: 5%;
}

.storyLink a {
  color: #212529 !important;
}

.navJoin {
    font-size: 18px;
    /* border: 1px solid #fff; */
    width: auto;
    color: #000;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    
    text-align: center;
    
    
}

.navStory {
    font-size: 18px;
    /* border: 1px solid #fff; */
    width: auto;
    color: #000;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    
    text-align: center;
    
    
}

.navJoin a {
    color: #000;
    text-decoration: none;
}

.navCred {
    align-self: center;
}

.dropdown {
    border: 1px solid grey;
}

.dropdown.show {
    border-bottom: none;
}

.dropdown-menu.show {
    display: block;
    border: 1px solid grey;
    border-top: none;
    /*padding-left: 10px;*/
}

.dropdown a {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px !important;
}

.navLink {
    padding: 0 5px !important;
}

/*span#langFlag {
    padding: 0 5px;
}*/

#v-nav {
    border: 1px solid #767676;
    background-color: #767676;
    vertical-align: -5px;
}

.dropdown-menu {
    background-color: transparent !important;
    min-width: 103% !important;
    border-radius: 0;
    border-top: none;
    margin: 0;
    /*padding: 0 5px;*/
    margin-left: -1px;
    /*padding-right: 15px;*/
}

.malaysia-menu a {
    font-size: 18px !important;
    padding: 0;
}

.malaysia-menu {
    padding: 0;
}

#childOne {
  padding-top: 0 !important;
}

.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #F04A49;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#video-popup-container {
  display:none;
  position: relative;
  z-index: 996;
  width: 80%;
  left: 0;
  /*margin-left: -25%;*/
  top: -60%;
  right: 0;
  margin: auto;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    text-align: center;
    font-size: 28px;
    background-color: #009444;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
  position: relative;
  z-index: 997;
  width: 100%;
  /*padding-bottom: 60%;
  border: 2px solid #000;
  border-radius: 2px;*/
  background-color: #000;
}

#video-popup-iframe,
#video-popup-iframes,
#video-popup-iframee {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #dec276;
}

.collabDown {
  position: relative;
  width: 100%;
  height: 100%;
}

.collabDown::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

.collabDown h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

.demo a {
  position: absolute;
  bottom: -160px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  
}
.demo a:hover {
  opacity: .5;
}

#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.collab-info h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 35px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    font-family: avenir-bold;
}

#colHr {
    width: 4%;
    margin: 1% 0 0;
    border-top: 1px solid #bababa;
}

#proHr {
    width: 18%;
    margin: 1% 0 4% 0;
    border-top: 1px solid #bababa;
}

.collab-info p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.spacer40 {
  margin-bottom: 40px;
}

.spacer60 {
  margin-bottom: 60px;
}

.spacer80 {
  margin-bottom: 80px;
}

.profile-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.personal-grid {
    display: grid;
    grid-template-columns: 35% 65%;
}

.profile-desc {
    padding: 40px 0 0 0px;
}

.personal-info h4 {
    font-size: 16px;
    font-weight: normal;
}

.info-two h4 {
  font-weight: bold;
  font-family: avenir-bold;
}

.profile-desc h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: avenir-bold;
}

.club-grid,
.number-grid {
    display: grid;
    grid-template-columns: 27% 27% 26%;
    grid-gap: 10%;
}

.logo-grid,
.goal-grid {
    display: grid;
    grid-template-columns: 75% 25%;
}

.logo-info img {
    width: 100%;
}

.logo-info {
    align-self: center;
}

.career-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 3%;
    font-family: avenir-bold;
}

.club-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 3%;
    font-family: avenir-bold;
}

.club-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #808080;
    font-family: avenir-bold;
}

#carHr {
    width: 8%;
    margin: 1% 0 4% 0;
    border-top: 1px solid #bababa;
}

#clubHr {
    width: 8%;
    margin: 1% 0 4% 0;
    border-top: 1px solid #bababa;
}

.logo-info h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: avenir-bold;
}

.logo-info h5 {
    font-size: 20px;
}

.goal-info p {
    font-size: 18px;
    color: #d4ac3f;
    font-weight: bold;
    margin: 0;
}

h5.counter-value {
    font-size: 35px;
    font-weight: bold;
    color: #d4ac3f;
}

#hrStyle {
  margin: 3% 0;
  border-top: 1px solid #bababa;
}

.padding40 {
  padding-bottom: 40px;
}

.awards-grid {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10%;
    grid-gap: 5%;
    text-align: center;
}

.trophy-info p {
    font-size: 16px;
    color: #d4ac3f;
    font-weight: bold;
    font-family: avenir-bold;
    margin: 0;
}

p#date-club {
    color: #808080;
    font-weight: normal;
}

p#trop {
    padding-top: 10px;
}

.trophy-info img {
    width: 65%;
}

.awards-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: avenir-bold;
    padding-top: 3%;
}

.awards-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: avenir-bold;
    font-weight: bold;
    color: #808080;
}

.indi-grid {
    display: grid;
    grid-template-columns: 27% 27% 26%;
    grid-gap: 10%;
}


.indi-info p {
    font-size: 16px;
    color: #d4ac3f;
    font-weight: bold;
    font-family: avenir-bold;
    margin: 0;
}

#indi-date {
  color: #808080;
    font-weight: normal;
}

.record-grid {
    display: grid;
    grid-template-columns: 12% 5% 1% 5% 12% 12% 12%;
    align-items: center;
    grid-gap: 3%;
}

.record-info h5 {
  font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: avenir-bold;
    margin: 0;
}

.record-info img {
  width: 100%;
}

#rec-text {
  font-weight: normal;
}

.scrollTop {
  text-align: center;
}

.scrollTop img {
  width: 3%;
  transform: rotate(180deg);
}

.footer-bar {
  background-color: #000;
  margin-top: 15px;
}

.footer-bar p {
    color: #444444;
    margin: 0;
    text-align: right;
    padding: 30px 50px;
    font-size: 16px;
    font-style: italic;
}

.club-info p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.club-content h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin: 0;
    font-family: avenir-bold;
}

.sub-link {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: self-start;
    font-size: 14px;
}

.social-menu {
    position: absolute;
    top: 87%;
    bottom: 0;
}

.main-page,
.profile-menu {
    position: relative;
    top: 70%;
}

li.top-level.open {
    color: #808080 ;
    padding: 0 0px 10px 0!important;
    cursor: pointer;
}

.top-level span:hover {
  color: #fff;
  transition: .3s all ease;
}


.close {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0;  
}

.subClub {
  color: #808080 ;
}

.subClub:hover {
  color: #fff ;
  transition: .3s all ease;
}

li.subClub a {
    padding: 10px 15px 0 !important;
}

.act {
  color: #fff;
}

.sub-link a {
    color: #808080;
}

span.menu-text.active,
.sub-link a.active,
.navLogin a.active{
    color: #dec276;
}

span.clubtitle.active {
    color: #fff;
}

.profile-img {
  margin: 3% 0;
}

@media (min-width: 1700px) and (max-width: 1799px) {

  .popUp {
    top: 35%;
    
}

/*#video-popup-container {
    top: -25%;
    
}*/

.cluB {
    top: 11%;
}




}

@media (min-width: 1600px) and (max-width: 1699px) {

  .popUp {
    top: 35%;
    
}

/*#video-popup-container {
    top: -15%;
    
}*/

.cluB {
    top: 11.5%;
}


}


@media (min-width: 1500px) and (max-width: 1599px) {

  .main-page, .profile-menu {
    position: relative;
    top: 60%;
}

.social-menu {
    position: relative;
    top: 66%;
}

.storypro{
  top: 83%;
  position: absolute;
  bottom: 0;
}

  .popUp {
    top: 24%;
    
}

.profile-info img {
    width: 75%;
}

.profile-desc {
    padding: 40px 0 0 0px;
}

#video-popup-container {
    top: -45%;
    
}

.collaB {
    top: 22%;
}

.procab {
    top: 12%;
}

.reaLM {
  top: 12%;
}

.earlylife {
    top: 12%;
}

.stoC {
    top: 13%;
}

.manU {
    top: 16%;
}


.cluB {
    top: 9%;
}

.newC {
  top: 8%;
}

.profile-desc h3,
.career-content h3,
.awards-content h3,
.club-content h3 {
    font-size: 25px;
}

.awards-content h4,
.club-content h4 {
  font-size: 20px;
}

.personal-info h4,
.goal-info p {
    font-size: 14px;
}

.logo-info h5 {
    font-size: 16px;
}

.logo-info h4 {
    font-size: 18px;
}


}

@media (min-width: 1400px) and (max-width: 1499px) {

  .social-menu {
    position: relative;
    top: 18%;
}

  .main-page, .profile-menu {
    position: relative;
    top: 60%;
}

  .popUp {;
    top: 35%;
    
}

/*#video-popup-container {
    top: -15%;
    
}*/

#copycap {
    font-size: 12px;
   
}

.collaB {
    top: 22%;
}

.cluB {
    top: 10%;
}

.manU {
    top: 15%;
}

.stoC {
    top: 14%;
}

.reaLM {
  top: 14%;
}

.newC {
  top: 8%;
}

.procab {
    top: 12%;
}

.earlylife {
    top: 12%;
}

.profile-desc h3,
.career-content h3,
.awards-content h3,
.club-content h3 {
    font-size: 25px;
}

.awards-content h4,
.club-content h4 {
  font-size: 20px;
}

.personal-info h4,
.goal-info p {
    font-size: 14px;
}

.logo-info h5 {
    font-size: 16px;
}

.logo-info h4 {
    font-size: 18px;
}


}

@media (min-width: 1300px) and (max-width: 1399px) {

  .social-menu {
    position: relative;
    top: 18%;
}

  .main-page, .profile-menu {
    position: relative;
    top: 60%;
}

  .caption-info h2 {
    font-size: 30px;
}

.caption-info p {
    font-size: 16px;
}

.popUp p {
    font-size: 18px;
    
}

.popUp img {
    width: 10%;
}

/*#video-popup-container {
    top: -25%;
    
}*/

.popUp {
    top: 35%;
    
}

#copycap {
    font-size: 12px;
   
}

.collaB {
    top: 18%;
}

.manU {
    top: 15%;
}

.cluB {
    top: 9%;
}

.stoC {
    top: 14%;
}

.newC {
  top: 8%;
}

.reaLM {
  top: 14%;
}

.procab {
    top: 12%;
}

.earlylife {
    top: 12%;
}

.profile-desc h3,
.career-content h3,
.awards-content h3,
.club-content h3 {
    font-size: 22px;
}

.awards-content h4,
.club-content h4 {
  font-size: 20px;
}

.personal-info h4,
.goal-info p {
    font-size: 12px;
}

.logo-info h5 {
    font-size: 16px;
}

.logo-info h4 {
    font-size: 18px;
}


}

@media (min-width: 1200px) and (max-width: 1299px) {

  .social-menu {
    position: relative;
    top: 15%;
}

aside .side-inner .nav-menu {
    margin: 0 12px;
    font-size: 14px;
}

.profile-info img {
    width: 82% !important;
}

  .main-page, .profile-menu {
    position: relative;
    top: 64%;
}

#section01 a {
    padding-top: 80px;
}

  .caption-info h2 {
    font-size: 30px;
}

.caption-info p {
    font-size: 16px;
}

.popUp p {
    font-size: 18px;
    
}

.popUp img {
    width: 7%;
}

#video-popup-container {
    top: -35%;
    
}

.popUp {
    top: 17%;
    
}

aside .side-inner .nav-menu ul li a {
    padding-left: 5px;
    padding-right: 5px;
    
}

#copycap {
    font-size: 12px;
   
}

.collaB
{
    top: 21%;
}

.cluB {
    top: 10%;
}

li.top-level.open {
    padding: 10px 5px !important;
    
}

.collab-menu {
    top: 82%;
    position: absolute;
    bottom: 0;
}

.stoC {
    top: 14%;
}

.reaLM {
  top: 15%;
}

.procab {
    top: 12%;
}

.earlylife {
    top: 12%;
}

.profile-desc h3,
.career-content h3,
.awards-content h3,
.club-content h3 {
    font-size: 22px;
}

.awards-content h4,
.club-content h4 {
  font-size: 20px;
}

.personal-info h4,
.goal-info p {
    font-size: 12px;
}

.logo-info h5 {
    font-size: 16px;
}

.logo-info h4 {
    font-size: 18px;
}


}

@media (min-width: 760px) and (max-width: 768px) {

  .procab {
    top: 22% !important;
}

.collaB {
    top: 37% !important;
}

.cluB {
    top: 22% !important;
}

  }




@media (min-width: 700px) and (max-width: 1023px) {

  .bg-banner {
    background-position: center;
    
}

.carousel-caption {
    padding: 0 5% 20%;
}

.popUp img {
    width: 15%;
}

.popUp p {
    font-size: 18px;
}

.popUp {
    top: 40%;
    
}

/*#video-popup-container {
    width: 80%;
    top: -15%;
}*/

span.menu-text {
    font-size: 12px;
}

aside .side-inner .nav-menu {
    margin: 0px 5px;
    
}

aside .side-inner .nav-menu ul li a {
    padding-left: 8px;
}

.main-page {
    position: relative;
    top: 80% !important;
}

.collab-caption p {
    font-size: 15px;
}

.collab-caption img {
    width: 70%;
}

.collaB{
    top: 42%;
}

.procab{
    top: 25%;
}

.cluB {
    top: 25%;
}

li.top-level.open {
    padding: 10px 10px !important;
    font-size: 12px;
}

.social-menu {
    position: relative;
    top: 58%;
}

.profile-menu
 {
  top: 80%;
}

.collab-menu
 {
  top: 63%;
}

.collab-info p,
.club-info p {
    font-size: 16px;
}

.collab-info h2,
.club-content h3 {
    font-size: 20px;
    
}

.club-content h4 {
    font-size: 18px;
}

.sub-link {
    font-size: 12px;
}

.spacer40,
.spacer60 {
    margin-bottom: 20px;
}

.spacer80 {
    margin-bottom: 50px;
}

  .profile-info {
    text-align: center;
  }

  .profile-grid {
    grid-template-columns: auto;
}

.profile-desc {
    padding: 30px 10px;
    text-align: left;
}

.personal-info h4 {
    font-size: 16px;
}

.profile-desc h3,
.career-content h3,
.awards-content h3 {
    font-size: 20px;
}

.awards-content h4 {
    font-size: 25px;
}

h5.counter-value {
    font-size: 30px;
}

.logo-info h4,
.logo-info h5 {
    font-size: 12px;
}

.goal-info p {
    font-size: 10px;
}

.logo-grid, .goal-grid {
    grid-template-columns: 60% 40%;
}

.trophy-info p {
    font-size: 12px;
}

.awards-content h4 {
    font-size: 18px;
}

.indi-info p {
    font-size: 14px;
}

.record-info h5 {
    font-size: 14px;
}

.record-grid {
    grid-template-columns: 21% 5% 2% 5% 21% 14% 14%;
    
}

}

  @media (min-width: 320px) and (max-width: 330px) {

.toggle.burgeR.hambunger {
    transform: translateX(-12%) !important;
}

.collaB {
    top: 11% !important;
}

.cluB {
    top: 6% !important;
}

.procab {
    top: 3% !important;
}

.club-info p {
    font-size: 12px !important;
}

  }

  @media (min-width: 360px) and (max-width: 370px) {

.collaB {
    top: 14% !important;
}

.cluB {
    top: 8% !important;
}

.procab {
    top: 4% !important;
}

.club-info p {
    font-size: 12px !important;
}

  }

  @media (min-width: 375px) and (max-width: 385px) {

.collaB {
    top: 13% !important;
}

.cluB {
    top: 8% !important;
}

.procab {
    top: 4% !important;
}

  }

  @media (min-width: 393px) and (max-width: 400px) {

.collaB {
    top: 16% !important;
}

  }

  @media (min-width: 411px) and (max-width: 420px) {

.collaB {
    top: 14% !important;
}

.cluB {
    top: 8% !important;
}

.procab {
    top: 4% !important;
}

  }





@media (min-width: 300px) and (max-width: 600px) {

  .contentBar-three {
    overflow: hidden;
}

.storyprof {
    padding-top: 15%;
}

.caption-info img {
    width: 70%;
}

  .social-menu {
    position: absolute;
    top: 85%;
    bottom: 0;
    left: 0;
    right: 0;
}

  .desktop-only {
  display: none;
}

.mobile-only {
  display: block;
}

.bg-banner-one,
.bg-banner-two {
  display: none;
}

/*.bg-banner-one {
    background-image: url(../images/maxim-MO-LandingPage-home-carousel-01.jpg);
    width: auto;
    height: 1080px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    display: none;
}*/

.bg-banner-mb-one {
    background-image: url(../images/1.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    height: 100vh;
  width: auto;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-mb-two {
    background-image: url(../images/2.jpg);
    /*width: auto;
    height: 1080px;*/
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
     padding-bottom: 0; 
    background-attachment: inherit;
    height: 100vh;
  width: auto;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.navLogin {
  display: none;
}

.homePage {
  background-color: #0000008c;
}

.caption-info h2 {
    font-size: 25px;
}

.caption-info p {
    font-size: 14px;
}

.carousel-caption {
    padding: 0 6%;
    bottom: 15%;
}

.popUp {
    top: 35%;
}

.popUp img {
    width: 25%;
}

.popUp p {
    font-size: 16px;
    padding-top: 12px;
}

#video-popup-container {
    width: 80%;
    top: -15%;
    
}

.burgeR {
  transform: translateX(-18%) !important;
}

.burger:before, .burger span, .burger:after {
    background: #808080;
    
}

.contentBar {
  margin-left: 13%;
}

aside .side-inner .nav-menu {
    margin: auto;
}

aside .side-inner .nav-menu ul li a {
    padding-left: 16px;
    
}

/*.main-page {
    top: 65%;
}

.show-sidebar .main-page {
    top: 45%;
}*/

.logo-wrap img {
  /*position: absolute;
  top: 70px;*/
  width: 0;
}

.nav-mob {
  visibility: hidden;
}

.show-sidebar .nav-mob {
  visibility: visible;
  padding-left: 13px;
}



.show-sidebar .logo-wrap img {
  width: 70%;
}

.burger.active:before, .burger.active:after {
    visibility: hidden;
}



.maximBtn {
    font-size: 16px;
    padding: 5px 25px;
    margin-top: 0;
}

.collab-banner {
    height: 40vh;
    width: auto;
}

.profile-grid {
    grid-template-columns: auto;
    margin: 0 5%;
}

.collab-caption img {
    width: 100%;
}

.collab-caption p {
    font-size: 11px;
    padding-top: 8px;
    font-weight: normal;
}

.collab-caption {
    top: 5%;
    padding: 0 25px;
}

.profile-desc {
    padding: 0;
    text-align: center;
}

.profile-desc h3,
.career-content h3,
.awards-content h3,
.club-content h3,
.collab-info h2 {
    font-size: 22px;
}

.personal-grid {
    grid-template-columns: 30% 55%;
    grid-gap: 15%;
}

.personal-info h4 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.club-grid {
    
    grid-template-columns: auto;
    margin: 0 5%;
    grid-gap: 0;
    
}

.logo-grid, .goal-grid {
    grid-template-columns: 70% 30%;
}

.contentBar-two,
.contentBar-three {
    margin-left: 13%;
}

.club-info p {
    font-size: 14px;
    color: #d4ac3f;
    font-weight: bold;
}

h5.counter-value {
    font-size: 35px !important;
}

.logo-info img {
    width: 100%;
}

.logo-info h4 {
    font-size: 16px;
    margin: 0;
}

.logo-info h5 {
    font-size: 16px;
}

.club-mob {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px !important;
}

.lastbatch {
  border-bottom: none;
  margin-bottom: 0;
}

.carrmob h3,
.awarmob h3,
.clubmob h3 {
  margin: 0 5%;
    padding-top: 35px;
}
.promob h3,
.collmob h2 {
    padding-top: 35px;
}

#carHr,
#proHr,
#clubHr {
    width: 30%;
    margin: 5%;
}

#colHr {
    width: 30%;
    margin: 5% 0;
}

.awards-content h4,
.club-content h4 {
    font-size: 18px;
    margin: 0 5%;
}

.awards-grid {
    grid-template-columns: 33.3% 33.3% 33.3%;
     grid-gap: 0; 
}

.trophy-info p {
    font-size: 14px;
}

.trophy-info {
    margin-bottom: 20px;
}

.indi-grid {
    grid-template-columns: auto;
    grid-gap: 0;
    margin: 0 5%;
}

.spacer40 {
    margin-bottom: 20px;
}

.record-grid {
    grid-template-columns: 13% 6% 13% 28% 27%;
    text-align: center;
    
}

.record-info h5 {
    font-size: 14px;
}

.spacer80 {
    margin-bottom: 40px;
}

.scrollTop img {
    width: 10%;
}

.footer-bar p {
    padding: 15px;
    font-size: 14px;
}

.club-info {
    margin: 0 5%;
}

.spacer60 {
    margin-bottom: 25px;
}

.para-club p {
  color: #000;
}

.para-club p,
.collab-info p {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}

.club-content h5 {
    font-size: 18px;
    padding-bottom: 10px;
    
}

.sub-link {
    flex-wrap: wrap;
    font-size: 10px;
    margin: 0 5%;
}

.sub-link p {
    margin: 0 0 5px 0;
}

.cluB {
    top: 10%;
}

.club-mobs {
    top: 17%;
}

.earlys {
    top: 13%;
}

.ncastle {
    top: 10%;
}

.munited {
    top: 15%;
}

.collab-content {
    margin: 0 10% 5%;
}

#collab-video {
    margin: 10% 0;
}

.coll-link {
  margin: 0;
}

.collaB {
    top: 18%;
}

#copycap {
    font-size: 10px;
    top: 97%;
    
}

.indi-info p {
    font-size: 16px;
}

}

@media (min-width: 1000px) and (max-width: 1024px) {

.nav-menu.social-menu,
.nav-menu
 {
    font-size: 12px;
}

aside .side-inner .nav-menu {
    margin: 0 10px;
    
}

.popUp {
    top: 20%;
    
}

#video-popup-container {
    top: -33%;
    
}

.collab-caption {
    top: 11%;
}

.profile-info img {
    width: 115% !important;
}

.personal-info h4 {
    font-size: 13px;
}

.profile-desc {
    padding: 40px 0 0 70px;
}

.goal-info p {
    font-size: 10px;
}



  }






