@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}

p {
  color: #7C7C7C;
}

.container {
  width: 90%;
  margin: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1296px;
  }
}

.bg-gray {
  background-color: #F3F5F9;
}

section {
  position: relative;
}

.linking {
  position: absolute;
  top: -100px;
  width: 100px;
}

.badge {
  white-space: normal;
}

.btn {
  font-family: 'Roboto', sans-serif;
  padding: 10px 36px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0.4rem;
}

.btn-theme {
  margin-top: 2rem;
  background-color: #353ACF;
  color: #fff;
}

.btn-theme:hover {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .no-float-1199 {
    margin-top: 1rem;
    float: left !important;
  }
}

.swiper-slide img {
  width: 100%;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.theme-primary-color {
  color: #353ACF !important;
}

.hash-tag {
  font-weight: 600;
  color: #EB4745;
}

.header-wrapper {
  width: 90%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 5%;
  right: 5%;
  z-index: 999999999999;
}

@media (max-width: 768px) {
  .header-wrapper {
    width: 100%;
    left: 0;
    right: 0;
  }
}

.header-wrapper .card {
  border: none;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}

@media (max-width: 768px) {
  .header-wrapper .card {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }
}

.header-wrapper .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .card .card-body .logo-div {
  display: inline-block;
}

.header-wrapper .card .card-body .logo-div img {
  top: 8px;
  left: 30px;
  width: 160px;
}

.header-wrapper .card .card-body .dropdown-div {
  margin-left: 190px;
  border-left: 1px solid #000;
}

.header-wrapper .card .card-body .dropdown-div .dropdown {
  padding-left: 0.8rem;
}

.header-wrapper .card .card-body .dropdown-div .dropdown .btn-link {
  font-size: 14px;
  color: #121821;
  text-decoration: none;
  font-weight: 600;
}

.header-wrapper .card .card-body .dropdown-div .dropdown .dropdown-item {
  font-size: 14px;
}

.header-wrapper .card .card-body .menu-content {
  margin-right: 1rem;
}

@media (max-width: 575.98px) {
  .header-wrapper .card .card-body .menu-content {
    display: none;
  }
}

.header-wrapper .card .card-body .menu-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .card .card-body .menu-content ul li {
  margin: 0 1rem;
}

.header-wrapper .card .card-body .menu-content ul li i {
  font-size: 1.2rem;
  color: #353ACF;
}

.header-wrapper .card .card-body .menu-content ul li a {
  font-size: 12px;
  color: #121821;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .header-wrapper .card .card-body .div-regbutton {
    margin-left: auto;
  }
}

.header-wrapper .card .card-body .div-regbutton .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom-right-radius: 20px;
  margin: 0;
  background: #353ACF;
  border-color: #353ACF;
  padding: 1.5rem 1.3rem;
  font-size: 13px;
}

@media (max-width: 768px) {
  .header-wrapper .card .card-body .div-regbutton .btn {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }
}

@media (max-width: 375px) {
  .header-wrapper .card .card-body .div-regbutton .btn .long-text {
    display: none;
  }
}

.header-wrapper .card .card-body .div-regbutton .btn .small-text {
  display: none;
}

