.accordion-button{background-color:#f3f5d4;border-left:8px solid #0C5294}
.acc_heading{font-family:poppinsMedium;font-size:18px;color:#333333}
.acc_body{font-family:poppinsRegular;font-size:16px;color:#353535;}

  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
     background-color: #f0e8bb; /* change this to the color you want */
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button::after {background-image: url(../images/plus.png); }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../images/plus.png);
    transform:rotate(135deg)
  }
.acc_content{border:2px solid #F2DAAE;border-top:0px}
a{cursor:pointer}
.box-fade-left{border-width:2px;border-style:solid;border-image:linear-gradient(to left, #D98600 20%, #73470000 70%) 1;border-radius:10px;background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.light-heading-large{font-size:41px;color:#0C5294}
.common-heading { text-align:left; margin-bottom: 22px; }
.common-heading h1 { color: #D98600; font-weight: 200; }
.common-heading h1 span { color: #0C4D8B; font-weight: 400; }
.btn-color-blue{background-color:#A5D0E5;padding:12px;margin-right:10px;margin-bottom:10px}
.sidebar-scroll-fixed{position:sticky}
.sidebar-faculty{ background:#fff; top:0;left:0;max-width:100%; padding: 40px 22px 22px 22px !important;}
.dynamic-text{font-size:18px}
.dynamic-text-add{font-size:13px}
.sidebar-font-adjust{font-size:16px;cursor:pointer}
.sidebar-text-box{transition:.5s;width:100%}
.sidebar-h3{color:#DE9520}
.transition-point-five{transition:.5s}
.w-100{width:100%}
.w-40{width:40%}
.w-8{width:8%}
.w-84{width:84%}
.min-height-700px{min-height:700px}
#side_bar_img { text-align:center; }
.img-sidebar { width: 31%; border-radius: 0; margin: 0px auto; }
.faculty-page1-home{min-height:700px;left:0;top:0;position:absolute; background: #fff; width:100%;margin-left:0%;z-index:100;transition-property: margin-left;transition-duration:.6s;transition-timing-function: ease-in-out}
.scroll-check-div { background: #fff; position: relative; width: 95%; min-height: 1139px; overflow-x: hidden; padding: 0 0 0 18px; margin: 0px auto; }
.back-color-block{background-color:#DE9520;width:80%;height:100%;position:absolute;top:0;left:25px;margin-left: -11px; margin-top: 11px;border-radius:0;z-index:0}
.faculty-profile-img{width:100%;border-radius:0;z-index:1}
.faculty-main-h2 { font-size: 35px; line-height: 38px; font-weight: 300; color: #de9520; margin: 0px auto; }

.faculty-p-box{width:92%;font-size:14px}
.faculty-p{font-size:14px;color:#0C4D8B}
.slider-page{left:0;top:0;position:absolute;width:100%;height:100%;background-color:#ffffff;z-index:100;margin-left:100%;transition-property: margin-left;transition-duration:.6s;transition-timing-function: ease-in-out; padding: 26px 15px;}
.slider-page-h4{color:#606060}
.mCSB_container { padding: 49px 0 0; }
#faculty-content-section { background: url(../images/bg-faculty.jpg); padding: 0px 50px 52px 61px; background-size: cover; position: relative; }
.faclty-mmg-para { padding: 0 0 0 25px; }

.faculty-main-h2 {  }
.faculty-main-h3 { font-size: 19px; font-weight: 300;padding: 7px 0; margin:0px auto; }
.faculty-main-h4 { font-size: 19px; font-weight: 300;padding: 7px 0 15px; margin:0px auto; }
.para-facultyy { line-height: 30px; color: #464646; }

.rgt-back-bttn-dep {
  background: linear-gradient(0deg,rgb(255, 255, 255) 0%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 68px;
  width: 22%;
  top: 0;
  padding: 34px;
  border-bottom: 6px solid #D98600;
}

.rgt-back-12 {
  position: absolute;
  bottom: 32px;
  left: 29px;
  right: 24px;
}
.rgt-back-12 h4 {
  font-size: 20px;
  font-weight: 300;
  color: #0c4d8b;
  margin: 0px auto 17px;
  line-height: 32px;
}
.rgt-back-bttn-dep a { background: #BBCDE0; color: #0c4d8b !important; border: 1px solid #BBCDE0; padding: 9px 17px; }
.rgt-back-bttn-dep a:hover { background: #BBCDE0; color: #0c4d8b !important; border: 1px solid #BBCDE0; padding: 9px 17px; }
#banner { position:relative; }


@media screen and (max-width: 992px) {
  .faculty-page1-home{min-height:700px;left:0;top:0;position:absolute;width:100%;margin-left:100%;z-index:100;transition-property: margin-left;transition-duration:.6s;background-color: #ffffff;transition-timing-function: ease-in-out}
  }