.carousel-multi-item .card-cascade.narrower {
	    margin-top: 20px;
	    margin-bottom: 5px;
	}
	
	.carousel-multi-item .card {
	    margin: 1px;
	}
	
	.card-cascade.narrower {
	    margin-top: 40px;
	}
	
	.card-cascade, .card-cascade-2 {
	    display: inline-block;
	}
	
	.card {
	    border: 0;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	}
	.card {
	    position: relative;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    background-color: #fff;
	    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
	}
	card-cascade.narrower .view {
	    margin-top: -20px;
	}
	.card-cascade.narrower .view, .card-cascade.wider .card-block {
	    margin-left: 4%;
	    margin-right: 4%;
	    margin-top: -15px;
	}
	.card-cascade.narrower .view, .card-cascade.wider .card-block : hover{
		 margin-left: 4%;
	    margin-right: 4%;
		 margin-top: -55px  !important;
	}
	.card-cascade .view {
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	    -o-border-radius: 4px;
	    border-radius: 4px;
	}
	.section {
	    display: block;
	    max-width: 100%;
	    height: auto;
	}
	.card-cascade .view, .card-cascade-2{
	    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	}
	.view {
	    overflow: hidden;
	    position: relative;
	    cursor: default;
	}
	.card-cascade .card-block {
	    padding-top: 1.8rem;
	}
	.card .card-block {
	    position: relative;
	}
	.text-center {
	    text-align: center!important;
	}

	.card-block {
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    padding: 1.25rem;
	}
	.overlay img, .overlay video {
   	 transition: all .2s linear;
   	}  
	.overlay img, .overlay video {
	    transition: all .2s linear;
	}	
	.view img, .view video {
	    display: block;
	    position: relative;
	}
	.card img {
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	}
	.card img, .img-fluid, .section img {
	    display: block;
	    max-width: 100%;
	    height: auto;
	}
	.section .view{
	    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	}

.hm-white-slight .mask {
    background-color: rgba(255,255,255,.1);
}
.overlay .mask {
    opacity: 0;
    transition: all .4s ease-in-out;
}

.view .mask {
    background-attachment: fixed;
}
.view .mask {
    position: absolute;
    overflow: hidden;
}

