@charset "UTF-8";
.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.css-scroll {
  scrollbar-color: #272727 #5E5E5E;
  scrollbar-width: thin; }
  .css-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #5E5E5E; }
  .css-scroll::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: 10px; }
  .css-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #272727;
    border: 1px solid #272727; }
  .css-scroll::-webkit-scrollbar-thumb:active {
    background-color: #272727;
    border: 1px solid #272727; }

.rounded-arrow-list {
  list-style: none;
  padding-left: 20px;
  line-height: 30px; }
  .rounded-arrow-list li {
    padding-left: 15px;
    margin-bottom: 10px; }
    .rounded-arrow-list li:before {
      content: "\f138";
      color: #0080c7;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      padding-right: 10px;
      font-style: normal;
      margin-left: -26px; }
    .rounded-arrow-list li a {
      color: #0080c7; }
    .rounded-arrow-list li a:hover {
      text-decoration: none;
      color: #003e61; }

.rounded-check-list {
  list-style: none;
  padding-left: 20px;
  line-height: 30px; }
  .rounded-check-list li {
    padding-left: 0px; }
    .rounded-check-list li:before {
      content: "\f058";
      color: #0080c7;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      padding-right: 10px;
      font-style: normal;
      margin-left: -26px; }
    .rounded-check-list li a {
      color: #0080c7; }
    .rounded-check-list li a:hover {
      text-decoration: none;
      color: #003e61; }

.double-check-list {
  list-style: none;
  line-height: 30px;
  padding-left: 0; }
  .double-check-list li {
    padding-left: 0; }
    .double-check-list li:before {
      content: "\f560";
      color: #60BE42;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      padding-right: 10px;
      font-style: normal;
      margin-left: -26px; }
    .double-check-list li a {
      color: #60BE42; }
    .double-check-list li a:hover {
      text-decoration: none;
      color: #3a7327; }

a {
  font-size: inherit; }
  a:hover {
    text-decoration: none !important; }

p {
  line-height: 26px; }

.footer {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  background-color: #202A2C; }
  .footer .link-head {
    font-size: 18px;
    font-weight: 600;
    line-height: 13px;
    color: white; }
    .footer .link-head i {
      color: #2DCAF5; }
  .footer p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ccc; }
    .footer p a {
      color: #ccc;
      font-size: 14px; }
      .footer p a:hover {
        color: #2DCAF5; }
  .footer .link-title {
    font-size: 18px;
    color: white;
    font-weight: 600; }
  .footer .social-media-icons a {
    font-size: 20px;
    color: white;
    margin-right: 20px; }
  .footer ul li {
    margin-bottom: 10px; }
    .footer ul li a {
      color: #ccc;
      font-size: 14px; }
      .footer ul li a:hover {
        color: #2DCAF5; }
  .footer .copy-right {
    background-color: #05415D;
    padding: 20px 0; }
    .footer .copy-right .reserved {
      color: #cccccc; }
    .footer .copy-right .dev-by {
      color: white; }
      .footer .copy-right .dev-by span {
        color: #60BE42; }

.fancy-collapse-panel .panel-default {
  box-shadow: -2px 5px 11px 1px rgba(0, 0, 0, 0.05);
  border-color: #fff;
  margin-bottom: 15px; }
.fancy-collapse-panel .panel-body {
  border-top-color: #fff !important;
  padding: 15px; }
  .fancy-collapse-panel .panel-body .btn {
    padding: 5px;
    margin-right: 15px; }
.fancy-collapse-panel .fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }
.fancy-collapse-panel .panel-heading a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #070201;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  line-height: 20px; }
  .fancy-collapse-panel .panel-heading a:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    color: #FFCC3F;
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: 900;
    top: 17%;
    line-height: 1;
    margin-top: -10px;
    background: #05415D;
    padding: 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 0% 100%);
    width: 100px;
    text-align: right; }
  .fancy-collapse-panel .panel-heading a.collapsed:after {
    content: ""; }
.fancy-collapse-panel .panel-heading .panel-title p {
  padding: 15px 25px;
  margin-bottom: 0px;
  background: #ECECEC;
  font-size: 16px; }

ul li {
  margin-bottom: 5px; }
  ul li::marker {
    color: #2DCAF5; }

html {
  scroll-behavior: smooth;
  text-decoration-skip: none;
  backdrop-filter: blur(10px); }

body {
  font-family: "Open Sans", sans-serif !important;
  line-height: 22px;
  color: #000000;
  z-index: -1;
  position: relative;
  background-color: transparent !important; }

button:focus {
  outline: none; }

.all-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(90vh - 24px); }
  @media (max-width: 767px) {
    .all-content {
      min-height: calc(23vh - 18px); } }

@media (min-width: 1200px) {
  .container {
    max-width: 1110px; } }
@-moz-document url-prefix() {
  .all-content {
    width: 100%;
    float: left;
    position: relative;
    min-height: calc(65vh - 15px); } }
header {
  width: 100%;
  float: left;
  position: relative;
  line-height: 2.5; }
  header .navbar-home-page {
    border-bottom: 1px solid #FFFFFF; }
    header .navbar-home-page .login, header .navbar-home-page .register {
      line-height: 15px;
      font-size: 13px;
      color: #000000;
      padding: 0px 0 8px 0;
      text-align: left; }
      header .navbar-home-page .login .media, header .navbar-home-page .register .media {
        align-items: center; }
  header .navbar-dark {
    background-color: #2b343b; }
  header .navbar-menus > .nav-item > a {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }
    header .navbar-menus > .nav-item > a:hover, header .navbar-menus > .nav-item > a:active, header .navbar-menus > .nav-item > a.active {
      color: #e6e6e6; }
  header .navbar-menus .custom-toggle {
    white-space: nowrap; }
    header .navbar-menus .custom-toggle:after {
      display: inline-block;
      margin-left: .255em;
      vertical-align: 1px;
      content: url("../404error.html"); }
  @media (max-width: 991px) {
    header .navbar-collapse {
      background-color: #272727; } }

.home-banner {
  position: relative; }
  .home-banner .caption {
    position: absolute;
    top: 40%;
    transform: translate(-17%, -40%);
    left: 17%;
    max-width: 620px;
    color: white; }
    @media (max-width: 600px) {
      .home-banner .caption {
        top: 50%; } }
    .home-banner .caption img {
      width: 300px; }
    .home-banner .caption .banner-title {
      position: relative;
      line-height: 45px;
      margin: 30px 0;
      font-weight: 600; }
      @media (min-width: 768px) {
        .home-banner .caption .banner-title {
          font-size: 36px; } }
    .home-banner .caption p {
      max-width: 460px;
      max-width: 465px;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600; }
    .home-banner .caption ul li {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400; }
      .home-banner .caption ul li::marker {
        color: #2DCAF5; }
    .home-banner .caption h3 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 15px; }
    .home-banner .caption h5 {
      font-size: 28px;
      font-weight: 600;
      display: inline-block;
      border-bottom: 2px solid #60BE42; }
  .home-banner .item {
    background-color: #FAFAFA; }
    .home-banner .item img {
      object-fit: cover;
      object-position: center center;
      min-height: 800px; }
    .home-banner .item .btn-outline-custum {
      margin-top: 25px;
      border: 1px solid #4fd7b9;
      color: white;
      padding: 18px 25px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 700; }
      .home-banner .item .btn-outline-custum:hover {
        background-color: #4fd7b9; }
  .home-banner .owl-nav {
    background: aliceblue;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translate(80%, -100%);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .home-banner .owl-nav {
        bottom: 25%; } }
    .home-banner .owl-nav .owl-prev span, .home-banner .owl-nav .owl-next span {
      display: inline-block;
      font-size: 40px;
      line-height: 31px; }
    .home-banner .owl-nav .owl-next {
      margin-left: 15px; }
    .home-banner .owl-nav::after {
      content: "";
      width: 80%;
      height: 80%;
      position: absolute;
      border: 2px solid #05415D;
      border-radius: 50%;
      z-index: -9; }

.bg-map-sec {
  background-image: url(../png/map-bg-img.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 130px;
  background-size: 60%; }

.color-card {
  cursor: pointer; }
  .color-card .color-box {
    padding: 40px 15px 20px;
    position: relative;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .color-card .color-box {
        min-height: 111px; } }
    .color-card .color-box .number {
      position: absolute;
      width: 50px;
      height: 50px;
      background: #ccc;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -25px;
      left: 50%;
      font-weight: 800;
      transform: translateX(-50%);
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
      transition: all .6s ease-in-out; }
    .color-card .color-box .title {
      font-size: 18px;
      font-weight: 600;
      color: white;
      text-align: center; }
    .color-card .color-box:hover .number {
      top: -35px;
      transition: all .6s ease-in-out; }

.events-counts .outer-round {
  border: 10px solid;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: auto;
  padding: 80px 20px 0;
  position: relative;
  margin-bottom: 30px; }
  .events-counts .outer-round .count span {
    font-size: 24px;
    font-weight: 600;
    color: white;
    border: 10px solid white;
    background: aqua;
    width: 80px;
    display: inline-block;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -40px;
    top: 0; }
.events-counts .btn {
  color: white;
  min-width: 180px;
  font-size: 15px;
  font-weight: 600; }

.type-participation-sec {
  margin-bottom: 80px;
  min-height: 595px; }
  .type-participation-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center; }
    .type-participation-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  .type-participation-sec .bg-img {
    position: absolute;
    left: -25%; }
  @media (min-width: 991px) {
    .type-participation-sec .prticipation-card {
      max-width: 500px; } }
  .type-participation-sec .prticipation-card .box-title {
    font-size: 23px;
    line-height: 24px;
    text-decoration: underline;
    color: #05415d;
    font-weight: 700;
    margin-bottom: 20px; }
  .type-participation-sec .prticipation-card p {
    text-align: justify; }
  .type-participation-sec .prticipation-card .btn {
    max-width: 330px;
    display: block;
    margin-bottom: 15px;
    color: black;
    font-weight: 600; }
    .type-participation-sec .prticipation-card .btn.active {
      background-color: #d4af37; }
  .type-participation-sec .border-line {
    position: relative; }
    .type-participation-sec .border-line::after {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #ccc;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(0px); }
    .type-participation-sec .border-line:last-child::after {
      display: none; }

.paper-presentation-sec {
  padding: 80px 0;
  background-color: #f0f0f0;
  margin-bottom: 80px; }
  .paper-presentation-sec .box-title {
    font-size: 24px;
    text-decoration: underline;
    color: #05415d;
    font-weight: 700;
    margin-bottom: 20px; }
  .paper-presentation-sec h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px; }

.partners-sec {
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: #F0F0F0; }
  .partners-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center; }
    .partners-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  .partners-sec .partners-carousel .partner-card p {
    max-width: 322px;
    margin: auto; }
  .partners-sec .partners-carousel .partner-card a {
    font-weight: 700;
    text-decoration: underline; }
  .partners-sec .partners-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -50px; }
    @media only screen and (max-width: 600px) {
      .partners-sec .partners-carousel .owl-nav {
        left: 0; } }
    .partners-sec .partners-carousel .owl-nav button.owl-next {
      position: absolute;
      right: -100px; }
      @media only screen and (max-width: 600px) {
        .partners-sec .partners-carousel .owl-nav button.owl-next {
          right: 0; } }
    .partners-sec .partners-carousel .owl-nav button span {
      color: white; }
    .partners-sec .partners-carousel .owl-nav button i {
      color: #646464; }
    .partners-sec .partners-carousel .owl-nav button:hover i {
      color: #05415D; }

.tablists-info-sec {
  padding: 0px 0 80px;
  margin-bottom: 80px;
  background: #f6f6f6;
  background: linear-gradient(353deg, #f6f6f6 0%, #f6f6f6 36%, white 100%); }
  .tablists-info-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center; }
    .tablists-info-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  .tablists-info-sec .list-group .list-group-item {
    border-radius: 0;
    margin-bottom: 15px;
    background-color: #e3e3e3;
    border: none;
    border-left: 8px solid #2DCAF5;
    max-width: 465px; }
    .tablists-info-sec .list-group .list-group-item h3 {
      font-size: 19px;
      color: #000000;
      font-weight: 600;
      display: inline;
      transition: all .6s ease; }
    .tablists-info-sec .list-group .list-group-item i {
      transition: all .6s ease; }
    .tablists-info-sec .list-group .list-group-item.active h3, .tablists-info-sec .list-group .list-group-item.active i {
      color: #2DCAF5; }
    .tablists-info-sec .list-group .list-group-item:hover h3, .tablists-info-sec .list-group .list-group-item:hover i {
      color: #05415D;
      transform: scale(1.5);
      transition: all .6s ease; }

.join-social-ctc {
  padding: 25px 0;
  margin-bottom: 60px; }
  .join-social-ctc .sec-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .join-social-ctc .sec-title {
        font-size: 22px; } }
    .join-social-ctc .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  .join-social-ctc .btn {
    margin: 0 5px;
    font-weight: 600;
    font-size: 20px; }
    .join-social-ctc .btn:hover {
      background-color: #2DCAF5;
      filter: drop-shadow(-1.172px 2.762px 3.5px rgba(0, 0, 0, 0.35));
      border-color: #2DCAF5;
      color: white; }

.ms-invite {
  padding: 70px 0 70px;
  background-color: #05415D;
  color: white;
  margin-bottom: 100px; }
  .ms-invite .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: white; }
    .ms-invite .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 0;
      border-radius: 10px; }

.about-competition-sec {
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 730px;
  padding: 100px 0; }
  .about-competition-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .about-competition-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 0;
      border-radius: 10px; }

.about-event-sec {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 75%;
  margin-bottom: 80px; }
  .about-event-sec .bg-img {
    position: absolute;
    left: -36%;
    top: -60%;
    transform: translate(0, 0); }
  .about-event-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center; }
    .about-event-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  .about-event-sec .card {
    border: none;
    filter: drop-shadow(-1.172px 2.762px 8px rgba(0, 0, 0, 0.35)); }
    .about-event-sec .card .card-img-top {
      width: 100%; }
    .about-event-sec .card .card-body {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      background-color: #efefef; }
      .about-event-sec .card .card-body .card-title {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        border-bottom: 1px solid #d6d6d6;
        min-height: 70px; }
    .about-event-sec .card .card-text {
      font-size: 13px;
      min-height: 105px;
      font-weight: 400; }
    .about-event-sec .card .btn-link {
      font-size: 14px; }

.prizes-sec {
  padding: 60px 0; }
  .prizes-sec .sec-title {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center; }
    .prizes-sec .sec-title::after {
      content: "";
      width: 150px;
      height: 5px;
      position: absolute;
      bottom: 0;
      background: #60BE42;
      left: 50%;
      border-radius: 10px;
      transform: translateX(-50%); }
  .prizes-sec .prize-card-details {
    margin-bottom: 30px; }
    .prizes-sec .prize-card-details .prize-header {
      border-top: 1px solid #05415D;
      border-bottom: 1px solid #05415D;
      padding: 25px 0 25px 8px;
      margin-bottom: 20px;
      background-color: #05415D; }
      .prizes-sec .prize-card-details .prize-header h4 {
        margin-bottom: 0;
        font-weight: 700;
        color: white; }
    .prizes-sec .prize-card-details .prize-body ul li {
      border-bottom: 1px solid #ccc;
      padding: 10px 0 10px 8px;
      font-weight: 700;
      color: black;
      margin-bottom: 0; }
      .prizes-sec .prize-card-details .prize-body ul li:last-child {
        border: none; }
      .prizes-sec .prize-card-details .prize-body ul li.lg-height {
        min-height: 65px;
        /* margin: auto; */
        display: flex;
        justify-content: center;
        align-items: center; }
  .prizes-sec .prize-card {
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px; }
    .prizes-sec .prize-card .prize-header {
      min-height: 80px;
      padding: 25px 0;
      height: 100px;
      background-position-x: center;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: -5px; }
      .prizes-sec .prize-card .prize-header h4 {
        margin-bottom: 0;
        font-weight: 700;
        color: #ffffff;
        text-align: center; }
      .prizes-sec .prize-card .prize-header.bg-info-img {
        background-image: url(../png/shape-01.png); }
      .prizes-sec .prize-card .prize-header.bg-success-img {
        background-image: url(../png/shape-02.png); }
      .prizes-sec .prize-card .prize-header.bg-blue-img {
        background-image: url(../png/shape-03.png); }
    .prizes-sec .prize-card .prize-body ul {
      margin-bottom: 0; }
      .prizes-sec .prize-card .prize-body ul li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        text-align: center;
        font-weight: 700;
        color: black;
        margin-bottom: 0; }
        .prizes-sec .prize-card .prize-body ul li:last-child {
          border: none; }
        .prizes-sec .prize-card .prize-body ul li.lg-height {
          min-height: 65px;
          /* margin: auto; */
          display: flex;
          justify-content: center;
          align-items: center; }

.new-header {
  /* #Media
  ================================================== */ }
  .new-header ::selection {
    color: #fff;
    background-color: #8167a9; }
  .new-header .start-header {
    opacity: 1; }
    .new-header .start-header .btn-custom {
      border-radius: 10px;
      filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
      font-size: 16px;
      color: #153a64;
      font-weight: 700;
      background-color: #4fd8ba; }
    .new-header .start-header.navigation-wrap {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000;
      transition: all 0.3s ease-out;
      padding: 16px 0; }
    .new-header .start-header .navbar {
      padding: 0; }
      .new-header .start-header .navbar .navbar-brand img {
        width: auto;
        display: block;
        transition: all 0.3s ease-out; }
      @media only screen and (max-width: 375px) {
        .new-header .start-header .navbar .navbar-brand img {
          max-width: 230px; } }
      @media only screen and (max-width: 600px) {
        .new-header .start-header .navbar .navbar-brand img {
          width: auto;
          display: block;
          transition: all 0.3s ease-out; } }
      .new-header .start-header .navbar .navbar-toggler {
        float: right;
        border: none;
        padding-right: 0; }
        .new-header .start-header .navbar .navbar-toggler:focus, .new-header .start-header .navbar .navbar-toggler:active {
          outline: none; }
    .new-header .start-header .navbar-light .navbar-toggler-icon {
      width: 24px;
      height: 17px;
      background-image: none;
      position: relative;
      border-bottom: 1px solid #000;
      transition: all 300ms linear; }
      .new-header .start-header .navbar-light .navbar-toggler-icon:after, .new-header .start-header .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear; }
      .new-header .start-header .navbar-light .navbar-toggler-icon:after {
        top: 8px; }
    .new-header .start-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
      transform: rotate(45deg); }
    .new-header .start-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
      transform: translateY(8px) rotate(-45deg); }
    .new-header .start-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      border-color: transparent; }
    .new-header .start-header .navbar-nav .nav-item {
      position: relative;
      transition: all 200ms linear;
      position: relative; }
      .new-header .start-header .navbar-nav .nav-item .nav-link {
        transition: all 200ms linear;
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 18px; }
      .new-header .start-header .navbar-nav .nav-item:hover .nav-link {
        color: #60BE42 !important; }
      .new-header .start-header .navbar-nav .nav-item.active .nav-link {
        color: #60BE42 !important; }
      .new-header .start-header .navbar-nav .nav-item .dropdown-menu {
        transform: translate3d(0, 10px, 0);
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        display: block;
        padding: 0;
        margin: 0;
        transition: all 200ms linear;
        padding: 10px !important;
        font-size: 13px;
        letter-spacing: 1px;
        color: #212121;
        background-color: #fcfaff;
        border: none;
        border-radius: 3px;
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); }
      .new-header .start-header .navbar-nav .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 0px, 0); }
      .new-header .start-header .navbar-nav .nav-item::after {
        content: "|";
        position: absolute;
        top: 10px;
        right: -16px; }
      .new-header .start-header .navbar-nav .nav-item:last-child::after {
        display: none; }
    .new-header .start-header.scroll-on .navbar .navbar-brand {
      background: #ffffffad; }
      .new-header .start-header.scroll-on .navbar .navbar-brand img {
        max-width: 150px; }
  .new-header .dropdown-toggle::after {
    display: none; }
  .new-header .dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear; }
    .new-header .dropdown-item:hover, .new-header .dropdown-item:focus {
      color: #fff;
      background-color: rgba(129, 103, 169, 0.6); }
  @media (max-width: 767px) {
    .new-header .dropdown-toggle::after {
      position: absolute;
      display: block;
      top: 19px;
      left: -23px;
      width: 1px;
      height: 11px;
      content: "";
      border: none;
      background-color: #000;
      vertical-align: 0;
      transition: all 200ms linear; }
    .new-header .dropdown-toggle[aria-expanded="true"]::after {
      transform: rotate(90deg);
      opacity: 0; }
    .new-header .dropdown-menu {
      padding: 0 !important;
      background-color: transparent;
      box-shadow: none;
      transition: all 200ms linear; }
    .new-header .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
      margin-top: 10px !important;
      margin-bottom: 20px !important; } }

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  display: inline;
  z-index: 111; }
  .back-to-top img {
    transition: all .6s ease;
    width: 35px; }
    .back-to-top img:hover {
      transition: all .6s ease;
      transform: scale(1.2); }
  .back-to-top.back-to-top-hidden {
    display: none; }
  .back-to-top.back-to-top-active {
    display: block; }

.treeview-sc .sec-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center; }
  .treeview-sc .sec-title::after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: #60BE42;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%); }
.treeview-sc .treeview {
  margin-bottom: 80px;
  margin-top: 80px; }
  .treeview-sc .treeview .btn-default {
    border-color: #FFCC3F; }
    .treeview-sc .treeview .btn-default:hover {
      background-color: #f7faea;
      color: #60BE42; }
  .treeview-sc .treeview ul {
    list-style: none;
    padding-left: 32px; }
    .treeview-sc .treeview ul li {
      padding: 50px 0px 0px 35px;
      position: relative; }
      @media only screen and (max-width: 600px) {
        .treeview-sc .treeview ul li {
          padding: 50px 0px 0px 0; } }
      .treeview-sc .treeview ul li:before {
        content: "";
        position: absolute;
        top: -26px;
        left: -31px;
        border-left: 2px dashed #a2a5b5;
        width: 1px;
        height: 100%; }
      .treeview-sc .treeview ul li:after {
        content: "";
        position: absolute;
        border-top: 2px dashed #a2a5b5;
        top: 70px;
        left: -30px;
        width: 65px; }
      .treeview-sc .treeview ul li:last-child:before {
        top: -22px;
        height: 90px; }
  .treeview-sc .treeview > ul > li:after, .treeview-sc .treeview > ul > li:last-child:before {
    content: unset; }
  .treeview-sc .treeview > ul > li:before {
    top: 90px;
    left: 36px; }
  .treeview-sc .treeview > ul > li:not(:last-child) > ul > li:before {
    content: unset; }
  .treeview-sc .treeview > ul > li > .treeview__level:before {
    height: 60px;
    width: 60px;
    top: -9.5px;
    background-color: #05415D;
    border: 7.5px solid #d5e9f6;
    font-size: 22px; }
  .treeview-sc .treeview > ul > li > ul {
    padding-left: 34px; }
  .treeview-sc .treeview__level {
    padding: 7px;
    padding-left: 42.5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #FFCC3F;
    position: relative;
    z-index: 1; }
    .treeview-sc .treeview__level:before {
      content: attr(data-level);
      position: absolute;
      left: -27.5px;
      top: -6.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 55px;
      width: 55px;
      border-radius: 50%;
      border: 7.5px solid #eef6d5;
      background-color: #60BE42;
      color: #fff;
      font-size: 20px; }
  .treeview-sc .treeview .level-title {
    cursor: pointer;
    user-select: none; }
    .treeview-sc .treeview .level-title:hover {
      text-decoration: none; }

.register-form {
  padding: 50px 0; }
  .register-form .form-control {
    margin-bottom: 20px;
    background: transparent;
    border-color: wheat;
    color: white; }
    .register-form .form-control::placeholder {
      color: white; }
  .register-form .form-inputs span {
    position: absolute;
    left: 0;
    bottom: 0; }

.registration-form {
  background-color: #05415D;
  padding: 40px;
  border-radius: 10px;
  /* for Safari 4.0 - 8.0 */ }
  .registration-form blink {
    -webkit-animation: 1s linear infinite condemned_blink_effect;
    /* for Safari 4.0 - 8.0 */
    animation: 1s linear infinite condemned_blink_effect;
    color: #60BE42;
    font-weight: bold; }
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden; }
  50% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden; }
  50% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
  .registration-form label {
    color: white; }

@media only screen and (max-width: 991px) {
  .scroller-div {
    overflow-y: hidden;
    min-width: 100%; }
    .scroller-div .row {
      overflow-y: hidden;
      min-width: 1000px; } }

/*# sourceMappingURL=style.css.map */
