

.heading h2 {
    font-size: 45px;
    color: #a7262b;
    font-weight: bold;
    font-family: 'Roboto-Bold' !important;

}


/* research section css start  */

.research_center {
	margin-top: 50px;
}

.research_center .research_pera {
	width: 70%;
	margin: 0px auto;
}

.research_center .research_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.research_center .research_img img {
	width: 100%;
}
.facilities_text a{
	background: #a8252b;
    padding: 4px;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #f79639;
    margin-top: 10px;
    display: inline-block;
    bottom: 10px;

}

.research_center .research_child {
	margin: 20px 10px;
	text-align: center;
	width: 18%;
	margin: 0px auto;
	margin-bottom: 40px;
	transition: .5s;
	position: relative;
	overflow: hidden !important;
	display: inline-block;
	position: relative;
	border-radius: 16px;
}

.read_more_translate a {
	background: #a8252b;
	font-size: 13px;
	padding: 6px 20px;
	/* border-radius: 30px; */
	color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
}

/* .research_center .research_child:hover .read_more_translate{
	visibility: visible;
    transform: translateY(-40px);
    transition: .5s;
	opacity: 1;
} */
/* .read_more_translate {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    transform: translateY(0px);
    transition: .5s;
	opacity: 0;
} */
.research_child *,
.research_child .cover,
.research_child:hover .cover,
.research_child img,
.research_child:hover img,
.research_child .cover p {
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
	outline: none;
}

.research_child:hover .cover {
	height: 30%;
	top: 178px;
	margin-top: 0px;
	background: rgba(35, 37, 42, .8);
	border-radius: 0px 0px 10px 10px;
}

.research_child:hover .cover p {
	margin-bottom: 10px;
}

.research_child .cover {
	display: table;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 70px;
	padding: 10px;

	bottom: 0px;
	top: 100%;
	margin-top: -70px;
}

.research_center .research_bottom_text p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
}