@media (max-width: 375px) {
  .header-wrapper .card .card-body .div-regbutton .btn .small-text {
    display: block;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  background: url("https://storage.googleapis.com/incind/bggt5IkZr.jpg");
  background-position: right;
  background-size: 100% 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hero-section .starts {
  position: absolute;
  top: 0;
  left: -200px;
  width: 120%;
  height: auto;
  z-index: 1;
  opacity: 0.8;
}

.hero-section .container .content-area {
  position: relative;
  padding: 9rem 15px 5rem 15px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-section .container .content-area {
    padding: 9rem 15px 0rem 15px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .container .content-area .col-lg-6 {
    padding-bottom: 4rem;
  }
}

.hero-section .container .content-area .head-small-text {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.hero-section .container .content-area h1 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.hero-section .container .content-area h1 span {
  color: #353ACF;
}

.hero-section .container .content-area h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.hero-section .container .content-area .btn {
  padding: 13px 36px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 14px;
}

.hero-section .container .content-area .btn-theme {
  margin: 0;
  background-color: #353ACF;
  color: #fff;
}

.hero-section .container .content-area .btn-theme:hover {
  background-color: #353ACF;
}

.hero-section .container .content-area .btn-transparent {
  border: 1px solid #353ACF;
  color: #353ACF;
}

.hero-section .container .content-area .board {
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero-section .container .content-area .board {
    width: 75%;
  }
}

@media (max-width: 540px) {
  .hero-section .container .content-area .board {
    width: 85%;
  }
}

@media (max-width: 425px) {
  .hero-section .container .content-area .board {
    width: 100%;
  }
}

.hero-section .container .content-area .india-GitHub {
  position: absolute;
  top: 90px;
  right: 50px;
  width: 100px;
}

@media (max-width: 1199.98px) {
  .hero-section .container .content-area .india-GitHub {
    top: 50px;
    left: 65%;
    width: 90px;
    right: unset;
  }
}

@media (max-width: 991.98px) {
  .hero-section .container .content-area .india-GitHub {
    top: 50px;
    left: 5%;
    width: 100px;
    right: unset;
  }
}

@media (max-width: 575px) {
  .hero-section .container .content-area .india-GitHub {
    top: 40px;
    width: 80px;
    right: unset;
  }
}

@media (max-width: 425px) {
  .hero-section .container .content-area .india-GitHub {
    top: 35px;
    width: 70px;
  }
}

.hero-section .container .content-area .board-paragraph {
  position: absolute;
  color: #000;
  top: 85px;
  left: 120px;
  max-width: 13em;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}

@media (max-width: 1199.98px) {
  .hero-section .container .content-area .board-paragraph {
    top: 53px;
    left: 43px;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hero-section .container .content-area .board-paragraph {
    top: 42px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .container .content-area .board-paragraph {
    top: 80px;
    left: 25%;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .hero-section .container .content-area .board-paragraph {
    top: 57px;
    left: 28%;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section .container .content-area .board-paragraph {
    top: 54px;
    left: 25%;
    font-size: 0.9rem;
    max-width: 12em;
  }
}

@media (max-width: 425px) {
  .hero-section .container .content-area .board-paragraph {
    top: 51px;
    left: 30%;
  }
}

@media (max-width: 375px) {
  .hero-section .container .content-area .board-paragraph {
    top: 43px;
    left: 35%;
    font-size: 0.7rem;
    max-width: 13em;
  }
}

.hero-section .bottom-images {
  position: relative;
  z-index: 999;
}

.hero-section .bottom-images .india-octocat {
  position: absolute;
  top: -300px;
  left: 50%;
  right: 50%;
  width: 220px;
}

@media (max-width: 1199.98px) {
  .hero-section .bottom-images .india-octocat {
    top: -250px;
    left: 50%;
    right: 50%;
    width: 180px;
  }
}

@media (max-width: 1024px) {
  .hero-section .bottom-images .india-octocat {
    top: -280px;
    left: 50%;
    right: 50%;
    width: 210px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .bottom-images .india-octocat {
    top: -280px;
    left: 55%;
    right: 50%;
    width: 210px;
  }
}

@media (max-width: 767px) {
  .hero-section .bottom-images .india-octocat {
    top: -248px;
    left: unset;
    right: 9%;
    width: 200px;
  }
}

@media (max-width: 575.98px) {
  .hero-section .bottom-images .india-octocat {
    top: -200px;
    left: unset;
    right: 10%;
    width: 160px;
  }
}

@media (max-width: 540px) {
  .hero-section .bottom-images .india-octocat {
    right: 2%;
  }
}

@media (max-width: 425px) {
  .hero-section .bottom-images .india-octocat {
    top: -100px;
    left: unset;
    right: 0%;
    width: 90px;
  }
}

@media (max-width: 375px) {
  .hero-section .bottom-images .india-octocat {
    right: 0%;
  }
}

.hero-section .bottom-images .earth-bottom {
  width: 100%;
}

.hero-section:before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 50% 50% 50% / 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% / 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% / 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% / 50% 50% 50%;
  -o-border-radius: 50% 50% 50% / 50% 50% 50%;
  z-index: 9999;
  background: #fff;
}

.benefits-section {
  padding: 5rem 0 4rem;
  text-align: center;
}

.benefits-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.benefits-section h2 {
  font-size: 2.375rem;
}

@media (max-width: 575.98px) {
  .benefits-section p {
    display: none;
  }
}

@media (max-width: 425px) {
  .benefits-section .card .card-body {
    padding: 0.25rem;
    margin-bottom: 1rem;
  }
}

.benefits-section .card .card-body .card-title {
  font-size: 1.25rem;
}

@media (max-width: 425px) {
  .benefits-section .card .card-body .card-title {
    font-size: 1rem;
  }
}

.benefits-section .card .card-body p {
  font-size: 1rem;
}

.about-section {
  padding: 5rem 0 4rem;
  text-align: left;
}

.about-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #F3AF00;
}

.about-section h2 {
  font-size: 2.375rem;
  max-width: 20em;
  margin-bottom: 1rem;
}

.about-section .font-small {
  font-size: 14px;
  margin-bottom: 0;
}

.about-section .text-theme-primary {
  color: #353ACF;
}

.schedule-section {
  position: relative;
}

.schedule-section .colored-div {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 4rem 0 6rem;
  background: url("https://storage.googleapis.com/incind/bggt5IkZr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .schedule-section .colored-div {
    padding: 3rem 0 18rem;
  }
}

@media (max-width: 768px) {
  .schedule-section .colored-div {
    padding: 5rem 0 15rem;
  }
}

@media (max-width: 767px) {
  .schedule-section .colored-div {
    padding: 5rem 0 20rem;
  }
}

@media (max-width: 575.98px) {
  .schedule-section .colored-div {
    padding: 5rem 0 10rem;
    text-align: left;
  }
}

.schedule-section .colored-div .starts {
  position: absolute;
  width: 140%;
  top: -50px;
  left: -200px;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 575px) {
  .schedule-section .colored-div .starts {
    width: 440%;
  }
}

.schedule-section .colored-div h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #F3AF00;
}

.schedule-section .colored-div h2 {
  color: #353ACF;
  font-size: 2.375rem;
  max-width: 20em;
  margin-bottom: 1rem;
}

.schedule-section .colored-div p {
  color: #BABABA;
}

.schedule-section .colored-div .container {
  position: relative;
  z-index: 9999999;
}

.schedule-section .colored-div .container .time-div h2 {
  max-width: unset;
}

.schedule-section .colored-div .container .time-div img {
  position: absolute;
  top: -290%;
  left: -73%;
  width: 240%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .schedule-section .colored-div .container .time-div img {
    top: -145%;
    left: -100%;
    width: 290%;
  }
}

@media (max-width: 991.98px) {
  .schedule-section .colored-div .container .time-div img {
    top: -100%;
    left: -120%;
    width: 330%;
  }
}

@media (max-width: 768px) {
  .schedule-section .colored-div .container .time-div img {
    top: -91%;
    left: -95%;
    width: 290%;
  }
}

@media (max-width: 767px) {
  .schedule-section .colored-div .container .time-div img {
    top: -150%;
    left: -15%;
    width: 130%;
  }
}

@media (max-width: 575.98px) {
  .schedule-section .colored-div .container .time-div img {
    display: none;
  }
}

.schedule-section .colored-div .container .time-div .timeline {
  /*==================================
    TIMELINE
==================================*/
  /*-- GENERAL STYLES
    ------------------------------*/
  /*----- TIMELINE ITEM -----*/
  /*----- TIMELINE INFO -----*/
  /*----- TIMELINE MARKER -----*/
  /*----- TIMELINE CONTENT -----*/
  /*----- TIMELINE PERIOD -----*/
  /*----------------------------------------------
        MOD: TIMELINE SPLIT
    ----------------------------------------------*/
  /*----------------------------------------------
        MOD: TIMELINE CENTERED
    ----------------------------------------------*/
  /*----------------------------------------------
        MOD: MARKER OUTLINE
    ----------------------------------------------*/
}

.schedule-section .colored-div .container .time-div .timeline .example-header {
  background: #3d4351;
  color: #fff;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}

.schedule-section .colored-div .container .time-div .timeline .example-header h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.schedule-section .colored-div .container .time-div .timeline .example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.schedule-section .colored-div .container .time-div .timeline .container-fluid .row {
  padding: 0 0 4em 0;
}

.schedule-section .colored-div .container .time-div .timeline .container-fluid .row:nth-child(even) {
  background: #f1f4f5;
}

.schedule-section .colored-div .container .time-div .timeline .example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #e4eaec;
}

.schedule-section .colored-div .container .time-div .timeline .example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}

.schedule-section .colored-div .container .time-div .timeline .timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.schedule-section .colored-div .container .time-div .timeline .timeline h1,
.schedule-section .colored-div .container .time-div .timeline .timeline h2,
.schedule-section .colored-div .container .time-div .timeline .timeline h3,
.schedule-section .colored-div .container .time-div .timeline .timeline h4,
.schedule-section .colored-div .container .time-div .timeline .timeline h5,
.schedule-section .colored-div .container .time-div .timeline .timeline h6 {
  line-height: inherit;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-item {
  padding-left: 40px;
  position: relative;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-marker:before {
  background: #353ACF;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-item:last-child .timeline-marker:after {
  content: none;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #353ACF;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-content {
  padding-bottom: 40px;
}

.schedule-section .colored-div .container .time-div .timeline .timeline-content p:last-child {
  margin-bottom: 0;
}

.schedule-section .colored-div .container .time-div .timeline .period {
  padding: 0;
}

.schedule-section .colored-div .container .time-div .timeline .period .timeline-info {
  display: none;
}

.schedule-section .colored-div .container .time-div .timeline .period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}

.schedule-section .colored-div .container .time-div .timeline .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.schedule-section .colored-div .container .time-div .timeline .period .timeline-content {
  padding: 40px 0 70px;
}

.schedule-section .colored-div .container .time-div .timeline .period .timeline-title {
  margin: 0;
}

@media (min-width: 768px) {
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline {
    display: table;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-item,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-info,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-info,
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-marker,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-marker,
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-content,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-content,
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-marker,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-marker {
    position: relative;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-content,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .timeline-info,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-split .period .timeline-title,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

@media (min-width: 992px) {
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-item,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-info,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-marker,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-info,
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-content {
    width: 50%;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .schedule-section .colored-div .container .time-div .timeline .timeline-centered .period .timeline-title {
    left: auto;
  }
}

.schedule-section .colored-div .container .time-div .timeline .marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #353ACF;
}

.schedule-section .colored-div .container .time-div .timeline .marker-outline .timeline-item:hover .timeline-marker:before {
  background: #353ACF;
}

.schedule-section .colored-div .container .time-div .vertical-timeline {
  display: none;
}

@media (max-width: 575.98px) {
  .schedule-section .colored-div .container .time-div .vertical-timeline {
    display: block;
  }
}

.schedule-section .colored-div .container .btn {
  padding: 13px 26px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 14px;
}

.schedule-section .colored-div .container .btn-primary {
  background-color: #353ACF;
  border: none;
}

@media (max-width: 575.98px) {
  .schedule-section .colored-div .container .btn-primary {
    margin-top: 1.5rem;
  }
}

.schedule-section .right-text {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
  z-index: 999;
}

@media (max-width: 375px) {
  .schedule-section .right-text {
    right: 10px;
    bottom: 10px;
  }
}

.schedule-section .right-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.schedule-section .right-text a {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}

.partners-section {
  padding: 5rem 0 4rem;
  text-align: center;
}

.partners-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.partners-section h2 {
  font-size: 2.375rem;
  margin-bottom: 3.5rem;
}

.partners-section a {
  color: #353ACF;
  text-decoration: none;
}

.fellow-section {
  padding: 5rem 0 4rem;
  text-align: center;
}

.fellow-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.fellow-section h2 {
  font-size: 2.375rem;
  margin-bottom: 3.5rem;
}

.fellow-section a {
  color: #353ACF;
  text-decoration: none;
}

.fellow-section .card {
  border: 1px solid #353acf;
}

.fellow-section .card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fellow-section .power-pack-logos img {
  width: 150px;
  margin: 0.75rem 2rem;
}

.fellow-section img {
  width: 100px;
}

.program-section {
  padding: 7rem 0;
  text-align: center;
}

.program-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.program-section h2 {
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}

.program-section .status-div {
  text-align: center;
  margin-top: 5rem;
}

.program-section .status-div h3 {
  font-size: 2.5rem;
  font-family: 'Source Code Pro', sans-serif;
  color: #F38300;
}

.program-section .status-div h6 {
  margin-top: 1rem;
  font-family: 'Source Code Pro', sans-serif;
  color: rgba(47, 47, 47, 0.9);
}

.program-section .status-div .card {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #353ACF;
  background-color: rgba(53, 58, 207, 0.05);
}

/* FOOTER */
footer {
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer a {
  color: var(--theme-color);
}

footer a:hover {
  color: var(--theme-color);
}

footer ul .title {
  font-size: 14px;
  font-weight: 700;
}

footer ul li {
  font-size: 12px;
  line-height: 25px;
  color: #515254;
}

footer ul .social-links li {
  display: inline;
  font-size: 20px;
  letter-spacing: 4px;
}

footer ul .social-links li .fa-facebook {
  color: #1877f2;
}

footer ul .social-links li .fa-twitter {
  color: #1da1f2;
}

footer ul .social-links li .fa-instagram {
  color: #e4405f;
}

footer ul .social-links li .fa-linkedin {
  color: #007bb5;
}

footer ul .social-links li .fa-youtube {
  color: #ff0000;
}

footer ul .social-links a:hover {
  text-decoration: none;
}

footer ul .address {
  line-height: 16px;
}

footer ul .email {
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (max-width: 425px) {
  footer ul .email {
    overflow-wrap: anywhere;
  }
}

.secondary-footer {
  background-color: #1D2633;
  padding: 2rem 0;
}

.secondary-footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .secondary-footer .copyright-div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
    margin-left: 0.75rem;
  }
}

.secondary-footer .social-icons {
  text-align: right;
}

@media (max-width: 767px) {
  .secondary-footer .social-icons {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.secondary-footer .social-icons a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.secondary-footer .social-icons a i {
  margin: 0 0.75rem;
}

.header-area {
  padding: 0 0 1rem 0;
}

.header-area h2 {
  position: relative;
  display: inline-block;
  font-size: 2.375rem;
  color: #353ACF;
  font-weight: 400;
}

.header-area h2::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 3px;
  background-color: #353ACF;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.about-content {
  margin-top: 3rem;
}

.about-content p {
  font-size: 18px;
  line-height: 26px;
  color: #101010;
  margin-bottom: 20px;
  text-align: left;
}

.about-content ul li {
  text-align: left;
}

.bg-light-blue:before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 50% 50% 50% / 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% / 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% / 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% / 50% 50% 50%;
  -o-border-radius: 50% 50% 50% / 50% 50% 50%;
  z-index: 99999;
  background: #F3F5F9;
}

.suggestion-div {
  padding: 3rem 0;
}

.suggestion-div p {
  font-family: 'Source Sans Pro', sans-serif;
}

.suggestion-div p span {
  font-size: 14px;
}

.suggestion-div p .badge {
  color: #F38300;
  margin: 0 0.5rem;
}

.org-list-section {
  padding-bottom: 5rem;
}

.org-list-section .card {
  border: none;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.org-list-section .card .card-body {
  font-family: 'Source Sans Pro', sans-serif;
}

.org-list-section .card .card-body img {
  margin-bottom: 1.25rem;
}

.org-list-section .card .card-body .card-title {
  font-size: 14px;
  color: #353ACF;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.org-list-section .card .card-body .card-text {
  font-size: 14px;
  color: #121821;
  font-weight: 400;
}

.org-list-section .card .card-body .accordion .card {
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #EEEEEE;
}

.org-list-section .card .card-body .accordion .card .card-header {
  background-color: #fff;
  padding-right: 0;
  padding-left: 0;
  border-bottom: none;
}

.org-list-section .card .card-body .accordion .card .card-header button {
  padding-right: 0;
  padding-left: 0;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

.org-list-section .card .card-body .accordion .card .card-header button:focus, .org-list-section .card .card-body .accordion .card .card-header button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.org-list-section .card .card-body .accordion .card .collapse .card-body,
.org-list-section .card .card-body .accordion .card .collapsing .card-body {
  padding: 0 0 1.25rem 0;
}

.org-list-section .card .card-body .accordion .card .collapse .card-body .badge-theme,
.org-list-section .card .card-body .accordion .card .collapsing .card-body .badge-theme {
  background-color: #F3AF00;
  color: #fff;
}

.faq-list-section {
  padding: 7rem 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.faq-list-section h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #353ACF;
  font-weight: 400;
}

.faq-list-section p {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
}

.faq-list-section .points ul {
  padding: 0;
  list-style: none;
}

.faq-list-section .points ul li {
  font-size: 17px;
  color: #666666;
  font-weight: 400;
}

.org-details-section {
  padding: 10rem 0 0rem 0;
}

.org-details-section .breadcrumb-top {
  font-family: 'Source Code Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.org-details-section h2 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
}

.org-details-section h2 span a {
  margin-left: 2rem;
  color: #353ACF;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.org-details-section .btn {
  padding: 10px 36px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0.4rem;
}

.org-details-section .btn-theme {
  background-color: #353ACF;
  color: #fff;
}

.org-details-section .btn-transparent {
  background-color: none;
  color: #353ACF;
  border: 1px solid #353ACF;
}

.org-details-section h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.org-details-section p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6F6F6F;
}

.org-details-section .tech-div {
  padding: 4rem 0;
  text-align: left;
}

.org-details-section .tech-div p {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
}

.org-details-section .tech-div p span {
  font-size: 14px;
}

.org-details-section .tech-div p .badge {
  padding: 3.69767px 12.3256px;
  background-color: #F3AF00;
  color: #fff;
  margin: 0 0.5rem;
  font-weight: 600;
  line-height: 15px;
}

.org-social-section {
  margin-bottom: 3rem;
}

.org-social-section .left-div {
  background: #121821;
  padding: 1rem 2.5rem;
  margin-top: auto;
}

.org-social-section .right-div {
  background: #121821;
  padding: 0.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.org-social-section .right-div a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
}

.org-social-section .right-div a i {
  margin: 0 1rem;
}

.org-social-section span {
  display: inline-block;
  margin-right: 3rem;
}

.org-social-section span a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.org-social-section span a i {
  margin-right: 0.2rem;
  font-weight: 200;
}

.summary-div {
  padding: 3rem 0 4rem;
  text-align: center;
}

.summary-div h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #F3AF00;
}

.summary-div h2 {
  font-size: 2.375rem;
  margin-bottom: 1rem;
}

.summary-div h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 1rem;
}

.summary-div p {
  color: #7C7C7C;
}

.back-icon {
  font-size: 14px;
  font-weight: 500;
}

.apply-section {
  padding: 7rem 0 0rem;
  text-align: center;
}

.apply-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #F3AF00;
}

.apply-section h2 {
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}

.apply-section .breadcrumb-top {
  font-family: 'Source Code Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3rem;
}

.apply-section p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #7C7C7C;
}

.form-card-div {
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .form-card-div .card-group > .card:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 767px) {
  .form-card-div .card-group > .card:last-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width: 767px) {
  .form-card-div .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.form-card-div .btn-group {
  text-align: center;
  margin: 1rem 0 5rem;
}

.form-card-div .btn-group .btn {
  padding: 10px 36px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.form-card-div .btn-group .btn-left {
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
}

.form-card-div .btn-group .btn-right {
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
}

.form-card-div .btn-group .btn-secondary {
  background-color: transparent;
  border: 1px solid #F3AF00;
  color: #F3AF00;
  margin: 0;
}

.form-card-div .btn-group .btn-secondary:focus, .form-card-div .btn-group .btn-secondary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-card-div .btn-group .active {
  background-color: #F3AF00 !important;
  border: 1px solid #F3AF00 !important;
  color: #fff;
}

.form-card-div .card-left {
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .form-card-div .card-left {
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    -o-border-radius: 20px 20px 20px 20px;
  }
}

.form-card-div .disabled-div-left {
  margin: 1.25rem 0;
}

@media (max-width: 767px) {
  .form-card-div .disabled-div-left {
    display: none;
  }
}

.form-card-div .disabled-div-left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.form-card-div .disabled-div-right {
  margin: 1.25rem 0;
}

@media (max-width: 767px) {
  .form-card-div .disabled-div-right {
    display: none;
  }
}

.form-card-div .disabled-div-right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.form-card-div .card-right {
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
  position: relative;
}

.form-card-div .card-left .card-body,
.form-card-div .card-right .card-body {
  padding: 4rem;
}

@media (max-width: 425px) {
  .form-card-div .card-left .card-body,
  .form-card-div .card-right .card-body {
    padding: 4rem 2rem;
  }
}

.form-card-div .card-left .card-body .top-section,
.form-card-div .card-right .card-body .top-section {
  text-align: center;
}

.form-card-div .card-left .card-body .top-section .card-title,
.form-card-div .card-right .card-body .top-section .card-title {
  margin-bottom: 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #353ACF;
}

.form-card-div .card-left .card-body .top-section .card-text,
.form-card-div .card-right .card-body .top-section .card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #7C7C7C;
}

.form-card-div .card-left .card-body .eligibility-text,
.form-card-div .card-right .card-body .eligibility-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-top: 3rem;
}

.form-card-div .card-left .card-body ul,
.form-card-div .card-right .card-body ul {
  margin: 1rem 0;
}

.form-card-div .card-left .card-body ul li,
.form-card-div .card-right .card-body ul li {
  font-size: 16px;
  color: #797979;
  line-height: 2rem;
}

.form-card-div .card-left .card-body ul li::marker,
.form-card-div .card-right .card-body ul li::marker {
  color: #F3AF00;
}

.form-card-div .card-left .card-body ul li a,
.form-card-div .card-right .card-body ul li a {
  font-size: 16px;
  color: #353ACF;
  text-decoration: underline;
  font-style: italic;
}

.form-card-div .card-left .card-body .btn,
.form-card-div .card-right .card-body .btn {
  padding: 10px 36px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0.4rem;
}

.form-card-div .card-left .card-body .btn-disabled,
.form-card-div .card-right .card-body .btn-disabled {
  background-color: #E3E3E3;
  pointer-events: none;
  cursor: not-allowed;
  color: #fff;
}

.form-card-div .card-left .card-body .btn-theme,
.form-card-div .card-right .card-body .btn-theme {
  background-color: #353ACF;
  color: #fff;
}

.form-card-div .card-left .card-body .btn-outline-theme,
.form-card-div .card-right .card-body .btn-outline-theme {
  border: 1px solid #353ACF;
  background-color: transparent;
  color: #353ACF;
}

.form-card-div .card-left .card-body .bottom-text,
.form-card-div .card-right .card-body .bottom-text {
  text-align: center;
  margin-top: 4rem;
  font-family: 'Source Code Pro', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.form-card-div .card-left .card-body .bottom-text span,
.form-card-div .card-right .card-body .bottom-text span {
  color: #353ACF;
}

.apply-page-section {
  padding: 9rem 0 1rem;
  text-align: center;
}

.apply-page-section h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #F3AF00;
}

.apply-page-section h2 {
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}

.apply-page-section h2 span {
  color: #353ACF;
}

.apply-page-section .breadcrumb-top {
  font-family: 'Source Code Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3rem;
}

.apply-page-section p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #7C7C7C;
}

.apply-page-section .partner-school-list li {
  color: #7C7C7C;
  margin-bottom: 0.5rem;
}

.timeline-top-div .content-area {
  position: relative;
  padding: 10rem 15px 15rem 15px !important;
  z-index: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .timeline-top-div .content-area {
    padding: 10rem 0 !important;
  }
}

@media (max-width: 575px) {
  .timeline-top-div .content-area {
    text-align: left;
  }
}

.timeline-top-div .content-area .timeline-Circle {
  position: absolute;
  top: -160px;
  left: 4%;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .timeline-top-div .content-area .timeline-Circle {
    top: -10%;
    left: 1%;
    width: 95%;
  }
}

@media (max-width: 991.98px) {
  .timeline-top-div .content-area .timeline-Circle {
    left: -10%;
    width: 115%;
  }
}

@media (max-width: 768px) {
  .timeline-top-div .content-area .timeline-Circle {
    left: -4%;
    width: 106%;
    top: -1%;
  }
}

@media (max-width: 767px) {
  .timeline-top-div .content-area .timeline-Circle {
    left: -15%;
    width: 130%;
    top: -1%;
  }
}

@media (max-width: 575px) {
  .timeline-top-div .content-area .timeline-Circle {
    display: none;
  }
}

.timeline-top-div .content-area .vertical-timeline {
  display: none;
}

@media (max-width: 575px) {
  .timeline-top-div .content-area .vertical-timeline {
    display: block;
  }
}

.timeline-top-div .head-small-text {
  color: #F3AF00 !important;
}

.timeline-top-div p {
  margin-top: 1rem;
  color: #BABABA;
}

.timeline-top-div .btn {
  padding: 10px 36px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0.4rem;
}

.timeline-top-div .btn-theme {
  margin-top: 2rem;
  background-color: #353ACF;
  color: #fff;
}

.content-div {
  padding: 4rem 0;
  text-align: center;
}

.content-div h6 {
  font-family: 'Source Code Pro', sans-serif;
  color: #353ACF;
}

.content-div h2 {
  font-size: 2.375rem;
  margin-bottom: 1.5rem;
}

.content-div h2 span {
  color: #353ACF;
}

.content-div p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #7C7C7C;
}

.content-div .defined-div {
  padding: 0rem 0 3rem;
}

.content-div .defined-div p {
  margin-bottom: 1rem;
}

.content-div .defined-div p span {
  color: #F3AF00;
}

.content-div .timeline-head .timeline-text {
  font-size: 1.5rem;
}

.content-div .timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-div .timeline h6 {
  color: #F3AF00;
  margin-top: 0.5rem;
}

.content-div .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #353ACF;
}

.content-div .timeline ul {
  padding: 0;
  margin: 0;
}

.content-div .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-div .timeline ul li {
  float: right;
  text-align: left;
  clear: both;
}

.content-div .content {
  padding-bottom: 20px;
}

.content-div .content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #848484;
  margin-top: 0 !important;
}

.content-div .timeline ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 5px #353ACF;
          box-shadow: 0 0 1px 5px #353ACF;
}

.content-div .timeline ul li h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-bottom: 0.1rem;
}

