.head_tit {
  top: 170px;
}

.administration_main .container-fluid,
.vm_main .container-fluid,
#about_two .container-fluid {
  padding: 0 200px;
}

#about_two {
  padding: 70px 0;
  background-image: linear-gradient(to bottom, #ededed 68%, #ffff  40%);
  padding-bottom: 0;
}
#about_two .row {
  align-items: end;
}
.about_two_text_sec {
  /* margin-top: -50px; */
  margin-bottom: 50px;
}
.about_two_text_sec h5 {
  font-size: 30px;
  color: var(--orange);
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 20px;
}
.about_two_text_sec h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000000b5;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 2px;
}
.about_two_text_sec hr {
  border: solid 1px #000;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
}
.about_two_text_sec p {
  font-size: 17px;
  padding-bottom: 20px;
  color: #444;
  text-align: justify;
  line-height: 28px;
}
#about_two .abt_inn_img img {
  object-fit: cover;
  height: 380px;
  /* padding: 15px;
  border-radius: 25px; */
}

/* second about section css */
.legacy_sec h3 {
  font-size: 43px;
  color: var(--black);
  margin-bottom: 40px;
  font-weight: bold;
  margin-top: -20px;
}
.legacy_row {
  padding: 50px;
  border-radius: 40px 40px 0 0;
  background: linear-gradient(to bottom, var(--orange), var(--blue));
  gap: 45px;
  justify-content: center;
  align-items: center !important;
}
.legacy_inn_sec h4 {
  font-size: 55px;
  color: var(--white);
  font-weight: bold;
}
.legacy_inn_sec {
  position: relative;
  text-align: center;
}
.legacy_inn_sec::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -14px;
  width: 1px;
  height: 130px;
  background-color: #fff;
  border-radius: 25px;
}
.legacy_inn_sec1::after {
  display: none;
}
.legacy_inn_sec2::after {
  top: 0;
}
.legacy_inn_sec h4 span {
  font-size: 30px;
  margin-left: -15px;
}
.legacy_inn_sec p {
  font-size: 25px;
  color: var(--white);
  line-height: 27px;
}