.view .mask {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.pswp__container, .pswp__img, .waves-effect, a, html {
    -webkit-tap-highlight-color: transparent;
}

.text-muted {
    color: #726363!important;
}
.card-title {
    margin-bottom: .75rem;
}
.card-block p {
    margin-bottom: 1rem;
}
.card .card-event-footer {
    background-color: transparent;
    padding: .75rem .5rem 0;
}

.card .card-event-footer {
    padding-bottom: 0;
    font-size: 1.2rem;
}

.card-event-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-event-footer {
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-event-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
}

.card .card-event-footer .left {
    float: left;
}
.card .card-event-footer .right {
    float: right;
}
.icon-5x{
	font-size: 5em;
}
.icon-4x{
	font-size: 4em;
}
.icon-3x{
	font-size: 3em;
}
.icon-2x{
	font-size: 2em;
}
.color-gold{
	color: gold;
}
.color-sliver{
	color: #E0E0E0;
}
.color-brown{
	color: #795548;
}
 /* entire container, keeps perspective */
.event-card-container {
      -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.event-card-container:not(.manual-flip):hover .event-card,
.event-card-container.hover.manual-flip .event-card{
    -webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.event-card-container.static:hover .event-card,
.event-card-container.static.hover .event-card {
    -webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.event-card {
     -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
        -webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.event-card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.event-card-container, .front, .back {
    width: 100%;
    height: 420px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
}
.event-card .cover{
    height: 150px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.event-card .cover img{
    width: 100%;
}
.event-card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.event-card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.event-card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.event-card .content .main {
    min-height: 160px;
}
.event-card .back .content .main {
    height: 215px;
}
.event-card .name {
        font-family: 'Arima Madurai', cursive;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.event-card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.event-card .profession{
    color: #999999;
    text-align: center;
   /* margin-bottom: 10px;*/
    margin-top: 10px;
}
.event-card .mt-30{
    margin-top: 40px;
}
.event-card .event-footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.event-card .event-footer .timer{
    color: red;
    font-weight: 700;
    font-size: 22px;
    font-family: inherit;
}
.event-card .event-back-footer {
    position: fixed;
    width: 100%;   
    bottom: 15px;
}

.event-card .event-footer .social-links{
    font-size: 18px;
}
.event-card .event-footer .social-links a{
    margin: 0 7px;
}
.event-card .event-footer .btn-simple{
    margin-top: -6px;
}
.event-card .header {
    padding: 15px 20px;
    height: 90px;
}
.event-card .motto{
        font-family: 'Arima Madurai', cursive;
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.event-card .stats-container{
    width: 100%;
    margin-top: 50px;
}
.event-card .stats{
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.event-card .stats:first-child{
    border-right: 1px solid #EEEEEE;
}
.event-card .stats:last-child{
    border-left: 1px solid #EEEEEE;
}
.event-card .stats h4{
    font-family: 'Arima Madurai', cursive;
    font-weight: 300;
    margin-bottom: 5px;
}
.event-card .stats p{
    color: #777777;
}
/*      Just for presentation        */

.title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}
.title small{
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.space-30{
    height: 30px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}
.white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.ct-heart{
    color: #F74933;
}

 pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .event-card-container:not(.manual-flip):hover .back,
    .event-card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
.careerpath-img{
    height: 150px !important;
    width: 150px !important;
}
.careerpath-panel{
    min-height: 330px;
}
.btn-careerpath{
    min-width: 150px;
}

/* Date and time CSS */
.days {
    color: rgba(255, 255, 255, 0.2);
}
.days span {
    margin-left: 10px;
}
.text{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 100px;
    font-size: 3.5em;
}
#time {
   color: #ff9800;
}           
#cal img {
    width: 30px;
    height: 30px;
}
span#day {              
    margin-top: 15px;
    margin-left: 10px;
}
span#month {                
    margin-top: 15px;
}

span#year {             
    margin-top: 15px;
}
/* End of Date and time CSS */

.require{
    color: #ff0000;  
}

.spincontainer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}

.spinflex {
  min-height: 60pt;
}

@keyframes loading {
  0% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
  25% {
    height: 4pt;
    margin-top: 23pt;
  }
  50% {
    width: 4pt;
  }
  75% {
    width: 50pt;
  }
  100% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
}

.spinloader {
  width: 50pt;
  height: 50pt;
  border-radius: 100%;
  border: #6767fa 4pt solid;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  animation: loading 1s infinite;
}

.soinload-text {
  padding-top: 15px;
  text-align: center;
  font: 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: lighten(#6767fa, 75%);
}

/* Anil */
#anloader 
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.errmsg, .errmsgs
{
    font-size: 11px;
    color: #f44336;
}

.theme-color{
    background-color: #3fb5e4;
    color : #fff;
}

.dashboard-menu-panel {
    display: flex;
    flex-wrap: wrap;
}

.dashboard-menu-panel .card {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.dashboard-menu-panel .card-body {
    min-height: 1px;
    padding-right: 10px;
}

.dashboard-menu-panel .card-body div {
    display: inline-block;
    margin: 0px 0px 10px 10px;
}

.dashboard-menu-panel .card-header {
    margin-bottom: 10px;
}

.dashboard-menu {
    border: 1px solid #ddd;
    padding: 10px 5px;
    width: 133px;
    height: 90px;
    vertical-align: top;
    cursor: pointer;
}

.dashboard-menu:hover {
    box-shadow: 0px 0px 8px #ddd;
}

.dashboard-menu-panel .panel-body {
    padding: 20px 10px 20px 10px;
}

.dashboard-menu-panel .card-title {
    margin: 10px 0 0 0 !important;
    font-size: 13px;
    line-height: 15px;
}

/* Let's get this party started */
.sidebar-content::-webkit-scrollbar, .navigation::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

/* Track */
.sidebar-content::-webkit-scrollbar-track, .navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.sidebar-content::-webkit-scrollbar-thumb, .navigation::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* Anil */

/* Switch For Controller Of Examination */
/* switch start CSS */
  .custom_switch_container {
    position: relative;
  }

  .custom_switch_input {
    display: none;
  }

  .custom_switch_label {
    scale: 0.7;
    display: block;
    width: 64px;
    height: 34px;
    background-color: #ddd; /* Lighter background color */
    border: 2px solid #888; /* Darker border color */
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth background color transition */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Added box shadow for 3D effect */
  }

  .custom_switch_input:checked + .custom_switch_label {
    background-color: rgb(33 150 243);
  }

  .custom_switch_label::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Added box shadow for 3D effect */
  }

  .custom_switch_input:checked + .custom_switch_label::before {
    transform: translateX(30px);
  }

  /* Switch end CSS */