.content-div .timeline ul li p {
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .content-div .timeline ul li p {
    padding: 1.25rem 1rem;
  }
}

.content-div .timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.content-div .timeline ul li .time {
  position: absolute;
  top: 12px;
  left: -500px;
  margin: 0;
  padding: 8px 16px;
  text-align: right;
  width: 475px;
}

@media (max-width: 767px) {
  .content-div .timeline ul li .time {
    text-align: left;
    width: 85%;
  }
}

@media (max-width: 1000px) {
  .content-div .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-div .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .content-div h1 {
    font-size: 40px;
    text-align: center;
  }
  .content-div .timeline:before {
    left: 20px;
    height: 100%;
  }
  .content-div .timeline ul li {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .content-div .timeline ul li:before {
    top: -18px;
    left: 16px;
  }
  .content-div .timeline ul li .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.org-guide-card ul {
  padding-left: 2rem;
}

.org-guide-card ul li {
  color: #7C7C7C;
  line-height: 2rem;
}

.org-guide-card .org-guide-timeline .timeline-item {
  padding: 2.8em 1.5em 0.1em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid #353ACF;
}

.org-guide-card .org-guide-timeline .timeline-item p {
  font-size: 1rem;
}

.org-guide-card .org-guide-timeline .timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.785rem;
  color: #F3AF00;
}

.org-guide-card .org-guide-timeline .timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: "";
  border: 2px solid #353ACF;
  background: white;
}