/* vm_about */
.vm_main {
  padding: 70px 0;

    background: #ededed;

  /* background-color: #f0f0f0; */
}
.vm_sec {
  display: flex;
  gap: 35px;
}
.vm_head {
  margin-bottom: 50px;
}
.vm_head h3 {
  font-size: 40px;
  color: var(--blue);
  font-weight: bold;
}
.vm_sec img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.vm_inn_sec {
  margin-top: 35px;
}
.vm_inn_sec h4 {
  font-size: 50px;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 25px;
}
.vm_inn_sec li,
.vm_inn_sec p {
  font-size: 22px;
  color: #000000ea;
  text-align: justify;
  line-height: 35px;
  width: 415px;
}
.vm_inn_sec li {
  width: 440px;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.vm_inn_sec li img {
  width: 25px;
  height: 19px;
  object-fit: contain;
  margin-top: 5px;
}
/* administration section */
.administration_main {
  padding: 70px 0;
  background: linear-gradient(to bottom, #fffbff 50%, var(--blue) 50%);
}
.administration_head h3 {
  font-size: 35px;
  color: var(--black);
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid 2px var(--blue);
  padding-bottom: 15px;
}
.administration_head h4 {
  padding-left: 90px;
  font-size: 30px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.administration_head h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: var(--white);
  top: 13px;
}
/* image section */
.admi_tab_text {
  text-align: center;
}

.admi_tab_text .about_img1 img {
  /* height: 181px; */
  object-fit: cover;
  border: 8px solid #1d3a6c36;
  border-radius: 50%;
}
.admi_tab_text h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--black);
  text-align: center;
}
.admi_tab_text p {
  margin-top: 5px;
  font-size: 18px;
  color: var(--black);
  font-weight: 300;
  text-align: center;
}
.admi_tab_text p b {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}
.admi_tab_text .admin_clg_name{
    font-size:16px;
    letter-spacing: 2px;
    line-height: 26px;
}
#leadership .row .col-lg-3{
  width:19%;
}
#leadership .row .col-lg-9{
  width:81%;
}
/* **** */
.admin_tab_text {
  /* background-color: #ffffffa6; */
  padding: 30px;
  background: linear-gradient(to bottom, #c8573a, #6a4756);
  box-shadow: 0px 0px 12px 1px #00000061;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:100%;
}
.admin_tab_text p {
  font-size: 17px;
  color: #ffffffe3;
  text-align: justify;
  line-height: 33px;
}
.admin_tab_text h5 {
  color: var(--orange);
  /* padding-bottom: 8px; */
  width: fit-content;
  font-size: 18px;
  margin-top: 10px;
}
.admin_img_sec img {
  width: 100%;
}
/* .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  display: none;
} */
.admin_img_sec_main h4 {
  font-size: 20px;
  color: var(--white);
  font-weight: bold;
  margin: 5px;
}
.admin_img_sec_main p {
  color: var(--white);
}
.educat_clg_list{
  text-align: center;
}
.depart_list {
  justify-content: end;
}
#leadershipTab {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap:70px;
}
#leadershipTab li a {
  display: block;
  padding: 0;
  margin-left: 15px;
  width: 220px;
  cursor: pointer;
}
#leadershipTab li a.active{
  transition:0.5s all;
}
#leadershipTab li:has(a.active) {
  display: none;
}
/* governing section */
.governing_main {
  padding: 80px 0;
  background-color: #ededed;
}
#college_group .administration_head h3,
.governing_main .administration_head h3{
  color:var(--black);
}
.contact_head span {
  color: #4CAF50;
}
.managing_img .info {
  margin-top: 15px;
  text-align: center;
}
.managing_img p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.managing_img p:nth-child(2) {
  font-size: 16px;
}
.managing_img {
  margin-bottom: 20px;
  overflow: hidden;
}
.ma_img {
  transform: scale(1);
  overflow: hidden;
  border: 10px solid #d0d5d8;
  border-radius: 50%;
  margin: 20px;
}
.ma_img img {
  /* height: 196px; */
  object-fit: cover;
  transition: 0.5s all;
}
.managing_img:hover .ma_img img {
  transform: scale(1.2);
}
.footer_social {
  display: none;
}
.OmbudsPerson_head {
  margin-top: 30px;
}
.road2{
  display:none;
}

/* group section */
#college_group {
  padding: 80px 0;
}
#college_group .row {
  align-items: center;
}
#college_group .row .col-lg-6 {
  padding: 0;
}
.grp_text {
  padding-right: 25px;
}
.grp_text1 {
  padding-right: 0;
  padding-left: 25px;
}
.grp_text h3 {
  font-size: 35px;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 15px;
}
.grp_text p {
  font-size: 18px;
  color: var(--black);
  line-height: 30px;
  text-align: justify;
}