.research_center .research_bottom_text {
	padding: 0px 5px;

	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

.research_center .research_wrap {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

/* research section css end  */


/* research facilities css start  */
section.research_facilities {
	background: #faf9f9;
	padding: 50px 0px;
	margin-top: 0px;
}

section.research_facilities .facilities_wrp {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	text-align: center;
	border-radius: 150px;
	overflow: hidden;
	height: 330px;
	margin-top: 50px;
	transition: .5s;
}

section.research_facilities .facilities_wrp:hover {
	background: #ffefe0;
}

section.research_facilities .facilities_img img {
	width: 100%;
}

section.research_facilities .facilties_icon img {
	width: 80px;
	margin-top: -30px;
	transition: .5s;
}

section.research_facilities .facilities_text h6 {
	text-transform: uppercase;
	width: 70%;
	margin: 0px auto;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
	font-size: 14px;
}

section.research_facilities .research_facilities_pera {
	width: 40%;
	margin: 0px auto;
}

section.research_facilities .facilities_wrp:hover .facilties_icon img {
	transform: scale(1.1);
}

/* research facilities css end  */


/* news and event section css start  */


section.news_event {
	background-color: #000;
	padding: 50px 0px;
}

.text-white{
	color: #fff !important;
}

section.news_event .news_pera p {
	color: #fff;
	width: 45%;
	margin: 0px auto;
}

section.news_event .news_child {
	background: #a7262b;
	color: #fff;
	width: 100%;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
}



section.news_event .news_events_points {
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
	padding: 20px;
	height: 500px;
}
.news_events_points ul {
    margin-left: -30px;
	height: 430px;
	overflow: hidden;
}
.news_events_points ul li a {
    color: #000;
    font-size: 14px;
    text-align: justify;
}

section.news_event .news_events_points ul li {
	display: flex;
	align-items: baseline;
	padding: 10px 0px;
	width: 90%;
}

section.news_event .icon_arrow {
	margin-right: 15px;
}

section.news_event .icon_arrow i {
	width: 20px;
	height: 20px;
	background: #a7262b;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}


section.news_event .news_tab {
	margin-top: 50px;
}
.read_more_btn a{
	color: #fff;
}


.read_more_btn{
	background:#a8252b;
	padding: 10px;
	margin-left: 35%;
	border-radius: 10px;
	display: inline;
}


/* news and event section css end  */


/* media updated css start  */

section.media_upadtes .custom-widget {
	max-height: 350px;
	overflow-y: scroll;

}

section.media_upadtes .media_upadte_iframe {
	margin-top: 30px;
}

section.media_upadtes {
	margin-top: 50px;
	border-bottom: 2px solid #a7262b;
	padding-bottom: 50px;
}

/* media updated css end  */


/* brand css start  */

section.our-partner {
	margin-top: 30px;
}

section.our-partner .our_brand_flex {
	display: flex;
	align-items: center;
}

section.our-partner .brand_img {
	padding: 10px;
}

section.our-partner .our_brand_flex .brand_img img {
	width: 100%;
}

/* brand css end  */

/* news letter css start  */

section.news_letter {
	margin: 30px 0px;
	background: #a7262b;
	padding: 30px 0px;
}

section.news_letter .main_letter {
	display: flex;
	align-items: center;
}

section.news_letter .head_new img {
	width: 7px;
	margin-left: 38px;
}

section.news_letter .head_new {
	display: flex;
	align-items: center;
	width: 45%;
}

section.news_letter .news_letter_head h3 {
	font-weight: 400;
	font-size: 35px;
	color: #fff;
}


section.news_letter .news_small {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

section.news_letter .news_letter_form {
	width: 75%;
}

section.news_letter .news_letter_form .form-control {
	background: #fff;
	color: #a7262b;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0px 15px;
	font-size: 15px;
	border-radius: 10px;
	border: 1px solid #5c1417;
}

section.news_letter .news_letter_form .form-control:focus {
	box-shadow: none;
	border: 1px solid #5c1417;
}

section.news_letter .subscribe_btn input {
	background: #fff;
	color: #a7262b;
	padding: 13px 33px;
	border-radius: 30px;
	border: 2px solid #5c1417;
}

section.news_letter .form_flex {
	display: flex;
	width: 100%;
}

section.news_letter .form_flex .form_child {
	width: 100%;
}

section.news_letter .form_flex .form_child:nth-child(2) {
	margin-left: 10px;
}

section.news_letter .form_child2 {
	margin-left: 12px;
}

section.news_letter .form_child ::placeholder {
	color: #a7262b;
}

/* news letter css end  */


/* footer css start  */

footer {

	padding: 50px 0px 30px;

}

footer .follow_us_on ul {
	display: flex;
}

footer .follow_us_on ul li {
	margin-right: 15px;
	border: 1px solid rgb(202, 202, 202);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-top: 20px;
}

footer .follow_us_on ul li:hover i {
	transform: scale(1.2);
}

footer .follow_us_on ul li a {
	color: #000;
	font-size: 25px;
}

footer .follow_us_on ul li a i {
	transition: .5s;
}

footer .follow_us_on span {
	font-weight: 500;
	font-size: 20px;
}

footer .footer_links_head {
	width: 33%;
}

footer .footer_head img {
	margin-bottom: 25px;
}

footer .footer_links {
	display: flex;

}

footer .footer_links .footer_links_head ul li {
	padding: 5px 0px;
}

footer .footer_links .footer_links_head ul li a {
	color: #000;
}

footer .footer_links_head h4 {
	font-weight: 400;
	font-size: 23px;
}

footer .footer_links_head ul {
	margin-bottom: 30px;
}

footer .links_2 ul li {
	display: flex;
	align-items: baseline;
	line-height: 30px;
}

footer .footer_links .footer_links_head ul li img {
	width: 15px;
	margin-right: 15px;
	margin-top: 0px;
}

footer .links_2 ul img {
	width: 70%;
}

footer .links_2 ul {
	margin-bottom: 0;
}

.footer_copy_write {
	text-align: center;
	background-color: #000;
	padding: 20px 0px;
	font-size: 14px;
	margin-bottom: 50px;
}

.footer_copy_write p {
	color: #fff;
	margin-bottom: 0;
}

footer .footer_links .footer_links_head ul li span {
	font-weight: 500;
}


/*  latest_announment css start  */

.latest_announment {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	width: 100%;
	border: 1px solid #a8252b;
	border-top-width: 2px;
	border-bottom: inherit;
	border-right: inherit;
}

.latest_announment .scroll_area {
	height: 50px;
	position: relative;
	overflow: hidden;
	transition-duration: 0.7s;
}

.latest_announment .scroll_area .heading {
	width: max-content;
	padding: 0 5px;
	background: #a8252b;
	display: flex;
	align-items: center;
}

.latest_announment .scroll_area .heading h2 {
	line-height: 31px;
	text-transform: uppercase;
}

.latest_announment h2 {
	background: #a8252b;
	color: #fff;
	font-size: 16px;
	/*padding: 10px;*/
	padding: 2px;
	cursor: pointer;
}

.latest_announment .scroll_area marquee {
	position: absolute;
	bottom: 0;
	height: 50px;
	transition-duration: 0.7s;
	display: flex;
	width: calc(100vw - 280px);
	right: 0;
	background: #fff;
}

.latest_announment marquee p {
	padding: 15px 0;
	margin: 0 0 10px
}

.latest_announment a {
	color: #000;
	font-size: 16px;
	padding: 10px 50px;
	transition-duration: 0.7s;
	position: relative;
}

.latest_announment a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #a8252b;
	position: absolute;
	border-radius: 50%;
	left: 30px;
	top: 15px;
}

/*  latest_announment css end  */

/* footer css end  */





/*-------------- home page css END-----------  */
/* .popup{
    background-color: #ffffff;
    width: 70%;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
	transition: .5s;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
	z-index: 99;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
	z-index: 999;
    padding: 5px 0;
} */
.img-replace {
	/* replace text with an image */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}

.bts-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 999;
}

.bts-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 4em auto;
	background: #a8252b;
	border-radius: none;
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.bts-popup-container img {
	padding: 20px 0 0 0;
}

.bts-popup-container p {
	color: white;
	padding: 10px 40px;
}

.bts-popup-container .bts-popup-button {
	padding: 5px 25px;
	border: 2px solid white;
	display: inline-block;
	margin-bottom: 10px;
}

.bts-popup-container a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}

.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 16px;
	height: 3px;
	background-color: white;
}

