﻿body {
    /*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family: 'Comfortaa', cursive;*/
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #333;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pd {
    padding: 50px 0;
}

.bxsdw {
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
}

.uphover:hover {
    box-shadow: 0 10px 55px 5px rgba(188, 188, 188, 0.25);
    transform: translate3d(0, -20px, 0);
}

.delay {
    transition: ease-in-out all .5s;
}

.c-orange {
    color: #f28202;
}

.c-darkblue {
    color: #09559A;
}

.c-green {
    color: #3adc79;
}

.c-grey {
    color: #afafaf;
}

.c-blue {
    color: #00ADEF;
}

.slideanim {
    visibility: hidden;
    visibility: visible\9; /*For old IE browsers IE6-8 */
}

    .slideanim.slide {
        visibility: visible;
        animation: slide 1s;
    }

    .slideanim::after {
        /* useful when its child elements are float:left; */
        content: "";
        display: table;
        clear: both;
    }

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#owl-demo .item {
    position: relative;
}

    #owl-demo .item .overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        right: 0%;
        height: 45px;
        background: #00ADEF;
        padding: 10px 0;
    }

.overlay .trend {
    background-color: #09559A;
    width: 120px;
    height: 30px;
    line-height: 35px;
    margin-top: -5px;
    font-weight:bold;
    color: #fff !important;
    text-transform: uppercase;
}

    .overlay .trend:after {
        position: absolute;
        content: '';
        top: 5px;
        right: -33px;
        border-left: 18px solid #09559A;
        border-top: 13px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 15px solid transparent;
    }

#owl-demo .item .content {
    position: absolute;
    top: 80%;
    left: 50%;
    /*width: 35%;*/
    transform: translate(-50%,-80%);
    text-transform: uppercase;
    /*border-radius: 30px 30px 0 0;*/
}

    #owl-demo .item .content h4 {
        color: #222;
        font-family: 'Teko', sans-serif;
        background-color: #fff9;
        text-align: center;
        padding: 10px 0;

        display: block;
    }

    #owl-demo .item .content h1 {
        padding: 15px 20px;
        font-family: 'Teko', sans-serif;
        /*background-color:#fff;*/
        display: inline-block;
        margin-top: 0px;
        color: #fff;
        text-align: left;
        background: rgba(52, 54, 150, 0.81);
        font-weight: 400;
        border-radius: 5px;
        line-height: 40px;
        transition: ease-in-out all .5s;
        text-shadow: 0 0 5px #777;
    }

    #owl-demo .item .content a:hover {
        background: #00ADEF;
        color: #fff;
    }

.slider {
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 555;
}

.top {
    height: 30px;
    background: #09559A;
    line-height: 30px;
    font-size: 10px;
    font-weight: 300;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .social li {
        float: left;
    }

        .social li a {
            padding: 9px 10px;
            color: #fff;
            transition: ease-in-out all .5s;
        }

            .social li a:hover {
                background: #fff;
                color: #00ADEF;
            }

footer .social {
    float: left;
    margin-top: 15px;
}

    footer .social li a {
        border: 1px solid #fff;
        margin-right: 13px;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        padding: 0px;
        text-align: center;
    }

.about {
    padding: 50px 0;
}

    .about .content {
        padding: 50px 30px;
    }

        .about .content .head {
            font-size: 24px;
            font-weight: 500;
            line-height: 40px;
        }

            .about .content .head span {
                font-size: 24px;
                text-transform: capitalize;
            }

        .about .content p {
            font-size: 13px;
            color: #666;
            line-height: 25px;
        }

        .about .content .mybtn1, .form .mybtn1 {
            border: 1px solid #09559A;
            border-radius: 0px;
            text-transform: capitalize;
            color: #09559A;
            padding: 10px 30px;
        }

            .about .content .mybtn1:hover, .form .mybtn1:hover {
                background-color: #09559A;
                color: #fff;
            }

.training {
    padding: 50px 0;
}

    .training .card {
        padding: 50px 30px;
        text-align: center;
        border: none;
        position: relative;
    }

        .training .card img {
            display: block;
            margin: 0px auto 20px;
        }

        .training .card .desc {
            color: #afafaf;
            font-size: 12px;
            line-height: 25px;
        }

.card .event {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translate(-50%);
    background: #09559A;
    padding: 5px 20px;
    color: #fff;
    z-index: 55;
}

.training .purity h3 {
    position: relative;
    font-size: 36px;
    text-align: right;
    font-weight: bold;
}

    .training .purity h3 strong {
        font-size: 22px;
        margin-left: 15px;
        font-weight: 500;
        color: #333;
        text-transform: capitalize;
    }

    .training .purity h3 img {
        position: absolute;
        top: -20px;
        left: 60px;
    }

.study {
    padding: 50px 0;
}

    .study .head {
        background-color: #fff;
        padding: 50px 30px;
        transition: ease-in-out all .5s;
    }

    .study .course {
        padding: 30px 15px;
        transition: ease-in-out all .4s;
        position: relative;
    }

        .study .course p {
            margin: 0;
        }

        .study .course:before {
            content: '';
            position: absolute;
            top: 0;
            left: 20px;
            width: 0px;
            height: 2px;
            background-color: #09559A;
            transition: ease-in-out all .4s;
        }

        .study .course:hover {
            background-color: #fff;
        }

            .study .course:hover:before {
                width: 50px;
            }

.form {
    padding: 50px 0;
    background: url('../img/slider_2.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

    .form:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.7);
    }

.form1 .req_form {
    background: url('../img/course-form-bg.jpg') no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding: 50px;
    text-align: center;
}

.form1 .form-control {
    border: none;
    padding: 30px 15px;
}

.mybtn {
    padding: 20px 40px;
    display: inline-block;
    background-color: #09559A;
    color: #fff;
    margin-top: 15px;
}

.sponsor {
    padding: 0px 0;
    text-align: center;
}

    .sponsor strong {
        display: block;
        text-align: center;
        font-size: 28px;
        color: #333;
        line-height: 50px;
        font-weight: 300;
    }

    .sponsor img {
        width: 30%;
    }

footer {
    padding: 50px 0 30px;
    background: #09559A;
    color: #fff;
    position: relative;
}

    /*footer:before {
        content: '';
        position: absolute;
        left: 50px;
        top: 70px;
        width: 300px;
        height: 200px;
        background: url(../img/LOGO-white.png) no-repeat;
        background-size: contain;
        background-position: left;
        transform: rotate(-45deg);
        opacity: .3;
    }*/

    footer h4 {
        position: relative;
        font-weight: 300;
        font-size: 18px;
        text-transform: uppercase;
    }

        footer h4:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 150px;
            height: 2px;
            background-color: #00ADEF;
        }

