﻿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-red {
    color: #00ADEF;
}

.c-green {
    color: #3adc79;
}

.c-grey {
    color: #afafaf;
}

.c-blue {
    color: #004685;
}

.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;
        top: 0;
        bottom: 0;
        left: 22px;
        right: 0;
        background: url('../img/overlay.png') no-repeat;
    }

    #owl-demo .item .content {
        position: absolute;
        top: 50%;
        left: 35%;
        width: 60%;
        transform: translate(-50%,-35%);
    }

        #owl-demo .item .content h1 {
            padding: 20px;
            /*background-color:#fff;*/
            display: inline-block;
            margin-top: 60px;
            color: #00ADEF;
            font-weight: 500;
            border-radius: 5px;
            line-height: 80px;
            transition: ease-in-out all .5s;
            text-shadow: 0 0 5px #777;
        }

        #owl-demo .item .content a:hover {
            background: #00ADEF;
            color: #fff;
        }

.slider {
  
}

/*header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 555;
}*/
header {
background:#004685;
}
.top {
    height: 40px;
    
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    color:#333;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .social li {
        float: left;
    }

        .social li a {
            padding: 5px 5px;
            transition: ease-in-out all .5s;
            color:#004685;
        }

            .social li a:hover {
                background: #004685;
                color: #fff !important;
            }

.facility .main .mycard {
   padding:0 30px;
}
.facility .main {
     position:relative;
    top:-50px;
    z-index:55;
    background:#fff;
    padding-bottom:40px;
    box-shadow: 0 20px 20px -10px #cccccc;
    border-radius:10px;
}
.facility .mycard .card_circle{
    height:120px;
    width:200px;
    border-radius:100px 100px 0 0 ;
    background:#fff;
    margin:auto;
    margin-top:-50px;
    text-align:center;

    line-height:150px;
}
    .facility .card_content p {
    color:#5f5f5f;
    line-height:25px;
    font-size:13px;
    }
.about {
    padding: 50px 0;
}

    .about .content {
        padding: 50px 30px;
    }

        .about .content .head {
            font-size: 24px;
            font-weight: 300;
            line-height: 40px;
        }

            .about-info  .head  {
                font-size: 36px;
                font-weight:700;
                text-transform: capitalize;
            }

        .about-info p {
            font-size: 13px;
            color: #888;
            line-height: 25px;
        }

.courses {
padding:50px 0 80px;
background:#f8f8f8;

}
    .courses .heading, .partners .heading{
    text-transform:capitalize;
    font-weight:700;
    font-size:36px;
        text-align:center;
    margin-bottom:15px;
    }
    .courses .headingleft {
    text-transform:uppercase;
    font-weight:700;
    font-size:28px;
    }
    .courses .lineleft {
     height:1px;
    width:100px;
    margin-top:20px;
    margin-bottom:30px;
    background:#004685;
    margin-left:15px;
    position:relative;
    }
        .courses .lineleft:before {
        content:'';
        width:15px;
        height:15px;
        background:#f8f8f8;
        left:-10px;
        top:-8px;
        position:absolute;
        transform:translate(-50%,0) rotate(45deg);
        border:1px solid #004685;
        }
    .courses .line,.partners .line {
    height:1px;
    width:120px;
    margin: 0 auto 30px;
    background:#004685;
    position:relative;
    }
    
        .courses .line:before, .partners .line:before {
        content:'';
        width:15px;
        height:15px;
        background:#f8f8f8;
        left:50%;
        top:-8px;
        position:absolute;
        border:1px solid #004685;
        transform:translate(-50%,0) rotate(45deg);
        }
        .partners .line:before {
        background:#fff;
        }

    .courses .course1 {
    position:relative;
    box-shadow:0 0 5px #afafaf;
    border-radius:5px;
    overflow:hidden;
    transition:ease-in-out all .5s;
    }
        .courses .course1 img {
    transition:ease-in-out all .5s;
        
        }
    .courses .course1:hover {
    box-shadow: 0 0 20px #afafaf;
    }
        .courses .course1:hover img {
        transform:scale(1.1);
        }
        .courses .course1 .course1-content {
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        color:#fff;
        padding:20px 15px;
      background-color:rgba(0,0,0,.5)        }
            .courses .course1 .course1-content h5 {
            font-size:18px;
            text-align:center;
            }

.course {
background:#fff;
padding:25px ;
border-bottom:1px solid #004685;
margin-bottom:30px;
}
.course-icon {
font-size:40px;
color:green;
}
.course p {
font-size:13px;
}

.partners {
padding:50px 0;
}

.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: #00ADEF;
    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;
        border:1px solid #dfdfdf;
        position: relative;
    }
        .study .course h5 {
        font-size:18px;
        line-height:28px;
        }
        .study .course p {
            margin: 0;
        }
        .study .course .cat {
        position:absolute;
        top:-15px;
        left:10px;
        padding:5px 10px;
        background-color:#004685;
        font-size:12px;
        color:#fff;
        }
        .study .course:before {
            content: '';
            position: absolute;
            top: 0;
            left: 20px;
            width: 0px;
            height: 2px;
            background-color: #004685;
            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/course-bg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

    .form:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.9);
    }

