/*!
 * Start Bootstrap - New Age v4.0.0-beta (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat','Muli', 'Helvetica', 'Arial', 'sans-serif';  
}
body input[type=text]{
  text-transform:capitalize;
}
a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s; }
  a:hover, a:focus {
    color: #fcbd20; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

hr.light {
  border-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

section {
  padding: 50px 0; }
  section h2 {
    font-size: 50px; }
section.cont-reg{
  padding: 0px 0px 100px 0px;
}
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #009988!important;
  box-shadow: 0 8px 6px -6px black;
}
#mainNav a{
  color: #000!important;
}
#mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #fcbd20;
}
#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}
  #mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; }
    #mainNav .navbar-nav > li > a.active {
      color: #fdcc52 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li > a.active:hover {
        background-color: transparent; }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #000; }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #fdcc52; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: #fff; }
      #mainNav .navbar-brand {
        color: fade(white, 70%); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li > a,
      #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li > a:hover,
        #mainNav .navbar-nav > li > a:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #000; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #fdcc52; }
        #mainNav.navbar-shrink .navbar-nav > li > a,
        #mainNav.navbar-shrink .navbar-nav > li > a:focus {
          color: #000; }
          #mainNav.navbar-shrink .navbar-nav > li > a:hover,
          #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
            color: #fdcc52; } }

header.masthead,#page-top {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  color: white;
  /*background: url("../img/bg-pattern.png"), #7b4397;*/
  background: url("../img/bg-pattern.png"), #0045a2;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  /*background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/ }
  header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center; }
    header.masthead .header-content h1 {
      font-size: 30px; }
  header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto; }
    header.masthead .device-container .screen img {
      border-radius: 3px; }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      /*min-height: 775px;*/
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead .header-content {
        margin-bottom: 0;
        text-align: left; }
        header.masthead .header-content h1 {
          font-size: 50px; }
      header.masthead .device-container {
        max-width: 325px; } }

section.download {
  position: relative;
  padding: 10px 0; }
  section.download h2 {
    font-size: 50px;
    margin-top: 0; }
  section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
    section.download .badges .badge-link:last-child {
      margin-bottom: 0; }
    section.download .badges .badge-link img {
      height: 60px; }
    @media (min-width: 768px) {
      section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    section.download h2 {
      font-size: 70px; } }

section.features .section-heading {
  margin-bottom: 100px; }
  section.features .section-heading h2 {
    margin-top: 0; }
  section.features .section-heading p {
    margin-bottom: 0; }

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto; }

