.header_top{
    background-color: #605021;    
    border-bottom: 1px solid #605021;
}
#logo{
    color: #ffea3c;
}
.SubTxt{
    color: white;
    border: 2px solid #eceef1;
    background: #6d5e2a;
}
.txt1, .txt2, .txt3
{
    text-shadow: 3px 5px 4px #605021;
}
.txt2 span
{
    background: #ef7f1a;
    border-radius: 10px;
    padding: 0 5px 0 0;
    margin-right: 5px;
}
.card-image
{
    background: radial-gradient(circle at 50% 120%, #2e9d50, #c3e7f5 80%, #c7ebf7 100%);
    padding: 15px;
        border-radius: 5%;
}
.card:hover .card-image {
    transform: translateY(-10%);
    box-shadow: 1px 0em 7rem 1rem #605021;
  }
  .card-description{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }
  .card-description > h2 {	
	text-shadow: 0px 1px 20px #605021;
}
.act-box
{
    box-shadow: -15px 10px 20px #212020, 6px 7px 20px #212020, -2px -10px 20px #212020;
    border: 2px solid #12528c;
    background: rgba(52, 106, 156, 0.66);
}
.header-color {
    background-image: linear-gradient(to bottom, #605021, #605021);
}
.go-back
{
     background: #605021;
    color: #fff;
}
.go-back:hover
{
    color: #fff;
    background: #605021;
}
.rectangle-list a
{
       background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}
.rectangle-list a:hover span
{
    box-shadow: 0px 0px 15px #605021 ;
}
.rectangle-list span
{
       background: #c1d3e4;
    border: 1px solid #aab4bd;
    box-shadow: 0px 0px 3px #605021;
}
.footer-bottom
{
    border-top: 2px solid #605021 ;
}

.cat-list a
{
        background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}

.section-heading
{
    background-color: #605021;
    color: #605021;
}
.questionTitle
{
  background-image: linear-gradient(#115ea5, #0b487d);
    border: 1px solid #605021 ;
}
.quesItem
{
    background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}
.quesItemFib
{
    background: linear-gradient(to right, #605021, #063e71 51%, #605021) var(--x, 0) / 200%;
    border: 1px solid #605021;
}

.roundNoDarkArea{
    color: #605021;
    box-shadow: 0px 0px 62px #605021;
}
.slider_item .box-a span
{
    background-color: #605021;
    color: #605021;
}
.slider_item .box-a:hover
{
    color: #605021;
}
.slider_item .box-a:hover span
{
    background-color: #605021;
    color: #605021;
}
.activenum{
    color: #605021!important;
}
.activenum span
{
    color: #605021!important;
    background-color:#605021!important;
}

.slider_arrow__right, .slider_arrow__left
{
    background-color: #605021;
}

.vidList {
    list-style: none;
    width: calc(18vw - 0px);
    padding: 0 0 0 13px;
    margin: 0;
    float: left;
}

#videoListIs li a{
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #605021;
    transition:all .7s ease;
    font-size: calc(0.5vh + 0.5vw);
}
#videoListIs li a:hover{
    color:#605021;
    border-color:#605021;
}
#vidListIcon{
    padding: 5px 12px 5px 12px;
    font-size: calc(0.7vh + 0.6vw);
    border-radius: 5px;
    text-decoration: none ! important;
    z-index: 10;
    cursor:pointer;
    background: #605021;
    color: #FFF;
    margin-left: 0.4vw;
}

#videoListIs::-webkit-scrollbar {
    width: 5px;
  }
  #videoListIs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  #videoListIs::-webkit-scrollbar-thumb {
    background: #605021; 
    border-radius: 5px;
  }
  #videoListIs::-webkit-scrollbar-thumb:hover {
    background: #605021; 
  }
#mch{
overflow:hidden;	
}
#fib{
overflow:hidden;	
}