body {
  font-family: 'Inter', sans-serif;
  margin: 0px;
  padding: 0px; }

h2 {
  font-size: 50px;
  font-weight: 600; }

p {
  font-size: 16px; }

.pd-100 {
  padding: 100px 0px; }

header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px -1px 9px transparent;
  box-shadow: 0px -1px 9px transparent; }
  header .whiteLogo {
    display: inline-block; }
  header .blackLogo {
    display: none; }
  header.fixed {
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px -1px 9px #eee;
    box-shadow: 0px -1px 9px #eee; }
    header.fixed .whiteLogo {
      display: none; }
    header.fixed .blackLogo {
      display: inline-block; }
    header.fixed .navbar-expand .navbar-nav .nav-item p {
      color: #000; }
  header .navbar-toggler {
    padding: 0;
    border: 0; }
    header .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  header .navbar-expand .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .navbar-expand .navbar-nav .nav-item p {
      margin: 0px;
      color: #fff; }
  header .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #0a1f62;
    display: block;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header #hamburger-2.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  header #hamburger-2.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }

.earthBanner {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-bottom: 144px; }
  .earthBanner .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .earthBanner .bannerContent h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
  .earthBanner .bannerContent h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px; }
  .earthBanner .bannerContent p {
    color: #474747;
    margin: 0px; }
  .earthBanner .bannerContent ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 82px; }
    .earthBanner .bannerContent ul li {
      margin-right: 50px; }
  .earthBanner .earthOutline {
    position: absolute;
    width: 1210px;
    height: 1210px;
    left: -190px;
    top: -410px;
    -webkit-animation: animName 15s linear infinite;
    animation: animName 15s linear infinite;
    z-index: 4; }
    .earthBanner .earthOutline .earthimg1 {
      position: absolute;
      left: -130px;
      top: 400px; }
    .earthBanner .earthOutline .earthimg2 {
      position: absolute;
      left: 160px;
      bottom: 0px; }

@-webkit-keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .earthBanner .bannerEarthsection {
    position: relative;
    z-index: 2; }
    .earthBanner .bannerEarthsection img {
      width: 100%;
      display: table; }
    .earthBanner .bannerEarthsection .yeardateandTime {
      position: absolute;
      left: 0px;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-left: 130px;
      z-index: 5; }
      .earthBanner .bannerEarthsection .yeardateandTime h1 {
        font-size: 190px;
        font-weight: 600;
        letter-spacing: 15px;
        color: #fff; }
      .earthBanner .bannerEarthsection .yeardateandTime ul {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .earthBanner .bannerEarthsection .yeardateandTime ul li {
          list-style: none; }
          .earthBanner .bannerEarthsection .yeardateandTime ul li h4 {
            font-weight: 600;
            font-size: 22px;
            color: #fff; }
          .earthBanner .bannerEarthsection .yeardateandTime ul li h5 {
            font-weight: 500;
            font-size: 16px;
            color: #fff; }

.organisation {
  position: relative;
  overflow: hidden;
  padding-top: 0px; }
  .organisation .robotAnimation {
    position: absolute;
    right: 1%;
    top: 410px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation: robotBox 20s linear infinite;
    animation: robotBox 20s linear infinite;
    padding: 0px 150px; }

@-webkit-keyframes robotBox {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  50% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }

@keyframes robotBox {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  50% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }
    .organisation .robotAnimation .robot {
      max-width: 400px; }
    .organisation .robotAnimation .roundBoxanim {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0%; }
      .organisation .robotAnimation .roundBoxanim .robotRoundone {
        -webkit-animation: robotRoundone 20s linear infinite;
        animation: robotRoundone 20s linear infinite;
        position: absolute;
        left: -20%;
        top: 0%; }

@-webkit-keyframes robotRoundone {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }

@keyframes robotRoundone {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }
      .organisation .robotAnimation .roundBoxanim .robotRoundtwo {
        -webkit-animation: robotRoundtwo 20s linear infinite;
        animation: robotRoundtwo 20s linear infinite;
        position: absolute;
        right: 0%;
        top: 0%; }

@-webkit-keyframes robotRoundtwo {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }

@keyframes robotRoundtwo {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
  .organisation ul {
    padding: 24px 40px;
    background-color: #E6E4FA;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0px 70px; }
    .organisation ul li {
      position: relative;
      padding-left: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .organisation ul li img {
        margin-right: 15px; }
      .organisation ul li h4 {
        font-size: 22px;
        font-weight: 600; }
      .organisation ul li a {
        color: #727272;
        text-decoration: underline;
        font-size: 16px;
        text-underline-offset: 4px; }
  .organisation .organisationRobort {
    padding-top: 200px; }
    .organisation .organisationRobort h2 {
      margin-bottom: 40px; }
    .organisation .organisationRobort .organisationDetail {
      background-color: #E6E4FA;
      border-radius: 20px;
      padding: 40px;
      min-height: 310px; }
      .organisation .organisationRobort .organisationDetail img {
        margin-bottom: 22px; }
      .organisation .organisationRobort .organisationDetail.mt-100 {
        margin-top: 160px; }
      .organisation .organisationRobort .organisationDetail h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 16px; }
      .organisation .organisationRobort .organisationDetail p {
        font-size: 16px;
        font-weight: 300;
        color: #474747; }
      .organisation .organisationRobort .organisationDetail a {
        color: #474747; }

.CompetitionFormat {
  padding: 100px 0px 150px;
  background-image: url(/assets/images/competition.png);
  background-size: cover;
  background-position: bottom; }
  .CompetitionFormat h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff; }
  .CompetitionFormat .commonAccordion .accordion-item .accordion-header .accordion-button {
    color: #fff; }
    .CompetitionFormat .commonAccordion .accordion-item .accordion-header .accordion-button i {
      background-color: #fff;
      color: #000; }
  .CompetitionFormat .commonAccordion .accordion-item .accordion-collapse .accordion-body p {
    color: #fff; }

.officialSchedule h2 {
  margin-bottom: 64px; }

.officialSchedule .officialScheduleslider .slick-list.draggable {
  padding-right: 240px;
  margin-left: -20px; }

.officialSchedule .officialScheduleslider .officialschedulesInside {
  margin: 0px 20px;
  padding: 40px;
  min-height: 376px;
  background-color: #EBE9FB;
  border-bottom-right-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .officialSchedule .officialScheduleslider .officialschedulesInside h3 {
    font-size: 30px;
    font-weight: 600; }
  .officialSchedule .officialScheduleslider .officialschedulesInside h4 {
    font-size: 22px; }
  .officialSchedule .officialScheduleslider .officialschedulesInside p {
    margin-bottom: 0px; }

.virtualMootCourt h2 {
  font-size: 50px;
  margin-bottom: 40px; }

.virtualMootCourt .virtualMootCourt {
  max-width: 1113px;
  width: 100%;
  display: table;
  margin: auto;
  margin-bottom: 58px; }

.virtualMootCourt ul {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px; }
  .virtualMootCourt ul:last-child {
    margin-bottom: 0px; }
  .virtualMootCourt ul li {
    text-align: left; }
    .virtualMootCourt ul li h4 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 12px; }
    .virtualMootCourt ul li p {
      text-align: left; }
    .virtualMootCourt ul li:last-child {
      text-align: right; }
      .virtualMootCourt ul li:last-child p {
        text-align: right; }

.virtualMootCourt p {
  font-weight: 500;
  text-align: center; }

.virtualMootCourt a {
  background-color: #0068E2;
  color: #fff;
  padding: 16px 70px;
  border-radius: 10px;
  text-decoration: none;
  display: table;
  margin: auto;
  margin-bottom: 24px; }

.virtualMootCourt .commonAccordion {
  padding-top: 80px; }
  .virtualMootCourt .commonAccordion .accordion-item .accordion-header .accordion-button {
    font-size: 30px; }
  .virtualMootCourt .commonAccordion .accordion-item .collapseInsidetext h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700; }
  .virtualMootCourt .commonAccordion .accordion-item .collapseInsidetext p {
    text-align: left;
    font-size: 16px;
    font-weight: 300; }
  .virtualMootCourt .commonAccordion .accordion-item .collapseImg {
    border-bottom-right-radius: 70px;
    overflow: hidden;
    padding-left: 70px; }
    .virtualMootCourt .commonAccordion .accordion-item .collapseImg img {
      width: 100%; }

.judgingRounds {
  padding-bottom: 130px; }
  .judgingRounds h2 {
    text-align: center;
    margin-bottom: 50px; }
  .judgingRounds .judgingBox {
    background-color: #EBE9FB;
    border-radius: 20px;
    padding: 40px; }
    .judgingRounds .judgingBox h4 {
      font-size: 22px;
      font-weight: 600; }
    .judgingRounds .judgingBox p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300; }
      .judgingRounds .judgingBox p:last-child {
        margin-bottom: 0px; }
  .judgingRounds .meetheTeams {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    background-color: #0068E2;
    color: #fff;
    display: block;
    border-radius: 10px;
    margin-top: 24px;
    text-decoration: none;
    font-weight: 300; }
  .judgingRounds .meetheJudge {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    background-color: #E2007A;
    color: #fff;
    display: block;
    border-radius: 10px;
    margin-top: 24px;
    font-weight: 300;
    text-decoration: none; }

footer {
  background-color: #EBE9FB;
  padding: 75px 0px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .footerLeft h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
  footer .footerLeft h2 {
    margin-bottom: 30px; }
  footer .footerLeft p {
    margin: 0px; }
    footer .footerLeft p a {
      margin-left: 18px; }
  footer .footerRight ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    footer .footerRight ul li {
      margin-right: 50px; }
      footer .footerRight ul li h4 {
        font-size: 16px;
        font-weight: 500; }
      footer .footerRight ul li:last-child {
        margin-right: 0px; }
  footer .footerprivacy {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px; }
    footer .footerprivacy li {
      list-style: none; }
      footer .footerprivacy li p {
        margin: 0px;
        font-size: 16px;
        color: #000; }
        footer .footerprivacy li p a {
          color: #000;
          text-decoration: none; }

@media (min-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0px 130px; }
  .earthBanner .bannerContent {
    padding-right: 140px; }
  .earthBanner .bannerEarthsection .yeardateandTime {
    padding-left: 160px; }
    .earthBanner .bannerEarthsection .yeardateandTime h1 {
      font-size: 260px; }
    .earthBanner .bannerEarthsection .yeardateandTime ul {
      padding-right: 32px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .earthBanner .earthOutline {
    width: 1300px;
    left: -210px;
    top: -310px; } }

.commonModal .modal-dialog {
  max-width: 900px; }

.commonModal h5 {
  font-size: 40px; }

.Meet-Judge .modal-dialog {
  max-width: 900px; }

.Meet-Judge h5 {
  font-size: 40px; }

.Meet-Judge ul {
  padding: 0px;
  list-style: none; }
  .Meet-Judge ul li {
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 0px; }
    .Meet-Judge ul li h3 {
      font-size: 22px;
      font-weight: 600;
      color: #000; }
      .Meet-Judge ul li h3 span {
        color: #474747;
        font-weight: 400;
        font-size: 16px;
        padding-left: 20px; }

@media (max-width: 1399.98px) {
  .earthBanner .bannerContent ul {
    margin-top: 42px; }
  .earthBanner .earthOutline {
    width: 990px;
    height: 990px;
    left: -290px;
    top: -260px; }
    .earthBanner .earthOutline .earthimg1 {
      top: 310px; }
  .earthBanner .bannerEarthsection .yeardateandTime h1 {
    font-size: 160px;
    text-align: right; }
  .virtualMootCourt .commonAccordion .accordion-item .collapseImg {
    padding-left: 0px; }
  .organisation .robotAnimation {
    top: 190px; }
    .organisation .robotAnimation .robot {
      max-width: 300px; }
    .organisation .robotAnimation .roundBoxanim .robotRoundone {
      left: 10%;
      max-width: 150px; }
    .organisation .robotAnimation .roundBoxanim .robotRoundtwo {
      right: 15%;
      max-width: 110px; }
  @-webkit-keyframes robotBox {
    0% {
      -webkit-transform: translateX(170px);
      transform: translateX(170px); }
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); }
    100% {
      -webkit-transform: translateX(170px);
      transform: translateX(170px); } }
  @keyframes robotBox {
    0% {
      -webkit-transform: translateX(170px);
      transform: translateX(170px); }
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px); }
    100% {
      -webkit-transform: translateX(170px);
      transform: translateX(170px); } }
  .officialSchedule .officialScheduleslider .officialschedulesInside {
    padding: 25px; }
    .officialSchedule .officialScheduleslider .officialschedulesInside h3 {
      font-size: 20px; }
    .officialSchedule .officialScheduleslider .officialschedulesInside h4 {
      font-size: 18px; } }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .earthBanner .earthOutline {
    width: 870px;
    height: 870px; }
    .earthBanner .earthOutline .earthimg1 {
      top: 210px;
      max-width: 230px;
      left: 0px; }
  .earthBanner .bannerEarthsection img {
    margin-left: auto;
    margin-right: 0px; }
  .earthBanner .bannerEarthsection .yeardateandTime {
    padding-left: 180px; }
    .earthBanner .bannerEarthsection .yeardateandTime ul {
      padding-left: 10px; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li {
        padding-right: 30px; }
        .earthBanner .bannerEarthsection .yeardateandTime ul li:last-child {
          padding-right: 0px; }
        .earthBanner .bannerEarthsection .yeardateandTime ul li h4 {
          font-size: 16px; } }

@media (max-width: 1199.98px) {
  .earthBanner .earthOutline {
    height: 910px; }
    .earthBanner .earthOutline .earthimg1 {
      max-width: 130px;
      left: 50px; }
    .earthBanner .earthOutline .earthimg2 {
      max-width: 130px;
      left: 210px;
      bottom: 60px; }
  .earthBanner .bannerEarthsection .yeardateandTime {
    padding-left: 100px; }
    .earthBanner .bannerEarthsection .yeardateandTime h1 {
      font-size: 130px; }
    .earthBanner .bannerEarthsection .yeardateandTime ul li {
      margin-right: 10px; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li:last-child {
        margin-right: 0px; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li h4 {
        font-size: 16px; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li h5 {
        font-size: 14px; }
  .earthBanner .bannerContent h2 {
    font-size: 32px; }
  .virtualMootCourt .virutalJet img {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .earthBanner .earthOutline {
    width: 910px;
    left: auto;
    right: -200px; } }

@media (max-width: 991.98px) {
  header .whiteLogo {
    display: none; }
  header .blackLogo {
    display: block; }
  header .navbar-expand .navbar-nav .nav-item p {
    color: #000; }
  .earthBanner .earthOutline {
    width: 610px;
    height: 610px;
    left: -150px;
    top: -80px; }
    .earthBanner .earthOutline .earthimg1 {
      top: 130px;
      left: 10px; }
  .officialSchedule .officialScheduleslider .slick-list.draggable {
    padding-right: 120px; }
  h2 {
    font-size: 35px; }
  footer .footerLeft h2 {
    font-size: 30px; }
  footer .footerprivacy {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .footerprivacy li {
      width: 50%; }
      footer .footerprivacy li p {
        font-size: 14px; }
  .officialSchedule .officialScheduleslider .officialschedulesInside h3 {
    font-size: 25px; }
  .earthBanner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .earthBanner .bannerContent {
    padding-top: 140px; }
    .earthBanner .bannerContent h2 {
      font-size: 26px; }
  .earthBanner .bannerEarthsection .yeardateandTime {
    padding-left: 60px; }
    .earthBanner .bannerEarthsection .yeardateandTime h1 {
      font-size: 107px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .earthBanner {
    min-height: auto;
    padding-bottom: 60px; }
    .earthBanner .earthOutline {
      left: auto;
      right: -120px; }
  .organisation .robotAnimation .robot {
    max-width: 260px; }
  .organisation .organisationRobort {
    padding-top: 90px; }
  .virtualMootCourt .commonAccordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px; } }

@media (min-width: 768px) {
  .earthBanner .bannerEarthsection .globimgmbl {
    display: none; } }

@media (max-width: 767.98px) {
  .globimg {
    display: none; }
  .globimgmbl {
    display: block; }
  .pd-100 {
    padding: 50px 0px !important; }
  h2 {
    font-size: 32px;
    line-height: 40px; }
  header .navbar .navbar-toggler {
    display: none; }
  header .navbar .navbar-collapse .navbar-nav .nav-item p {
    display: none; }
  .earthBanner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0px; }
    .earthBanner .earthOutline {
      max-width: 540px;
      width: 100%;
      left: 0px;
      margin-left: 0px !important;
      top: 20px;
      display: none; }
    .earthBanner .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .earthBanner .bannerEarthsection {
      padding: 0px 0px; }
      .earthBanner .bannerEarthsection .globimg {
        display: none;
        margin: auto;
        width: 100%; }
      .earthBanner .bannerEarthsection .yeardateandTime {
        padding-left: 0px;
        left: auto;
        right: 0px;
        padding-top: 15px; }
        .earthBanner .bannerEarthsection .yeardateandTime ul {
          text-align: right; }
        .earthBanner .bannerEarthsection .yeardateandTime h1 {
          letter-spacing: 0px;
          font-size: 56px !important; }
    .earthBanner .bannerContent {
      padding-top: 40px; }
      .earthBanner .bannerContent h2 {
        font-size: 32px; }
      .earthBanner .bannerContent ul {
        margin-top: 15px; }
      .earthBanner .bannerContent p {
        font-size: 14px; }
  .organisation {
    overflow: hidden; }
    .organisation ul {
      margin: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px; }
      .organisation ul li {
        margin-bottom: 20px;
        padding-left: 50px; }
        .organisation ul li h4 {
          font-size: 18px;
          margin-bottom: 2px; }
        .organisation ul li:last-child {
          margin-bottom: 0px; }
    .organisation .organisationRobort {
      padding-top: 30px; }
      .organisation .organisationRobort .organisationDetail.mt-100 {
        margin-top: 20px; }
      .organisation .organisationRobort .organisationDetail h4 {
        font-size: 18px;
        max-width: 170px;
        line-height: 26px; }
    .organisation .robotAnimation {
      width: 150px;
      right: 1%;
      top: 314px;
      display: none; }
      .organisation .robotAnimation .robotRoundone {
        max-width: 40px; }
      .organisation .robotAnimation .robotRoundtwo {
        max-width: 40px; }
      .organisation .robotAnimation .robot {
        max-width: 150px; }
  .CompetitionFormat {
    padding: 50px 0px 100px; }
    .CompetitionFormat h2 {
      margin-bottom: 10px; }
  .officialSchedule .officialScheduleslider .slick-list.draggable {
    padding-right: 70px; }
  .virtualMootCourt .virtualMootCourt {
    margin-bottom: 28px; }
  .virtualMootCourt ul li h4 {
    font-size: 14px; }
  .virtualMootCourt ul li p {
    font-size: 14px; }
  .officialSchedule .officialScheduleslider .officialschedulesInside {
    padding: 20px;
    min-height: 276px; }
    .officialSchedule .officialScheduleslider .officialschedulesInside h3 {
      font-size: 24px; }
    .officialSchedule .officialScheduleslider .officialschedulesInside h4 {
      font-size: 18px; }
  .virtualMootCourt h2 {
    font-size: 32px;
    line-height: 40px; }
  .virtualMootCourt .virutalJet img {
    max-width: 70%;
    display: table;
    margin: auto; }
  .virtualMootCourt .commonAccordion {
    padding-top: 20px; }
    .virtualMootCourt .commonAccordion .accordion-item .accordion-header {
      padding: 20px 0px 20px 20px; }
      .virtualMootCourt .commonAccordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        padding-right: 40px; }
    .virtualMootCourt .commonAccordion .accordion-item .accordion-collapse .accordion-body {
      padding-left: 0px;
      padding-right: 0px; }
    .virtualMootCourt .commonAccordion .accordion-item .collapseInsidetext h4 {
      font-size: 16px; }
  .virtualMootCourt ul li h5 {
    font-size: 16px; }
  .judgingRounds {
    padding-bottom: 50px; }
    .judgingRounds .judgingBox {
      padding: 20px; }
      .judgingRounds .judgingBox h4 {
        font-size: 18px; }
    .judgingRounds .meetheJudge {
      margin-bottom: 20px; }
  footer {
    padding: 50px 0px 50px; }
    footer .footerLeft h2 {
      font-size: 22px; }
    footer .footerRight ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footerRight ul li {
        margin-right: 20px; }
    footer .footerprivacy {
      margin-top: 25px;
      display: block; }
      footer .footerprivacy li {
        margin-bottom: 10px;
        width: 100%; }
        footer .footerprivacy li:last-child {
          margin-bottom: 0px; }
        footer .footerprivacy li p {
          font-size: 14px; }
  .commonModal h5 {
    font-size: 30px; }
  .Meet-Judge h5 {
    font-size: 30px; }
  .Meet-Judge ul li h3 span {
    padding-left: 0px;
    display: block;
    margin-top: 5px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .organisation ul {
    margin: 0px 0px;
    padding: 24px 20px; }
    .organisation ul li {
      padding-left: 30px; }
      .organisation ul li i {
        font-size: 25px; } }

@media (max-width: 575.98px) {
  .earthBanner .bannerEarthsection h1 {
    letter-spacing: 0px; }
  .earthBanner .bannerEarthsection .yeardateandTime {
    width: 100%; }
    .earthBanner .bannerEarthsection .yeardateandTime h1 {
      font-size: 94px;
      text-align: center; }
    .earthBanner .bannerEarthsection .yeardateandTime ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li h4 {
        text-align: center;
        font-size: 18px; }
      .earthBanner .bannerEarthsection .yeardateandTime ul li h5 {
        text-align: center;
        font-size: 14px; } }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kzh6b6");
  src: url("../fonts/icomoon.eot?kzh6b6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kzh6b6") format("truetype"), url("../fonts/icomoon.woff?kzh6b6") format("woff"), url("../fonts/icomoon.svg?kzh6b6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-downarrow:before {
  content: "\e900"; }

.icon-moon:before {
  content: "\e901"; }

.icon-file:before {
  content: "\e902"; }

.icon-whitemode:before {
  content: "\e903"; }

.commonAccordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #D2D2D2; }
  .commonAccordion .accordion-item .accordion-header {
    text-align: left;
    position: relative;
    margin-bottom: 0px;
    padding: 20px 0px 20px 40px; }
    .commonAccordion .accordion-item .accordion-header span {
      position: absolute;
      left: 0px;
      top: 20px;
      font-size: 22px;
      font-weight: 600; }
    .commonAccordion .accordion-item .accordion-header .accordion-button {
      background-color: transparent;
      padding: 0px;
      color: #000;
      font-size: 22px;
      font-weight: 600;
      position: relative;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .commonAccordion .accordion-item .accordion-header .accordion-button i {
        position: absolute;
        right: 20px;
        width: 37px;
        height: 37px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .commonAccordion .accordion-item .accordion-header .accordion-button.collapsed i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .commonAccordion .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .commonAccordion .accordion-item .accordion-header .accordion-button:after {
        display: none; }
  .commonAccordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0px; }
    .commonAccordion .accordion-item .accordion-collapse .accordion-body p {
      color: #474747; }
      .commonAccordion .accordion-item .accordion-collapse .accordion-body p a {
        color: #474747;
        background-color: transparent;
        padding: 0px;
        display: inline;
        text-decoration: underline; }

.accordionUl {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .accordionUl li {
    width: 50%;
    text-align: left; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .commonAccordion .accordion-item .accordion-header .accordion-button {
    padding-right: 69px; } }

@media (max-width: 767.98px) {
  .commonAccordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px; }
    .commonAccordion .accordion-item .accordion-header .accordion-button i {
      width: 27px;
      height: 27px;
      font-size: 12px;
      right: 0px; }
  .commonAccordion .accordion-item .accordion-header span {
    font-size: 16px;
    top: 21px; } }