/* contact section */
.contact_1 {
  padding: 50px 0;
  background-color: #ecececd1;
}
.contact_1 .row .col-lg-4 ul li:last-child .card {
  margin: 0;
}
.contact_1 .card {
  padding: 20px 0;
  border-color: transparent;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  padding-left: 30px;
  border-radius: 0;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.contact_1 .card i {
  margin-right: 30px;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  background-color: #e8f9e9;
}
.contact_1 .col-lg-4 h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact_1 .col-lg-4 p,
.contact_1 .col-lg-4 a {
  color: var(--black);
}
.contact_1 .col-lg-8 form,
.contact_1 .col-lg-6 form {
  background-color: var(--white);
  height: 100%;
  padding: 32px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.contact_1 .col-lg-8 h3,
.contact_1 .col-lg-6 h3 {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
}
.contact_1 .col-lg-8 .line,
.contact_1 .col-lg-6 .line {
  width: 50px;
  height: 2px;
  background: var(--orange);
  margin-bottom: 20px;
}
.contact_1 .col-lg-8 form .btn,
.contact_1 .col-lg-6 form .btn {
  background-color: #349238;
  border: 2px solid #349238;
  border-radius: 0;
  padding: 3px 20px;
  font-size: 16px;
  color: var(--white);
}
.map {
  padding-bottom: 100px;
  text-align: center;
}
.map iframe {
  width: 100%;
  height: 550px;
  display: block;
}
.contact_head h4,
.map h4 {
  font-size: 35px;
  color: var(--blue);
  font-weight: bold;
  margin: 50px 0;
}
.contact_head h4 {
  border-bottom: solid 2px var(--blue);
  width: fit-content;
  margin-top: 0;
}

/* .grp_text{
  padding: 50px;
} */
.mission_vision_sec .row .col-lg-6{
  padding: 0;
}
.abt_inn_img{
  border-bottom: 10px solid var(--orange);
  margin-bottom: 60px;
} 

.committee_table_inn .pera{
  line-height: 30px;
  text-align: justify;
  font-size: 17px;
}
.ms_quet{
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
}

.instituional {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0px;
  background: #dee2e6;
}
.instituional h4{
  font-size: 35px;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
}
.instituional p {
  padding: 10px 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
}
.instituional .row .col-lg-5 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 44px 34px;
  color: white;
  background: var(--blue);

}
.instituional .row .col-lg-7 {
  margin-left: -43px;
  margin-top: 50px;
}
.road {

  color: var(--blue) !important;
  text-align: -webkit-center;
  margin-left: 374px;
  margin-bottom: -36px !important;
  padding-top: 10px;
}
.affilation{
  padding:30px 0px
}
.grp_text h3 a{
  color:var(--blue);
}
/* -------------------------- */


/* -------------------------- */

@media (max-width: 1600px) {
  .vm_sec {
    gap: 15px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 21px;
  width: 372px;
}
.bnr_bredcrumb {
  position: absolute;
  bottom: -22px;
  left: 240px;
}
}
@media (max-width: 1536px) {
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 21px;
  width: 350px;
}
}
@media (max-width: 1440px) {
.vm_sec img {
  width: 180px;
  height: 180px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 20px;
  width: 312px;
}
.bnr_bredcrumb {
  position: absolute;
  bottom: -12px;
  left: 240px;
}
}


@media (max-width: 1366px) {
.about_two_text_sec h2 {
  font-size: 40px;
  line-height: 49px;
}
.about_two_text_sec h5 {
  font-size: 28px;
}
.about_two_text_sec p {
  font-size: 16px;
}
.vm_main {
  padding: 50px 0;
}
.vm_head h3 {
  font-size: 35px;
}
.vm_inn_sec h4 {
  font-size: 40px;
  margin-bottom:15px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 18px;
  width: 310px;
  margin-bottom: 10px;
}
.committee_table_inn .pera {
  font-size: 16px;
}
.grp_text p {
  font-size: 16px;
}
.vm_main .container-fluid, #about_two .container-fluid { 
  padding: 0 150px;
}
#college_group {
  padding: 50px 0;
}
.bnr_bredcrumb {
  position: absolute;
  bottom: -8px;
  left: 240px;
}
.committee_sec .tab-pane {
  padding-left: 0px;
}
.instituional p {
  padding: 0px 3px
}
.instituional .row .col-lg-5 {
  padding: 24px 41px 24px 13px;
}
.instituional h4 {
font-size: 30px;
}
}

