@charset "utf-8";
/* CSS Document */
/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
html, body {max-width: 100%; overflow-x: hidden;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) {display:none;}
* {margin:0; padding:0; outline:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after,  {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}
a, a:hover, a:active, a:focus {outline:none; outline-style:none; outline-width:0; }
img {width:auto\9; height:auto; max-width:100%; vertical-align:middle; border:0; -ms-interpolation-mode:bicubic;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer; -webkit-appearance:button;}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {cursor:pointer;}
input[type="search"] {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
textarea {overflow:auto; vertical-align:top;}

body{margin:0; padding:0px; /*background:#fafafa;*/ font-family: 'Montserrat', sans-serif!important; color:#000; font-size:14px; font-weight:400; line-height:normal;}

:root {
  --blue: #243d92;
  --white: #ffffff;
  --footer-border:#414555; 
}







@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.clr {font-size:0; height:0; line-height:0; clear:both;}
.left {margin:0; padding:0; width:auto; height:auto; float:left;}
.right {margin:0; padding:0; width:auto; height:auto; float:right;}

a{text-decoration:none; box-shadow:none; transition: all 0.4s ease-in-out 0s;}
a:hover{text-decoration:none; box-shadow:none; border-bottom:none; }
a:focus{text-decoration:none; box-shadow:none; border-bottom:none;}
strong{font-weight:600;}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.full-img{ width:100%; height:auto; }

h1, h2, h3, h4, h5, h6, p{margin-top:0px; letter-spacing:0px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto-Bold', sans-serif;}
.pull-left{float:left;}
.pull-right{float:right;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-justify{text-align:justify;}
.text-center{text-align:center;}
.text-transform{text-transform:uppercase;}
.image-left{ float:left; margin:0px 25px 15px 0px;}
.image-right{ float:right; margin:0px 0px 15px 25px;}
.alignleft{ float:left; margin:0px 25px 20px 0px;}
.alignright{ float:right; margin:0px 0px 20px 25px;}
.image-left img, .image-right img{ border:0px solid #fff;}
.image-middle{margin:0px auto 20px;}
.image-responsive{width:100%;}
.container{ max-width:1200px;}





header{margin:0px; padding:8px 0px; height:auto; width:100%; /*text-align:center;*/ z-index:999; 
position:static; left:0px; top:0px; background: #786e6d2b; }


/*===========homesection05 end===========*/

/*=========footer start================*/
footer{ width:100%; background:#FFF; padding-top:60px; padding-bottom:10px; /*min-height:350px;*/ }

.footer-bottom p{ border-top:1px solid #e5e7ea; text-align:center; color:#2f354e; font-size:16px; line-height:58px;
font-weight:400;  text-transform:uppercase; }

/*=========footer end================*/

.banner {
    width: 100%;
    background: #f1f1f1;
    padding: 20px 5px;
    text-align: center;
	margin-bottom: 20px;
}
.banner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #786e6d;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  /*height: 85px;*/
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card .card_header {
	background: #ffa500;
	padding: 10px 16px;
}
.card .card_header h4 {
    color: #786e6d;
	font-size: 20px;
}
.card .card_body {
  /*padding: 2px 16px;*/
}
.card_body ul li {
    list-style: none;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #786e6d;
    padding: 2px 16px;
}

.entered {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}
.check-form-status-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background: #786e6d;
    color: #fff;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 24px;	
}
.check-form-status-btn:hover {
    background: #f1f1f1;
}
.instructions-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    background: #f1f1f1;
    color: #ccc;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 24px;	
}
.instructions-btn:hover {
    background: #786e6d;
}
.statusright {
	float: right;
}

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
	margin-top: 35px;
	margin-bottom: 15px;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
}


.dropify-wrapper{ border-radius: 4px; cursor: pointer;}
.dropify-message .file-icon {
    display: inline;
    font-size: 18px !important;
	color: black !important;
}
.dropify-message p {
    display: inline;
}
.req {
    color: red;
}
.form-group label {
    font-weight: normal;
	margin-bottom: 5px;
}
.field-details {
    font-size: 10px;
    margin: 5px 0px;
}
.btn {
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 17px;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
.topsection-middle {
    padding-top: 10px;
}
.logo-section {
    margin: 0px;
    padding: 10px 0px;
    height: auto;
    width: 100%;
    text-align: left;
}
header #cssmenu > ul > li > a.active {
    color: #000;
}
header #cssmenu > ul > li > a {
    background: #ffa500;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
}
body .panel-primary {
    border-color: #ffa500;
}
body .panel-primary .panel-heading, .btn.btn-primary {
    border-color: #ffa500;
    background-color: #ffa500;
}
.green {
	color: green;
}
.green:hover {
	color: green;
}
.red {
	color: #ff0000;;
}
.red:hover {
	color: #ff0000;;
}
.offlie-step {
	margin-top: 30px;
}
.offlie-step li {
    list-style: none;
    line-height: 50px;
    font-size: 20px;
}

.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -41.5%;
}
.login-logo img{
    position: absolute;
    width: 20%;
    margin-top: 19%;
    background: #282726;
    border-radius: 4.5rem;
    padding: 5%;
}
.login-form-1{
    padding: 9%;
    background:#282726;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    margin-bottom:12%;
    color:#fff;
}
.login-form-2{
    padding: 9%;
    background: #ffa500;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    margin-bottom:12%;
    color: #fff;
}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.btnForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btnForgetPwd:hover{
    text-decoration:none;
    color:#fff;
}

form .form-control[disabled], form .form-control[readonly], form fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
	.login-flex {
		display: flex;
	}

	.login-flex .login-form-1, .login-flex .login-form-2 {
		display: table-cell;
	}
}

.white-text {
    color: #fff !important;
}
.dark {
    background-color: #ffa500 !important;
}
body table.table thead th {
    border-top: none;
}
body table.table th, body table.table td {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}
.data-not-found {
    text-align: center;
}
.data-not-found img {
	width: 150px
}
a:hover {
    color: #f9f9f9 !important;
}
.new-application-btn {
    vertical-align: top;
    padding: 5px 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background: #786e6d;
    color: #fff;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
	font-size: 22px;
}
.unpaid {
    background-color: #ff0000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.paid {
    background-color: #00ff00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.process {
    background-color: #00ffd0;
    color: #000;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.decline {
    background-color: #ff0000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.accept {
    background-color: #f9f9f9;
    color: #1b561b;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.btn-edit {
    background-color: #E8E6A7;
    color: #727272;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.btn-download-receipt {
    background-color: #E8E6A7;
    color: #727272;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.btn-click-for-admission {
    background-color: #b71c1c;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
}

.offline-form-assign {
    width: fit-content;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #878787;
    float: right;
}
.btn-offline-form-assign {
    background-color: #979797;
    color: #fff;
    padding: 1px 20px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    float: right;
    margin-top: 5px;
}

.modal-header, .modal-header h4, .modal-header .close {
    background-color: #ffa500;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
.modal-footer {
	background-color: #f9f9f9;
}

img.ajax-loader {
    padding: 0px;
    margin: 0px;
    width: 22px;
}

.addmission_header {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
}

.addmission_body {
    padding-top: 30px;
	line-height: 23px;
}

.text-1 {
    padding: 25px 0;
}

ol {
    padding-left: 10px;
    line-height: 25px;
    font-weight: 600;
}

ol::marker {
	padding-right: 20px;
}

ul.student-details-menu {
    margin: 0px auto 45px;
    width: 1100px;
}
ul.student-details-menu > li {
    display: inline-block;
    zoom:1;
    *display:inline;
}
ul.student-details-menu > li a {
    background: #786e6d;
    color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
	font-size: 16px;
}
ul.student-details-menu > li.active a {
    background: #21a400;
}

ul.student-details-list li {
    list-style: none;
    line-height: 25px;
}
.student-details-list small {
    font-size: 12px;
    font-weight: 600;
}
ul.student-details-list {
    margin-bottom: 20px;
}
.btn-pay-now {
    background-color: #ff005e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}
.btn-pay-now:hover {
	background-color: #1aae26;
}

.btn-pay-now-procced {
    background-color: #ff005e;
    color: #fff;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
}
.btn-pay-now-procced:hover {
	background-color: #1aae26;
}
.payment_terms_list li {
    list-style: none;
    line-height: 16px;
    margin: 20px 0;
    padding: 0px 0px;
    margin-left: 15px;
}

.payment_terms_list li:before {
    background: currentColor;
    border-radius: 100%;
    content: " ";
    display: inline-block;
    height: .5rem;
    left: -.8rem;
    line-height: 1.6;
    position: relative;
    text-align: center;
    top: 0;
    width: .5rem;
}

.fees_details {
	width: 100%
}
.sub_total {
	font-weight: 700;
}
.discount_fees {
	font-weight: 700;
}
.total_fees {
	font-weight: 700;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.40rem
}

.img-sm {
    width: 80px;
    height: 80px
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.table-shopping-cart .price-wrap {
    line-height: 1.2
}

.table-shopping-cart .price {
    font-weight: bold;
    margin-right: 5px;
    display: block
}

.text-muted {
    color: #969696 !important
}

a {
    text-decoration: none !important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[class*="dlist-"] {
    margin-bottom: 5px
}

.coupon {
    border-radius: 1px
}

.price {
    font-weight: 600;
    color: #212529
}

.btn.btn-out {
    outline: 1px solid #fff;
    outline-offset: -5px
}

.btn-main {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
    color: #fff;
    width: 100%
}

.btn-light {
    color: #ffffff;
    background-color: #F44336;
    border-color: #f8f9fa;
    font-size: 12px
}

.btn-light:hover {
    color: #ffffff;
    background-color: #F44336;
    border-color: #F44336
}

.btn-apply {
    font-size: 11px
}

.input-group-btn .btn {
    font-size: 9px;
}

.btn-basic {
	background: #efefef;
	color: #000;
}