﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i'); /*font-family: 'Titillium Web', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700'); /*font-family: 'Quicksand', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lato'); /*font-family: 'Lato', sans-serif;*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    background-color: #d0edf5;
    background-image: url(../images/landingbg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
}

header {
    display: table;
    width: 100%;
    border-bottom: 0px solid rgba(0,0,0,.1);
    background-color: #2f3293;
    padding: 10px 0;
    border-bottom: 5px solid #FFB300;
    box-shadow: 0px 2px 7px #2f3293;
}

.relative {
    position: relative;
    width: 100%;
    height: 100%
}

.logo img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo h4 {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.1em;
}

.logo h2 {
    font-weight: normal;
    color: #000;
    margin-top: 10px;
    font-family: 'Quicksand', sans-serif;
}

.navbar {
    margin-bottom: 0px;
    padding-right: 0px !important;
}

.navbar-inverse {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.nav {
    float: right
}

.navbar-nav > li {
    border-left: 0px solid rgba(0,0,0,.1);
}

    .navbar-nav > li > a {
        padding: 30px 15px;
        font-size: 1.3em;
        font-weight: bold;
        color: #fff !important;
        transition-duration: .3s;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #172D53;
    background-color: transparent;
    text-decoration: underline;
}

.landingpage {
    background-color: #2f3293;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    border-radius: 4px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 30px;
    padding-bottom: 15px;
}

.registration {
    background-color: white;
    min-height: 607px;
    border-radius: 4px;
}

.heading {
    font-size: 1.4em;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: absolute;
    width: 76%;
    margin: 0px auto 0px auto;
    top: -35px;
    text-align: center;
    background-color: #FFB300;
    color: #000;
    font-weight: bold;
    right: 0;
    left: 0;
    z-index: 101;
}

    .heading span {
        display: block;
        font-size: .6em
    }

.registration .input-group {
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    border-radius: 6px;
}

.registration h3 {
    text-align: center;
    padding: 10px 0px;
    color: #000;
    background: #ffb300;
    border-radius: 5px;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon,
    .icon-addon .glyphicon,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px
    }

    .icon-addon.addon-lg .form-control {
        line-height: 2;
        height: 71px;
        color: #2f3293;
        font-weight: 700;
        font-size: 16px;
        padding: 10px 16px 10px 10px;
        border: 0px;
        border-radius: 0px 6px 6px 0px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa,
    .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon.addon-md .form-control,
    .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: normal;
    }

    .icon-addon.addon-sm .fa,
    .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px
    }

    .icon-addon .form-control:focus + .glyphicon,
    .icon-addon:hover .glyphicon,
    .icon-addon .form-control:focus + .fa,
    .icon-addon:hover .fa {
        color: #2580db;
    }

.regis-content {
    padding: 0px 30px;
}

.registration .lable {
    background-color: #e7f1ff;
    padding: 5px 8px;
    border: 0px;
    color: #000;
    max-width: 105px;
    min-width: 105px;
    font-size: 16px;
}

    .registration .lable em {
        display: block;
        font-style: normal;
        font-size: .8em;
    }

.registration .input-icon {
    background-color: #094196;
    color: #fff;
    border-color: #094196;
    width: 56px;
}

.registration .btn-primary {
    background-color: #FFB300 !important;
    border: 0px;
    color: #000;
    transition-duration: .2s;
    padding: 13px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    min-width: 150px;
}

.registration .btn-danger {
    background-color: #58587d !important;
    border: 0px;
    color: #fff;
    transition-duration: .2s;
    padding: 13px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    min-width: 100px;
}

.circle-divider {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 186px;
    right: -45px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 11px;
    z-index: 100;
    border: 3px solid #fff;
    background-color: #5B6B7B;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
}
/*=================Tab===css=============*/
.tabbable-panel {
    margin-right: -15px;
}

    .tabbable-panel .nav {
        float: none;
        margin-top: 15px;
    }

    .tabbable-panel .nav-tabs {
        border-bottom: 0px;
        border-color: rgba(255,255,255,.5);
    }

        .tabbable-panel .nav-tabs > li > a {
            color: #fff;
            font-size: 1.3em;
            border-bottom: 0px;
        }

        .tabbable-panel .nav-tabs > li.active > a, .tabbable-panel .nav-tabs > li.active > a:focus, .tabbable-panel .nav-tabs > li.active > a:hover {
            background-color: #fff;
            border-radius: 0px;
            border-color: rgba(255,255,255,.3);
            border-bottom: 0px;
            color: #000;
            border-radius: 6px 6px 0px 0px;
            font-weight: bold;
        }

        .tabbable-panel .nav-tabs > li {
            margin-bottom: -2px;
        }

            .tabbable-panel .nav-tabs > li > a:hover {
                background-color: rgba(255,255,255,.2);
                color: #fff;
                border-color: rgba(255,255,255,.3);
                border-radius: 0px;
            }

