* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  border: 0px solid blue;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #024298;
  box-sizing: border-box;
}

.container {
  max-width: 640px;
  padding: 1em;
}
@media screen and (min-width: 640px) {
  .container {
    margin: auto;
    max-width: 1170px;
    width: 100%;
    padding: 0em;
  }
}
@media screen and (min-width: 1170px) {
  .container {
    margin: auto;
    max-width: 1170px;
    width: 100%;
    padding: 0em;
  }
}

.container-full {
  margin: auto;
  width: 100%;
}

.bg-primary {
  background-color: #024298;
  color: #024298;
}

.bg-teal-medium {
  background-color:#10a3e5;/*#44acaa*/;
  color: #fff;
}

.bg-brown-light {
  background-color: #e6e6e6;
  color: #024298;
}

.text-teal-dark {
  color: #10a3e5;
}

.text-teal-medium {
  color: #44acaa;
}

.bg-brown-light {
  background-color: #e6e6e6;
  color: #024298;
}

.launch {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.ignite {
  background-color: #024298;
  border: 1px solid #024298;
}

.rise {
  background-color: #024298;
  border: 1px solid #024298;
  color: #fff;
}

@media screen and (min-width: 992px) {
  section {
    min-height: 640px;
  }
}

.highlight {
  color: #024298;
}

h1, .page-title {
  text-transform: capitalize;
  color: #024298;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (min-width: 767px) {
  h1, .page-title {
    font-size: 72px;
    line-height: 80px;
  }
}

.d-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .d-flex {
    flex-direction: row;
  }
}

.d-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .d-flex {
    flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .d-flex-col-reverse {
    flex-direction: column-reverse;
  }
}

.col-60 {
  width: 60%;
}

.col-50 {
  width: auto;
}
@media screen and (min-width: 767px) {
  .col-50 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .col-50-small {
    width: 100%;
  }
}

.ptb-2 {
  padding: 20px 0px;
}

.ptb-8 {
  padding: 80px 0px;
}

.pt-10 {
  padding: 100px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn {
  padding: 1em 2em;
}

.btn-primary {
  color: white;
  background-color: #024298;
  border-radius: 5px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}

h2 {
  padding: 80px 0;
  font-size: 36px;
  color: #024298;
}
@media screen and (max-width: 640px) {
  h2 {
    text-align: center;
  }
}

h3 {
  font-size: 24px;
  padding-bottom: 30px;
}

img {
  max-width: 100%;
}

header {
  /*background-color: $black;*/
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
}
header .logo {
  font-size: 56px !important;
  color: #024298;
  display: flex;
  flex-direction: column;
  text-align: center;
}
header .logo img {
  max-height: 60px;
}
header .logo-name {
  font-size: 22px;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  header .header-container {
    gap: 2em;
  }
}
header .header-container a {
  color: #024298;
  font-size: 18px;
  letter-spacing: 3px;
}
header .header-container nav {
  display: flex;
  gap: 1em;
}
@media screen and (min-width: 640px) {
  header .header-container nav {
    gap: 4em;
  }
}

.home-page #section-banner {
  /*background-image: url("../images/programs.jpg");*/
  background-color: #ffffff;
  /*background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;*/
  position: relative;
  display: flex;
  /*background: rgb(14,212,221);
  background: radial-gradient(circle, rgba(141,212,221,1) 0%, rgba(141,212,221,1) 0%, rgba(255,255,255,1) 39%);*/
  /*background: rgb(141,212,221);
  background: linear-gradient(339deg, rgba(141,212,221,1) 0%, rgba(141,212,221,1) 0%, rgba(255,255,255,1) 39%);*/
  /*display: flex;
  align-items: center;        */
}
.home-page #section-banner .container {
  margin-top: 10px !important;
}
@media screen and (min-width: 767px) {
  .home-page #section-banner {
    padding: 0 5em;
    /*min-height: 640px;*/
  }
}
.home-page #section-banner h1 {
  max-width: 300px;
  color: #024298;
  letter-spacing: 3px;
}
.home-page #section-banner h2 {
  color: #024298;
  padding: 0.5em 0;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .home-page #section-banner h2 {
    padding: 1.5em 1em;
    font-size: 36px;
  }
}
.home-page #section-banner .banner-container {
  /*min-height: 640px;*/
}
.home-page #section-banner .banner-panel {
  position: relative;
}
@media screen and (min-width: 640px) {
  .home-page #section-banner .banner-panel {
    padding: 1em;
    /*min-height: 640px;*/
  }
}
.home-page #section-banner .banner-right {
  height: 100%;
}
.home-page #section-banner .banner-left {
  /*background: #fff9;*/
  background-blend-mode: overlay;
}
.home-page #section-banner .tag-line {
  color: #024298;
  font-size: 24px;
  font-weight: 600;
}
.home-page #section-banner hr.break-line {
  border-color: #024298;
}
.home-page #section-banner .banner-right {
  position: relative;
}
.home-page #section-banner .banner-right .students {
  position: absolute;
  top: 0x;
  left: 0px;
}
.home-page #section-banner .banner-right .graduates {
  position: absolute;
  top: 120px;
  left: 20%;
}
@media screen and (min-width: 640px) {
  .home-page #section-banner .banner-right .graduates {
    top: 30%;
    left: 50%;
  }
}
.home-page #section-banner .banner-right .professionals {
  position: absolute;
  left: 0px;
  top: 250px;
}
@media screen and (min-width: 640px) {
  .home-page #section-banner .banner-right .professionals {
    top: 50%;
  }
}
.home-page #section-banner .banner-right .banner-image {
  border: 1px solid #10a3e5;
  padding: 1.5em;
  max-width: 60%;
}

