@media (max-width:767px){
    .hidden-xs{
        display:none!important
        }}

@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
        }}

@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
        }}

@media (min-width:1200px){
    .hidden-lg{
        display:none!important
        }}


@media screen and (min-width: 0px) and (max-width: 767px) {
  .show-s { display: block; }  /* show it on small screens */
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .show-s { display: none; }   /* hide it elsewhere */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .show-l { display: none; }  /* hide it on small screens */
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .show-l { display: block; }   /* show it elsewhere */
}


.font{
font-weight:600
}

.breadcrumb-II{
    margin-bottom:0px;
    margin-top:0px; 
    border-radius:0; 
    padding: 0.5rem 1.5rem
}

/*NAV BAR DARK PICK FROM THEME.CSS*/
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; 
}
/*NAV BAR DARK PICK FROM THEME.CSS*/

p {
  margin-top: 0;
  margin-bottom: 0.9rem; }


/*NAV BAR DARK PICK FROM THEME.CSS*/

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1); } /*main link color change white 0.5 old color*/
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: black /*rgba(255, 255, 255, 0.75)*/; } /*hover color change to black 0.75 old color*/
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
    color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff; }

/*NAV BAR DARK PICK FROM THEME.CSS*/


section.top_lists{background:#FCA300}
section.top_lists .lists ul{padding:0;list-style:none}
section.top_lists .lists ul li{display:inline-block;margin-right:10px;margin-bottom:25px}
section.top_lists .lists ul li a{font-size:12px;color:#fff;font-weight:400;border:1px solid #fff;border-radius:5px;padding:3px 12px;display:block}
section.top_lists .lists ul li a:hover{color:#9b9b9b;background:#fff;text-decoration:none}
section.top_lists.exams{background:#f26651}
.text-center{text-align:center!important}
.text-center{text-align:center}

.border-radius {
  
  border-radius: 0.5rem; }

.primary:hover {
    color: #fff;
    background-color: #fff;
    padding-top: 1px;
    border-radius:5px;

}
.img-thumbnail-2 {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto; } 

/*HOVER SHADE*/
.ss-item .ss-item-text{
    background-color: #808080;
    text-align:center;
    padding: 10px 20px;
    border-radius:0 0 50px 50px;
    font-weight:bold;
}

.ss-item .ss-item-text, .ss-item img{
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*    width:300px;*/
}

.ss-item img{
    border-radius: 8px;
}

.ss-item img:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
}
/*HOVER SHADE*/
/*3D BUTTON*/
.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
    /*margin-right:10px;*/
    /*margin-top:15px;*/
}

.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}

.btn3d:active {
    top:3px;
}

.btn-default {
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 0px 8px 0 #adadad, 0 0px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#fff;
}

.btn-primary {
    box-shadow:0 0 0 1px #428bca inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 0px 8px 0 #357ebd, 0 0px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#428bca;
}

 .btn-success {
    box-shadow:0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4cae4c, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#5cb85c;
}

 .btn-info {
    box-shadow:0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #46b8da, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#5bc0de;
}

.btn-warning {
    box-shadow:0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #eea236, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#f0ad4e;
}

.btn-danger {
    box-shadow:0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #C24032, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#c63702;
}
/*3D BUTTON*/