.tab-content {
    border: 1px solid rgba(255,255,255,.3);
    background-color: #fff;
    height: 650px;
    padding: 15px;
    border-radius: 0px 6px 6px 6px;
}

    .tab-content ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .tab-content ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 10px;
        }

    /*.tab-content ul li:before {
                content: "\f105";
                font-family: 'FontAwesome';
                position: absolute;
                left: 0px;
            }*/

    .tab-content h2 {
        color: #ED6207;
    }

    .tab-content h4 {
        margin-top: 15px;
        color: #000;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

footer {
    padding: 10px 15px;
    background-color: #2f3293;
    color: #fff;
}

    footer p {
        margin: 0px;
        padding: 0px;
    }

        footer p a {
            color: #FF3;
        }

            footer p a:hover {
                color: #FF3;
                text-decoration: underline;
            }

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ff8434;
}

#radioInline2 {
    display: none;
}

.registration .lable2 {
    background-color: #ffe4d3;
    padding: 5px 8px;
    border: 0px;
    color: #000;
    min-width: 76px;
    min-width: 76px;
    font-size: 16px;
}

.regis-content .icon-addon .radio {
    margin-top: 5px;
}

.coursename {
    height: auto;
    padding: 5px 15px;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.1);
    background-color: #fff;
    margin-bottom: 15px;
}

.eligbility {
    float: right;
}

    .eligbility a {
        color: #666;
        font-size: 11px;
        padding: 3px;
    }

        .eligbility a:hover {
            text-decoration: none;
            background-color: #efefef;
            color: #000;
        }

.corselist {
    min-height: 238px !important;
}

.eligbility + .tooltip > .tooltip-inner {
    width: 850px !important;
}

.registration .radio {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.modal-dialog {
    margin: 11% auto 30px auto;
}

.details {
    padding: 8px 10px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    background-color: #efefef;
    color: #000;
}

.frize {
    color: #000;
    padding: 15px 10px !important;
}

.input-icon-red {
    border: 1px solid #48a553 !important;
    background: #48a553 !important;
}

.lable-red {
    background: #d5edd8 !important
}

.news li a {
    display: block;
    background: url(../images/arrow.png) no-repeat 10px 9px;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #635f5f;
    padding: 8px 0 8px 25px;
}

.news {
    overflow: hidden;
    overflow-y: scroll;
    background: #ffffff8a;
    height: 520px;
}

    .news::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.news {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*.news-section .well {
    background-color: #2f3293;
    min-height: 430px;
    margin-bottom: 0px;
    padding: 0px;
}

.news-section .well {
    
    min-height: 430px;
    margin-bottom: 0px;
    padding: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.news-section .well ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.news-section .well ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
    .news-section .well ul li {
        color: #5592ef;
        width: 30%;
        border-right: solid 1px RGBA(0, 0, 0, 0.76);
        border-bottom: solid 1px RGBA(0, 0, 0, 0.76);
        text-align: center;
        display: inline-block;
        padding: 15px 0px;
        float: left;
        min-height: 143px;
    }

    .news-section .well ul li {
        color: #5592ef;
        width: 30%;
        border-right: solid 1px RGBA(0, 0, 0, 0.76);
        border-bottom: solid 1px RGBA(0, 0, 0, 0.76);
        text-align: center;
        display: inline-block;
        padding: 15px 0px;
        float: left;
        min-height: 143px;
    }
.news-section .well li a i {
    font-size: 3.5em;
    display: block;
    margin-bottom: 10px;
}

.news-section .well li a i {
    font-size: 3.5em;
    display: block;
    margin-bottom: 10px;
}
.news-section .well li a span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.news-section .well li a:hover {
    color: #fff;
    text-decoration: none;
}
.news-section .well ul li:hover {
    background-color: RGBA(4, 4, 5, 0.27);
}*/

@media screen and (max-width: 768px) {
    .tabbable-panel {
        margin-right: 0px;
    }

    .heading {
        font-size: 20px !important;
    }
}


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


    .heading {
        font-size: 13px !important;
    }
}

.helpline {
    background: white;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 10px;
    position: relative;
}

.heading-2 {
    font-size: 1.4em;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    position: absolute;
    width: 76%;
    margin: 0px auto 0px auto;
    top: 0px;
    text-align: center;
    background-color: #FFB300;
    color: #000;
    font-weight: bold;
    right: 0;
    left: 0;
    z-index: 101;
}

.phn {
    font-size: 25px;
    font-weight: 900;
    color: #2f3293;
    padding: 5px 0px;
    margin: 0px;
}
