::placeholder{
  color: white;
}
.max-container{
  max-width:100%!important;
}
.breadcrumbs{
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(270deg, #03183e 0%, #104e9d 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    z-index: 999;
    padding: 15px 20px;
 }
 .breadcrumbs::before{
    content: " ";
    position: absolute;
    height: 0;
    border-top: 61px solid transparent;
    border-left: 60px solid #03183e;
    bottom: 0;
    right: -59px;
 }
 .breadcrumbs .caption{
    font-size: 20px;
    font-weight: 600;
 }

 .side-nav .side-menu{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    margin-top: -130px;
    border-top: 15px solid #104e9d;
    padding-bottom: 30px;
 }

 .side-nav .side-menu li:last-of-type{
  
    border-bottom:none!important;
   
 }
 @media screen and (max-width: 770px) {
  .side-nav .side-menu{
    margin-top: 20px;
  }
}
 .side-nav .side-menu li a{
    color: black;
    font-size: 16px;
    font-weight: 400;
 }
 .side-nav .side-menu li{
    padding: 30px;
    border-bottom: 1px solid gray;
 }
 .ribbon3 {
    width: 10px;
    height: 30px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: 5px;
    background: #104e9d;
  }
  .ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
  }
  .ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid #021c3d;
    border-left: 9px solid transparent;
  }
  .ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #104e9d;
  }
  .side-menu .active{
    color: #104e9d !important;
  }
  .main-cont .spc p{
    color: black !important;
    text-align: justify;
    padding: 0px 3px;
  }
  .main-cont .spc{
    padding-right: 30px ;
    padding-bottom: 40px;
  }
  .main-cont .spc .main-heading{
    color: rgb(155, 5, 5);
    font-size: 22px;
    font-weight: 600;
    border-left: 5px #ffdf00 solid;
    padding-left: 10px;
  }
  .main-cont .spc .heading{
    color: rgb(1, 6, 51);
    font-size: 22px;
    font-weight: 500;

   }
  .main-cont .spc .sub-heading{
    font-size: 18px;
    color: #3964b4;
    font-weight: 600;
    margin-bottom: 5px !important;
  }
  .p-b{
    padding-bottom: 20px;
  }
.p-l{
    padding-left: 20px;
}

.main-cont .listing {
    margin: 0;
    padding-left: 1.2rem;
    color: black !important;
    text-align: justify;
    font-size: 14px;
  }
  
  .main-cont .listing li {
    position: relative;
    list-style-type: none;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .main-cont .listing li:before {
      content: '✓';
      display: block;
      position: absolute;
      left: 0;
      top: -2px;
      width: 5px;
      height: 11px;
      transform-origin: bottom left;
      transform: rotate(30deg);
      color: #3964b4;
      font-weight: bold;
  }

  /* Credential */
  ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 35px;
  }
  ol.gradient-list > li {
    background: #f0f5f7;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    color: black;
    font-size: 16px;
  }
  ol.gradient-list > li a:hover{
    color: red;
  }
  ol.gradient-list > li a{
    color: black;
    font-size: 16px;
  }
  ol.gradient-list > li::before, ol.gradient-list > li::after {
    background: linear-gradient(135deg, #83e4e2 0%, #104a95 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
  }
  ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 "Montserrat";
    justify-content: flex-end;
    padding: 15px;
    z-index: 1;
  }

  /* Iframe */

  .wrap-element {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    min-height: 400px;
  }
  .wrapped-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* Faq */

  .faq-container {
    max-width: 100%;
    margin: 0 auto;
    border: none;
   
  }
   
  .faq {
    background-color: #f0f5f7;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 10px -12px;
  /*rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;*/
  
  }
   
  .faq.active {
    background-color: #c0d7f1;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        /*background-image: linear-gradient(to right, #adcbed , #66a5e1 );*/
  }
   
  .faq.active::before,
  .faq.active::after {
    font-family: 'Font Awesome 5 Free';
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
   
  }
   
  .faq.active::before {
    color: #3498db;
    top: -10px;
   
    left: -30px;
    transform: rotateY(180deg);
   
   
  }
  .img_w{
      width:1.5%;
  }
  .faq-title {
    color: #0a0a0a;
    margin: 0 35px 0 0;
    font-size: 18px;
    font-weight: 400;
   
  }
  .faq.active .faq-title{
    color: #262626;
    font-family: 30px;
    font-weight: 400;
  }
  .faq-text {
    display: none;
    margin: 30px 0 0;
    ;
   
  }
   
  .faq.active .faq-text {
    display: block;
    
   
  }
  .faq.active .faq-text a{
    color: #0a0a0a;
    font-size: 18px;
  }
  .faq.active .faq-text a:hover{
    padding-left: 10px;
  }
  .faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    color: #070707;
  }
   
  .faq-toggle:focus {
    outline: 0;
    color: #080808;
  }
   
  .faq-toggle .fa-times {
    display: none;
  }
   
  .faq.active .faq-toggle .fa-times {
    color: #0f0f0f;
    display: block;
  }
   
  .faq.active .faq-toggle .fa-chevron-down {
    display: none;
  }
   
  .faq.active .faq-toggle {
    background-color: #9fa4a8;
  }

  /* Illustrious vc */
  .vc-div{
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .vc-div .desc h1{
    font-size: 22px;
    font-weight: 600;
    color: #104e9d !important;
  }
  .vc-div .desc h2{
    font-size: 18px;
    font-weight: 500;
    color: #104e9d !important;
 
  }
.divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 0 auto;
  background: #85065a;
  fill: #8f084c;
  border: none;
}
.hr-left-0 {
  margin-left: 0;
}
.vc-div .desc h3{
  color: rgb(160, 8, 8);
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
}
.desc .listing li::before {
  content: '>';
  transform: rotate(0deg);
  font-size: large;
}

