body{
    font-family: 'Poppins';
}

.relative{
    position: relative;
}

.banner{
    background-image: url("/web/img/background.png");
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.banner .text{
    font-size: 48px;
    color: #000;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    right: 50px;
}

.banner .text > p{
    margin: 0;
    line-height: 1.2;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    margin: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.banner .scroll{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner .scroll h2 {
    font-size: 65px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.banner .scroll a:hover{
    text-decoration: none;
}

.about-text{
    width: 100%;
    max-width: 605px;
    font-size: 18px;
    margin: 0 auto;
    padding: 40px 0;
}

.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 47px;
}

.item a {
    position: absolute;
}

.item img {
    max-width: 100%;

    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}
.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about h2 {
    margin: 40px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 65px;
    text-align: center;
}

.about h3{
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-md {
    min-width: 150px;
}

.btn-primary {
    background-color: #c0df44;
    border-color: #c0df44;
    border-radius: 20px;
}

.btn-primary:hover {
    background-color: #333;
}

.item-block{
    margin-bottom: 40px;
}

section.contact{
    width: 100%;
    background-size: cover;
    background-image: url("/web/img/bg_down.png");
    padding: 40px 0;
    margin-top: 120px;
}

.contact h2{
    text-align: center;
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
}

.philosophy-text{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    padding: 40px 60px;
    font-size: 18px;
    margin-bottom: 40px;
}

.contact-form{
    background-color: rgba(255,255,255,.8);
    padding: 40px 60px;
}

.form-control{
    border: none;
    border-radius: 0;
}

.courses h3{
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

footer.footer a{
    color: #fff;
    text-decoration: underline;
}

.contact img{
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
}

#about > div > div:nth-child(2) {
    margin-bottom: 80px;
}

@media screen and (max-width: 1279px){
    .banner .text{
        font-size: 44px;
    }

    .banner {
        background-position: left;
    }

    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 24px;
    }
}


@media screen and (max-width: 1023px){
    .banner .text{
        font-size: 33px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px){
    .banner .text > p {
        left: 0 !important;
    }

    .banner .text{
        font-size: 26px;
    }

    .banner .text {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100%;
        background-color: rgba(255,255,255, 0.8);
        padding: 20px 0;
    }

    .banner {
        background-position: -80%;
    }

    .banner .scroll h2 {
        font-size: 30px;
    }

    .nav {
        top: 0 !important;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: rgba(255,255,255,.4);
    }

    .navbar-brand > img {
        max-width: 65px !important;
    }

    .about h2 {
        margin: 20px 0;
        font-size: 40px;
        text-align: center;
    }

    .about h3 {
        font-size: 18px;
    }

    .philosophy-text {
        padding: 10px 20px;
    }

    .contact-form {
        padding: 10px 20px;
    }

    .contact h2 {
        font-size: 42px;
    }

    .mob-hide {
        display: none;
    }
}

@media screen and (max-width: 413px){
    .banner .text{
        font-size: 23px;
    }

    .banner {
        background-position: -117%;
    }

    .about h3 {
        font-size: 16px;
    }

    .contact h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 374px){
    .banner .text{
        font-size: 20px;
    }

    .banner {
        background-position: -80%;
    }

    .about h3 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .contact h2 {
        font-size: 32px;
    }
}

@media screen and (width: 375px) and (height: 812px){
    .banner {
        background-position: -65%;
    }
}

@keyframes animated-bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0)}
    40% {transform: translateY(-30px)}
    60% {transform: translateY(-15px)}
}

.animated-bounce {
    animation: animated-bounce 2s infinite ease;
}