.bts-popup-container .bts-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.bts-popup-container .bts-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 6px;
	top: 13px;
}

.is-visible .bts-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
	.bts-popup-container {
		margin: 8em auto;
	}
}




/*---------------------------- thsti inner page css start------------------------------- */

/* Infection and Immunology section css start  */

section.infection {
	margin-top: 50px;
}

section.infection .infection_pera {
	width: 80%;
	margin: 0px auto;
}

/* Infection and Immunology section css end  */

/* section.tuberculosis css start  */

section.tuberculosis {
	margin-top: 50px;
}

section.tuberculosis .circle_text {
	text-align: center;
	border: 1px solid #f79333;
	margin-top: 20px;
	padding: 10px;
	border-radius: 50px;
}

section.tuberculosis .circle_text p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 18px;
}

section.tuberculosis .tuberculosis_pera p {
	font-size: 16.5px;
}

section.tuberculosis .tuberculosis_img img {
	transition: .5s;
}

section.tuberculosis .tuberculosis_img {
	overflow: hidden;
}

section.tuberculosis .tuberculosis_img img:hover {
	transform: scale(1.05);
}

/* section.tuberculosis css end  */


/* Virology section css start  */

section.virology {
	margin-top: 50px;
}

section.virology .virlogy_pera {
	margin-bottom: 40px;
}

section.virology .virology_img img {
	width: 100%;
}

section.virology .virlogy_text {
	text-align: center;
	margin-top: 20px;
}

.virlogy_circle_box:hover img {
	transform: translate(0px, -10px);
}

.virlogy_circle_box img {
	transition: .5s;
}

/* Virology section css end  */


/* Antimicrobial resistance in bacteria css start  */
section.antimicrobial {
	margin-top: 50px;
}

section.antimicrobial .antimicrobial_img img {
	width: 100%;
	transition: .5s;
}

section.antimicrobial .antimicrobial_img img:hover {
	transform: scale(1.05);
}


section.antimicrobial .antimicrobial_pera p {
	font-size: 16.5px;
}

section.antimicrobial .antimicrobial_pera ul li {
	font-size: 16.5px;
	display: flex;
	align-items: baseline;
	margin-top: 20px;
}

section.antimicrobial .antimicrobial_pera ul li i {
	color: #a7262b;
	margin-right: 10px;
}

section.antimicrobial .antimicrobial_img {
	margin-left: 40px;
	overflow: hidden;
}

/* Antimicrobial resistance in bacteria css end  */

/* Acquired Immunodeficiency Syndrome section css start  */

section.acquired {
	margin-top: 50px;
}

section.acquired .heading_two {
	margin-bottom: 30px;
}

section.acquired .acquired_img img {
	width: 100%;
	transition: .5s;
}

section.acquired .acquired_text p {
	font-size: 16.5px;
}

section.acquired .acquired_img img:hover {
	transform: scale(1.08);
}

section.acquired .acquired_img {
	overflow: hidden;
}

/* Acquired Immunodeficiency Syndrome section css end  */


/*---------------------------- thsti inner page css end------------------------------- */










.center_head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.center_head .number {
	background: #fe9931;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.text_head h5 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0;
	text-transform: capitalize;
}

section.centre_primarily {
	margin-top: 50px;
	background: #000;
	color: #fff;
	padding: 50px 0px;
}

.points ul li {
	display: flex;
	align-items: baseline;
	padding: 12px 0px;
}

.points ul li i {
	color: #5c1417;
	margin-right: 10px;
	font-size: 20px;
}

.moretext {
	display: none ;
}
.points .read_more_btn {
	margin-left: 30px ;
	margin-top: 0;
}
.main_bg {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 30px;
}
.right_img img {
    border-radius: 10px;
}




.points_pera {
    margin-left: 30px;
}
.points_pera p {
    margin-bottom: 5px;
	display: flex;
}
.points_pera p b{
	margin-right: 10px;
}



/*---------------------------- thsti inner page css end------------------------------- */


.research_facilities_head {
    width: 15%;
    margin: 0px 5px;
}

.row-flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
.home2-slider.rev_slider_wrapper.sbanner .forcefullwidth_wrapper_tp_banner {
	height: 682px !important;
	}
*/
.forcefullwidth_wrapper_tp_banner{
	height: 360px !important;
	}

/* css changes on 03-02-2025 */

.home2-slider.rev_slider_wrapper.sbanner .forcefullwidth_wrapper_tp_banner {
	height: auto !important;
}