/* glimps */

.wrap img{
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  border-radius: 10px;
  padding: 5px;
}
/* founder*/

.v-f .spc{
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  border-radius: 10px;
  padding: 20px;
}
.v-f .spc .founder{
  text-align: center ;
}
.founder .main-heading{
  border-left: none !important;
  padding-left: 0 !important;
}
.founder i{
  font-size: 16px;
  color: #0a0a0a;
}

/* contact us */
.contact{
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  border-radius: 10px;
  padding: 20px;
  border: dotted 1px gray;
  margin-bottom: 30px;
}
.contact .banner{
  position: absolute;
  margin-top: -40px;
  left: 40%;
  border: 1px dashed white;
  padding: 6px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #e8ebf0;
  background-color: #104e9d;
  z-index: 99;
}

.contact1{
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  border-radius: 10px;
  border: dotted 1px gray;
  
}
.contact1 .col-md-4{
  border-right: 1px dotted gray;
  border-radius: 10px;
  padding: 10px;
}
.contact1 h1{
  color: #104e9d !important;
    font-size: 18px;
    font-weight: 600;
}
.auth img{
  height: 300px;
}
.auth{
  text-align: left !important;
}
/* syndicate */
.syn-border{
  padding: 15px;
  color: #0d2d62;
  background-color: transparent;
  border: 2px solid #0d2d62;
  font-size: 20px;
  font-weight: 500!important;
  line-height: 1.5;
  box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.p-t{
  margin-top: 30px;
}
.m-c{
  max-width: 95% !important;
}
.syn-border .main-div{
  text-align: center;
}
.syn-border .main-div .name{
  color: rgb(179, 6, 6);
}
.syn-border .main-div i{
  color: rgb(5, 71, 5);
  font-size: 20px;
}
.spc-row .col-md-4{
  min-height: 200px;
  height: auto;
}
.dot-b{
  border: 1px dotted blue;
  padding: 20px;
}
.p-r{
  margin-right: 10px;
}
.dot-b .col-md-6{
  max-width: 47.5% !important;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .dot-b .col-md-6{
    max-width: 100% !important;
  }
}
.dot-b .col-md-4{
  max-width: 31% !important;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .dot-b .col-md-4{
    max-width: 100% !important;
  }
}
.dot-b p{
  font-size: 16px;
  font-weight: 500;
}

/* responsive table */

@media
only screen 
and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.dpt-table table,.dpt-table thead, .dpt-table tbody, .dpt-table th, .dpt-table td, .dpt-table tr {
  display: block;
}
.dpt-table td, .dpt-table th{
  padding: none;
  min-height: 80px;
}
/* Hide table headers (but not display: none;, for accessibility) */
.dpt-table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.dpt-table tr {
  margin: 0 0 1rem 0;
}
  
.dpt-table tr:nth-child(odd) {
  background: #ccc;
}

.dpt-table td {
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
}

.dpt-table td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 0;
  left: 6px;
  width: 45%;
  padding-right: 10px;
}

.bos td:nth-of-type(1):before { content: "Sl. No."; }
.bos td:nth-of-type(2):before { content: "Name of the Department"; }
.bos td:nth-of-type(3):before { content: "List of BOS"; }
.bos td:nth-of-type(4):before { content: "Action"; }

.iic td:nth-of-type(1):before { content: "S. No."; }
.iic td:nth-of-type(2):before { content: "Quarter"; }
.iic td:nth-of-type(3):before { content: "Category"; }
.iic td:nth-of-type(4):before { content: "Activity"; }
.iic td:nth-of-type(5):before { content: "Details"; }