@media (max-width: 1280px) {
.vm_sec {
  gap: 10px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 18px;
  width: 253px;
  margin-bottom: 10px;
}
.vm_main .container-fluid, #about_two .container-fluid {
  padding: 0 95px;
}
.vm_inn_sec {
  margin-top: 25px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 18px;
  width: 328px;
  margin-bottom: 10px;
}
}
@media (max-width: 1200px) {
.vm_sec img {
  width: 150px;
  height: 150px;
}
.vm_main .container-fluid, #about_two .container-fluid {
  padding: 0 70px;
}
.vm_inn_sec li, .vm_inn_sec p {
  width: 350px;
  line-height: 31px;
}
.committee_sec .nav-pills {
  margin-right: 0rem !important;
}
.committee_table_inn .pera {
  line-height: 28px;
}
.bnr_bredcrumb {
  position: absolute;
  bottom: -8px;
  left: 134px;
}
}
@media (max-width: 1024px) {
.vm_inn_sec li, .vm_inn_sec p {
  width: 280px;
  line-height: 31px;
}
}
@media (max-width: 992px) {
.vm_main .container-fluid, #about_two .container-fluid {
  padding: 0 41px;
}
.bnr_img img {
  height: auto;
  object-fit: cover;
}
.bnr_bredcrumb {
  position: absolute;
  bottom: -21px;
  left: 120px;
}
.breadcrumb a {
  font-size: 16px;
}
.breadcrumb-item.active {

  font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 18px;
}
.head_tit h4 {
  margin-left: -105px;
  margin-top: -41px;
  font-size: 35px;
  line-height: 13px;
}
.table-bordered td, .table-bordered th {
  font-size: 15px;
  border: 1px solid #0000003b;
}
}
@media (max-width: 991px) {
.vm_inn_sec li, .vm_inn_sec p {
  width: 100%;
  line-height: 31px;
}
.vm_head .row{
  row-gap:40px;
}
.committee_sec .row{
  row-gap:40px;
}
.admi_tab_text h4 {
  font-size: 19px;
}
#committe_main {
  padding: 50px 0;
  padding-bottom: 50px !important;
}
.committee_sec .tab-pane {
  padding-left: 0px !important;
}
#college_group  .row{
  row-gap:40px;
}
.order-lg-1 {
  order: 2;
}