.feature li {
    margin-left: 15px;
    font-size: 13px;
    line-height: 23px;
    position: relative;
    transition: ease-in-out all .8s;
    color: #efefef;
}

    .feature li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -15px;
        height: 1px;
        width: 10px;
        background: #00ADEF;
    }

    .feature li:hover {
        margin-left: 25px;
        color: #00ADEF;
        cursor: pointer;
    }

footer address {
    font-size: 12px;
    line-height: 23px;
}

.form p {
    text-align: center;
    margin-top: 40px;
    font-weight: 300;
    line-height: 30px;
}

.form sup {
    font-weight: bold;
}

.partner {
    border: 1px solid #afafaf;
    border-left: 5px solid #00ADEF;
    padding: 30px 15px;
}

    .partner h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .partner .p_desc {
        font-size: 10px;
        display: inherit;
        color: black;
    }

    .partner .p_name {
        margin-top: 30px;
        border: 1px solid #dfdfdf;
        /*border-radius:15px 0 0 0;*/
        border-collapse: collapse;
    }

    .partner .partner_detail .p_name {
        min-height: 70px;
        width: 33%;
        padding: 10px;
        border: 1px solid #dfdfdf;
        float: left;
    }

        .partner .partner_detail .p_name .p_title {
            font-size: 9px;
            text-align: center;
            text-transform: capitalize;
            margin-top: -25px;
            margin-bottom: 0;
            padding: 0 10px;
            border: 1px solid #dfdfdf;
            background: #fff;
            color: #333;
        }

        .partner .partner_detail .p_name .p_content {
            padding: 10px 0;
        }

            .partner .partner_detail .p_name .p_content p {
                font-size: 10px !important;
                text-align: center;
                text-transform: capitalize;
                margin: 0 !important;
                line-height: 15px !important;
                color: #333;
            }
/*.partner .p_name,.partner .p_desg,.partner .p_contact {
    height: 79px;
padding: 10px;
border: 1px solid #dfdfdf;
float: left;
border-collapse: collapse;
    }
    .partner .p_title {
    margin:-23px 0 0;
    border:1px solid #afafaf;
    padding:3px 6px;
    font-size:10px;
    border-radius:50px;
    
    }*/

.address {
    /*border:1px solid #dfdfdf;*/
    border-left: 3px solid #00ADEF;
    padding: 30px;
}

    .address b {
        font-size: 28px;
        font-weight: 300;
    }

    .address address {
        font-size: 13px;
    }

    .address i {
        display: inline-block;
        line-height: 25px;
    }

.bottom {
    padding: 10px 0;
    font-size: 12px;
    background-color: #2E3C4A;
    color: #efefef;
}

    .bottom strong a:hover {
        color: #00ADEF;
    }

    .bottom strong {
        font-weight: 500;
    }

@media only screen and (min-width: 320px) and (max-width: 460px) {
    #owl-demo .item .content {
        display: none;
    }

    #owl-demo .item img {
        height: 350px;
    }

    .nav-toggle {
        left: 300%;
        top: 60%;
    }
    .nav-header{
        width:90px;
        height:90px;
        line-height:80px;
    }
    .about .mt {
        margin-top: -80px;
    }

    .form1 .req_form {
        margin-top: 0 !important;
        padding: 20px 20px;
    }

    footer:before {
        width: 230px;
        height: 180px;
    }
 
}

@media only screen and (min-width: 461px) and (max-width: 768px) {
    .nav-toggle {
        left: 650%;
        top: 50%;
    }
    .nav-header{
        width:100px;
        height:100px;
        line-height:90px;
    }
    #owl-demo .item .content{
        width:50%;
    }

}