.pddu td:nth-of-type(1):before { content: "Sl. No."; }
.pddu td:nth-of-type(2):before { content: "Name of the Student"; }
.pddu td:nth-of-type(3):before { content: "Department Class"; }
.pddu td:nth-of-type(4):before { content: "Prize"; }

.pddu-1 td:nth-of-type(1):before { content: "Sl. No."; }
.pddu-1 td:nth-of-type(2):before { content: "Title of the Book / Article/ Journal"; }
.pddu-1 td:nth-of-type(3):before { content: "Name of the Author"; }
.pddu-1 td:nth-of-type(4):before { content: "Name of the Publisher and ISSN/ISBN/DoI"; }

.ac-pgm td:nth-of-type(1):before { content: "Sl. No."; }
.ac-pgm td:nth-of-type(2):before { content: "Name of the Programmes"; }
.ac-pgm td:nth-of-type(3):before { content: "Action"; }


}

.dpt-table table td, tr{
  font-size: 14px;
  color:black;

}
.dpt-table thead tr{
  background-color: rgb(18 45 113 / 82%) !important;
  color: white;
}
.dpt-table tr:nth-child(even) {
  background: #b1e0fc;
}
 @media screen and (min-width: 900px) {
  .dpt-table td, th{
  padding: 10px;
}
 }
 
 /* department page */

.dpt-page{
  /*background-image: url("../img/core-img/alu-blk.jpg");*/
background-image: url("../img/core-img/alu-bg-img.jpg");
  height: 350px;
}
@media screen and (max-width: 600px) {
  .dpt-page{
    height: 200px;
  }
}
/* 
#breadcrumb {
  list-style: none;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #042256;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  margin-right: 23px;
  font-size: 12px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #123d88;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #123d88;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #123d88;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #042256;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: #eee;
  border-left-color: #042256;
}
#breadcrumb li a:hover {
  color: #edeb8a;
  font-weight: 600;
}
#breadcrumb li a:hover:before {
    border-left-color: transparent;
} */


#breadcrumb li a:hover{
  text-decoration: none;
 }
 #breadcrumb{
  padding: 10px 10px 10px 40px;
  margin: 0;
  background: #102a4c;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 10px;
 }
 #breadcrumb li{
  float: left;
  position: relative;
 }
 #breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
 #breadcrumb li:first-child{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #265087;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  transition: all 0.1s ease 0s;
 }
 #breadcrumb li:hover:first-child{ transform: scale(1.1); }
 #breadcrumb li:first-child a{
  font-size: 30px;
  line-height: 50px;
 }
 #breadcrumb > li:first-child + li:before{ display: none; }
 #breadcrumb li.active,
 #breadcrumb li a{
  font-size: 14px;
  color: #fff;
 }
 #breadcrumb li a:hover {
  color: #f36c67;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  #breadcrumb{
    padding: 1px 3px 1px 40px;
  }
}
.dept .side-bar .faq-container{
  background-color: rgb(236, 233, 233);
}
.dept .side-bar .faq.active .faq-title{
  color: rgb(148, 5, 5);
}
.dept .side-bar .faq-title{
  color: rgb(148, 5, 5);
}
.dept .side-bar .faq p a::before {
  content: '>';
  padding-right: 10px;
  font-size: 14px;
}
.dept .side-bar .faq {
  background-color: #ebc9c6c7;
}
.dept .side-bar h2{
  color: #161591;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
}
.head-sec{
 justify-content: center !important;
  display: flex;
  text-align: center;
  margin-bottom: 50px;
}
.head-sec p{
  color: #0f0f0f !important;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 1px;
}
.head-sec .spc{
  border: 1px solid #16accd !important;
  padding: 15px;
  border-radius: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  box-shadow: 0px 10px 20px #0000000d;
}
.head img{
  height: 200px !important;
  margin-bottom: 20px;
 }
.head-sec .spc img{
  /* margin-top: -50px; */
  border: 1px dashed #16accd;
  padding: 4px;
  border-radius: 4px;
  height: 150px;
  margin-bottom: 20px;

}
.head-sec .spc h3{
  color: #060660;
  font-size: 22px;
    font-weight: 500;
}
.head-sec .spc h4{
  color: #810a0a;
  font-size: 18px;
    font-weight: 500;
}

.fac .staff{
  border: 1px solid #bd1638 !important;
  padding: 15px;
  border-radius: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  box-shadow: 0px 10px 20px #0000000d;
}
.fac .staff img{
  border: 1px dashed #bd1638;
  padding: 4px;
  border-radius: 4px;
  height: 150px;

}
.fac .staff h3{
  color: #060660;
  font-size: 20px;
    font-weight: 500;
}
.fac .staff h4{
  font-size: 18px;
  color: #810a0a;
    font-weight: 500;
}
.fac{
   margin-bottom: 50px;
 }
 .fac p{
   color: #0f0f0f !important;
   font-size: 16px;
   line-height: normal;
   margin-bottom: 6px;
 }
