/* font roboto */

@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html,
ul,
li,
a {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*overflow-x: hidden;*/
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

select:focus,
input:focus,
textarea:focus {
    outline-color: #A00055;
}

select {
    background-color: #ffffff;
}

ul {
    list-style-type: none;
}
marquee{
	color: #ffffff;
}

/* 
==================
site color
==================
*/

--border {
    color: #050649;
}

--background {
    background-color: #050649;
}

--active {
    background-color: #ff7200;
}


/*
=========================================
custom scroll bar
=========================================
*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #FCFCFC;
}

::-webkit-scrollbar-thumb {
    background-color: #050649;
    -webkit-border-radius: 0px;
}


/*
====================
padding related
====================
*/

.pdl {
    padding-left: 0;
}

.pdr {
    padding-right: 0;
}


/*
=========================================
font for heading or style for heading
=========================================
*/

a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.capitalize {
    text-transform: capitalize;
}


/* 
===================
global
===================
 */

.form-control {
    border-radius: 0px;
    padding-left: 2px;
}

button,
.btn {
    border-radius: 2px;
}

textarea {
    max-width: 100%;
}

.btn:visited,
.btn:focus,
.btn:active {
    outline: none;
}

.form-label {
    text-transform: capitalize;
}

.error-span,
.req-star {
    color: red;
}

.error-span {
    font-size: 12px;
}


/* all modals */

.modal-backdrop {
    background-color: #050649;
}

.modal-header {
    background-color: #ff7200;
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
}


/* 
=================
all tables
=================
 */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px;
    border: 1px solid #cccccc;
}


/*
=============
top bar
=============
*/

.top-bar {
    background-color: #304f94;
    min-height: 100px;
    padding: 10px 0px 0px 0px;
}

.logo-wrapper {
    width: 400px;
    margin-top: 16px;
}

.logo-wrapper > a > img {
    width: 100%;
}


/* top bar search section */

.search-login-sec > input {
    padding: 4px 30px 4px 4px;
    border: none;
    height: 28px;
    border-radius: 8px;
    width: 200px;
   /* position: relative;
    z-index: 1;
    right: 0px;
    width: 0px;
    z-index: 1;

    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;*/
}
.w{
    width: 200px !important;
}
.search-login-sec > button {
    height: 28px;
    height: 28px;
    margin-left: -27px;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
   /* position: relative;
    z-index: 2;*/
}

.search-login-sec > input:focus,
.search-login-sec > button:focus {
    outline: none;
}

.search-login-sec,
.user-login-sec {
    margin-top: 30px;
}

.user-login-sec,
.notifcn {
    margin-top: 35px;
    border-left: 1px solid #fff;
    padding-left: 6px;
    margin-left: 6px;
}

.user-login-sec > a,
.notifcn > a {
    color: #ffffff;
}

.user-login-sec > a:hover {
    text-decoration: underline;
}


/* top bar login window */

#myModal-login .login-form-holder > h3 {
    background-color: #ff7200;
}

#myModal-login .login-form-holder {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#myModal-login .login-window {
    border: 1px solid #ff7200;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 4px 4px -2px #666;
}

#myModal-login .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

#myModal-login .login-window .user-help > span,
#myModal-login .login-window .user-help > span + a {
    display: inline-block;
}


/* top bar notification */

.notifcn {
    position: relative;
}

.notifcn > a > span {
    position: absolute;
    right: -13px;
    top: -13px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 50%;
    background: red;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}


/*
====================
menu bar
===================
*/

#myNavbar {
    padding-left: 0;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
}


/* nav bar in center position */

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.navbar-default {
    border: none;
    background: #304f94;
    border-top: 3px solid #ff7200;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff7200;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ff7200;
    background-color: #171967;
}


/* forgot pwd popup */

#forgot-pwd-popup {
    background: rgba(43, 42, 89, 0.71);
}

#forgot-pwd-popup .col-lg-6 {
    width: 100%;
}

#forgot-pwd-popup .form-btns {
    text-align: center;
}

#forgot-pwd-popup .modal-dialog {
    width: 500px;
}


/*
====================
origin and history
====================
*/

.main-piller {
    padding: 2px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    box-shadow: 0 0 2px #050649;
}

.main-piller > img {
    width: 24px;
}


/*
================
facilities
================
*/

.carousel-holder {
    padding: 6px;
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.carousel-caption {
    right: 20%;
    left: 0%;
    bottom: -24px;
    padding-bottom: 0px;
    padding-top: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.34);
    padding: 0px;
    -webkit-transition: bottom 0.4s ease-in-out;
    -o-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
}

.carousel-caption p {
    margin: 0px;
    text-align: left;
    font-size: 18px;
    padding-left: 4px;
}

.item:hover {
    cursor: text;
}

.item:hover > .carousel-caption {
    bottom: 0px;
}