#about-10xtech .about-bg {
  background: rgb(141, 212, 221);
  background: linear-gradient(225deg, rgb(141, 212, 221) 0%, rgb(141, 212, 221) 0%, rgb(255, 255, 255) 100%);
}
#about-10xtech h2 {
  color: #385a7d;
}
@media screen and (min-width: 640px) {
  #about-10xtech h2 {
    text-align: right;
  }
}
#about-10xtech h3 {
  padding-top: 30px;
  text-align: center;
  color: #10a3e5;
}
#about-10xtech .description {
  padding-bottom: 50px !important;
}
#about-10xtech .teams {
  display: flex;
  background: #fff;
  gap: 40px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  #about-10xtech .teams {
    flex-wrap: nowrap;
  }
}
#about-10xtech .teams .team-member {
  width: 40%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #about-10xtech .teams .team-member {
    width: 20%;
  }
}
#about-10xtech .teams .team-member img {
  padding-bottom: 30px;
}
#about-10xtech .btn-know-about {
  color: #fff;
  background: #10a3e5;
  border: 1px solid #10a3e5;
  border-radius: 5px;
}

#about-enabler {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
#about-enabler .about-enabler-left h2 {
  color: #024298 !important;
}
@media screen and (min-width: 640px) {
  #about-enabler .about-enabler-left {
    /*min-height: 640px;*/
  }
}
#about-enabler .about-enabler-right {
  /*background-color: $white;
  color: $black;

   background-color: $white;*/
  color: #024298;
  gap: 40px;
  padding: 40px 16px;
}
@media screen and (min-width: 640px) {
  #about-enabler .about-enabler-right {
    padding: 10px;
  }
}
#about-enabler .about-enabler-right div {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1803921569);
  border-style: outset;
}
@media screen and (min-width: 640px) {
  #about-enabler .about-enabler-right div {
    width: 33.33%;
  }
}
#about-enabler .about-enabler-right h3 {
  color: #10a3e5;
  font-size: 24px;
  padding-bottom: 30px;
}

