/*=================================================
PROJECT SCHOOL
DESIGNER HIMANSHU THAREJA
===================================================

CONTENT TABLE

1.  COMPONENTS + FONTS
2.  LOADER
3.  NAVBAR
4.  FOOTER
5.  MOBILE VIEW MEDIA QUERY
==================================================*/

input {
    border: 0;
    outline: 0;
    border: 1px solid #999;
    padding: 0.5em;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.input-form>.full-width {
    width: 100%;
}

.input-form {
    margin-bottom: 2em;
}

textarea {
    border: 0;
    outline: 0;
    height: 100px;
    width: 100%;
    resize: none;
    padding: 0.5em;
    border: 1px solid #999;
    border-radius: 5px;
}


/*=================================================
1.  COMPONENTS 
==================================================*/

.full-width {
    width: 100%;
}


/* vietnamese */

@font-face {
    font-family: 'Opensans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'Opensans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Opensans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'Opensans-condensed';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf');
}

@font-face {
    font-family: 'Opensans-condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf');
}

.opensans-light {
    font-family: 'Opensans' !important;
    font-weight: 200;
}

.opensans-regular {
    font-family: 'Opensans' !important;
    font-weight: 500;
}

.opensans-bold {
    font-family: 'Opensans' !important;
    font-weight: 700 !important;
}

.opensans-condensed-regular {
    font-family: 'Opensans-condensed';
    font-weight: 200;
}

.opensans-condensed-bold {
    font-family: 'Opensans-condensed';
    font-weight: 700;
}


/*=======================================================
    3. NAVBAR
==========================================================*/

.header {
    padding: 1em 0 3em;
    position: relative;
}

header {
    border-bottom: 10px solid #03A9F4;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 9;
}

.not-fixed {
    position: static !Important;
}

.company-logo>h1>a>span {
    letter-spacing: 0px;
    font-family: 'Opensans Condensed', sans-serif;
    font-weight: 100;
    color: #2B2B2B;
}

.company-logo>h1>a {
    color: #03A9F4;
    font-size: 1.8em;
    text-decoration: none;
    font-family: 'Opensans condensed', sans-serif;
    letter-spacing: -2px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.no-margin-padding {
    padding: 0;
    margin: 0;
}

.navbar-top {
    position: absolute;
    width: 100%;
    margin: 6em 0;
}

.navbar-top>nav {
    margin: 0;
}

.navbar-default {
    background-color: #2B2B2B;
    border: none;
    color: white;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 0.80);
}

.navbar-default .navbar-nav>li>a {
    padding: 1.8em;
    font-family: 'Opensans';
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #03a9f4;
    color: white;
    border: 0;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #03a9f4;
    color: white;
    border: 0;
}

.side-nav {
    display: none !important;
}

@media(max-width: 767px) {
    .company-logo>h1 {
        float: none !important;
        font-size: 1.5em;
        text-align: center;
    }
    .navbar-top {
        margin: 1em 0;
    }
    .company-logo>h1>a {
        font-size: 1.1em;
    }
    .navbar-nav>.active {
        display: inline-block;
        width: 24%;
    }
    .navbar-nav>.active>a {
        padding: 0 !important;
        margin: 0 auto!important;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #1F2E4D !Important;
    }
    .navbar-nav>.activated>a,
    .navbar-nav>.activated {
        color: white !Important;
        background-color: rgba(0, 0, 0, 0.5) !Important;
    }
    .active:active {
        background-color: rgba(0, 0, 0, 0.5) !Important;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
    }
    .navbar-default {
        background-color: #03a9f4;
        border-bottom: none !important;
    }
    .navbar-default .navbar-nav>.active>a {
        background-color: transparent !important;
        font-size: 20px;
    }
    .hidden-xss {
        display: none !important;
    }
    /* .side-nav {
        position: absolute !important;
        height: 100vh;
        overflow: hidden;
        display: block;
        width: 100%;
        background-color: #03a9f4;
    }*/
    .main-nav {
        text-align: left;
        width: 19em;
        background-color: white;
        margin: -22px 0 !important;
        border: 1px solid #eee;
        float: left;
        border-top: 0;
        min-height: 100vh;
        overflow: scroll;
    }
    .navbar-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .main-nav .navbar-nav>li>a {
        text-align: left;
    }
    .main-nav .navbar-nav>li>a,
    .main-nav .navbar-nav>li>a:hover,
    .main-nav .navbar-nav>li>a:active {
        color: black;
        padding: 1em;
        border-bottom: 1px solid #eee;
    }
    .side-nav {
        display: block !important;
    }
    .side-nav>a {
        font-weight: 800 !important;
        padding: 0.5em 1em !important;
        background-color: #01547a;
        color: white!important;
    }
}