.hr{
  border: 1px dashed #16accd;
}
/* spinner */
.spine {
  display: grid;
  place-content: center;

}
@media screen and (max-width: 1000px) {
  .spine{
    display: none;
  }
}
.gallery {
  --s: 70px; /* the size */
  
  display: grid;
  transform-style: preserve-3d;
  --_p: perspective(calc(2.5*var(--s)));
  animation: r 9s infinite cubic-bezier(.5,-0.5,.5,1.5);
}
.gallery img {
  grid-area: 1/1;
  width: var(--s);
  aspect-ratio: 1;
  object-fit: cover;
  transform: var(--_t, ) translateZ(calc(var(--s)/2));
}
.gallery img:nth-child(2) {--_t: rotateX(-90deg)}
.gallery img:nth-child(3) {--_t: rotateY( 90deg) rotate(-90deg)}
.gallery img:nth-child(4) {--_t: rotateX(180deg) rotate( 90deg)}
.gallery img:nth-child(5) {--_t: rotateX( 90deg) rotate( 90deg)}
.gallery img:nth-child(6) {--_t: rotateY(-90deg)}

@keyframes r {
  0%,3%   {transform: var(--_p)}
  14%,19% {transform: var(--_p) rotateX(90deg)}
  31%,36% {transform: var(--_p) rotateX(90deg) rotateZ(90deg)}
  47%,52% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg)}
  64%,69% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg)}
  81%,86% {transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg) rotateZ(90deg)}
  97%,100%{transform: var(--_p) rotateX(90deg) rotateZ(90deg) rotateY(-90deg) rotateX(90deg) rotateZ(90deg) rotateY(-90deg)}
}

/* spinner end*/

.list{
  color: #0f0f0f !important;
  font-size: 18px;
  
}
.list li{
list-style: square;
margin-bottom: 10px;
}
.list li a{
  color: black !important;
}
.list li a:hover{
  padding-left: 10px;
  color:red !important;
}
.list-1{
  color: #0f0f0f !important;
  font-size: 14px;
  padding-left: 40px;
  text-align: justify;
}
.list-1 li{
list-style: square;
margin-bottom: 10px;

}
.ul-style li li{
  list-style: square;
  margin-bottom: 10px;
  }
.list-1 li a{
  color: black !important;
}
.heading-style{
  color: rgb(155, 5, 5);
    font-size: 22px;
    font-weight: 600;
    border-left: 5px #ffdf00 solid;
    padding-left: 10px;
}
.side-menu .section-heading h4{
  color: #296caf;
  font-size: 20px;
}
.side-menu .section-heading{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #00000029;
    padding :10px;
}
.heading h4{
  text-align: left !important;
  color: #296caf !important;
  font-size: 18px;
  font-weight: 600;
}
.head-sec .icon{
  height: auto !important;
    margin-top: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.fac .staff .icon{
  height: auto !important;
    margin-top: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.prof{
  text-align: center !important;
}
.prof .col-md-4{
  max-width: 31% !important;
  margin-right: 10px;
}
.main-cont .prof p{
  text-align: center !important;
}
@media screen and (max-width: 770px) {
  .side-menu{
    margin-top: 20px;
  }
  .prof .col-md-4{
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}
.spc-btn{
  color: #070707;
  padding: 12px;
  border-radius: 10px;
  border: rgb(129, 6, 6) 1px dashed;
  font-weight: 500;
}
.spc-btn:hover{
  color: rgb(253, 247, 247);
  background-color: rgb(116, 5, 5);
}
.dept-pills {
    margin-top: 20px;
}
@media screen and (max-width: 770px) {
  .dept-pills{
    margin-top: 20px;
  }

  /*#breadcrumb li:last-child a{
    line-height: inherit;
    white-space: inherit;
  }
  #breadcrumb li a{
    height: 60px;
    line-height: 60px;
  }
  #breadcrumb li a:before, #breadcrumb li a:after{
    border-width: 30px 10px;
  } */
  .staff p,.staff h3,.staff h4{
   text-align: center !important;
  }
  .staff li p{
    text-align: justify !important;
  }
}
.staff li p{
  font-size: 14px;
  padding: 0px !important;
}

/* responsive table */

.sam .table-primary td:nth-child(1), .sam .table-danger td:nth-child(1), .sam .table-success td:nth-child(1), .sam .table-warning td:nth-child(1), .sam .table-info td:nth-child(1)  {
  text-align: center;
  vertical-align: middle;
 }
 .sam th, .sam td{
  padding: 10px;
 }

 /* Gallery */

 .gallery-li{
  float: left;
    width: 100%;
    padding: 0px;
    margin: 7px 0!important;
 }
 .gallery-li li{
  float: left;
  width: 31%;
  padding: 0px;
  background: none;
  margin: 0 2% 2% 0;
  /* border: 2px solid #890013; */
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 3px 6px #000;
 }
 .gallery-li li:nth-child(3n+1) {
  clear: both;
}
.gallery-li li img{
  height:200px;
}

/* FAQ */
#accordion{
	padding: 20px;
}
#accordion .accordion-card {
	background: transparent;
	border: 0;
	margin-bottom: 30px;
}
#accordion .accordion-card__header {
	background: #e7e8ef;
	cursor: pointer;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#accordion .accordion-card__header.collapsed .drop-icon {
	transform: rotate(0deg);
}
#accordion .accordion-card__header h5 {
	display: flex;
	align-items: center;
}
#accordion .accordion-card__header h5 span {
	margin-left: 10px;
  color: black;
  font-size: 16px;
  max-width: 100%;
}
#accordion .accordion-card__header .drop-icon {
	margin-right: 15px;
	transform: rotate(180deg);
	transition: all 0.2s;
}
#accordion .accordion-card__body {
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 15px;
}