#why-enablers h3 {
  color: #10a3e5;
}
#why-enablers .challenges {
  text-align: center;
  padding-bottom: 5em;
}
#why-enablers .challenges ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  #why-enablers .challenges ul {
    flex-wrap: nowrap;
  }
}
#why-enablers .challenges li {
  background-color: #f0f8ff;
  min-width: 150px;
  padding: 20px;
  border: 1px solid #f0f8ff;
}
#why-enablers .challenges li h4 {
  color: #10a3e5;
  padding-bottom: 20px;
}
#why-enablers .solutions {
  gap: 80px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
#why-enablers .solutions ul {
  justify-content: space-between;
  gap: 80px;
}
#why-enablers .solutions li {
  padding: 20px;
  border: 1px solid #024298;
  box-shadow: 2px 2px 2px 2px rgba(141, 212, 221, 0.6588235294);
}
@media screen and (min-width: 640px) {
  #why-enablers .solutions li {
    padding: 40px;
    max-width: 250px;
  }
}
#why-enablers .solutions li h4 {
  color: #10a3e5;
  padding-bottom: 20px;
}

#path-ahead {
  background-image: url("../images/path-ahead-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#path-ahead h2 {
  color: #024298;
}
#path-ahead .btn-know-more {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
#path-ahead .paths {
  padding-top: 2em;
  gap: 4em;
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 640px) {
  #path-ahead .paths {
    padding-top: 5em;
    gap: 2em;
  }
}
#path-ahead .paths h3 {
  padding-bottom: 10px !important;
}
#path-ahead .paths .path .path-header {
  text-align: right;
  padding: 10px;
  max-width: 250px;
  margin: 0 100px 0px 0px;
}
@media screen and (min-width: 640px) {
  #path-ahead .paths .path .path-header {
    margin: 0 0 0px 100px;
  }
}
#path-ahead .paths .path .path-header.rise {
  border: 1px solid #024298;
}
#path-ahead .paths .path .path-body {
  padding: 40px;
  max-width: 300px;
  min-height: 190px;
  color: #024298;
  background-color: #fff;
}
#path-ahead .paths .path .path-body.launch {
  border: 1px solid #e6e6e6;
}
#path-ahead .paths .path .path-body.ignite {
  border: 1px solid #024298;
}
#path-ahead .paths .path .path-body.rise {
  border: 1px solid #024298;
  color: #024298;
}

#mindset {
  padding-bottom: 2em;
}
.mindset-item-container {
    align-items: center;
    gap:40px;
    justify-content: space-between;
  }
@media screen and (min-width: 640px) {
  #mindset {
    padding-bottom: 0;
  }
}
#mindset h2 {
  text-align: center;
  text-transform: capitalize;
}
#mindset .minset-items {
  gap: 3em;
}
@media screen and (min-width: 640px) {
  #mindset .minset-items {
    gap: 2px;
  }
}
#mindset .minset-items.gap-40 {
  gap: 40px !important;
}
#mindset .minset-items .item {
  min-width: 33%;
  border-width: 3px;
  border-style: solid;
}
@media screen and (min-width: 640px) {
  #mindset .minset-items .item {
    border: 0px;
    border-style: solid;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}
#mindset .minset-items .item.teal {
  border-color: #024298; /*#024298;*/
}
#mindset .minset-items .item.brown {
  border-color: #e6e6e6;
}
#mindset .minset-items .item h3 {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 1em;
  padding-top: 1em;
  background-color: #fff;
}
#mindset .minset-items .item ul {
  text-align: center;
  border: 3px solid #fff;
  padding: 1em;
}
#mindset .minset-items .item ul li {
  font-size: 18px;
  line-height: 1.5em;
}
#mindset .minset-items .item ul li.special {
  font-size: 20px;
  padding: 2em 0;
  letter-spacing: 2px;
}
#mindset .minset-items .item ul.item-detail-list {
  text-align: left;
  font-size: 16px;
  padding: 40px;
  border: 0px !important;
}
#mindset .minset-items .item ul.item-detail-list li {
  line-height: 42px;
  list-style: circle;
  font-size: 16px;
}
#mindset .minset-items .item .item-header {
  border: 1px solid #fff;
}

