
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: Times New Roman;
    font-weight:bold;
}

.bg-light {
    background-color: #1e3c72!important;
}
.imgac{
 margin-left: 100px;

}

.text-1{
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    color: blue;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background:blueviolet;
}
.navbar-light .navbar-nav .nav-link :hover{
    color: #fff;
}
.text-2{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
   font-family: 'Kanit', sans-serif;
     color:green;
}
.img-alts img{
  width: 100%;
  height: auto;

}

.footer-section{
    background: #0c56a2;
    height: 50px;
    padding: 15px 0;
}
.footer-section h6{
    text-align: center;
    color: #fff;
    
}
#type-1{
    margin-bottom: 170px;
}
#type-1 .btn{
   margin-bottom: 170px;
}
p{
/*    font-size: 20px;*/
}
.step-box-text p {
    color: #000;
    font-size: 13px;
/*    font-weight: 600;*/

}
.step-box:hover {
        background: url(bg-1.jpg);
        background-size: cover;
        color: #fff !important;
 }
 .step-box a p:hover{
    color:red;
 }
 .sub-box {
    margin: 9px;
    position: absolute;
    /* width: 93%; */
    top: 41px;
    right: 0px;
    left: 0px;
    background: #fff;
    min-height: 289px;
    padding: 3px;
    /* box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%); */
    /* border: 1px solid #dddd; */
}
button[_ngcontent-gfg-c28] {
    background-color: #00008b;
    font-size: 18px;
    font-weight: 700;
    width: 380px;
    padding: 10px;
/*    margin: 0 100px 0 4cm;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px #0000001a;
    height: 77px;
    letter-spacing: 2px;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button[_ngcontent-gfg-c28]:active, button[_ngcontent-gfg-c28]:focus, button[_ngcontent-gfg-c28]:hover {
    color: #fff;
    background-color: #00008b;
    box-shadow: 0 0 20px #00000080;
    transform: scale(1.1);
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.buttons[_ngcontent-jhe-c28] {
    padding: 10% 0;
}
button[_ngcontent-gth-c28] {
    background-color: #00008b;
    font-size: 18px;
    font-weight: 700;
    width: 380px;
    padding: 10px;
    margin: 0 100px 0 4cm;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px #0000001a;
}
.btn-group-lg .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.navbarsection{

    background: #033364;
    padding: -40px 0;
    height: 37px;
}
.navbarsection p{
    color: #fff;
}
.navbarsection .logod{
  padding: 5px 0;
}





.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.modal-content {
    border-radius: 0px;
    width: 70%;
}
.modal-header {
    background: #ed8a75;
    color: #fff;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal-header .close {
    margin-top: -2px;
    background: #0d7181;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.modal-header {
    background: #062b51;
    color: #fff;
    font-weight: bold;
    width: 100%;
}
.close {
    color: #fff;
    opacity: 1;
}

.close2 {
    position: absolute;
    top: -13px;
    right: -10px;
    background: #046b84 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.btn{
     background-image: linear-gradient(to right, #1e3c72 0%, #2a5298  51%, #1e3c72  100%);
          
            padding: 5px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
/*            box-shadow: 0 0 20px #eee;*/
            border-radius: 10px;
            display: block;
            border: 1px solid #fff;
          
}
.btn:hover{
      background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

   
   .btn-1{
     background-image: linear-gradient(to right, #1e3c72 0%, #2a5298  51%, #1e3c72  100%);
          
            padding: 5px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
/*            box-shadow: 0 0 20px #eee;*/
            border-radius: 10px;
            display: block;
            border: 1px solid #fff;
            margin-top: 10px;
}
.btn-1:hover{
      background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
      
        

       
                  
         .btn-grad {
           background-image: linear-gradient(to right, #1e3c72 0%, #2a5298  51%, #1e3c72  100%);
          
            padding: 5px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-grad:hover {
          background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

/*lee data notifications*/
@media only screen and (min-width:321px) and (max-width:768px) {
  body{
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  .notification li p{
    font-size: 12px;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  body{
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  .notification li p{
    font-size: 15px;
}
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
  body{
    position: relative;
    padding: 0px;
    margin: 0px;
  }
  .notification li p{
    font-size: 15px;
}
}


/*----notification pages style*/
   .card{
        border: 1 px solid blue;
    }
    blink {
  animation: 2s linear infinite condemned_blink_effect;
  background-color: yellow;
}
blink:hover{
    color: darkblue;
}
blink a{
    text-decoration: none;
    color: red;
}
blink a:hover{
    text-decoration: none;
    color: red;
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}



/*----leela data-----*/
.card{
        border: 1px solid blue;
    }
    blink {
  animation: 2s linear infinite condemned_blink_effect;
  background-color: yellow;
}
blink:hover{
    color: darkblue;
}
@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
/*ul li{
    line-height: 2;
    list-style: none;
}*/
.para {
    text-align: justify;
    font-size: 18px;
    font-weight: normal!important;
    font-family:emoji;
}

    .admin-head li{
        list-style: none;
/*        float: left;*/
    }
    .card{
        border: 0!important;
    }


 ul li{
    list-style: none;
   }
    .notification p{
        border: 2px solid green;
        padding: 20px;
        text-align: left;
    }
    .admin-head li b{
    background: blue;
    color: #fff;
    padding: 5px;
}
.card-body{
    border: 1px solid blue !important;
}
.forg{
   padding-left: 20px;
   margin-bottom: 5px;
}