*+html {
  margin:0px;
  padding:0px;
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.ttf);
}
@font-face {
  font-family: Helvetica-Bold;
  src: url(../fonts/Helvetica-Bold.ttf);
}
@font-face {
  font-family: Helvetica-Oblique;
  src: url(../fonts/Helvetica-Oblique.ttf);
}
@font-face {
  font-family: helvetica-light;
  src: url(../fonts/helvetica-light.ttf);
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  margin:0px;
  padding:0px;
}
img {
  border:0px;
  outline:none;
  max-width: 100%;
}
p {
  margin:0px;
}
ul li, ol li {
  margin:0px;
  padding:0px;
  list-style:none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
  text-decoration: none;
  outline: 0;
}
ul{padding: 0; margin: 0;}
a{text-decoration: none;}















body{
  width: 100%;
  max-width: 100%;
  background: #00105e;
  color: #fff;
  font-size: 16px;
  font-family: Helvetica;
}
header{
  background-image: url(../images/banner.jpg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.logo img {
  max-width: 160px;
}
.b-middle-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 360px;
  margin-top: 0;
  position: relative;
}
.top-menu {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


.menu {
  display: flex;
  align-items: first baseline;
}
.menu li{
  margin: 0 1px;
}
.menu li a {
  padding: 25px 40px;
  display: block;
  color: #fff;
  background-image: url(../images/menu-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.m-menu-opner{
  display: none;
}
.lang{
  display: flex;
  padding-top: 30px;
  align-items: first baseline;;
  font-family: helvetica-light;
}
.lang li {
  padding: 0 15px;
}
.lang li a{
  color: #fff;
}
.join-now {
  margin-top: 38%;
}
.join-now ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-now ul li img{
  max-width: 500px;
}
.join-now h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 20px #00105e;
  text-transform: uppercase;
  max-width: 50%;
  margin: 0 auto;
}




.video video {
  width: 60%;
  margin: 0 auto;
  display: block;
  clear: both;
  object-fit: cover;
  object-fit: fill;
  margin-top: 30px;
}
section{
  padding: 30px 0;
  position: relative;
}
.about{
  text-align: center;
}
.heading-img {
  margin: 50px auto 20px;
  display: block;
  max-height: 110px;
}


.talent ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.talent ul li{
  margin: 2px;
  position: relative;
}
.talent ul li img{
  width: 100%;
}
.talent ul li p {
  text-align: center;
  position: absolute;
  bottom: 45px;
  width: 100%;
}
.talent ul li p span.count {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.talent ul li p span {
  font-weight: normal;
  font-size: 20px;
  display: block;
  clear: both;
  width: 100%;
}



.event ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.event ul li {
  width: 32%;
  margin-bottom: 20px;
}
.event ul li img{}


.team{
  background-image: url(../images/team-bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-heading{
  text-align: center;
  font-size: 26px;
}
.team ul {
  display: flex;
  align-items: center;
}
.team .img-block{
  background-image: url(../images/img-frame.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.team ul li {
  position: relative;
  width: 20%;
}
.team ul li .name-block {
  position: absolute;
  z-index: 9;
  bottom: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.team ul li .p-name {
  position: relative;
  max-width: 70%;
  max-height: 95px;
}
.team ul li .socials {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 20px auto;
}
.team ul li .socials a{
  margin: 0 7px;
}
.team ul li .socials img {
  width: 35px;
}
.team ul li .img-block img:not(.p-name) {
  max-height: 300px;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
.mastermind{
  margin-bottom: 45px;
}

.mastermind li .img-block .p-name{}


.support{
  background-image: url(../images/support-bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.support ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.support ul li{
  margin: 0 30px;
}
.support ul li img{
  max-width: 100px;
}

footer{
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #000;
  padding: 30px 0;
}
footer a{
  color: #000;
}
footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 15px;
}
footer ul li{
  margin: 0 10px;
}

















/*Responsive*/

@media (min-width: 1981px){
.join-now {margin-top: 100%;}
}
@media (min-width: 1701px) and  (max-width: 1980px){
.join-now {margin-top: 70%;}
}
@media (min-width: 1400px) and  (max-width: 1700px){
.join-now {margin-top: 60%;}
}
@media (min-width: 1200px) and  (max-width: 1399px){
.join-now {margin-top:50%;}
}


@media (max-width: 1199px){
.talent ul li p span.count {
  font-size: 25px;
}
.talent ul li p span {
  font-size: 16px;
}




}


@media (max-width: 991px){
.talent ul li p {
  bottom: 20px;
}
.menu li a {
  padding: 25px 35px;
}
.join-now {
  margin-top: 30%;
}
.join-now h3 {
  max-width: 100%;
  font-size: 25px;
}
.join-now ul li img {
  max-width: 300px;
}





}


@media (max-width: 767px){
.talent ul {
  flex-wrap: wrap;
}
.talent ul li {
  margin: 2px;
  position: relative;
  width: calc(50% - 5px);
}
.talent ul li p {
  bottom: 35px;
}
.team ul {
  flex-wrap: wrap;
}
.team ul li {
  position: relative;
  width: 50%;
}
.event ul li {
  width: 48%;
}
.heading-img {
  margin: 10px auto 20px;
}
.team .heading-img {
  margin: 0px auto 20px;
  display: block;
  max-height: 110px;
}
section {
  padding: 20px 0;
}
.support ul li {
  margin: 0 5px;
}
.support ul li img {
  max-height: 60px;
}
.team ul li .socials img {
  width: 30px;
}
.top-menu {
  justify-content: space-between;
  align-items: center;
}
.lang {
  order: 3;
  padding: 7px 0;
  margin-top: 0;
}
.join-now {
  margin-top: 40%;
}
.join-now ul li img{
  max-width: 200px;
}
.b-middle-img {
  max-width: 140px;
}
.video video {
  width: 100%;
}
.team ul li .socials {
  margin: 10px auto;
}
.sub-heading {
  font-size: 18px;
}
body{
  font-size: 15px;
}
.logo img {
  max-width: 80px;
  margin-left: 20px;
}
.animatedParent{
  overflow: hidden;
}
.m-menu-opner {
  order: 1;
  display: block;
  border: 0;
  padding: 5px 12px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
}
.m-menu-opner img{
  max-width: 35px;
}
.logo {
  order: 2;
}
.menu {
  display: none;
  position: absolute;
  left: 0;
  width: 200px;
  top: 80px;
  z-index: 9;
}
.top-menu {
  position: relative;
  overflow: visible;
}
.menu li a {
  text-align: center;
}
.lang li {
  padding: 0 5px;
}
.join-now h3 {
  font-size: 18px;
}
}


@media (max-width: 520px){
.mb-none{
    /*display: none;*/
  }
  .menu li a {
  padding: 18px;
}
.team ul li .name-block {
  bottom: 10px;
}
.join-now {
  margin-top: 30%;
}

}


@media (max-width: 400px){
}