/*=====================================================================
========================================================================
=========================================================================
========================================================================
==========================================================================*/


/*=================================
    section swiperb starts
===============================*/

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8em 17em 8em 6em;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.3;
}


/*-----pagination----*/

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #03A9F4;
}

.swiper-pagination-bullet {
    background-color: white;
    padding: 0.5em;
    opacity: 1;
    margin-right: 1em !important;
}

.swiper-pagination {
    text-align: right;
    padding-bottom: 3em;
    padding-right: 5em;
}

.top-swiper {
    margin-top: 9em;
}

.parallax-bg {
    background-image: url(../images/school-bg.jpeg);
}

.parallax-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.7);
}

.uppercase {
    text-transform: uppercase;
}

.swiper-slide>.subtitle {
    margin-top: 1em;
    color: white;
    font-family: 'Opensans Condensed', sans-serif;
    margin-bottom: 1em;
}

.swiper-slide>.text>p {
    font-weight: 500;
    font-family: 'Opensans';
    font-size: 1.3em;
    line-height: 2;
    letter-spacing: 1px
}

.swiper-slide>.text>p>b {
    text-transform: uppercase;
    color: white
}

.swiper-slide>.block>p {
    display: inline-block;
    width: 33%;
}

@media(max-width: 767px) {
    .top-swiper {
        margin-top: 7em;
    }
    .swiper-slide {
        padding: 4em 2em;
    }
    .swiper-slide .title {
        font-size: 1.2em;
    }
    .swiper-slide>.subtitle {
        font-size: 0.8em;
        margin-bottom: 2em;
    }
    .swiper-slide>.text>p {
        font-size: 1em;
        line-height: 1.5;
    }
    .swiper-pagination {
        padding: 0;
        text-align: center;
    }
    .swiper-slide>.block>p {
        width: 100%;
    }
    .swiper-pagination-bullet {
        padding: 0.3em;
        margin-right: 0.5em!important;
    }
}


/*=================================
    section swiperb ends
===============================*/


/*====================================================
footer starts
=================================================*/

.footer-bs {
    background-color: #3c3d41;
    padding: 40px 40px;
    color: rgba(255, 255, 255, 1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
    font-size: 1.1em;
    line-height: 1.2;
    font-family: 'Opensans Condensed', sans-serif;
    font-weight: 800;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
}

@media (max-width:767px) {
    .footer-bs {
        padding: 40px 10px !Important;
    }
}


/*=====================================
footer ends
===========================================*/


/*=================================================*/


/*======================================================
TIMELINE
==========================================================*/


/* Media Queries */


/* Card sizing */


/* Colors */


/* Calculations */


/* Placeholders */

@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}


/* Some Cool Stuff */

.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}


/* Border Box */

* {
    box-sizing: border-box;
}

#timeline {
    background: white;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1490px;
        margin: 0 auto;
    }
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem;
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: 315px;
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: left;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card--step1 {
    background-color: #03A9F4;
}

#timeline .demo-card--step1 .head::after {
    border-color: #03A9F4;
}

#timeline .demo-card--step2 {
    background-color: #03A9F4;
}

#timeline .demo-card--step2 .head::after {
    border-color: #03A9F4;
}

#timeline .demo-card--step3 {
    background-color: #03A9F4;
}

#timeline .demo-card--step3 .head::after {
    border-color: #03A9F4;
}

#timeline .demo-card--step4 {
    background-color: #03A9F4;
}

#timeline .demo-card--step4 .head::after {
    border-color: #03A9F4;
}

#timeline .demo-card--step5 {
    background-color: #03A9F4;
}

#timeline .demo-card--step5 .head::after {
    border-color: #03A9F4;
}