.org-guide-card .org-guide-timeline .timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, #353ACF 60%, rgba(0, 0, 0, 0)) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #353ACF), to(rgba(0, 0, 0, 0))) 1 100%;
  border-image: linear-gradient(to bottom, #353ACF 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.org-guide-timeline .timeline-item {
  padding: 2.8em 1.5em 0.1em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid #353ACF;
}

.org-guide-timeline .timeline-item p {
  font-size: 1rem;
}

.org-guide-timeline .timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.785rem;
  color: #F3AF00;
}

.org-guide-timeline .timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: "";
  border: 2px solid #353ACF;
  background: white;
}

.org-guide-timeline .timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, #353ACF 60%, rgba(0, 0, 0, 0)) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #353ACF), to(rgba(0, 0, 0, 0))) 1 100%;
  border-image: linear-gradient(to bottom, #353ACF 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.marquee {
  margin-top: 2rem;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: rgba(53, 58, 207, 0.05);
  border: none;
}

.marquee p {
  color: #353ACF;
}

.marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.student-guide-div ul {
  margin: 0.25rem 0;
  padding-left: 1.5rem;
}

.student-guide-div ul li {
  font-size: 16px;
  color: #797979;
  line-height: 2rem;
}

.student-guide-div ul li::marker {
  color: #F3AF00;
}

