    .sc-bnn {
	margin-top: 250px;
	}
	
	.breadcrumb {
        background-color: #ffecef  !important;
	}
	
	.breadcrumb-bg {
		background-color:#ffecef;
	}
	
	.breadcrumb a {
		color:#000;
	}
	
	.breadcrumb a:hover {
		color:#9d2235;
	}
	
	.sec-pd {
	
	    padding: 10px !important;
		
	}
	a:focus{border: 1px solid #000;}
	.title-main {
		font-size: 38px !important;
		}
	
	.sec-title-span > span {
    position: relative;
    display: inline-block;
}

.sec-title-span > span:before {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #9d2235;
    left: -60px;
    top: 12px;
    position: absolute;
    z-index: 8;
}

.sec-title-span > span:after {
    content: "";
    height: 2px;
    width: 50px;
    background-color: #9d2235;
    right: -60px;
    top: 12px;
    position: absolute;
    z-index: 8;
}

.sec-title-span > span i {
    color: #9d2235;
    font-size: 16px;
}

.sec-page p {
	
	text-align: justify;
	
}

@media only screen and (max-width: 767px) {
.sc-bnn {
    margin-top: 115px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .sc-bnn {
        margin-top: 232px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sc-bnn {
        margin-top: 280px;
    }
}

.sidebar-title .dot-box {
 
 background-color: #9d2235 !important;
}

.single-sidebar-box {
    margin-top: 35px !important;
}

.side-bar-bg {
   background-color: #f7f4f5;
    border-top: 5px solid #bbcbd9;
    border-bottom: 12px solid #97b6d1;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar-categories-box li a:after {
   
    background: #9d2235 !important;
  }
  
  .sidebar-categories-box li a {
    color: #423e3e;
   
	/**
	border-radius: 8px;
	 border: 1px solid #e5c5ca;
	**/
  }

/**
 .sidebar-categories-box li a:hover {
    color: #fff !important;
}
**/
  
  .sidebar-categories-box li {
    margin-bottom: 5px !important;
}

.sidebar-categories-box li:last-child{
    margin-bottom: 30px !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.img-rt {
    float: right;
    padding: 10px;
    margin: 15px;
}

@media only screen and (max-width: 767px) {
    .thm-sidebar-box {
       padding-top: 5px !important;
    }
}

.thm-sidebar-box {
    max-width: 100% !important;
}

.img-bd {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2)
}

.img-style {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000069;
    padding: 10px;
}

.sticky-header .main-menu .navigation>li {
    margin-right: 20px !important;
}

@media (max-width: 1300px) {
.sticky-header .main-menu .navigation>li {
    margin-right: 12px !important;
}
}

@media (max-width: 1200px) {
.sticky-header .main-menu .navigation>li {
    margin-right: 7px !important;
}
}

.main-menu.style2 .navigation>li {
    margin-right:20px !important;
}

@media (max-width: 1300px) {
.main-menu.style2 .navigation>li {
    margin-right: 12px !important;
}
}

@media (max-width: 1200px) {
.main-menu.style2 .navigation>li {
    margin-right: 6px !important;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .thm-sidebar-box {
        padding-top: 15px !important;
    }
}

.page-sec-hd {
    border-left: 6px solid #9d2235;
    padding: 10px;
    font-size: 22px;
   margin-bottom: 1rem;
}

.start-admission-box li h3 {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--thm-font);
    color: var(--thm-gray) !important;
}

.hd-color {
    color: #9d2235;
}

.start-admission-box li .icon {
    width: 35px !important;
}

.table-header {
/*    background-color: #9d2235;*/
    background-color: #645E5F;
    color: white;
}

.table td {
    vertical-align: middle;
}

.table th {
    vertical-align: middle;
}

.border-rounded-50 {
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.view-btn {
    background: black;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: white;
    transition: .3s ease-in-out;
}

.view-btn:hover {
    background-color: #9d2235;
    color: white
}

.cust-btn-one {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 15px 20px;
 background-color: #6c6c6c;
    color: #ffffff;
/*    background-color: #9D2235;
    color: #ffffff; */
      font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: normal;
   /* text-transform: uppercase;*/
   /* letter-spacing: 0.1em;*/
    -webkit-transition: all 0.3slinear;
    -o-transition: all 0.3s linear;
    transition: all 0.3slinear;
    font-family: var(--thm-font);
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;     
}

.cust-btn-one i {
/*    color: #9d2235;*/
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
/*    background-color: #fff;*/
}

.cust-btn-one:hover {
    color: #ffffff;
}

 .cust-btn-one:focus {
    color: #ffffff;
}

.cust-btn-one:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 50%;
    content: "";
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-black);
    z-index: -1;
}

.cust-btn-one:after {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 50%;
    content: "";
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-black);
    z-index: -1;
}

.cust-btn-one:hover:before {
    opacity: 1.0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.cust-btn-one:hover:after {
    opacity: 1.0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.contact-info-content {
     background-color: #9d2235 !important;
     overflow: hidden;
}

.contact-info-content .icon-outer {
    color: #7e1f2e !important;
}

.profile-info {
        text-align: center;
        border: 1px solid lightgrey;
        border-radius: 10px;
    }

    .profile-info-img {
        border-radius: 6px;
        padding: 3px;
        width: 100%;
    }

    .profile-info-desc {
        background-color: #c4bebf;
        border-radius: 0 0 10px 10px;
        color: black;
        padding-block: 10px;
    }

    .profile-info-desc h4 {
        color: black;
        font-size: 22px;
        margin-bottom: 6px;
    }

    .profile-info-desc i {
        font-size: 16px;
    }

.blog-details-page__quote-box {
    border-top: 4px solid #9d2235 !important;
}

.blog-details-page__quote-box .icon span:before {
    -webkit-text-stroke-color: #9d2235 !important;
}

.blog-details-page__text-2 span {
    color: #9d2235 !important;
}

.fac_image {
    margin-bottom: 20px;
    width: 100%;
}

.cust-w-120 {
    min-width: 75px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.single-blog-style2__text-holder {
    padding: 30px 0px !important;
    min-height: max-content !important;
}

.single-blog-style2__text-holder .top .category-box {
    background-color: #9d2235 !important;
}

.single-blog-style2__text-holder .bottom-box .meta-info ul li span:before {
    color: #9d2235 !important;
}

.single-blog-style2__text-holder .bottom-box .meta-info ul li a:hover {
    color: #9d2235 !important;
}

.single-blog-style2__text-holder .bottom-box .meta-info ul {
    flex-direction: column;
    align-items: start !important;
}

.single-blog-style2__text-holder .blog-title a:hover {
   color: #9d2235 !important;
}

.single-staff-box .btns-box a {
   padding-left : 15px !important;
   padding-right : 15px !important;
}

.single-staff-box .btns-box a i:before {
  color: #9d2235 !important;
}

.single-staff-box .btns-box a:hover i:before {
  color: #fff !important;
}


.single-staff-box .btns-box a:before {
    background-color: #9d2235 !important;
}

.single-staff-box .btns-box a:after {
    background-color: #9d2235 !important;
}

.page-numbers li {
    list-style: none !important;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 20px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  line-height: 50px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #0cb8b6;
  color: #fff;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
  border-radius: 5px;
  color: #ffffff;
  border-color: #9d2235;
  background: #9d2235;
}

.wprt-pagination ul li .page-numbers.current, .woocommerce-pagination .page-numbers li .current {
  background: #d02842 !important; 
}

.btn-new {
    padding-left: 17px !important;
    padding-bottom: 5px !important;
    padding-right: 17px !important;
    line-height: 36px !important;
}

.cust-card-title {
		    height: 80px;
		display: flex;
		flex-direction: column;
justify-content: center;
	}
	
	.cust-min-height {
		min-height: 280px;
	}

.fs-18 {
    font-size: 16.5px !important;
}

.staff-btn {
    margin-top: 12px;
}

.staff-btn a {
     padding: 3px 20px !important;
     font-size: 13px !important;
    display: flex;
  align-content: center;
  justify-content: center;
  width: max-content;
  margin: auto;
}

.accordion-box .block {
    margin-bottom: 30px !important;
}

.staff_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.new-home-btn {
    margin-top: 19px;
}



.sticky-header {
     background-color: #9D2235 !important;
}

.sticky-header a {
     color: #fff !important;
}

.sticky-header .dropdown ul a {
     color: currentColor !important;
}


.sticky-header .main-menu .navigation > li > a {
   padding: 30px 2px !important;
}

.sticky-header .main-menu .navigation > li > a:after {
     right: -11px !important;
}

.table thead {
        background-color:  #645E5F !important;
}

.table thead th {
    border-bottom: 4px solid #868081 !important;
    border: 1px solid #868081 !important;
    color: white !important;

}

.table th {
    border: 1px solid #868081 ;
}

.table td {
    border: 1px solid #868081 ;
}

.table {
    border-bottom: 4px solid #645E5F !important;
}

.alert-success {
  color: #fff !important;
  background-color: #9d2235 !important;
  border-color: #9d2235 !important;
  font-weight: 500 !important;
}

a {
    color: #000;
}

.staff_fulldetail {
                            /*background-color: #9d2235;
                            color: white; */
                    background-color: #4C9BEE2E;
  color: black;

                            padding: 30px 20px;
                            font-weight: 500;
border: 3px solid #205EA02E;
border-bottom: 6px solid #205EA02E;
                            /*border: 3px solid #62121e;
                            border-bottom: 6px solid #62121e;*/
                        }

                        .staff_name {
                            color: black;
                        }

                        .staff_accordion .acc-content {
                            background-color: #9d223505;
                        }

                        .staff_accordion .accordion-box .block .acc-btn.active {
                            background-color: #9d2235 !important;
                            box-shadow: none !important;
                        }

                        .staff_accordion .accordion-box .block .acc-btn.active h3 {
                            color: #fff !important;
                        }

                        .staff_accordion .accordion-box .block .acc-btn.active .icon-outer {
                            color: #fff !important;
                        }

.list-icon {
    margin-left: 20px;
}


.list-hd {

  color: #9d2235 !important;
  border-bottom: 1px groove;
  margin-bottom: 18px;

    /* font-size: 16px!important; */

    font-size: 20px!important;

    padding: 10px 0px;

}

.list-icon {

    margin-bottom: 20px;

}



.list-icon li {

    /* font-size: 14px; */

    margin: 0;

    border-bottom: 1px dotted #000;

    display: flex;

    margin-bottom: 10px;

    line-height: 32px;

}

ul.list.theme-colored li:before, ul.list.theme-colored.angle-double-right li:before, ul.list.theme-colored.angle-right li:before, ul.list.theme-colored.check-circle li:before, ul.list.theme-colored.check li:before, .list-icon.theme-colored li i {

    color: #f36438;

}



ul.list.theme-colored li:before, ul.list.theme-colored.angle-double-right li:before, ul.list.theme-colored.angle-right li:before, ul.list.theme-colored.check-circle li:before, ul.list.theme-colored.check li:before, .list-icon.theme-colored li i {

    color: #9d2235 !important;

}



.list-icon li i {

    color: #555555;

    font-size: 14px;

    height: 28px;

    line-height: 24px;

    margin: 5px 0px 5px 0;

    text-align: center;

    width: 28px;

    padding-right: 15px;

}

    .cust-box {
        border: 2px solid #9d2235;
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 20px 10px;
        width: 300px;
        margin: 0 auto 20px;
        background-color: #9d223505;
    }

.dl_none {
    margin-top: 24px;
}


@media (max-width: 992px) {

.header-top-style9 {
   display: none !important;
}

   .border-rounded-50 {
        min-width: 64px;
    }
   
    .main-header {
        position: fixed !important;
        box-shadow: 0px 1px 10px #6a6a6a;
    }

    .header-top-style10 {
          padding: 24px 0 !important;
    }

.about-style8-accreditations-box {
      padding: 20px 25px 100px;
}

.new-home-btn .btn-one {
     padding-block: 10px !important;
}

.research-carousel .owl-dots {
    display: none !important;
}


}

@media (min-width: 768px) and (max-width: 991px) {
  .sc-bnn {
    margin-top: 170px !important;
  }
}

.about-style8-accreditations-box {
      padding: 20px 25px 100px;
}

.dg-btn .btn-one {
     border: 1px solid white;
}

.new-home-btn .btn-one {
     padding-block: 0px;
}

.list-mr-bt {
margin-bottom: 25px !important;
}

.start-admission-box {
       text-align: justify;
}

.rp_table thead th {
  border: none !important;
  border-bottom: 4px solid #7b1928 !important;
}

.rp_table td {
  border-block: 1px solid #645E5F !important;
  border-inline: none !important;
}

.publication ul li {
    background: #fff none repeat scroll 0 0;
    color: #343434;
    margin-bottom: 12px;
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid #ad8d91;
    border-top: 1px solid #ad8d91;
    border-left: 1px solid #ad8d91;
    border-right: 4px solid #ad8d91;
    text-align: justify;
    border-radius: 5px;
}


.publication ul li::before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #9D2235;
    margin-left: -23px;
    font-size: 16px;
}

.main-menu .navigation > li.dropdown > a::after {
    right: -4px;
}

.all-cal {
    border-radius: 5px 5px 0px 0px;
    background-color: #9d2235;
    padding: 8px;
    color: #fff;
    font-weight: 800;
}

.red-btn { 
   background-color: #cdcdcd;
    color: #000000;
    padding: 8px;
    text-align: center;
  }
 
 .black-btn {
    background-color: #343434;
    color: #fff;
    padding: 8px;
    text-align: center;
  }

.black-btn a{
  color: #fff !important;
}

.download-text {
    margin-left: 10px;
    text-align: justify;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.arrow-icon {
    font-size: 22px;
    color: #9d2235;
}

.icon-display {
  display: flex;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}


.mb-20 {
    margin-bottom: 20px;
}

.download-forms ul li {
    border-bottom: 1px dashed #787777;
    padding: 10px;
}

 .download-forms ul li:last-child {
    border-bottom: none;
}

.mus-btn-one {
    text-align: center;
    line-height: 25px !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
}

.color_black{
    color:#000 !important;
}

.color-orange {
  color: #ffd2a3 !important;
}

.google-map-style10-area {
     padding-top: 35px !important;;
    padding-bottom: 35px !important;
}

.contact-info-content h3 {
    color: #ffffff !important;
    text-transform: none !important;
}

.accordion-box .block .acc-content {
       background-color: #F0F8FF !important;
}

.icon-style {
    border-bottom: 1px dashed #9d2235;
    padding-bottom: 10px;
    margin-bottom: 10px;
     font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font) !important;
}

.icon-style i{
    color: #9D2235 !important;
    font-weight: 600;
}

.icon-style:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sub_active_class > a{
	color:red !important;
}

.publication-details {
    background-color: #ede5e6;
    text-align: center;
    padding: 10px 10px 20px;
    border: 8px solid #9d2235;
    border-radius: 6px;
    margin-bottom: 40px;
}

.publication-details h3{
  font-size: 18px;
}

.publication-details h3 a:hover {
    color: #9D2235;
}

.publication-details h3 i {
    color: #9d2235;
}

.number-list {
font-size: 20px !important;
}

.comm_desc {
    text-align: center !important;
    font-size: 15px;
    background-color: beige;
    color: #000;
    padding: 0px;
    border: 1px dashed #b1b17e;
    min-height: 170px;
}

.img-cap__new-subtitle-1 {
    color: var(--pbmit-global-color); 
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.3px;
    text-align: center !important;
}

.sec-title-style2 h3 {
    font-size: 40px;
    line-height: 56px;
    margin: 15px 0 0;
    color: #fff;
}


.hindi_menu_meag{
   font-size: 18px !important;
    padding-right: 15px;
}

.hindi_header_menu a:hover {
    color: white!important;
}
.hindi_header_menu{
   background-color: black;
    width: 60px;
    text-align: center;
    padding-top: 3px;
    border-radius: 3px;
}

.hindi_header_menu a{
font-size: 16px !important; 
font-weight: 600;

}

.soil_menu_link_hindi{
    padding-left: 12px;
    text-align: center;
    margin-left: -10px;
}

.soil_menu_link_hindi a{
 font-size: 18px !important;
}

.top_menu_link_hindi a{
font-size: 15px !important;
}

.wadia_h1{
color: var(--thm-black) !important;
    font-size: 30px !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
}

@media (max-width: 1200px) {
.main-menu .navigation>li.dropdown>a:after{
display : none !important;
}
}