/******************************************************************

            DEFAULT VALUES:
            Font Family                 : Roboto Condensed
            Silver Tree                 : #66c17b (Buttons, Icons, Links, Lines & Backgrounds)
            Night Rider                 : #333333 (Headings)
            Grey                        : #7c7c7c (Paragraphs)
            Suva Grey                   : #8e8e8e
            Dark Gray                   : #b2b2b2

/*******************************************************************/


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/******************************************************************************/
/* Tech Vidyalaya Style
/******************************************************************************/

/* -------------------------------------------------- */
/* BASIC SETUP */
/* -------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 62.5%;
    /* Base font size 10px */
    font-weight: 400;
    text-rendering: optimizeLegibility;
    /*overflow: hidden;
    height: 100%;*/
}

body {
    /* overflow: auto;
    height: 100%;*/
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
}

/* -------------------------------------------------- */
/* REUSABLE COMPONENT */
/* -------------------------------------------------- */

.row {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
    height: 0;
}


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

.section {
    padding: 6rem;
}

.section_content h2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 3rem 0;
    text-transform: uppercase;
    font-weight: 700;
}

.section_content_title--underline {
    width: 5rem;
    height: .3rem;
    background-color: #66c17b;
    margin: 0 auto 3rem;
}

.section_content p {
    text-align: center;
    line-height: 165%;
    margin-bottom: 4rem;
}

.section_items {
    margin: 4rem auto 0;
    width: 90%;
}

/* -------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------- */

.hedaer_top-nav {
    background: #333333;
}

.hedaer_top-nav-content--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
}

.hedaer_top-nav-content--item li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 1.4rem 2.1rem;
    text-decoration: none;
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: 400;

}

.hedaer_top-nav-content--item li a:hover {
    color: #66c17b;
}

.hedaer_top-nav-search {
    padding: .5rem;
}

.search-in-header {
    position: relative;
}

.hedaer_top-nav-search--input {
    border-radius: 2rem;
    border: 1px solid #ccc;
    padding: .3rem 2rem .3rem 1.2rem;
    width: 8rem;
    margin-top: .3rem;
}

.input[type=text]:focus {
    border: 1px solid #ffd143;
    outline: none;
}

.hedaer_top-nav-search-icon {
    position: absolute;
    top: 1.4rem;
    right: 1.2rem;
}

.hedaer_top-nav-search--input {
    border-radius: 2rem;
    border: 1px solid #ccc;
    padding: .3rem 2rem .3rem 1.2rem;
    width: 15rem;
}

/*--- Header Main Nav ---*/
/*************************/

.hedaer_main-nav {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

.hedaer_main-nav-content--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
}

.hedaer_main-nav-content--logo {
    padding: 1.1rem 2rem;
}

.hedaer_main-nav-content--logo {
    display: inline-block;
    background: url(../img/logo.jpg) 0 0 no-repeat;
    width: 210px;
    height: 6.6rem;
    padding: 2.6rem 11.1rem;
    text-indent: -9999px;
    margin: 1rem;
    outline: none;
}

.hedaer_main-nav-content--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    font-size: 1.6rem;
    text-transform: capitalize;
    flex-flow: wrap;
}

.hedaer_main-nav-content--nav li {
    margin-right: 3rem;
    display: flex;
}

.hedaer_main-nav-content--nav li:last-child {
    margin-right: 0;
}

.hedaer_main-nav-content--nav li a {
    display: inline-block;
    padding: 3.9rem 1rem 0;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    border-bottom: .2rem solid transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-transform: uppercase
}

.hedaer_main-nav-content--nav li a:hover {
    background: #66c17b;
    color: #fff;
}

.hedaer_main-nav-content--nav li a.active {
    background: #42b574;
    color: #fff;
}

/* -------------------------------------------------- */
/* Hero Banner */
/* -------------------------------------------------- */

.hero_banner_content {
    width: 100%;
    max-height: 26rem;
    background-color: #414141;
    position: relative;
}

.hero_banner .hero_banner_content .hero_banner--img img {
    width: 100%;
    height: auto;
}

.hero_banner--text {
    width: 40%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -20%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 2rem;
    border-radius: .7rem;
}

.hero_banner--text h4 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 165%;
}


/* -------------------------------------------------- */
/* Welcome Courses */
/* -------------------------------------------------- */

.our_courses {
    padding: 6rem 6rem 0;
}

