body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background-color:#1b1b1e;
    overflow-x: hidden; 
    scrollbar-width: 0;
}
  
  /* -------------------- Custom normalise --------------------*/
  html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    width: 100%; }
  
  ul,
  ol {
    list-style-type: none; }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  li,
  input,
  button,
  textarea,
  form,
  legend,
  menu,
  b,
  div {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    color: #fff; }
  
  span,
  em,
  small,
  ::after,
  ::before {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-style: normal; }
  
  *:focus {
    outline: none; }
  
  main,
  aside,
  div,
  section,
  article,
  ul,
  form,
  nav,
  ol,
  a,
  header,
  footer,
  select {
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
    font-family: 'Montserrat', 'sans-serif'; }
  
  section {
    width: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    
}
.heading {
    height:100vh; 
    background-image:url('../img/main.jpg');
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    padding:0 5% 0 10%;
}
.aButton {
    background-color:#304529;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    font-size:1.5rem;
    height:2.5rem;
    line-height:2.5rem;
    display:inline-block;
    padding:0 1rem;
}
.heading div {
    top:60vh;
}
.heading header {padding:5% 0;}
.heading h1 {
    font-size:4rem;
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    background-color:#304529;
    display:inline-block; 
    height:5rem;
    line-height:5rem;
    padding:0 2rem;
}
.heading h2 {
    color:#fff;
    font-weight:700;
    font-size:2.5rem;
    text-transform:uppercase;
    letter-spacing: 0.2rem;
    padding:0 0.4rem;
}
.heading a {
    float:right;
}
h3 {
    font-size:2.5rem;
    font-weight:700;
    text-transform:uppercase;
    line-height:120%;
}
h3 span {
    color:#304529;
}
.about {padding:2% 20%; 
background-image:url('../img/aboutBcg.jpg');
background-size:cover;
background-position:bottom;
background-repeat:no-repeat;
}
.about div{
    height:43rem; overflow-y:scroll;
    padding:0 10%;
}
.about p {
    font-size: 1.12rem;
    text-align: justify;
    line-height: 140%; 
    color:#808e9b;
    padding:2% 0;
}
.about h3 {
    padding:0 10%;
    margin:2rem 0;
}
.partners {
    padding:0 10%;
    background-color:#808e9b; 
    display:flex;
    justify-content: space-evenly;
    align-items:center;
}
.partners li {
    padding:2% 2%;
}
.partners li img {
    width:90%;
}
.video {
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.video:after {
    content:'';
    top:0; left:50%; 
    display:block;
    transform:translateX(-50%);
    position:absolute;
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-image:url('../img/videoBcg.jpg');
    transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index:-1;
    
}
.video:hover:after {
    width:105%;
}
.video div {
    width:50%;
    padding:10% 0;
    display:block;
    display: inline-block;
}
.video div p {
    font-size: 1.12rem;
    text-align: left;
    line-height: 140%; 
    color:#808e9b;
    padding:2% 0;
    display: inline-block;
}
em {
    background-color:#000;
    color:#fff;
    font-weight:600;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding:0.5rem 1rem;
    margin-bottom:1rem;
    display:inline-block;

}
.video > a {
    padding:0 20%;
}
.video > a:hover img {

    transform: scale(1.3);
}
.video > a img {
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    left:50%;
    width:5rem;
    display: inline-block;
}
.visit {
    display:flex;
    background-color:#1b1b1e;
    justify-content: space-between;
    padding:3% 10%;
}
.events {
    background-color:#808e9b;
    background-image:url('../img/eventsBcg.jpg');
    background-size:cover;
    background-position:top;
    background-repeat:no-repeat;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.events em {
    margin:0;
}
.events article {
    width:30%;
}
.slick {
    width:65%;
    overflow:hidden;
    padding:7% 0;
}
.events article p {
    font-size: 1.12rem;
    text-align: justify;
    line-height: 140%; 
    color:#fff;
}
.slick-slide {
    transition:all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slick-slide img {
    width:100%;
}
.slick-center {
    transform:scale(1.2);
}

.green {
    background-color:#304529;
    padding:3% 10%;
}
.green h3 {
    width:100%;
    text-align: center;
    color:#1b1b1e;
    margin:0;
}
.green h5 {
    width:100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 140%; 
    color:#fff;
    padding:0;
    text-transform: uppercase;
    font-weight:600;
}
.green a {
    background-color:#1b1b1e;
    left:50%;
    transform:translateX(-50%);
    margin:1rem 0;
}
.social {
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: auto;
    z-index: 99; }
    .social a {
      display: inline-block;
      font-weight: 700;
      line-height: 2em;
      text-align: center;
      color: #636773; }
    .social li {
      display: block;
      height: 2em;
      font-weight: 700;
      margin-bottom: 2%;
      text-align: center;
      position: relative; }
      .social li img {
        height: 100%; }
    .social li:nth-last-child(1) {
      height: 3rem;
      width: 0.2rem;
      background-color: #636773;
      left: 50%; }
footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#1b1b1e; }
    footer div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 3% 5%; }
      footer div a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      footer div img {
        width: 10rem;
        margin-right: 2%;
        display: inline-block; }
        footer h3 span {
            font-size:2rem;display:block;
            white-space: nowrap;
          }
      footer div p {
        color: #636773;
        font-size: 1.2rem;
        text-align: right; }
        footer div p span {
          text-transform: uppercase;
          font-weight: 600; }
    footer .copyright {
      color: #636773;
      padding: 2rem 5%;
      background-color: rgba(46, 46, 52, 0.4); }

button {
    height:3rem;
    width:3rem;
    padding:1rem;
    background-color: transparent;
    background-image:url('../img/arrow.png');
    background-size: contain;
    font-size: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display:none;
}
.heading .en {font-size:2.2rem;}
button:hover {
    transform:scale(1.2);
}
.slick-prev {
    transform: rotate(180deg);
}
.slick-prev:hover {
    transform: rotate(180deg) scale(1.2);
}
    
p.align-right {
    text-align:right;
}
.visit h3 {font-size:1.6rem; line-height:100%; line-height:2.5rem; white-space:nowrap;}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #304529;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #808e9b;
}
::-webkit-scrollbar-thumb:active {
  background: #808e9b;
}
::-webkit-scrollbar-track {
  background: #1b1b1e;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #1b1b1e;
}
::-webkit-scrollbar-track:active {
  background: #1b1b1e;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

@media screen and (max-width: 1199px) {
  html {font-size:calc(12px + 0.5vw);}
.social {
  background-color: #1b1b1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0; }
  .social li {
    margin: 1rem 0; }
  .social li:nth-last-child(1) {
    margin:1rem; height:1em;
  }
.about {
  padding:0;
}
.about div {
  height:auto;

}
.video {
  flex-direction:column;

}
.video div {
  width:100%;
}
.video > a {
  padding:20%;
}
.visit {
  flex-direction:column;
  align-items:center;
}
.visit h3 {width:100%; white-space:normal; text-align:center; }
.events {flex-direction:column;}
.events article { width:100%; padding-bottom:10%;}
.slick{width:100%;}
.heading h1 {font-size:3.5rem;}
.heading h2 { white-space:nowrap; font-size: 2.2rem;}
h3{ font-size:2rem;  }
footer div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  footer div a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer div a h3 {
      text-align: center;
      white-space: normal; }
      footer div a h3 span {
        text-align: center; font-size:1.5rem;}
  footer div p {
    text-align: center; }
    footer div p a {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      float: none; }
footer{
  padding-bottom:4rem;
}

.copyright {
    text-align:center;
}
.video div p {
  color:#fff; 
  line-height:150%; opacity:0.8;
}
}
@media screen and (max-width: 600px) {
  html {font-size:3.2vw}
  .green h3 {
    font-size:1.3rem
}
.green h5 {
    font-size:1.2rem;
}
}