.header_top{
       background-color: #9e5921;
    border-bottom: 1px solid #b96928;
}
#logo{
    color: #ffea3c;
}
.SubTxt{
   color: white;
    border: 2px solid #b36424;
    background: rgb(158, 89, 33);
}
.txt1, .txt2, .txt3
{
    text-shadow: 3px 5px 4px #311005;
}
.txt2 span
{
    background: #ef7f1a;
    border-radius: 10px;
    padding: 0 5px 0 0;
    margin-right: 5px;
}
.card-image
{
 /* background: radial-gradient(circle at 50% 120%, #cc4f27, #0d1f2f 80%, #cc4f27 100%);*/
}
.card:hover .card-image {
    transform: translateY(-10%);
    box-shadow: 1px 0em 7rem 1rem #ff612e;
  }
  .card-description{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }
  .card-description > h2 {	
	text-shadow: 0px 1px 20px #ff612e;
}
.act-box
{
    box-shadow: -15px 10px 20px #212020, 6px 7px 20px #212020, -2px -10px 20px #212020;
    border: 2px solid #b74825;
    background: rgba(155, 64, 34, 0.68);
}
.header-color {
    background-image: linear-gradient(to bottom, #cc4f27, #311005);
}
.go-back
{
     background: #a8401f;
    color: #fff;
}
.go-back:hover
{
    color: #fff;
    background: #a8401f;
}
.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 #ff612e ;
}
.rectangle-list span
{
       background: #c1d3e4;
    border: 1px solid #aab4bd;
    box-shadow: 0px 0px 3px #ff612e;
}
.footer-bottom
{
    border-top: 2px solid #cc4f27 ;
}

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

.section-heading
{
    background-color: #311005;
    color: #ff612e;
}
.questionTitle
{
    background-image: linear-gradient(#c24b24, #49190a);
    border: 1px solid #cc4f27;
}
.quesItem
{
      background: linear-gradient(to right, #ffffff, #a8cef1 51%, #ffffff) var(--x, 0) / 200%;
    border: 1px solid #fff;
}
.quesItemFib
{
    background: linear-gradient(to right, #cc4f27, #063e71 51%, #cc4f27) var(--x, 0) / 200%;
    border: 1px solid #cc4f27;
}

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

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

.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 #311005;
    transition:all .7s ease;
    font-size: calc(0.5vh + 0.5vw);
}
#videoListIs li a:hover{
    color:#cc4f27;
    border-color:#cc4f27;
}
#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: #cc4f27;
    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: #005b78; 
    border-radius: 5px;
  }
  #videoListIs::-webkit-scrollbar-thumb:hover {
    background: #005b78; 
  }
#mch{
overflow:hidden;	
}
#fib{
overflow:hidden;	
}