<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">



* {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #1a3564;
  --white: #fff;
  --gray: #f5f5f5;
  --black1: #222;
  --black2: #999;
}
.nav-call{
    text-align: end;
}
body {
  min-height: 100vh;
   font-family: "Libre Baskerville", serif;
  overflow-x: hidden;
}

/* nav section start */
.navbar {
  background-color: #1a3564 !important;
  padding: 1% 4%;
}
.nav-bottom{
  padding: 1% 4%;  
}
/*.navbar-brand{*/
/*  padding-left: 100px;*/
/*}*/
/*.navbar-toggler:focus {*/
/* box-shadow: #fff !important;*/
/*}*/
a{
  text-decoration: none;
}
.contact li a{
  color: #AA9FE8;
  margin-left: -30px;
  line-height: 20px;
}
.contact li a:hover{
  color: #000;
}
.links li a{
  margin-left: -30px;
  line-height: 20px;
}
.navbar .navbar-nav{
  padding-left: 1%;
}
.navbar .navbar-nav .nav-item .nave{
  color: #eee;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 0 4px;
}
.navbar .navbar-nav .nav-item .nave:hover{
    color:#fff;
}
.navbar .navbar-nav .nav-item .nave::before{
     content: "";
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 0;
  left: 0;
  bottom: 0;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-item .nave:hover::before{
    width: 100%;
}
/*.navbar .navbar-nav .nav-item .nave:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-color: #fff;*/
/*  height: 3px;*/
/*  width: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  letter-spacing: 0.5px;*/
/*  transition: 0.3s;*/
/*}*/
/*.navbar .navbar-nav .nav-item .nave:hover:after{*/
/*    width: 95%;*/
/*}*/
.navbar .navbar-nav .nav-item .nave:active{
    color:#000;
}
.nav-bottom a{
  color: #333;
}
.nav-bottom a:hover{
  color: #988AE4;
}
.nav-bottom .box{
  margin: auto -65px;
}
/* nav section end */


/* banner section start */
.banner{
background: url('../assets/breadcrumb.jpg')no-repeat;
background-position: center;
background-size: cover;
}
.banner .bread-con {
padding: 8% 0;
}
.banner .bread-con .bread-head{
  font-size: 65px;
  font-weight: 600;
  color: #164089;
}
.banner .bread-con a{
text-decoration: none;
color: #b03832;
}
.banner .bread-con a:hover{
text-decoration: none;
color: #1a3564;
}
/* banner section end */







/* dasboard section start */

.dash{
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  text-align: center;
  padding: 5% 0;
  border: 1px solid #1a3564;
  height: 100%;
}
.dash .box{
  border: 1px solid #1a3564;
  margin: auto 10px;
  padding: 2%;
  border-radius: 20px;
}
.dash .box h4{
  color: #b03832;
}

/* dasboard section end */






/* =============== Navigation ================ */
.navigation {
  /* position: absolute; */
  margin-left: -15px;
  background: #1a3564;
  transition: 0.5s;
  overflow: hidden;
  padding: 5% 0;
  height: 100%;
}

.navigation.active {
  width: 80px;
}
.navbar .navbar-nav  .dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    display: block;
}

.navigation ul {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.navigation ul li:hover,
.navigation ul li.hovered {
  background-color: #fff;
}

.navigation ul li:active a, .navigation ul li.actived a{
  background-color: #fff !important;
}

/* .navigation ul li:nth-child(1) {
  margin-bottom: 40px;
  pointer-events: none;
} */

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.navigation ul li:hover a,
.navigation ul li.hovered a {
  color: #1a3564;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 75px;
  text-align: center;
}
.navigation ul li a .icon ion-icon {
  font-size: 1.75rem;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

/* --------- curve outside ---------- */
.navigation ul li:hover a::before,
.navigation ul li.hovered a::before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px 35px 0 10px #fff;
  pointer-events: none;
}
.navigation ul li:hover a::after,
.navigation ul li.hovered a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 35px -35px 0 10px #fff;
  pointer-events: none;
}





/* login section start */

.login {
}
.login .logo {
 background-color: #1413132b;
}
.login .form-box{
  margin-top: 5%;
  align-items: center;
  justify-content: center;
  box-shadow:  0 15px 35px rgba(0,0,0,.3);
}
.login .form-box .img{
    margin-left: -11px;
}
.login .form-box .form{
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login .form-box .form .form-control{
 text-decoration: none;
 border: 0;
 border-radius: 0;
 margin-top: 3%;
 box-shadow: none;
 border-bottom: 2px solid #AA9FE8;
}
.login .form-check{
text-align: left;
margin-top: 5%;
}
.login .form-check .form-check-input{
border: 1px solid #988AE4;
}

.sub-btn{
  margin-top: 5%;
  border-radius: 20px;
  background-color: #1a3564;
  border-color: #1a3564;
}
.sub-btn:hover{
  background-color: #164089;
  border-color: #164089 ;
}

.login .title h4{
  background-color: #164089;
  color: #fff;
  width: 50%;
  font-size: 15px;
  position: absolute;
  top: -50px;
  left: -24px;
  border-radius: 0 15px 15px 0;
  padding: 1.5%;
}
.confirm-pass .title h4{
top: -35px;
}
.confirm-pass .form .incorrect{
  text-align: left;
  color: #FF0000;
  font-size: 13px;
}
.confirm-pass .form-box .form .form-control{
  margin-top: -2%;
}
.confirm-pass .sub-btn{
  margin-top: 2%;
}
/* login section end */



/* forgot pass section start */
.forgot-con{
margin-top: 5%;
}
.forgot-pass{
border: 1px solid #164089;
padding: 5%;
}
.forgot-pass .content h4{
color: #FF0000 ;
padding: 2% 0 0;
font-size: 25px;
}
.forgot-pass .incorrect{
 color: #FF0000;
 text-align: left;
 margin-top: -2%;
}
.forgot-pass .content span{
font-size: 12px;
}
.forgot-pass .form-control{
margin: 2% 0;
border: none;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #988AE4;
}
/* forgot pass section End */








/* account details section start */
.account{
margin-top: 5%;
}
a:active{
background-color: #fff;
}
.acc-details {
display: grid;
grid-template-columns: 30% 70%;
}
.acc-details .stu-bio {
border: 1px solid #164089;
padding: 4%;
border-radius: 15px;
}
.acc-details  .information {
border: 1px solid #164089;
padding: 4%;
border-radius: 15px;
margin-left: 2%;
}
.acc-details  .information .form-control{
border: 0;
border: 1px solid #164089;
box-shadow: none;
}
.acc-details  .information .form-check .form-check-input{
  border: 1px solid #164089;
}
table,
th,
td {
border: 1px solid #aaa;
padding: 1%;
}
/* account details section end */







/* payment section Start */
.payment{
margin: 5% 0;
overflow-x: hidden;
}
.payment .payment-container{
display: grid;
grid-template-columns: 70% 30%;
}

/* payment section End */
















/* footer section start */
footer{
  border-top: 4px solid #ffca11;
  margin-top: 5%;
}
.footer h5{
  padding-bottom: 4%;
  font-size: 20px
}
.footer p{
  color: #7A7A7A;
  padding-top: 2%;
}

.help-block{
  color: red;
}

#userImg{
  width:100%;
  height:150px;
  border-radius: 100%;
}

#hide{
  display: none !important;
}
/* footer section end */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  