﻿@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;*/

/* Start Loader CSS */

.admission-close
{
    margin: 82px auto;
    /* border: 1px solid #efefef; */
    /* box-shadow: 0px 0px 12px rgba(0,0,0,.2); */
    /* width: 45%; */
    padding: 20px;
    box-sizing: content-box;
    text-align: center;
}

    .admission-close h1
    {
        color: #d20606;
        margin: 0px;
    }

    .admission-close h3
    {
        color: #989898;
    }

.spinner {
  margin: 35px auto;
  width: 105px;
  height: 70px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: deepskyblue;    /*#29315F;*/ /*#29315F;*/
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect6{
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner .rect7{
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* End Loader CSS */


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    background-color: #d0edf5;
    background-image: url(../images/landing-bg.png);
    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);
}

.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: #000 !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: #5B6B7B;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    border-radius: 4px;
    margin-top: 2%;
    margin-bottom: 5%;
    padding-top: 30px;
    padding-bottom: 15px;
}

.registration {
    background-color: #EEECF9;
    min-height: 353px;
    border-radius: 4px;
}

.heading {
    font-size: 1.6em;
    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: #00C9FF;
    color: #fff;
    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: 15px 0px;
    color: #000;
}

.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: 1.33;
        height: 53px;
        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: #ffe4d3;
    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: #ff8434;
    color: #fff;
    border-color: #ff8434;
}

.registration .btn-primary {
    background-color: #00C9FF !important;
    border: 0px;
    color: #fff;
    transition-duration: .2s;
    padding: 13px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
}

.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: 310px;
    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: #324058;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    footer p {
        margin: 0px;
        padding: 0px;
    }
    footer p a{ color:#FFF !important; text-decoration:none !important}

            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: 91px !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;
}

.nano {
    height:91px !important;
}
.coursename .radio label
{ width:70%;
}




@media only screen and (max-width:767px) {
.logo h2 {
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.logo h4 {
    font-size: 1em;
    text-align: center;
    margin: 3px 0px 0px 0px;
}
.heading {
    font-size: 1.6em;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: relative;
    width: 100%;
    margin: 0px auto 24px auto;
    top: 0px;
    text-align: center;
    background-color: #00C9FF;
    color: #fff;
    font-weight: bold;
    right: 0;
    left: 0;
    z-index: 101;
}

.navbar-nav > li > a {
    padding: 6px 0px 0px 0px;
    font-size: 1.3em;
    font-weight: bold;
    color: #000 !important;
    transition-duration: .3s;
}
.nav {
    float: none;
    text-align: center;
}
.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 84px;
    padding: 0px 14px;

}

.registration {
    min-height: 576px;

}

.logo{
    width: 140px;
    margin: auto;
}
.navbar-toggle {
    display: none;
}
.collapse {
    display: block !important;
}
.logo-heading h2 {
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.logo-heading h4 {
    font-size: 1em;
    text-align: center;
    margin: 3px 0px 0px 0px;
}

.tab-content h2 {
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    padding: 0px;
}
.registration h3 {
    text-align: center;
    padding: 14px 0px 0px 0px;
    color: #000;
    font-size: 18px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 3px 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.registration .lable {
    background-color: #ffe4d3;
    padding: 5px 8px;
    border: 0px;
    color: #000;
    max-width: 80px;
    min-width: 80px;
    font-size: 14px;
}






}

@media only screen and (max-width:480px) {
.heading {
    font-size: 1.1em;
}
.coursename .radio label {
    width: 36%;
    font-size: 12px;
}
.regis-content {
    padding: 0px 15px;
}
.tabbable-panel .nav-tabs > li > a {
    font-size: 1em;

}



}