#accordion1{
	padding: 20px;
}
#accordion1 .accordion-card {
	background: transparent;
	border: 0;
	margin-bottom: 30px;
}
#accordion1 .accordion-card__header {
	background: #e7e8ef;
	cursor: pointer;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#accordion1 .accordion-card__header.collapsed .drop-icon {
	transform: rotate(0deg);
}
#accordion1 .accordion-card__header h5 {
	display: flex;
	align-items: center;
}
#accordion1 .accordion-card__header h5 span {
	margin-left: 10px;
  color: black;
  font-size: 16px;
  max-width: 100%;
}
#accordion1 .accordion-card__header .drop-icon {
	margin-right: 15px;
	transform: rotate(180deg);
	transition: all 0.2s;
}
#accordion1 .accordion-card__body {
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 15px;
}

#accordion2{
	padding: 20px;
}
#accordion2 .accordion-card {
	background: transparent;
	border: 0;
	margin-bottom: 30px;
}
#accordion2 .accordion-card__header {
	background: #e7e8ef;
	cursor: pointer;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#accordion2 .accordion-card__header.collapsed .drop-icon {
	transform: rotate(0deg);
}
#accordion2 .accordion-card__header h5 {
	display: flex;
	align-items: center;
}
#accordion2 .accordion-card__header h5 span {
	margin-left: 10px;
  color: black;
  font-size: 16px;
  max-width: 100%;
}
#accordion2 .accordion-card__header .drop-icon {
	margin-right: 15px;
	transform: rotate(180deg);
	transition: all 0.2s;
}
#accordion2 .accordion-card__body {
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 15px;
}
.circle-icon {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #104e9d; 
	/*#ff9800; #ffeacc;*/
	border: 5px solid white;
	color: #fff;
	margin-left: -20px;
	margin-right: 10px;
	transform: scale(1.2);
  max-width: 20%;
}
.accordion-card__body a{
  text-decoration: underline;
}
@media screen and (max-width: 770px) {
  #accordion2 .accordion-card__header h5 span {
    max-width: 80%;
  }
  #accordion1 .accordion-card__header h5 span {

    max-width: 80%;
  }
  #accordion .accordion-card__header h5 span {
    max-width: 80%;
  }
  .circle-icon{
    margin-right: 0px;
  }
}

.facility .desc{
  padding: 15px;
  background-color: rgb(211, 211, 235);
  height: 300px;
}
.facility .row{
  margin-bottom: 20px;
}
.facility img:hover{
  transform: scale(0.9);
}
.fac ol{
  color: black !important;
  font-size: 14px;
  list-style: none;
}
.fac ol i{
  margin-right: 10px;
}
.fac ol li{
  margin:5px;
}
@media screen and (max-width: 770px) {
.fac .h-img{
text-align: center;
}
}
.h-red{
  color: rgb(16 125 105) !important;
  font-size: 17px!important;
}
.g-img{
  position: relative;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  width: 100%;

  height: 200px;
  overflow: hidden;

}
.g-img .cont{
  position:absolute;
  bottom:0;
  left:0;
  background:#166b9d;
  color:#000;
  width:100%;
  margin:0;
  padding:2px;
}
.g-img .cont h6{
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  padding: 3px;
}
.g-img .zoom{
  width: 100%;
  object-fit: fill;
  loading:lazy;
}
.r-table thead tr{
  background-color: rgb(18 45 113 / 82%) !important;
  color: white;
}
.r-table tr:nth-child(even) {
  background: #b1e0fc;
}
.r-table td, .r-table th{
  padding: 10px;
  min-height: 80px;
  border: 1px solid rgb(53 66 189);
}
.r-table th{
  text-align: center;
  border: 1px solid rgb(228, 246, 253);
}