.form1 .req_form {
    background: url('../img/course-form-bg.jpg') no-repeat;
    background-size: cover;
    margin-top: -125px;
    padding: 50px;
    text-align: center;
}

.form1 .form-control {
    border: none;
    padding: 30px 15px;
}

.mybtn {
    padding: 15px 30px;
    display: inline-block;
    background-color: #004685;
    color: #fff;
    margin-top: 15px;
    border:1px solid transparent;
    transition:ease-in-out all 1s;
}
.mybtn:hover {
    color:#004685;
    border:1px solid #004685;
    background:transparent;
}
.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 {
    
    
    color: #fff;
    background: url('../img/course-bg.jpg') center;
    background-size:cover;
}
footer .overlay {
    padding: 50px 0;
    background:rgba(0,0,0,.9);
}
    footer p {
    font-size:15px;
    color:#cfcfcf;
    }
    /*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;
        margin-bottom:30px;
    }
       /*footer h4:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 150px;
            height: 2px;
            background-color: #00ADEF;
        }*/
.feature,.contact {
list-style:none;
padding:0;
margin:0;
}
     .feature li a ,.contact li{
        margin-left: 15px;
        font-size: 15px;
        line-height: 30px;
        position: relative;
        transition: ease-in-out all .8s;
        color: #cfcfcf;
        text-transform:capitalize;
    }

       

         .feature li a:hover {
            /*margin-left: 25px;*/
            color: #004685;
            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: #111;
    color: #efefef;
}

    .bottom strong a:hover {
        color: #00ADEF;
    }

    .bottom strong {
        font-weight: 500;
    }
.slider {
position:relative;
}
    .slider .video-promo-content {
    padding-top: 0;
    padding-bottom: 300px;
    position:absolute;
    top:30%;
    left:10%;
    
   
    }
   .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0%;
    transform: translateX(-10%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px; }
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite; }
   .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
    opacity: 0.5; }
   .video-play-button:hover:after {
    background-color: #004685; }
   .video-play-button:hover span {
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px; }
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #004685;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 5px; }

  @keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media only screen and (min-width: 320px) and (max-width: 460px) {
    #owl-demo .item .content {
        display: none;
    }

    #owl-demo .item img {
        height: 350px;
    }
    .course1 img {
    width:100%;
    }

    .about {
    text-align:center;
    }
     
    .about .mt {
        margin-top: 80px;
    }

    .form1 .req_form {
        margin-top: 0 !important;
        padding: 50px 20px;
    }

    footer:before {
        width: 230px;
        height: 180px;
    }
    .facility .main {
    top:50px;
    box-shadow:none;
    }
        .facility .main .mycard .card_circle {
 border-radius:0;
 background:transparent;
 
                   }
    .courses .headingleft a {
    display:none;
    }
    .video-promo-content h1 {
    display:none;
    }

}

@media only screen and (min-width: 461px) and (max-width: 768px) {
    .facility .main .mycard .card_circle {
        width: 150px;
    }

    .about-info .head {
    font-size:28px;
    }
    .video-promo-content h1 {
    display:none;
    }
    .slider .video-promo-content {
    top:-6px;
    }
}


.banner-image {
background:url("../img/course-bg.jpg") no-repeat center;
padding:50px 0;
    position:relative;
}
    .banner-image:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,.2);
    }
   .banner-image h1 {
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    margin:0;
    
    position:relative;
    z-index:15;
    }
   .divider {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    margin: 15px auto;
    position: relative;
}

     .divider:before {
        content: '';
        position: absolute;
        left: -152px;
        background: url(/img/title_divider.png);
        width: 150px;
        height: 1px;
        top: 3px;
    }

   .divider:after {
        content: '';
        position: absolute;
        left: 9px;
        background: url(/img/title_divider.png);
        width: 150px;
        height: 1px;
        top: 3px;
        transform: rotate(-180deg);
    }
   /*  .banner-image h1:after {
    content:'';
    position:absolute;
    width:40px;
    height:70px;
    border:5px solid #004685;
    top:50%;
    transform:skew(25deg) translate(-38%,-50%);
    left:38%;
    z-index:-1;
    }*/
.other .card {
    border:none;
    margin-bottom:50px;
}
.card .card-body .circle {
width:100px;
height:100px;
background:#dfdfdf;
margin:10px auto 20px;
border-radius:50%;

}
    .card .card-body .circle i {
    text-align:center;
    line-height:100px;
    font-size:38px;
    display:block;
    color:#004685;
    }

.card .card-body p {
font-size:12px;
text-align:center;
color:#777;
line-height:28px;
}


.form-control {
padding:25px;
border-radius:0;
}

.other .contact li{
color:#333;
}