.student-guide-div ul li a {
  font-size: 16px;
  color: #353ACF;
  text-decoration: underline;
  font-style: italic;
}

.student-guide-div .timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.student-guide-div .timeline h6 {
  color: #F3AF00;
  margin-top: 0.5rem;
}

.student-guide-div .timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #353ACF;
}

.student-guide-div .timeline ul {
  padding: 0;
  margin: 0;
}

.student-guide-div .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.student-guide-div .timeline ul li {
  float: right;
  text-align: left;
  clear: both;
}

.student-guide-div .content {
  padding-bottom: 20px;
}

.student-guide-div .content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #848484;
  margin-top: 0 !important;
}

.student-guide-div .timeline ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 5px #353ACF;
          box-shadow: 0 0 1px 5px #353ACF;
}

.student-guide-div .timeline ul li h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-bottom: 0.1rem;
}

.student-guide-div .timeline ul li p {
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .student-guide-div .timeline ul li p {
    padding: 1.25rem 1rem;
  }
}

.student-guide-div .timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.student-guide-div .timeline ul li .time {
  position: absolute;
  top: 12px;
  left: -500px;
  margin: 0;
  padding: 8px 16px;
  text-align: right;
  width: 475px;
}

@media (max-width: 767px) {
  .student-guide-div .timeline ul li .time {
    text-align: left;
    width: 85%;
  }
}