.r-table tr {
  margin: 0 0 1rem 0;
}
  


.r-table td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 0;
  left: 6px;
  width: 45%;
  padding-right: 10px;
}

.r-table tr:hover {background-color: #ddd;}
/* Auditorium pages */

.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: relative;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}



/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}

.pcss3t-icons-bottom > label {
	text-align: center;
}





/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #e8e7f3;
}
.pcss3t > ul {
	background: #efeef3;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #042256;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: #042256;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}

.image img{
  border: solid 1px #d3d3eb;
  height: 250px;
  width: 100%;
}

.ul-style li{
  list-style: decimal;
}
.table-responsive-sm{
    padding: 0px 0px;
  /*padding: 0px 10px;*/
}

.g-zoom{
animation: pulsing 2s ;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }

}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  100% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }

}

    /*M start*/
    .cen{
        text-align:center!important;
    }
    .rgt{
        text-align:right!important;
    }
    .head_align{
        font-size:18px;
        margin-left:20px;
        color:#102a4c;
    }
    .head_align:hover{
        margin-left:30px;
        font-size:18px;
        color:rgb(155, 5, 5);
    }
    .li_fnt{
        font-size:16px!important;   
    }
    
    .p-b-2{ 
        width:100%!important;
        height:700px!important;} 
    .sec_trow{
        background-color:white!important;
    }
    .year_box{
        background: #104a95;
        color:white;
        padding:2%;
        border-radius: 1rem 1rem 0 1rem;
        width: 10%;
        font-weight:5rem;
    }
    .year_cont{
        margin-left:100px;
        background: #f0f5f7;
        border-radius: 0 1rem 1rem 1rem;
        margin-top: -0px!important;
        padding: 1rem 1rem 1rem 3rem;
        color: black;
        font-size: 16px;
        text-align:center!important;
        width:100%;
    }
    .list_tab{
        margin-left:120px!important;
        margin-top:-40px!important;
        
    }
    .list_tab_2{
        margin-left:120px!important;
        margin-top:-20px!important;
    }
    .list_tab_3{
        margin-left:150px!important;
        margin-top:-20px!important;
    }
    .year_but-1:hover{
        background: #5990a6;
        border-radius: 0 1rem 1rem 1rem;
        margin-top: -0px!important;
        padding: 1rem 1rem 1rem 3rem;
        color: white;
        font-size: 16px;
        text-align:center!important;
        
    }
    .rank_al{
        text-align:center!important;
        font-size:18px;
    }
    .second-box{
        border-radius: 0 1rem 1rem 1rem;
        content: "";
        padding: 2rem 2rem 2rem 2rem;
        width:90%;
        margin-left:60px;
        margin-top:-40px;
        background-color:#f0f5f7;
        
    }
    .a-align{
        margin-left:40px;
        
    }
    .a-align:hover{
        margin-left:45px;
        color:red;
        
    }
    .lab_div{
        border-right: 1px solid!important;
    }
    .btn_align_1{
        font-size:12px!important;
        padding:0.5px 4px 0.5px 4px!important;
    }
    .btn_align_2{
        font-size:12px!important;
        padding:0.5px 6px 0.5px 6px!important;
    }
    .sty_space {
        width:15px!important;
    }
    .sty_space_2 {
        width:45px!important;
        font-size:20px;
        text-align:center;
    }
    .fnt_12{
        font-size:12px!important;
    }
    .fnt_14{
        font-size:14px!important;
    }
    .fnt_16{
        font-size:16px!important;
    }
    .fnt_17{
        font-size:17px!important;
    }
    .fnt_18{
        font-size:18px!important;
    }
    .notify{
        font-size:14px!important;  
    }
    .h6-ft_sz{
        font-size:14px!important;
    }
    .h4-ft_sz{
        font-size:18px!important;
    }
    .tab_lable_1{
        width: 12.5%!important;
    }
    .tab_lable_2{
        width: 24.75%!important;
    }
    .swip_button {
        width: 60%;
    }
    
    .swip_button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }
    
    .swip_button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: 20px;
        transition: 0.5s;
    }
    
    .swip_button:hover span {
        padding-right: 25px;
    }
    
    .swip_button:hover span:after {
        opacity: 1;
        right: 0;
    }
    .head-hero{
        border: 1px solid #16accd !important;
        padding: 15px!important;
        border-radius: 10px!important;
        height:420px!important;
        letter-spacing: 0.5px!important;
        box-shadow: 0px 10px 20px #0000000d!important;
        margin-bottom: 10px!important;
    }
    .aca_align{
        padding:4% 0px 0% 2px;
    }
    .icon-align{
        font-size:54px;padding:5%;
    }
    .box-align:hover{
       border: 1px solid #16accd !important;
       background-color:#d1f3fa;
       color:white;
    }
    .fnt_color{
        color:#060660;
    }
    .a_align{
        color:#060660;
    }
    .a_align:hover{
        color:rgb(155, 5, 5);
    }
    .a-list-align{
        font-size:12px!important;
    }
    .a-list-align:hover{
        color:rgb(155, 5, 5)!important;
    }
    .a-list-align_2{
        font-size:13px!important;
    }
    .a-list-align_2:hover{
        color:rgb(155, 5, 5)!important;
        margin-left:2px!important;
    }
    .a-list-align_3{
        color:darkred!important;
        font-size:14px!important;
    }
    .a-list-align_3:hover{
        color:#003478 !important;
        margin-left:4px!important;
    }
    .td_heading{
        border:1px solid white!important;
        background-color:rgb(18 45 113 / 82%) !important;
        color:white;
    }
    .web_theme{
        color:#102a4c!important;
    }
    .b_fnt{
        color:#296caf !important;
        width:20px!important;
    }
    .fc-theme{
        color:#0e2358!important;
    }
    .fc-theme:hover{
        color:#9b0505!important;
    }
    .m_sty:hover{
        margin-left:10px;
        color:rgb(155, 5, 5)!important;
    }
    .m_sty_2{
        color:#192F59;
        padding:5px 10px 5px 10px;
    }
    .m_sty_2:hover{
        margin-right:10px;
        color:rgb(155, 5, 5)!important;
        padding:5px 10px 5px 10px;
        border:1px solid rgb(155, 5, 5)!important;
    }
    .w-p-50{
        width:50%!important;
    }
    .icon_list{
        padding-left:10%;
    }
    .icon_fac{
        color:rgb(155, 5, 5);
        /*width:15px;*/
        margin-left:-28px;
    }
    .fac_pad{
        padding:5% 0% 5% 0%;
    }
    .hg_card {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      width: 100%;
      border: 1.5px solid #bd1638 !important
    }
    .text_hg{
        color: #060660!important;
        font-size: 22px!important;
        font-weight: 500!important;
    }
    .line_view{
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
        transition: 0.3s!important;
        background-color:white!important;
        border:1px solid #192F59!important;
        color:#192F59!important;
        font-size:14px!important;
        transform: rotate(0deg)!important;
        padding:5px 10px 5px 10px!important; 
    }
    .acc-form {
        background: #F2F4F5;padding:15px;color: #192F59;border-radius: 0px;font-family: 'Poppins', sans-serif;font-size: 16px;
        /*font-weight: 500;*/
        line-height: 2.5;text-decoration: none;
    }
    .tab_heading{
        font-weight:600;
        color:green;
        background-color:white;
        text-align:center;
    }
    .h-200{
        height:200px!important;
    }
    .h-300{
        height:300px!important;
    }
    .h-350{
        height:350px!important;
    }
    .p_b_p{
        padding-bottom: 10px!important;
    }
    .p_b_5{
        padding-bottom: 5px!important;
    }
    .button_m {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        width: 85px;
        border-radius: 9999rem;
        background: #efefef;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        & > span.text {
            color: #192F59;
            width: 100%;
            text-align: left;
            padding-block: 2px;
            padding-left: 13px;
            z-index: 2;
            transition: all 200ms ease;
        }
        & > div.overlay {
            color: #ededed;
            width: 23px;
            height: calc(100% - 2px);
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 5px;
            border-radius: inherit;
            background: #192F59;
            position: absolute;
            right: 1px;
            z-index: 1;
            transition: all 400ms ease;
        }
        &:is(:hover, :focus) {
            & > span.text { 
                color: #ededed; 
            
        }
        & > div.overlay {
            width: calc(100% - 2px);transition: width 200ms ease;
            
        }
        }
    }
    .notifi_container{
        box-shadow: 1px 1px 3px #1a395a;
        height:500px;
    }
    .navtabs {
        display: flex;
        justify-content: center;
        /*margin-top: 20px;*/
        background: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border-radius: 8px;
        /*padding: 10px 20px;*/
        position: relative;
        width: 100%;
        margin: 0 auto;
        
    }
    .navtab {
        /*margin: 0 10px;*/
        /*padding: 10px 20px;*/
        cursor: pointer;
        color: #333;
        transition: color 0.3s;
        font-weight: 500;
        font-size: 14px;
        display: block;
        float: left;
        width: 20%;
        padding: 0.75em;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #166b9d;
        border-right: 1px solid white;
    }
    .navtab:hover {
        background-color: #2099df;
    }
    .navtab.active {
        color: #2099df;
        font-weight: 500;
        background: #fff;
        box-shadow: inset 0 3px #17a2b8;
        color: #17a2b8;
    }
    .underline {
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #2099df;
        transition: left 0.3s ease, width 0.3s ease;
    }
    .content {
        display: none;
        padding: 5px 5px 5px 5px;
        max-width: 100%;
        text-align: center;
        
    }
    .content.active {
        display: block;
    }
    .footer {
        position: absolute;
        bottom: 20px;
        right: 40px;
        font-size: 14px;
        color: #000;
        transition: color 0.3s ease;
        font-family: 'Montserrat', sans-serif;
    }
    
    .footer a {
        background: linear-gradient(145deg, #007aff, #005bb5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        transition: background 0.3s ease;
    }
    
    .footer a:hover {   
        color: linear-gradient(145deg, #007aff, #005bb5);
    }
    /*Media query*/
    @media only screen and (max-width: 900px) {
        .no-gutters{
            margin-top:4%;
        }
        span {
            display: inline;
        }
        .navtabs {
            text-align:center;
            width: 72%;
        }
        .navtab{
        
        display: block;
        }
    }
    
    /*Content Animation*/
    @keyframes fadeInScale {
        0% {
            transform: scale(0.9);
            opacity: 0;
        }
        
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    .no_wrap {
        text-align:center;
        color: #3DB166;
    }
    .link {
        text-align:center;
    }
    
    .photo-container {
        font-size: 1.5em;
        background-color: #192F59;
        color: white;
        padding: 5px;
        text-align: center;
        grid-area: photo;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-container {
        margin: 10px;
        display: grid;
        grid-template-areas:'photo info';
        grid-template-columns: 100px 1fr;
        width: 99%;
        background-color: #ffffff;
        box-shadow: 0px 1px 6px rgba(0,0,0,0.16), 0px 1px 6px rgba(0,0,0,0.23);
        /*line-height: 1.75em;*/
    }
    .card-container:hover{
        box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.16), 1px 3px 9px rgba(0, 0, 0, 0.23);
    }
    .info-container {
        padding: 10px;
        grid-area: info;
    }

    .event-name {
        font-weight: bold;
        padding-bottom: 5px;
    }
    .event-location {
        font-weight: 500;
        color:#192F59 !important;
    }
    .day {
        font-weight: 300;
    }
    .month {
        font-weight: 600;
    }
    
    @media( max-width: 900px ) {
        .photo-container{
            width: 90%;
        }
        .card-container {
            width: 90%;
        }
    }
    .number {
        --c: #C02942; /* control the colors */
        --w: 0.5ch;   /* control the width for each number */
        --g: 10px;    /* control the gap between numbers */
        letter-spacing: var(--w);
        font-family: monospace;
        color: #fff;
        background: var(--c);
        -webkit-mask: 
        repeating-linear-gradient(90deg,
        #000  0 calc(1ch + var(--w) - var(--g)), 
        #0000 0 calc(1ch + var(--w)))
        0/calc(100% - var(--w)/2) 100% no-repeat;
        padding-left: calc((var(--w) - var(--g))/2);
        margin-right: calc(var(--w)/-2);
    }
    .number.border {
        --b: 4px; /* control the border */
        color: #000;
        --_g: var(--b), #0000 90deg,var(--c) 0;
        background:
        conic-gradient(from  90deg at var(--b) var(--_g)),
        conic-gradient(from -90deg at right calc(var(--b) + var(--g)) bottom var(--_g));
        background-size: calc(1ch + var(--w)) 100%;
    }
    
    .fn_pra{
        font-size:15px; 
        color: #0b0ba8!important;
    }
    .b_40{
        margin-bottom:40px!important;
    }
    .fnt_red{
        color:rgb(155, 5, 5)!important;
    }
    .tab_pad{
        padding: 0px 0px!important;
    }
    .lst_noti_li{
        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;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 0px 2px 0 rgba(0, 0, 0, 0.19);
        border: .5px dotted red;
        border-radius: 10px;
    }
    .lst_noti_img{
        margin-top:-15px;
        margin-left:-5px;
    }
    .lst_noti_a{
        /*margin-top:-20px;*/
        text-indent: 25px;
        padding:0px 10px 10px 10px;
        /*text-align:left;*/
    }
    .lst_noti_lable{
        float:right!important;
        font-size:10px;
        margin-top:-27px;
    }
/*M end*/