.order-lg-2 {
  order: 1;
}
.grp_text1 {
  padding-right: 0;
  padding-left: 0px;
}
.grp_text {
  padding-right: 0px;
}
.road {
  display:none;
}
.road2{
  display:block;
  color:var(--blue) !important;
}
.instituional .row .col-lg-5 {
  padding: 35px 35px 35px 35px;
}
.instituional .row .col-lg-7 {
  margin-left: 0px;
  
}
}
@media (max-width: 768px) {
.bnr_bredcrumb {
  bottom: -27px;
  left: 65px;
}
.head_tit h4 {
  margin-top: -69px;
}
#about_two {
  padding: 70px 0;
  background-image: linear-gradient(to bottom, #ededed 75%, #ffff 40%);
  padding-bottom: 0;
}
#about_two .abt_inn_img img {
  object-fit: cover;
  height: auto;
}
#about_two {
  padding: 50px 0;
}
.abt_inn_img {
 
  margin-bottom: 0px;
}
.committee_table_inn {
  overflow-x: scroll;
}
}
@media (max-width: 767px) {
.admi_tab_text .about_img1 img {
  width: 200px;
}
.committee_head h3 {
  margin-top: 0px !important;
}
}
@media (max-width: 600px) {
#about_two {
  background-image: linear-gradient(to bottom, #ededed 85%, #ffff 40%);
}
#about_two .abt_inn_img img {
  object-fit: cover;
  height: auto;
}
.bnr_bredcrumb {
  bottom: -32px;
  left: 36px;
}
.head_tit h4 {
  margin-top: -94px;
  margin-left: -139px;
}
#about_two {
  padding: 50px 0;
}
.abt_inn_img {
 
  margin-bottom: 0px;
}
.about_two_text_sec h2 {
  font-size: 38px;
}
.committee_table_inn {
  overflow-x: scroll;
}
}
@media (max-width: 540px) {
.about_two_text_sec h2 {
  font-size: 30px;
  line-height:40px;
}
.about_two_text_sec h5 {
  font-size: 25px;
}
.vm_head h3 {
  font-size: 30px;
}
.vm_inn_sec h4 {
  font-size: 35px;
  margin-bottom: 10px;
}
.vm_sec img {
  width: 140px;
  height: 140px;
}
.vm_inn_sec li, .vm_inn_sec p {
  font-size: 16px;
  line-height: 28px;
}
.administration_head h3 {
  font-size: 30px;
}
.grp_text {
  padding: 0 15px;
}
.grp_img {
  padding: 0px 15px;
}
.grp_text h3 {
  font-size: 30px;
}
.table-bordered td, .table-bordered th {
  font-size: 14px;
  border: 1px solid #0000003b;
}
.cdp_i {
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 20px !important;
  line-height: 28px !important;
}
.instituional .row .col-lg-5 {
  margin: auto;
  width: 94%;
  /* margin-right: 20px; */
  /* margin-left: 12px; */
  padding: 20px;
}
.academic_reg_text ol {
  margin: 0;
  padding-left:0px;
}
}
@media (max-width: 492px) {
.breadcrumb a {
  font-size: 14px;
}
.breadcrumb-item.active {
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 15px;
  padding-right: 0.4rem;
}
.head_tit h4 {
  margin-top: -102px;
  margin-left: -156px;
  font-size:30px;
}
.about_two_text_sec p {

  padding-bottom: 10px;
}
.vm_main .container-fluid, #about_two .container-fluid {
  padding: 0px 15px;
}
.instituional h4 {
  font-size: 27px;
}
}
@media (max-width: 432px) {
.head_tit h4 {
  margin-top: -112px;
  margin-left: -176px;
  font-size: 30px;
}
.vm_sec {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.vm_sec img {
  width: 155px;
  height: 155px;
}
.bnr_bredcrumb {
  bottom: -33px;
  left: 0px;
}
.breadcrumb-item {
  margin-top: -24px;
}
.administration_head h3 {
  font-size: 25px;
}
.grp_text h3 {
  font-size: 25px;
}
.committee_head h3 {
  font-size: 22px;
}
.vm_head h3 {
  font-size: 25px;
}
.vm_inn_sec h4 {
  font-size: 30px;
}
.about_two_text_sec h2 {
  font-size: 25px;
  line-height: 35px;
}
.about_two_text_sec h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.about_two_text_sec {
  margin-bottom: 20px;
}
.head_tit h4 {
  font-size: 20px;
}
.bnr_img img {
  height: 150px;
  object-fit: cover;
}
.instituional h4 {
  font-size: 25px;
}
}
@media (max-width: 412px) {
.about_two_text_sec h2 {

  line-height: 35px;
}
.instituional .row .col-lg-5 {
  padding: 13px;

}
}
@media (max-width: 393px) {
.head_tit h4 {
  margin-top: -135px;
  margin-left: -123px;

}
}
@media (max-width: 385px) {
.grp_text p {
 line-height:28px;
}
.instituional h4 {
  font-size: 23px;
}
}
@media (max-width: 375px) {

  #about_two {
    background-image: linear-gradient(to bottom, #ededed 89%, #ffff 40%);
}
}
@media (max-width: 360px) {
.head_tit h4 {
  font-size: 20px;
  margin-top: -137px;
  margin-left: -128px;
}
}
@media (max-width: 355px) {
.about_two_text_sec h2 {
  font-size: 21px;
}
.head_tit h4 {
  font-size: 20px;
  margin-top: -146px;
  margin-left: -148px;
}
.breadcrumb-item.active {
  font-size: 12px;
}
.breadcrumb a {
  font-size: 12px;
}
}
@media (max-width: 320px) {
.instituional h4 {
  font-size: 20px;
}
}