.our_courses_content h2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 3rem 0;
    text-transform: uppercase;
    font-weight: 700;
}

.content_title_underline {
    width: 5rem;
    height: .3rem;
    background-color: #66c17b;
    margin: 0 auto 3rem;
}

.our_courses_content p {
    text-align: center;
    line-height: 165%;
    margin-bottom: 4rem;
}

.our_courses_items {
    margin: 4rem auto 0;
    width: 90%;
}

.our_courses_list {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.our_courses_list--item {
    width: 100%;
    margin-bottom: 2.5rem;
    max-width: 26rem;
}

.our_courses_list li:last-child .our_courses_list--item {
    margin-right: 0;
}

.our_courses_list--item figure img {
    width: 100%;
}

.our_courses_list--item h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 135%;
    text-align: center;
    margin: 2rem 0;
}

.card {
    position: relative;
    /*
    max-height: 50rem;
    min-height: 50rem;
*/
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    /*-webkit-box-shadow: 1rem 1rem 1.2rem #727272;
    box-shadow: 1rem 1rem 1.2rem #727272;*/
}

.card__side--front-list li {
    line-height: 145%;
}


.our_courses_list--item .card__side--front-list {
    list-style: none;
    margin: 0 0 0 2rem;
}

.our_courses_list--item .card__side--front-list li {
    padding: 0 0 .5rem 0;
    font-size: 1.4rem;
}

.our_courses_list--item--btn {
    text-align: center;
    padding: 1rem 1.2rem;
    display: inline-block;
    background: #66c17b;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    text-transform: uppercase;
    margin: 1.5rem 0 0 1.5rem;
}

.our_courses_list--item--btn:hover {
    background: #1e272e;
}