footer {
  background-color: #024298;
  color: #024298;
  min-height: 50px;
  text-align: center;
  padding: 2em;
}

.page-title-container h1 {
  padding: 20px;
  max-width: 100%;
  text-align: center;
  color: #024298;
}
@media screen and (min-width: 640px) {
  .page-title-container h1 {
    padding: 80px;
  }
}

.program-page h1 {
  font-size: 44px;
}

#program-banner {
  background-image: url("../images/programs.jpg");
  background-color: rgba(238, 238, 238, 0.7215686275);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}
#program-banner .bands {
  display: flex;
  align-items: end;
}
#program-banner .bands .band {
  padding: 320px 40px;
  text-align: center;
  width: 33.33%;
  font-size: 44px;
  line-height: 64px;
}
#program-banner h1 {
  text-align: center;
  max-width: 100%;
}
#program-banner h2 {
  padding: 30px 0;
  color: #024298;
}
#program-banner .page-title {
  color: #024298;
}

@media screen and (min-width: 640px) {
  #program-launch-code, #program-code-ignite, #program-tech-rise {
    width: 33%;
  }
}
#program-launch-code h2, #program-code-ignite h2, #program-tech-rise h2 {
  padding: 40px 0;
}
#program-launch-code .left-panel, #program-code-ignite .left-panel, #program-tech-rise .left-panel {
  padding: 20px 40px;
  align-items: center;
  border-bottom: 5px solid #fff;
}
@media screen and (min-width: 640px) {
  #program-launch-code .left-panel, #program-code-ignite .left-panel, #program-tech-rise .left-panel {
    padding: 20px 40px;
  }
}
#program-launch-code .right-panel, #program-code-ignite .right-panel, #program-tech-rise .right-panel {
  padding: 80px 40px;
}
#program-launch-code ul, #program-code-ignite ul, #program-tech-rise ul {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  gap: 20px;
}
@media screen and (min-width: 640px) {
  #program-launch-code ul, #program-code-ignite ul, #program-tech-rise ul {
    font-size: 18px;
    line-height: 44px;
    gap: 40px;
  }
}
#program-launch-code li, #program-code-ignite li, #program-tech-rise li {
  list-style: square;
}
#program-launch-code .rise h2, #program-code-ignite .rise h2, #program-tech-rise .rise h2 {
  color: white;
}

.about-page h1 {
  color: #385a7d;
}
.about-page .about-letter h3 {
  color: #385a7d;
  padding: 2em 0;
}

#program-price .price-items {
  gap: 6em;
}
#program-price .price-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  #program-price .price-item {
    width: 33.33%;
  }
}
#program-price .price-header {
  background-color: #fff;
  margin-left: -10px;
  border: 3px solid #44acaa;
  margin-right: 10px;
  padding: 20px;
  line-height: 24px;
}
#program-price .price-header p {
  font-size: 36px;
  color: #44acaa;
}
#program-price .price-header .price {
  font-size: 48px;
  line-height: 56px;
}
#program-price .price-header .program-name {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}
#program-price .selection {
  padding: 40px;
  background: #024298;
  color: #fff;
  padding: 20px 40px;
}
#program-price .selection li {
  list-style: square;
  line-height: 24px;
}
#program-price .execution {
  padding: 40px;
}
#program-price .execution li {
  list-style: circle;
  line-height: 24px;
}

.contact-us {
  justify-content: space-around;
}
.contact-us h3 {
  color: #10a3e5;
}
.contact-us a {
  color: #024298;
}
.contact-us li {
  font-size: 18px;
  line-height: 44px;
}
.contact-us div {
  width: 250px;
  padding: 40px;
  border: 1px solid #024298;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */
