/*-----------------------------------------------------------------------------------

 Project Name: New Project
 Project URI: http://
 Description: 
 Author: 
 Author URI: 
 Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 00 Imports
 01 Basics


---------------------------------------------------------------- */
/* 00. Imports */
@font-face {
  font-family: "BarlowCondensed-Regular";
  src: url("../fonts/BarlowCondensed-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url("../fonts/BarlowCondensed-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BreeSerif-Regular";
  src: url("../fonts/BreeSerif-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-Light";
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-Regular.ttf";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-SemiBold";
  src: url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-Medium";
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

header {
  background: #f8f9fa;
  border-bottom: 1px solid #5b72ee;
}
header .navbar-brand .pace-logo {
  width: 100px;
}
header .navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
header button:focus {
  outline: none;
}
header .navbar-collapse .nav-item {
  padding-left: 20px;
}
header .navbar-collapse .nav-item a {
  font-family: "Lato-Regular";
  font-size: 14px;
  line-height: 30px;
  color: #011635;
}

.banner {
  padding: 100px 0px;
  background: #f8f9fa;
  position: relative;
}
.banner .banner-content {
  padding-top: 80px;
}
.banner .banner-content .upskill {
  font-family: "BarlowCondensed-Bold";
  font-size: 60px;
  color: #3189ef;
  margin: 20px 0px;
}
@media screen and (max-width: 992px) {
  .banner .banner-content .upskill {
    font-size: 20px;
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content .upskill {
    font-size: 20px;
    margin: 10px 0px;
    padding-left: 26px;
  }
}
.banner .banner-content .para {
  font-family: "Lato-Regular";
  line-height: 1.2;
  font-size: 17px;
  color: #000000;
  padding-left: 86px;
}
@media screen and (max-width: 992px) {
  .banner .banner-content .para {
    padding-left: 54px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content .para {
    font-size: 15px;
    padding-left: 48px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 30px 0px;
  }
}

.statement {
  padding-top: 29px;
}
.statement .box {
  background: radial-gradient(94.08% 1806.4% at 95.58% 51.41%, #33d9ef 34.67%, #29b9e7 100%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 25px 0px;
}
.statement .box p {
  font-family: "BarlowCondensed-Regular";
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}
.statement .box p .bold {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .statement .box p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .statement .box p {
    font-size: 8px;
  }
}

.features1 {
  margin-top: 50px;
}
.features1 .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(135, 145, 255, 0.2);
  border-radius: 20px;
  padding-top: 40px;
}
.features1 .container .about-feature1 {
  padding-bottom: 40px;
}
.features1 .container .about-feature1 .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.features1 .container .about-feature1 .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .features1 .container .about-feature1 .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .features1 .container .about-feature1 .feature-heading {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .features1 .container .about-feature1 {
    padding-bottom: 22px;
  }
}
.features1 .container .feature-card {
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(30, 164, 206, 0.1);
  border-radius: 20px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
}
.features1 .container .feature-card .circle_border {
  background: #438dc4;
  box-shadow: 0px 10px 40px rgba(54, 61, 136, 0.06);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
}
.features1 .container .feature-card .circle_border .mentor {
  width: 20px;
}
.features1 .container .feature-card p {
  font-family: "BarlowCondensed-Regular";
  font-size: 20px;
  line-height: 140%;
  color: #011635;
  padding-top: 10px;
}
.features1 .container .feature-card p .text {
  color: #438dc4;
}
@media screen and (max-width: 767px) {
  .features1 .container .feature-card p {
    font-size: 16px;
  }
}
.features1 .container .feature_img {
  width: 100%;
  height: 90%;
}

.our-partners {
  margin-top: 50px;
}
.our-partners .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(135, 145, 255, 0.2);
  border-radius: 20px;
  padding-top: 40px;
}
.our-partners .container .about-feature {
  padding-bottom: 40px;
}
.our-partners .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.our-partners .container .about-feature .feature-heading h3 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .our-partners .container .about-feature .feature-heading h3 {
    font-size: 25px;
  }
}
.our-partners .container .cards {
  padding-top: 4%;
  display: flex;
  justify-content: center;
}
.our-partners .container .cards .card-logo {
  flex-direction: column;
}
.our-partners .container .cards .card-logo img {
  width: 60px !important;
  margin-bottom: 14px;
}

.upskill-work {
  margin-top: 50px;
}
.upskill-work .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(0, 207, 190, 0.2);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.upskill-work .container .about-feature {
  padding-bottom: 40px;
}
.upskill-work .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.upskill-work .container .about-feature .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .upskill-work .container .about-feature .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container .about-feature .feature-heading {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container .about-feature {
    padding-bottom: 22px;
  }
}
.upskill-work .container img {
  width: 100%;
  height: 100%;
}
.upskill-work .container .row {
  padding-bottom: 0px !important;
}
.upskill-work .container .row .content-wrapper {
  padding-left: 65px;
  display: flex;
  margin-top: 65px;
}
.upskill-work .container .row .content-wrapper .circle_border .dot {
  width: 35px;
  height: 35px;
  background: #1ea4ce;
  border: 1px solid #011635;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .upskill-work .container .row .content-wrapper .circle_border .dot {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container .row .content-wrapper .circle_border .dot {
    width: 25px;
    height: 25px;
  }
}
.upskill-work .container .row .content-wrapper .circle_border .prim {
  margin-top: 20px;
  margin-bottom: 110px;
}
@media screen and (max-width: 992px) {
  .upskill-work .container .row .content-wrapper .circle_border .prim {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container .row .content-wrapper .circle_border .prim {
    margin-top: 40px;
    margin-bottom: 135px;
  }
}
.upskill-work .container .row .content-wrapper .circle_border .sec {
  margin-bottom: 110px;
}
@media screen and (max-width: 992px) {
  .upskill-work .container .row .content-wrapper .circle_border .sec {
    margin-bottom: 178px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container .row .content-wrapper .circle_border .sec {
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 320px) {
  .upskill-work .container .row .content-wrapper .circle_border .sec {
    margin-bottom: 180px;
  }
}
.upskill-work .container .row .content-wrapper .upskill-wrapper {
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 207, 190, 0.1);
  border-radius: 20px;
  margin-left: 20px;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content {
  padding-bottom: 40px;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content .upskill-para {
  padding: 20px;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content .upskill-para p {
  font-family: "BarlowCondensed-Regular";
  font-size: 17px;
  line-height: 180%;
  color: #011635;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content .upskill-para p .text {
  color: #438dc4;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content .upskill-para .inner-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 180%;
}
.upskill-work .container .row .content-wrapper .upskill-wrapper .upskill-content .upskill-para .inner-text p .text {
  color: #438dc4;
}
@media screen and (max-width: 767px) {
  .upskill-work .container .row .content-wrapper {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work .container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .upskill-work {
    margin-top: 30px;
  }
}

.criteria {
  margin-top: 50px;
}
.criteria .container {
  background: rgba(30, 164, 206, 0.1);
  box-shadow: 0px 10px 50px rgba(30, 164, 206, 0.2);
  border-radius: 20px;
  padding-top: 40px;
}
.criteria .container .about-feature {
  padding-bottom: 40px;
}
.criteria .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.criteria .container .about-feature .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .criteria .container .about-feature .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .criteria .container .about-feature .feature-heading {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .criteria .container .about-feature {
    padding-bottom: 22px;
  }
}
.criteria .criteria-cards {
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(249, 154, 170, 0.1);
  border-radius: 20px;
  padding: 40px;
  height: 136px;
  margin-bottom: 30px;
}
.criteria .criteria-cards p {
  font-family: "BarlowCondensed-Regular";
  font-weight: 500;
  font-size: 17px;
  line-height: 180%;
  color: #011635;
}
.criteria .criteria-cards p .text {
  color: #438dc4;
}
@media screen and (max-width: 992px) {
  .criteria .criteria-cards {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .criteria .criteria-cards {
    padding: 40px;
  }
}
.criteria .criteria-vision {
  padding: 20px;
}
.criteria .criteria-vision .criteria-text {
  background: radial-gradient(94.08% 1806.4% at 95.58% 51.41%, #33d9ef 34.67%, #29b9e7 100%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 600px;
  margin: auto;
  padding: 10px;
}
.criteria .criteria-vision .criteria-text h3 {
  font-family: "BarlowCondensed-Regular";
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .criteria .criteria-vision .criteria-text h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .criteria .criteria-vision .criteria-text h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .criteria .criteria-vision .criteria-text {
    width: 555px;
  }
}
@media screen and (max-width: 425px) {
  .criteria .criteria-vision .criteria-text {
    width: 85%;
  }
}
@media screen and (max-width: 375px) {
  .criteria .criteria-vision .criteria-text {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  .criteria .criteria-vision {
    padding: 0px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .criteria {
    margin-top: 30px;
  }
}

.courses {
  margin-top: 50px;
}
.courses .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(135, 145, 255, 0.2);
  border-radius: 20px;
  padding-top: 40px;
}
.courses .container .about-feature {
  padding-bottom: 40px;
}
.courses .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.courses .container .about-feature .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .courses .container .about-feature .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .about-feature .feature-heading {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .about-feature {
    padding-bottom: 22px;
  }
}
.courses .container .course-wrapper {
  padding-bottom: 50px;
}
.courses .container .course-wrapper .course-card h4 {
  font-family: "BarlowCondensed-Bold";
  font-size: 20px;
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c93f1;
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper .course-card h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper .course-card .python {
    padding-right: 68px;
  }
}
.courses .container .course-wrapper .course-card li {
  font-family: "BarlowCondensed-Regular";
  font-size: 17px;
  line-height: 180%;
  color: #011635;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.courses .container .course-wrapper .course-card li .list {
  background: #1ea4ce;
  height: 20px;
  width: 20px;
  border: 1px solid #011635;
  border-radius: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .courses .container .course-wrapper .course-card li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper .course-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper .card-align {
    padding-right: 26px;
  }
}
.courses .container .course-wrapper .center-mlc {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #5863e0;
  border-right: 1px solid #5863e0;
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper .center-mlc {
    border: none;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .courses .container .course-wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .courses {
    margin-top: 30px;
  }
}

.impact {
  margin-top: 50px;
}
.impact .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(135, 145, 255, 0.2);
  border-radius: 20px;
  padding: 40px 0px;
}
.impact .container .about-feature {
  padding-bottom: 40px;
}
.impact .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.impact .container .about-feature .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .impact .container .about-feature .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .impact .container .about-feature .feature-heading {
    width: 235px;
  }
}
@media screen and (max-width: 767px) {
  .impact .container .about-feature {
    padding-bottom: 22px;
  }
}
.impact .container .impact-sec .row .million-card .counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.impact .container .impact-sec .row .million-card .counter h3 {
  font-family: "Lato-Regular";
  font-size: 30px;
  line-height: 140%;
}
.impact .container .impact-sec .row .million-card .counter .primary {
  color: #3793ff;
}
.impact .container .impact-sec .row .million-card .counter .secondary {
  color: rgba(35, 189, 238, 0.9);
}
.impact .container .impact-sec .row .million-card .counter .tertiary {
  color: #6c6c6c;
}
.impact .container .impact-sec .row .million-card .counter span {
  font-family: "Lato-Regular";
  font-size: 30px;
  line-height: 140%;
}
.impact .container .impact-sec .row .million-card p {
  font-family: "BarlowCondensed-Regular";
  font-size: 17px;
}
.impact .container .impact-sec .row .million-card .prim {
  color: #3793ff;
}
.impact .container .impact-sec .row .million-card .sec {
  color: rgba(35, 189, 238, 0.9);
}
.impact .container .impact-sec .row .million-card .ter {
  color: #6c6c6c;
}
@media screen and (max-width: 767px) {
  .impact .container .impact-sec .row .million-card {
    padding-bottom: 10px;
  }
}
.impact .container .impact-sec .row .center-mlc {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #5863e0;
  border-right: 1px solid #5863e0;
}
@media screen and (max-width: 767px) {
  .impact .container .impact-sec .row .center-mlc {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .impact .container .impact-sec .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .impact {
    margin-top: 30px;
  }
}

.partners {
  margin-top: 50px;
  margin-bottom: 50px;
}
.partners .container {
  background: rgba(30, 164, 206, 0.1);
  box-shadow: 0px 10px 50px rgba(30, 164, 206, 0.2);
  border-radius: 20px;
  padding: 40px 0px;
}
.partners .container .about-feature {
  padding-bottom: 40px;
}
.partners .container .about-feature .feature-heading {
  background: radial-gradient(98.49% 1891.02% at 99.99% 51.3%, #29b9e7 0%, #438dc4 58.59%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: rotate(-0.38deg);
  width: 500px;
  margin: auto;
}
.partners .container .about-feature .feature-heading h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .partners .container .about-feature .feature-heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .partners .container .about-feature .feature-heading {
    width: 235px;
  }
}
.partners .container .partners-sec {
  align-items: center;
}
.partners .container .partners-sec .row .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}
.partners .container .partners-sec .row .logo .mite {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .partners .container .partners-sec .row .logo .mite {
    width: 22%;
  }
}
.partners .container .partners-sec .row .logo .img2 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .partners .container .partners-sec .row .logo .img2 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .partners .container .partners-sec .row .logo {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partners .container .partners-sec .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .partners .container {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.contact-us {
  margin-top: 50px;
  margin-bottom: 70px;
}
.contact-us .container {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(135, 145, 255, 0.2);
  border-radius: 20px;
  padding: 40px 0px;
}
.contact-us .container .row .card {
  background: radial-gradient(94.08% 1806.4% at 95.58% 51.41%, #33d9ef 34.67%, #29b9e7 100%);
  border: 1px solid #007aff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-left: 30px;
  height: 410px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.contact-us .container .row .card h2 {
  font-family: "BarlowCondensed-Bold";
  font-size: 40px;
  line-height: 180%;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .contact-us .container .row .card h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us .container .row .card h2 {
    font-size: 25px;
  }
}
.contact-us .container .row .card p {
  font-family: "BarlowCondensed-Regular";
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .contact-us .container .row .card {
    width: 100%;
    margin-left: 0px;
    height: 340px;
  }
}
.contact-us .container .row form {
  padding-left: 30px;
}
.contact-us .container .row form .form-group label {
  padding-bottom: 8px;
  font-family: "BarlowCondensed-Regular";
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}
.contact-us .container .row form .form-group label span {
  color: red;
}
.contact-us .container .row form .form-group label .text {
  font-family: "BarlowCondensed-Regular";
}
@media screen and (max-width: 767px) {
  .contact-us .container .row form .form-group label {
    font-size: 14px;
  }
}
.contact-us .container .row form .form-group input[type=file] {
  border-bottom: none;
}
.contact-us .container .row form .form-group input {
  border: none;
  border-bottom: 3px solid #1ea4ce;
}
.contact-us .container .row form .sub #sub-btn {
  font-family: "Lato-Regular";
  background: #438dc4;
  border-radius: 20px;
  font-size: 14px;
  padding: 10px 50px;
}
.contact-us .container .row form .sub #sub-btn:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .contact-us .container .row form {
    padding-left: 8px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.footer-small .social-icon {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 11px;
}
.footer-small .social-icon li {
  padding: 0px 10px;
}
.footer-small .social-icon li a img {
  height: 14px;
}
@media screen and (min-width: 768px) {
  .footer-small {
    display: none;
  }
}

.footer {
  background: #007aff;
}
.footer .right-wrapper {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .right-wrapper p {
  font-family: "BarlowCondensed-Regular";
  font-size: 17px;
  line-height: 30px;
  color: #011635;
}
@media screen and (max-width: 767px) {
  .footer .right-wrapper p {
    font-size: 12px;
  }
}
.footer .right-wrapper ul {
  display: flex;
  list-style: none;
}
.footer .right-wrapper ul li {
  padding: 0px 10px;
}
.footer .right-wrapper ul li a img {
  height: 20px;
}
@media screen and (max-width: 767px) {
  .footer .right-wrapper ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .right-wrapper {
    justify-content: center;
  }
}

/* Start Basics  */
* {
  box-sizing: border-box;
  list-style: none;
  outline: none;
  word-wrap: break-word;
}

body {
  color: black;
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

/* Start Basics ends */
/* All Styles ends Here *//*# sourceMappingURL=main.min.css.map */