.faci-title {
    border: 1px solid #ccc;
    padding: 6px;
    margin-top: 10px;
    background: #304f94;
    color: #fff;
    text-align: center;
    box-shadow: 0px 2px 6px -2px #050649;
}

.carousel-holder .carousel-inner>.item>a>img,
.carousel-holder .carousel-inner>.item>img {
    line-height: 1;
    height: 160px;
}


/*
================
about us
================
*/

.history-holder > .title,
.vision-row div > .title,
.contact-us .title {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.vision-row div > .title {
    margin-top: 0px;
}

.history-holder > .title:after,
.vision-row div > .title:after,
.contact-us .title:after {
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    content: "";
    background-color: #ff7200;
    height: 2px;
}


/* 
=====================
vision & mission
=====================
 */

.vision-main-ttl {
    margin-bottom: 40px;
}

.vision-row {
    margin-bottom: 50px;
}

.about-img-holder {
    width: 100%;
    height: 180px;
    box-shadow: 0px 4px 4px -2px #000;
}

.about-img-holder img {
    width: 100%;
    height: 100%;
}

.vision-row p {
    padding: 20px;
    border: 1px solid #050649;
    box-shadow: 0px 4px 4px -3px #000;
}


/* management */

.management-person {
    padding: 6px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    background: #050649;
    margin-bottom: 20px;
}


/*
===================
addmission
===================
*/

.btn-wrapper > .btn {
    width: 100%;
    border-radius: 0px;
}

.btn-wrapper > .btn,
.bread-crumb,
.admisn-bread-crumb,
.new-user-bread-crumb {
    margin-top: 10px;
}

.bread-crumb,
.admisn-bread-crumb,
.new-user-bread-crumb {
    padding: 6px;
    border: 1px solid #050649;
    /*border-bottom: 0px;*/
    border-collapse : collapse;
}

.bread-crumb > a,
.admisn-bread-crumb > a,
.new-user-bread-crumb > a {
    border-bottom: 1px dotted #000000;
}

.new-user-bread-crumb {
    display: none;
}

.btn-wrapper > .btn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 2px 0px #000;
    text-align: center;
    position: relative;
}

.btn-wrapper > .btn:hover {
    background-color: #ff7200;
    color: #ffffff;
    border-color: #ff7200;
}

.active-btn {
    background-color: #ff7200 !important;
    color: #ffffff !important;
    border-color: #ff7200 !important;
}

.addmission-process-btns > a > .fa-hand-o-right {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 10px;
}

a.active-btn > .fa-hand-o-right {
    opacity: 1;
}

span.noti-count {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: red;
    font-size: 12px;
    color: #ffffff;
    border-radius: 50%;
}


/* rhs side */

.login-form-holder,
.change-pwd-form-holder {
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.login-window,
.change-pwd-window {
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 0px 4px 4px -2px #666;
}

.login-form-holder > h3,
.change-pwd-form-holder > h3 {
    text-align: left;
    padding: 10px;
    margin-bottom: 0px;
    background: #171967;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.login-window .form-label,
.change-pwd-window .form-label {
    font-size: 16px;
}

.login-window .form-element,
.change-pwd-window .form-element,
#forgot-pwd-popup .form-element {
    margin-bottom: 10px;
}

.login-window .form-btns {
    float: left;
}

.login-window .user-help {
    float: right;
    margin-top: 12px;
}

.login-window .user-help > a:hover {
    text-decoration: underline;
}

.login-window .user-help > span,
.login-window .user-help > span + a {
    display: none;
}


/* registered email id */

.login-window .recover-pwd {
    display: none;
    margin-top: 20px;
}

.login-window .recover-pwd > input {
    margin-bottom: 10px;
}


/* registration popup */

#new-registraion .modal-body .form-element {
    margin-bottom: 14px;
}

#new-registraion .form-btns {
    margin-bottom: 10px;
}

.login-form-wrapper > .login-form-holder {
    display: none;
}

.login-n-reg-btns-holder {
    /*width: 300px;
    margin: 0px auto;*/
    text-align : center;    
    margin-top: 40px;
    /*line-height: 260px;*/
}
.user-alert-desc{
	line-height : 25px;
	border: 1px solid rgb(0, 0, 0);
    margin: 30px 100px 0px;
}
.login-n-reg-btns-holder > .btn {
    width: 120px;
    padding: 10px;
}


/* 
=================
form title
=================
 */

.form-holder > form > .fields-wrapper > h4,
.fields-wrapper .table-title,
.fields-wrapper > h4,
.form-holder.rules > .fields-wrapper h4 {
    background: #050649;
    color: #ffffff;
    padding: 6px;
    margin-bottom: 0;
    font-size: 16px;
}

.fields-wrapper > h4 {
    margin-top: 0;
}


/*
=======================
application form
======================
*/

.login-form-wrapper {
    min-height: 460px;
    border: 1px solid #050649;
}

.forms-wrapper,
.new-user-forms-wrapper {
    min-height: 460px;
    border: 1px solid #050649;
    display: none;
}