section.features .device-container {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    section.features .device-container {
      margin-bottom: 0; } }

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  section.features .feature-item h3 {
    font-size: 30px; }
  section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.cta .cta-content {
    position: relative;
    z-index: 1; }
    section.cta .cta-content h2 {
      font-size: 50px;
      max-width: 450px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
    @media (min-width: 768px) {
      section.cta .cta-content h2 {
        font-size: 80px; } }
  section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

section.contact {
  text-align: center; }
  section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px; }
    section.contact h2 i {
      color: #dd4b39; }
  section.contact ul.list-social {
    margin-bottom: 0; }
    section.contact ul.list-social li a {
      font-size: 40px;
      line-height: 80px;
      display: block;
      width: 80px;
      height: 80px;
      color: white;
      border-radius: 100%; }
    section.contact ul.list-social li.social-twitter a {
      background-color: #1da1f2; }
      section.contact ul.list-social li.social-twitter a:hover {
        background-color: #0d95e8; }
    section.contact ul.list-social li.social-facebook a {
      background-color: #3b5998; }
      section.contact ul.list-social li.social-facebook a:hover {
        background-color: #344e86; }
    section.contact ul.list-social li.social-google-plus a {
      background-color: #dd4b39; }
      section.contact ul.list-social li.social-google-plus a:hover {
        background-color: #d73925; }

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222; }
  footer p {
    font-size: 12px;
    margin: 0; }
  footer ul {
    margin-bottom: 0; }
    footer ul li a {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.3); }
      footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none; }

.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539); }

.text-primary {
  color: #fdcc52; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52; }

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase; }

.btn-xl {
  font-size: 11px;
  padding: 15px 45px; }
.link-forgot-password{
  color: #007bff!important;
}
.link-forgot-password:hover{
  color: #000!important;
}
.panel-register{
  width:80%;
  margin: auto;
}
.col-md-4{
  margin-bottom: 10px;
}
.col-md-4:last-child{
  margin-bottom: 0px;
}
.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}
.remove-margin{
  margin-bottom: 25px!important;
}
.calendar-icon{
  background-image: url("../img/icon-calendar.png");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.features{
  background-color: #fffacd;
}
/**********override modal*******/
.modal-dialog{
	box-shadow: 0px 0px 7px 2px #fff;
    border-radius: 5px;
    border: transparent;
}
.modal-header{
	background-color: #FA6210;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}
.modal-header h4{
  font-size: 1em;
}
.modal-content{
	border:none!important;
  font-size: 1em;
}
/**********override modal*******/
#refresh-button,#refresh-button-login {
    background: center center url(../img/refresh.png) no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
fieldset{
  border:1px solid #c0c0c0;
  padding: 0 2% 0 2%;
}
fieldset legend{
  width:auto;
  font-size: 1em;
  font-weight: bold
}
.main-container{
  position:relative;
  width:100%;
  height: 100%;
  padding-top:50px;
  padding-bottom:50px;
  color:#fff;
  background:url(../img/bg-pattern.png),#0045a2;
  background:url(../img/bg-pattern.png),
  -webkit-linear-gradient(to left,#7b4397,#dc2430);
  /*background:url(../img/bg-pattern.png),
  linear-gradient(to left,#7b4397,#dc2430)*/
}
.pay-instruction ul{
  list-style-image: url(../img/icon-hand-pointer.png);  
}
#aau-error-text,#aau-error-text-photo-sign{
  font-family: tahoma,vardana,arial,sans-serif;
  font-size: 13px;
  color: #ff0000;
}
.main-sub-container{
  width:100%;
  height: auto;
  margin: 0px auto;    
  border-radius: 5px;
  padding: 10px 0px;
}
.panel-personal-info .panel-heading{
  font-size:17px;
  text-align: center;
  font-weight:bold;
  text-shadow: 1px 0px #000;
  border-bottom: 3px double #c0c0c0;
  background-color: #01315A;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}
.panel-personal-info{
  width:90%;
  margin:1% auto;
  margin-top:2%!important;
  background-color: DarkGrey;
  padding: 1%;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;				
  box-shadow: 0 8px 6px -6px black;
}
.cls-auto-height{
  height: auto;
}
.cls-highlight{
  font-weight:bold;
  font-size:15px;
  color: #fff;
  text-decoration:none;
  width:100%;
  border-bottom:1px solid #c0c0c0;
}
.cls-highlight-nb{
  font-weight:bold;
  font-size:15px;
  color: #fff;
  text-decoration:none;
  width:100%;
}
.cls-highlight-normal{
  font-weight:normal;
  font-size:13px;
  color: #000;
  text-decoration:none;
  width:100%;
  border-bottom:1px solid #c0c0c0;
}
.cls-highlight-not-bold th{
  font-weight:normal;
  font-size:15px;
  color: #fff;
  text-decoration:none;
}
.cls-data-text{
  font-size:13px;
  color: #fff;
  text-decoration:none;
  text-shadow: 1px 0px #000;
}
.panel-body form{
  margin-top:2%;
}
.adjust-top{
  margin-top: 1%;
}
.cls-hide{
  display: none;
}
.panel-payment .panel-heading{
  font-size:17px;
  text-align: center;
  font-weight:bold;
  text-shadow: 1px 0px #000;
  border-bottom: 3px double #c0c0c0;
  background-color: #01315A;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}
.panel-payment{
  width:90%;
  margin:1% auto;
  margin-top:2%!important;
  background-color: DarkGrey;
  padding: 1%;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;				
  box-shadow: 0 8px 6px -6px black;
}			
.pay-action .row{
  margin-top:1%!important;
}
.pay-action .col{
  margin-top:1%!important;
}
.appln-address input{
  margin-top:1%;
}
.appln-address input[type="checkbox"]{
  vertical-align: top;
  size: 13px;
}
.upload-hide,.col-hide{
  display: none;
}
.main-sub-container .container-fluid{
  margin: 1% 0px 0px 0px!important;
}
.btn-top{
  margin:1% 0px;
}
.table thead th{
  border-bottom: none;
}
.table th{
			color: #fff!important;
		}
		.cls-txt-center{
			color:#fff;
			text-align: center;
			background-color: #c0c0c0;
			border: 1px solid #c0c0c0;
		}
		.cls-max-marks{
			color: #00ff99!important;
		}
		.cls-obt-marks{
			color: #fff!important;
		}
		/*.bg-primary{
			color: #fff;
			background-color: #007bff!important;
		}*/
		.new-blue{
			background-color:#236790!important;
		}
		.new-hot-blue{
			background-color:#7F5F9F!important
		}
    .new-other-blue{
			background-color:#76a668!important
		}
		.to-hide{
			display: none;
		}
    .bg-input-radio-custom{
      background-color:#9ffc98;
    }
.popover-header{
    color: #fff!important;
    background-color:#405960!important;
}
.txt-board{
  text-transform: uppercase!important;
}
.form-control::placeholder {
  color: #d0d0d0;
  text-transform : inherit;
}
#aau-leave-reason,#gap-reason,#criminal-proceeding-description{
  text-transform : inherit;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */

}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
 
 }
 .ico-download{
  background-image: url(../img/download-icon.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width:32px;
  height: 32px;
 }
.ico-document{
  background-image: url(../img/document-icon.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width:32px;
  height: 32px;
}
.ico-down{
  background-image: url(../img/down-icon.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width:32px;
  height: 32px;
}
.bg-upload{
  background-color: #ffbf36 !important;
}
.bg-light-upload{
  background-color: #f6dda6 !important;
}
.aau-adm-info{
	border-radius:5px;
	-webkit-border-radius:5px;
	text-align: center;
	padding: 1%;	
	-webkit-animation: colorchange 15s;  /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation: colorchange 15s;
	animation-iteration-count: infinite;
}
@keyframes colorchange{
	0%   {background: #FA6210;}
	25%  {background: #014279;}
	50%  {background: #557700;}
	75%  {background: #030507;}
	100% {background: #dd0011;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
	0%   {background: #FA6210;}
	25%  {background: #014279;}
	50%  {background: #557700;}
	75%  {background: #030507;}
	100% {background: #dd0011;}
  }
@media (max-width: 580px) {
	#user-personal-form .col-sm{
    margin-top:1%;
  }
}



/*************breadcrum*********/
@media (max-width: 767px) {
	.btn-breadcrumb { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px) !important; }
}


.btn-breadcrumb{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #ccc;
}
.btn-breadcrumb .btn{
	border-color: transparent; border: 0px solid transparent;
	border-right: 1px solid transparent !important; 
	font-size: 11px;
}
.breadcrumb-default{ background-color: #fff; }
.btn-primary,.breadcrumb-primary{ background-color: #337ab7; }
.btn-primary:hover{background-color: #286090;}

.breadcrumb-success{ background-color: #5cb85c; }
.breadcrumb-info{ background-color: #5bc0de; }
.breadcrumb-warning{ background-color: #f0ad4e; }
.breadcrumb-danger{ background-color: #d9534f; }
.breadcrumb-negro{ background-color: #d4d4d4; }

.btn-breadcrumb .btn:last-child {font-weight: bold; text-decoration: underline;}
.btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.btn-breadcrumb .btn:last-child:before{margin-left: -1px;}

.btn-breadcrumb .btn-derecha{
	float: right;
	margin-right: 0px;
	padding: 6px 10px 6px 10px !important;
	margin-left: 0px !important;
	border-radius: 0px !important; 
}
.btn-breadcrumb .btn-derecha:first-child { 
	border-top-right-radius: 2px !important; 
	border-bottom-right-radius: 2px !important; 
}

.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
	content: none !important;
}

.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.btn-breadcrumb .btn:first-child {padding:6px 6px 6px 10px;}
.btn-breadcrumb .btn:last-child {padding:6px 18px 6px 24px;}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #fff;}
.btn-breadcrumb .btn.btn-default:hover:after {border-left: 10px solid #e6e6e6;}
.btn-breadcrumb .btn.btn-default:hover:before, .btn-breadcrumb .btn.btn-default:before {border-left: 10px solid #adadad;}
.breadcrumb-default{ border: solid 1px #adadad; }

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:after {border-left: 10px solid #337ab7;}
.btn-breadcrumb .btn.btn-primary:hover:after {border-left: 10px solid #286090;}
.btn-breadcrumb .btn.btn-primary:hover:before, .btn-breadcrumb .btn.btn-primary:before {border-left: 10px solid #204d74;}
.breadcrumb-primary{ border: solid 1px #204d74; }

/** Success button **/
.btn-breadcrumb .btn.btn-success:after {border-left: 10px solid #5cb85c;}
.btn-breadcrumb .btn.btn-success:hover:after {border-left: 10px solid #449d44;}
.btn-breadcrumb .btn.btn-success:hover:before, .btn-breadcrumb .btn.btn-success:before {border-left: 10px solid #398439;}
.breadcrumb-success{ border: solid 1px #398439; }

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:after {border-left: 10px solid #d9534f;}
.btn-breadcrumb .btn.btn-danger:hover:after {border-left: 10px solid #c9302c;}
.btn-breadcrumb .btn.btn-danger:hover:before, .btn-breadcrumb .btn.btn-danger:before {border-left: 10px solid #ac2925;}
.breadcrumb-danger{ border: solid 1px #ac2925; }

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:after {border-left: 10px solid #f0ad4e;}
.btn-breadcrumb .btn.btn-warning:hover:after {border-left: 10px solid #ec971f;}
.btn-breadcrumb .btn.btn-warning:hover:before, .btn-breadcrumb .btn.btn-warning:before {border-left: 10px solid #d58512;}
.breadcrumb-warning{ border: solid 1px #d58512; }

/** Info button **/
.btn-breadcrumb .btn.btn-info:after {border-left: 10px solid #5bc0de;}
.btn-breadcrumb .btn.btn-info:hover:after {border-left: 10px solid #31b0d5;}
.btn-breadcrumb .btn.btn-info:hover:before, .btn-breadcrumb .btn.btn-info:before {border-left: 10px solid #269abc;}
.breadcrumb-info{ border: solid 1px #269abc; }