@import url(https://fonts.googleapis.com/css?family=Biryani:300,400,700,900);
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}
.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}
.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}
.col-xs {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
.col-xs-offset-1 {
    margin-left: 8.333%
}
.col-xs-offset-2 {
    margin-left: 16.667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.333%
}
.col-xs-offset-5 {
    margin-left: 41.667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.333%
}
.col-xs-offset-8 {
    margin-left: 66.667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.333%
}
.col-xs-offset-11 {
    margin-left: 91.667%
}
.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}
.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}
.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}
.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}
.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}
.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}
.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}
.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}
@media only screen and (min-width: 48em) {
    .container {
        width: 46rem
    }
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-sm {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}
@media only screen and (min-width: 62em) {
    .container {
        width: 61rem
    }
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-md {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-1 {
        margin-left: 8.333%
    }
    .col-md-offset-2 {
        margin-left: 16.667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.333%
    }
    .col-md-offset-5 {
        margin-left: 41.667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333%
    }
    .col-md-offset-8 {
        margin-left: 66.667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.333%
    }
    .col-md-offset-11 {
        margin-left: 91.667%
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}
@media only screen and (min-width: 75em) {
    .container {
        width: 71rem
    }
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-lg {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-1 {
        margin-left: 8.333%
    }
    .col-lg-offset-2 {
        margin-left: 16.667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.333%
    }
    .col-lg-offset-5 {
        margin-left: 41.667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333%
    }
    .col-lg-offset-8 {
        margin-left: 66.667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.333%
    }
    .col-lg-offset-11 {
        margin-left: 91.667%
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background: 0 0
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code {
    font-family: monospace, serif;
    font-size: 1em
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #242b5e
    }
    to {
        width: 0;
        background: 0 0
    }
}
@keyframes inputHighlighter {
    from {
        background: #242b5e
    }
    to {
        width: 0;
        background: 0 0
    }
}
.strong {
    font-weight: 900;
    text-transform: uppercase
}
.light {
    font-weight: 300
}
.sub-title {
    text-align: center;
    padding: 1rem;
    margin: 2em auto;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 3em;
    color: #aaa
}
.sub-title:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    margin: 0 auto;
    background-color: #0153a4;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}
.sub-title:hover:after {
    width: 20%
}
.sticky {
    position: fixed;
    z-index: 999
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Biryani, sans-serif;
    color: #444;
    background: #eef6ff
}
.container {
    margin: 0 auto
}
.main-header {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(1, 83, 164, .9), rgba(1, 142, 164, .9)), url(../img/bg/bg-patt.png), url(../img/bg/bg-classroom.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    min-height: 680px;
}
.main-header .rectangles {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0
}
.main-header .rectangles .rectangle {
    position: absolute;
    border-radius: 25% 0 25% 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4)
}
.main-header .rectangles .rectangle-1 {
    background: #91b2ff;
    width: 80px;
    height: 80px;
    top: 20%;
    left: 5%
}
.main-header .rectangles .rectangle-2 {
    background: linear-gradient(135deg, #0153a4, #3e9efe);
    width: 220px;
    height: 220px;
    top: 15%;
    right: 5%
}
.main-header .rectangles .rectangle-3 {
    background: linear-gradient(135deg, #ff5454 40%, #ff974e);
    width: 110px;
    height: 110px;
    left: 60%;
    bottom: 5%
}
.main-header .rectangles .rectangle-4 {
    background: #91b2ff;
    width: 90px;
    height: 90px;
    right: 5%;
    bottom: -5%
}
.main-header .rectangles .rectangle-5 {
    background: #292f7b url(../img/bg/bg-patt.png);
    background-size: contain;
    background-position: center;
    width: 360px;
    height: 360px;
    top: 60%;
    left: 5%
}
.main-nav {
    width: 100%;
    background: #292f7b;
    -webkit-box-shadow: 0 6px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 6px 2px rgba(0, 0, 0, .4)
}
.main-nav .nav-item {
    margin-right: .5em;
    text-align: center
}
.main-nav .nav-item:last-child {
    margin-right: 0
}
.main-nav .nav-item a {
    display: block;
    position: relative;
    color: #fafafa;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: .5em 0
}
.main-nav .nav-item a:after {
    content: '';
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ff5454 40%, #ff974e);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.main-nav .nav-item:hover a:after {
    width: 80%
}
.main-nav .brand {
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fafafa
}
.main-nav .brand h1 {
    margin: 0;
    padding: 0
}
.nav-wrap {
    width: 100%
}
.menu {
    display: none
}
.main-lead {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
.main-lead img {
    max-width: 100%
}
.page-title {
    margin-top: 5%;
    color: #fafafa;
    text-align: center
}
.brand-large {
    margin: 0 auto
}
.page-lead {
    font-size: 3em;
    font-weight: 300
}
.cta {
    padding: .6rem 1.4rem;
    background-color: #fafafa;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2rem;
    margin: .5em 0;
    font-weight: 600;
    color: #0153a4;
    background-clip: border-box;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.cta:last-child {
    background: #3e9efe;
    margin: .5em 1rem;
    color: #fafafa
}
.section-description {
    width: 100%;
    min-height: 70vh;
    padding: 10% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, .9)), to(rgba(250, 250, 250, .9))), url(../img/ppl/ppl-22.jpg);
    background: linear-gradient(rgba(250, 250, 250, .9), rgba(250, 250, 250, .9)), url(../img/ppl/ppl-22.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}
.section-description .description-wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 300;
    font-size: 1.6em
}
.section-description .description-wrap .page-cta {
    color: #ff5454;
    font-weight: 400;
    font-size: 2em
}
.section-description .description-wrap .cta {
    font-size: .8em;
    font-weight: 300;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 64px 32px rgba(1, 83, 164, 0);
    box-shadow: 0 0 64px 32px rgba(1, 83, 164, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.section-description .description-wrap .cta:hover {
    -webkit-box-shadow: 0 0 0 -12px rgba(1, 83, 164, .6);
    box-shadow: 0 0 0 -12px rgba(1, 83, 164, .6)
}
.card-lg {
    padding-bottom: 1rem;
    background-color: #fafafa;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4)
}
.section-cursos {
    width: 100%;
    overflow: hidden
}
.section-cursos .row:nth-child(2) {
    position: relative
}
.section-cursos .row:nth-child(2):before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    right: 0;
    bottom: 0;
    -webkit-transform: skewY(-15deg);
    transform: skewY(-15deg);
    background: linear-gradient(135deg, #ff5454 40%, #ff974e);
    z-index: -2
}
.section-cursos .row:nth-child(5) {
    position: relative
}
.section-cursos .row:nth-child(5):before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
    right: 0;
    bottom: 0;
    -webkit-transform: skewY(15deg);
    transform: skewY(15deg);
    background: linear-gradient(135deg, #0153a4, #3e9efe);
    z-index: -2
}
.section-cursos a {
    text-decoration: none;
    color: #444
}
.section-cursos figure {
    position: relative;
    width: 100%;
    height: 416.875px;
    overflow: hidden;
    margin: 1rem 0;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .4)
}
.section-cursos figure:hover img {
    width: 110%
}
.section-cursos figure:hover figcaption {
    bottom: 0
}
.section-cursos figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.section-cursos figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50%;
    padding: .5em 1.5rem;
    background: #fafafa;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.section-cursos figure figcaption h4 {
    font-weight: 700
}
.section-cursos figure figcaption p {
    font-size: .8em;
    font-weight: 300
}
.section-about .about {
    color: #555;
    margin-bottom: 15%
}
.section-about .about .blurp-title {
    text-align: center;
    font-size: 4em;
    font-weight: 300;
    text-transform: uppercase
}
.section-about .about .blurp-title:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 1px;
    background: linear-gradient(135deg, #ff5454 40%, #ff974e)
}
.section-about .about .blurp {
    text-align: center;
    padding: .5em;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 2.5em
}
.section-contact {
    min-height: 70vh
}
.section-contact .input {
    position: relative;
    margin-bottom: 2rem
}
.section-contact .bar {
    position: relative;
    width: 100%;
    display: block
}
.section-contact .bar:after,
.section-contact .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #242b5e;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.section-contact .bar:before {
    left: 50%
}
.section-contact .bar:after {
    right: 50%
}
.section-contact .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}
.section-contact label {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.section-contact .text-light {
    left: 80%;
    color: #ccc
}
.section-contact input[type=email],
.section-contact input[type=text],
.section-contact textarea {
    display: block;
    width: 100%;
    border: none;
    padding: .5em 0;
    border-bottom: 1px solid #757575
}
.section-contact input[type=email]:focus,
.section-contact input[type=text]:focus,
.section-contact textarea:focus {
    outline: 0
}
.section-contact input[type=email]:focus~label,
.section-contact input[type=text]:focus~label,
.section-contact textarea:focus~label {
    top: -20px;
    font-size: 14px;
    color: #242b5e
}
.section-contact input[type=email]:focus~.bar:after,
.section-contact input[type=email]:focus~.bar:before,
.section-contact input[type=text]:focus~.bar:after,
.section-contact input[type=text]:focus~.bar:before,
.section-contact textarea:focus~.bar:after,
.section-contact textarea:focus~.bar:before {
    width: 50%
}
.section-contact input[type=email]:focus~.highlight,
.section-contact input[type=text]:focus~.highlight,
.section-contact textarea:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}
.section-contact textarea {
    resize: none;
    height: 11.6em
}
.section-contact input[type=reset],
.section-contact input[type=submit] {
    width: 80%;
    margin: 1rem auto;
    border: none;
    border-radius: 4px;
    padding: .5em;
    color: #fafafa
}
.section-contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fafafa;
    padding: .5em;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #757575;
    color: #999;
    overflow: hidden;
    cursor: pointer
}
.section-contact select:focus {
    outline: 0
}
.section-contact input[type=reset] {
    background: linear-gradient(135deg, #ff5454 40%, #ff974e)
}
.section-contact input[type=submit] {
    background: linear-gradient(135deg, #0153a4, #3e9efe)
}
footer {
    background: #242b5e;
    color: #fafafa;
    text-align: center;
    padding: 2rem 0
}
footer .inner-wrap {
    padding: 1rem 3rem
}
footer a {
    text-decoration: none;
    color: #a5abdc;
    display: block
}
footer a:hover {
    color: #fafafa
}
footer h2 {
    background: linear-gradient(135deg, #ff5454 40%, #ff974e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent
}
footer h2:after {
    content: '';
    display: block;
    margin: .5em auto;
    width: 40%;
    height: 1px;
    background-color: #353f8a
}
footer .text-container p {
    display: inline-block;
    margin: 0;
    margin-left: .5em;
    position: relative;
    bottom: .5em
}
footer .footer-links {
    width: 100%;
    text-align: left;
    margin-left: 30%
}
footer .footer-icon {
    max-width: 32px;
    display: inline-block
}
@media screen and (max-width: 62em) {
    .main-header .rectangles .rectangle-1 {
        top: -90%;
        left: 15%
    }
    .main-header .rectangles .rectangle-5 {
        top: 10%;
        left: -15%
    }
}
@media screen and (max-width: 48em) {
    .main-nav {
        display: none
    }
    .menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        padding: 1rem;
        background: #fafafa;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 99
    }
    .active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .active .menu-item a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 2em;
        color: #0153a4;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 10%
    }
    .active .menu-item a:after {
        content: '';
        display: block;
        width: 30%;
        height: 4px;
        margin: 0 auto;
        background: linear-gradient(135deg, #ff5454 40%, #ff974e)
    }
    .menu-btn {
        position: fixed;
        width: 4rem;
        height: 4rem;
        background: #fafafa;
        top: 1%;
        right: 10%;
        border-radius: 100%;
        z-index: 999
    }
    .menu-btn .line {
        content: '';
        display: block;
        position: absolute;
        top: 30%;
        left: 15%;
        width: 70%;
        height: 4px;
        background-color: #0153a4;
        border-radius: 8px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    .menu-btn .line:nth-child(2) {
        top: 50%
    }
    .menu-btn .line:nth-child(3) {
        top: 70%
    }
    .open .line {
        width: 0
    }
    .open .line:nth-child(1),
    .open .line:nth-child(3) {
        top: 50%;
        width: 70%
    }
    .open .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .open .line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .main-header .rectangles .rectangle-1 {
        top: -90%;
        left: 15%
    }
    .main-header .rectangles .rectangle-4 {
        bottom: 30%
    }
    .main-header .rectangles .rectangle-5 {
        top: 40%;
        left: -10%
    }
}
@media screen and (max-width: 36em) {
    .main-header .rectangles .rectangle-1 {
        top: -90%;
        left: 15%
    }
    .main-header .rectangles .rectangle-2 {
        right: 15%
    }
    .main-header .rectangles .rectangle-5 {
        top: 10%;
        left: -50%
    }
}

.etiquetas{
  font-size:20px;
  text-align:right;
  color:#000000;
}
.myInput,
.myTexArea{
  width: 100%;  
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  margin-bottom:3px;
}
.myTexArea{
  width: 100%;
  height: 150px;
}
.pleft{
  padding-left:10px;
}
.formulario-de-contacto{
  background-color:rgba(41,47,123,0.3) !important;
  padding-top:10px;
  padding-left:15px;
  padding-right:15px;
}
.boton-enviar-formulario{
  padding:15px;
  background-color:#2984DF;
  color:#ffffff;
  border:none;
}
.boton-enviar-formulario:hover{
  background-color:#4FA1F4;
}
.img-curso{
   height:180px; 
   width:auto;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   padding:5px;
}
.contenedor-de-imagenes{
   background-color:rgba(255,255,255,0.5) !important;
   width:100%;
}
.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-youtube {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
}
.container-cursos{
	background-color: #292F7B; 
	padding-left: 15px; 
	/*padding-right: 50px;*/
	padding-top: 20px; 
	padding-bottom: 20px; 
}

.container-cursos h1.sub-title{
	color: #ffdd00;
}
.container-cursos h3,
.container-cursos h4{
	color: #ffffff;
}
.container-cursos h1,
.container-cursos h3,
.container-cursos h4{
	width:96%;
}