.forms-wrapper {
    display: block;
}

.forms-wrapper.application-form {
    display: none;
}

.personal-details-form > .col-lg-6 > h2 {
    margin-bottom: 0px;
    margin-top: 50px;
}

.forms-wrapper > .form-holder,
.new-user-forms-wrapper > .new-user-form-holder {
    padding: 6px;
}

.user-img {    
    margin-bottom: 0px;    
}

.user-img > img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    overflow:hidden;
    margin-bottom: 6px;
}

.browse-user-pic {
    max-width: 200px;
}

.form-holder > form > .fields-wrapper,
.new-user-form-holder > form > .fields-wrapper {
    margin-bottom: 20px;
}

.fields-wrapper .fields-border {
    border: 1px solid rgba(204, 204, 204, 0.66);
    padding: 10px 6px;
}

.fields-wrapper .fields-border .form-element {
    margin-bottom: 12px;
}

.result-awaited-chkbox > label,
.address-same > label {
    vertical-align: middle;
}

.fields-wrapper .fields-border textarea.form-control {
    height: 34px;
    max-width: 100%;
}

.address-same {
    margin-top: 20px;
}

.education-details-form,
.education-details-form-conti {
    display: none;
}

.edu-table th {
    text-align: left;
}

.edu-table th > span {
    display: block;
}

.new-user-forms-wrapper {
    display: none;
}


/*
====================
educational details
====================
*/

#myModal-del .modal-dialog {
    width: 400px;
}

#myModal-edit .form-element {
    margin-bottom: 20px;
}
.edit_edu_details,
.btnRemoveEducation,
.curr_edit_edu_details{
	border: 1px solid #666666;
	border-radius: 8px;
	padding : 2px;
	background-color: #666666;
	color: #ffffff;
}
.edit_edu_details:hover,
.btnRemoveEducation:hover{
	background-color : #999999;
	cursor : pointer;
}

/* 
===========
pay fees
==========
*/

.fees-structure-table tfoot > tr > td {
    font-weight: bold;
}

.cheque-secetion,
.dd-section,
.cash-section,
.neft-section {
    margin-top: 20px;
    display: none;
}


/* 
===============
notification
===============
 */


/* 
=================
fees structure
=================
 */

.fields-border > ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.fields-border.note {
    background: #6E6A6F;
    color: #fff;
}

.table-title.bank-dtl {
    width: 100%;
}

.fields-wrapper .table-title.fees-note-ttl {
    background-color: #ffc000;
    border-color: #ffc000;
    width: 100%;
}


/*
================
how to apply
===================
*/

.down-arrow-img {
    text-align: center;
}

.step.payment {
    width: auto;
    height: auto;
    padding: 6px;
    border: 4px double #ccc;
}

.step {
    width: 450px;
    height: 260px;
    margin: 0 auto;
}

.step > img {
    width: 100%;
    height: 100%;
    margin-bottom: 6px;
}


/*
=========================
rules and regulation
=========================
*/

.form-holder.rules > .fields-wrapper {
    margin-bottom: 10px;
}


/* 
====================
anti ragging
====================
 */

.affidavit-note {
    font-style: italic;
}

.anti-hr-rule {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin-bottom: 6px;
}


/* 
==================
conntact us
==================
 */

.contact-us-form > form > .form-element {
    margin-bottom: 10px;
}

.contact-us-form {
    padding: 18px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 4px -2px #050649;
}


/* 
================
happening
===============
 */

.fancy-holder {
    width: 100%;
    height: 260px;
    margin: 20px 0px;
    border: 1px solid #ccc;
    padding: 4px;
    box-shadow: 0px 4px 4px -2px #666;
}

.fancy-holder img {
    width: 100%;
    height: 100%;
}

.happening-container {
    min-height: 460px;
}

.happenings-btn {
    text-align: center;
    margin-top: 20px;
}


/* 
===============
faqs
===============
*/

.faqs-wrapper {
    margin-top: 20px;
}

.faqs-wrapper > div > p:nth-of-type(1) {
    color: #050649;
}

.faqs-wrapper > div > p:nth-of-type(2) {
    color: #000000;
}

.faqs-wrapper > div {
    padding: 6px;
    border: 1px dotted #050649;
    margin-bottom: 10px;
}


/*
==================
footer
==================
*/

footer {
    margin-top: 20px;
    padding: 6px;
    background: #304f94;
}

footer,
footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ff7200;
}


/*
=====================
back to top
=====================
*/

.back-to-top {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 15%;
    right: 4%;
}

.back-to-top:hover {
    cursor: pointer;
}

.back-to-top span {
    border-radius: 50%;
}

.back-to-top > div {
    position: relative;
}

.back-to-top span {
    position: absolute;
    */ display: block;
    background: rgba(0, 0, 0, 0.40);
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.error,
#file_error{
	color :#D21616;
}

.carouselImage {
    width: 100%;
    height: 70vh !important;
}