.our_courses_list--item:hover .card__side--back {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.our_courses_list--item:hover .card__side--front {
    z-index: 0;
}

.card__side {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 50rem;
    min-height: 50rem;
}

.card__side--front {
    background: #fff;
    min-height: 43rem;
    max-height: 43rem;
    z-index: 10;
    border: 1px solid #e3e3e3;
}

.card__side--back {
    background: #333333;
    padding: 3rem;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    position: relative;
    z-index: 11;
    transform: translateY(15%);
    transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms;
    opacity: 0;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    -webkit-transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms;
    -moz-transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms;
    -ms-transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms;
    -o-transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms;
    min-height: 43rem;
    border: 1px solid #e3e3e3;
}

.card__side--back ul {
    margin-top: 2rem;
}

.card__side.card__side--back ul li {
    color: #fff;
    text-align: left;
    line-height: 165%;
    font-size: 1.4rem;
    list-style-type: square;
    font-weight: 300;
}

.card__side--back-readmore {
    color: #66c17b;
    text-decoration: none;
    border: 1px solid #66c17b;
    padding: .5rem;
    margin-top: 1rem;
    display: block;
    font-size: 1.6rem;
    width: 15rem;
    font-weight: 500;
    text-align: center;
    transition: all .2s ease;
    margin: 2rem auto 0;
}

.card__side--back-readmore:hover {
    color: #fff;
    background: #66c17b;
}

.card__side--back p {
    font-size: 1.2rem;
    line-height: 160%;
    color: #fff;
    text-align: left;
}

.completion {
    color: #66c17b;
    font-weight: 400;
    font-size: 1.5rem;
}

.our_courses_list--item .grayscale {
    filter: grayscale(100%);
}


/**************************************
/* Footer
/**************************************/

.contact_content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.contact_content-items--list {
    padding: .5rem;
}

.contact_content-items h5 {
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #66c17b;
}

.contact_content-items h5 i {
    margin-right: .5rem;
}

.contact_content-items--list p {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.seprator {
    width: 140px;
    border-top: .1rem solid #66c17b;
    margin: 1rem 0;
}

footer {
    /*background:#42b574;*/
    background: #333;
    font-size: 12px;
    color: #fff;
}

.footer_bottom {
    background: #333;
}

.footer_bottom_content {
    display: flex;
}

.footerNav {
    background: #333;
    display: flex;
    justify-content: flex-end;
    flex-flow: row;
}

.footer_bottom-left {
    justify-content: flex-start;
    width: 100%;
}

.footer_bottom-right {
    justify-content: flex-end;
    width: 100%;
}

.footer_bottom-right .footerNav {
    display: flex;
    margin-top: .8rem;
}

.footer_bottom-right .footerNav li {
    text-transform: uppercase;
    list-style: none;
    font-size: 1.2rem;
    padding: 1rem;
}

.footer_bottom-right .footerNav li a {
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.footer_bottom-right .footerNav li a:hover {
    color: #66c17b;
}

.contact_content-items-social {
    margin: 6rem auto;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.contact_content-items-social li {
    color: #fff;
    list-style: none;
    display: inline-block;
    padding: 2rem;
}

.contact_content-items-social li a {
    color: #fff;
    font-size: 5rem;
    margin: 0 .5rem;
    outline: none;
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    padding-top: 12px;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

.contact_content-items-social li a:hover {
    color: #fff;
    /* background-color: #f9751c!important;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact_content-items-social li.youtube-icon a {
    background-color: #cd201f;
}

.contact_content-items-social li.facebook-icon a {
    background-color: #3b5998;
}

.contact_content-items-social li.twitter-icon a {
    background-color: #00aced;
}

.contact_content-items-social li.linkedin-icon a {
    background-color: #0077b5;
}

.footer_bottom_topBorder {
    border-top: 1px solid #414141;
    padding: 15px 0 0 0;
}

.footer_bottom_topBorder img {
    padding: 5px 0 5px 0;
}

.copy {
    color: #fff;
    font-size: 1.2rem;
    padding: .2rem;
}

/**************************************
/* Corporate Trainning
/**************************************/
.corporate_TrainingCard {
    border-bottom: 1px solid #ccc;
}

.corporate_TrainingCard ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.corporate_TrainingCard__List {
    padding: 2rem 0;
}

.corporate_TrainingCard__List ul li {
    list-style: none;
    padding-right: 1rem;
    text-align: center;
}

.corporate_TrainingCard__List ul li img {
    width: 80%;
    height: auto;
}

.corporate_TrainingCard__List ul li:last-child {
    padding-right: 0;
}









/* -------------------------------------------------- */
/* MEDIA QUERY */
/* -------------------------------------------------- */
@media screen and (max-width: 768px) {
    .toggle {
        position: absolute;
        width: 30px;
        margin-top: 1.6rem;
        cursor: pointer;
        right: 4rem;
        top: 2rem;
    }

    .toggle span {
        display: block;
        width: 30px;
        height: 4px;
        background: #333;
        margin-bottom: 3px;
        transition: all .3s ease-in-out;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .toggle.active span:nth-child(1) {
        transform: rotate(135deg);
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    .toggle.active span {
        position: absolute;
    }

    .toggle.active span:last-of-type {
        position: absolute;
        transform: rotate(-135deg);
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }

    .toggle.active span:nth-child(2) {
        opacity: 0;
        top: 6px;
    }

    .hedaer_main-nav-content--nav {
        display: none;
    }

    .hedaer_main-nav-content--nav {
        flex-direction: column;
        position: absolute;
        background: #66c17b;
        top: 8.8rem;
        width: 30rem;
        right: 0;
        z-index: 100;
    }

    .hedaer_main-nav-content--nav li a {
        display: block;
        padding: .5rem 1rem;
        width: 100%;
        transition: none;
    }

    .contact_content-items {
        flex-flow: column !important;
    }

    .footer_bottom_content {
        flex-direction: column;
    }

    .footer_bottom_content .footer_bottom-right {
        order: 1
    }

    .footer_bottom-left {
        padding: 0 1.5rem
    }
    .hero_banner--text {
    width: 60%;
    top: 15%;
    margin-left: -30%;
    text-align: center;
    padding: 1rem;
}

.hero_banner--text h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 135%;
}

}

@media screen and (max-width: 360px) {

    .toggle {
        position: absolute;
        width: 30px;
        margin-top: 1.6rem;
        cursor: pointer;
        right: 4rem;
        top: 2rem;
    }

    .contact_content-items {
        flex-flow: column !important;
    }

    .footer_bottom_content {
        flex-direction: column;
    }

    .footer_bottom_content .footer_bottom-right {
        order: 1
    }

    .footer_bottom-left {
        padding: 0 1.5rem
    }
   .hero_banner--text {
    width: 80%;
    top: 15%;
    margin-left: -40%;
    text-align: center;
    padding: 1rem;
}

.hero_banner--text h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 135%;
}

}