@media (max-width: 1000px) {
  .student-guide-div .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .student-guide-div .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .student-guide-div h1 {
    font-size: 40px;
    text-align: center;
  }
  .student-guide-div .timeline:before {
    left: 20px;
    height: 100%;
  }
  .student-guide-div .timeline ul li {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .student-guide-div .timeline ul li:before {
    top: -18px;
    left: 16px;
  }
  .student-guide-div .timeline ul li .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.theme-ul {
  margin: 1rem 0;
}

.theme-ul li {
  font-size: 16px;
  color: #797979;
  line-height: 2rem;
}

.theme-ul li::marker {
  color: #F3AF00;
}

.theme-ul li a {
  font-size: 16px;
  color: #353ACF;
  text-decoration: underline;
  font-style: italic;
}

.partners-section .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners-section .card {
  width: 100% !important;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  border: 1px solid rgba(53, 58, 207, 0.5);
}

.partners-section .card .design-clg {
  position: relative;
}

.partners-section .card .design-clg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(53, 58, 207, 0.05);
}

.partners-section .card .design-clg img {
  width: 150px;
  position: relative;
  z-index: 99;
}

.partners-section .card:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(53, 58, 207, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(53, 58, 207, 0.075) !important;
}
/*# sourceMappingURL=main.css.map */