.fa, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.slick-next:before, .slick-prev:before {
	color: var(--text-grey);
}
.pb-9 {
    padding-bottom: 90px;
}
.pt-9 {
    padding-top: 90px;
}
.mb-40 {
	margin-bottom: 40px;
}
.section-heading h2 {
	font-size: 34px;
    line-height: 36px;
	font-weight: bold;
}
.section-sub-heading h3 {
	font-size: 24px;
    line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--text-dark);
	margin-bottom: 40px;
}
.section-heading p {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.hero-banner{
    height: 807px;
    position: relative;
}
.hero-banner .carousel-control-next, .carousel-control-prev {
	z-index: 2;
}
.hero-banner__content{
    /*margin-top: 350px;*/
	position: absolute;
	top: 221px;
    bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.hero-banner__content--data {
    max-width: 440px;
}
.hero-banner__content--data p, .hero-banner__content--side p{
    font-size: 18px;
    line-height: 22px;
	font-weight: bold;
}
.hero-banner__content--data .col-sm-4 {
    border-right: 2px solid rgba(255,255,255);
}
.hero-banner__content--side .col-sm-6:nth-child(2){
    border-right: 2px solid rgba(255,255,255);
}
.accreditation {
	position: absolute;
	right: 12px;
	top: 152px;
	width: 244px;
	z-index: 1;
}
.accreditation__logos {
	background: rgb(202 204 210 / 70%);
    border-radius: 15px;
    text-align: center;
    padding: 15px 0px;
}
.accreditation__logos .col-6:nth-child(1) {
    border-right: 1px solid rgb(34 35 35 / 50%);
}
.accreditation__desc p {
	font-size: 13px;
    line-height: 13px;
    font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.p-120{
    padding-left: 120px;
    padding-right: 120px;
}
.about-research-section-left__content {
	background: rgba(4 121 207 / 97%);
	z-index: 9;
	position: relative;
	padding-right: 30px;
}
.about-research-section-left__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 760%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4 121 207 / 97%), rgba(4 121 207 / 97%)), url(../../new-assets/images/about-research-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: 110% 100%;
}
/*.about-research-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: linear-gradient(0deg, rgba(4 121 207 / 97%), rgba(4 121 207 / 97%)), url(../../new-assets/images/about-research-bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    width: 720px;
	z-index: 1;
}*/
.about-research-section::after {
    content: '';
    position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: #f6f6f6;
    width: 100%;
}
.about-research-section-right__content {
	z-index: 9;
}
.about-research-section-right__content .top-numbers__card {
	max-width: 200px;
	margin-bottom: 30px;
}
.about-research-section-right__content .top-numbers__card:nth-child(3) {
	margin-bottom: 0px;
}
.about-research-section-right__content .top-numbers__card h3 {
	color: var(--text-grey);
	margin-bottom: 2px;
}
.about-research-section-right__content .top-numbers__card h3 sub {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	bottom: 0;
	margin-left: 6px;
	display: inline-block;
	text-transform: uppercase;
}
.about-research-section-right__content .top-numbers__card h3 sub.fs-16 {
	font-size: 16px;
    line-height: 16px;
}
.about-research-section-right__content .top-numbers__card span {
	color: var(--text-blue);
}	
.about-research-section-right__content .video-img img {
    border-radius: 15px;
    transition: all .3s ease-in-out;
}
.about-research-section-right__content .video-img .title-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%,-50%);
}
.about-research-section-right__content .banner-play-button {
    width: 50px;
    height: 50px;
    background: #007cd6;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    flex: 0 0 50px;
}
.about-research-section-right__content .banner-play-button svg {
    position: relative;
    left: 2px;
	top: -1px;
}
.about-research-section-right__content .banner-play-button svg path {
    fill: var(--text-white);
}
.about-research-section-right__content .banner-play-button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(48, 146, 221, .5);
    animation: scalebtn 2s infinite linear;
    z-index: -1;
}
@keyframes scalebtn {
	0% {
		transform: scale(1, 1);
		opacity: .5;
	}
	50% {
		transform: scale(1.5, 1.5);
	}
	100% {
		transform: scale(1.1, 1.1);
		opacity: .5;
	}
}
.know-about-section .section-heading h2 {
	color: var(--text-blue);
}
.know-about-section p {
	max-width: 960px;
	margin: 0 auto;
	color: var(--text-grey);
}
.ranking-slider .slick-slide {
	margin: 0 15px;
}
.rank-card {
    background: var(--bs-white);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    height: 265px;
    margin: 10px 15px 25px !important;
    text-align: center;
}
.rank-card span {
	content: "";
	position: relative;
	top: -36px;
	left: -89px;
	color: var(--bs-white);
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background: #c7384a;
	padding: 5px 25px;
	text-transform: uppercase;
	white-space: nowrap;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.rank-card span::before, .rank-card span::after {
	height: 8px;
	width: 15px;
	right: -13px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #7b1d25;
	content: "";
	position: absolute;
    z-index: 1;
}
.rank-card span::after {
    left: -13px;
    right: unset;
}
.rank-card span i::before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #c7384a;
}
.rank-card span i::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 6px;
	right: -3px;
	top: 0;
	background: #c7384a;
	border-bottom-right-radius: 13px;
}
.rank-card span.outlook-tag {
	background: linear-gradient(180deg,#5e5e5e 0%, #ababab 50%, #5e5e5e 100%);
}
.rank-card span.outlook-tag::before, .rank-card span.outlook-tag::after {
	background: #424242;
}
.rank-card span.outlook-tag i::before, .rank-card span.outlook-tag i::after {
	background: #5e5e5e;
}
.rank-card img {
	margin-bottom: 30px;
	margin-top: -12px;
}
.rank-card p {
    font-size: 16px;
    line-height: 16px;
    color: var(--text-dark);
    margin-bottom: 16px;
    max-width: 300px;
    margin: 0;
	text-align: left;
}
.research-invent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 476px;
    background: var(--bg-blue);
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.research-invent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: url(../../new-assets/images/research-footer-bg.png);
    background-repeat:repeat;
    height: 354px;
    width: 100%;
	z-index: -1;
}
.research-invent .research-invent__thumb {
	background: var(--bg-white);
	text-align: left;
	overflow: auto;
	border-radius: 15px;
	margin: 10px 15px 25px !important;
}
.research-invent .research-invent__content {
    padding: 30px 20px;
}
.research-invent .research-invent__content h3 {
    font-weight: bold;
    color: var(--text-dark);
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.research-invent .research-invent__content p {
	margin-bottom: 30px;
}
.research-invent .research-invent__content a {
    color: var(--text-grey);
	text-decoration: underline;
}
.top-numbers__card{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    /*border-left: 1px solid #3565a9;*/
	/*max-width: 172px;*/
}
.top-numbers__card.card-gap {
	margin-bottom: 15px;
}
.top-numbers__card h3{
    font-size: 42px;
	line-height: 42px;
    font-weight: bold;
}
.top-numbers__card h3 sub{
    font-size: 20px;
    bottom: 0;
}
.top-numbers__card span{
    font-size: 16px;
	line-height: 16px;
    font-weight: bold;
    display: block;
    color: var(--text-darkyellow);
	text-transform: uppercase;
}
.top-numbers__card small{
    color: var(--text-white);
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 5px;
}
.research-labs-slider .slick-list{
    margin: 0 -12px;
    height: 100%;
}
.tags-sec {
	max-width: 250px;
}
.tags-sec a {
    border-radius: 10px;
    color: var(--text-white);
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 15px;
	margin-right: 15px;
	text-decoration: none;
	background: var(--bg-blue);
}
.tags-sec a:nth-child(3) {
	margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .top-numbers__card h3{
        font-size: 40px;
    }
    .top-numbers__card h3 sub {
        font-size: 20px;
    }
    .research-invent::before {
		height: 438px;
	}
	.rank-card span {
		left: -59px;
	}
	.hero-banner__slider .carousel-item::after{
		content: '';
		background: rgba(41,41,41,0.4);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
    }
	.about-research-section-left__content::before { 
	    background-position: 120% 100%; 
	}
}
@media only screen and (max-width: 1280px) {
    .hero-banner {
        height: 804px;
    }
    .hero-banner__content--data p {
        font-size: 16px;
        line-height: 18px;
    }
    .hero-banner__content--side p {
        font-size: 16px;
        line-height: 18px;
    }
    .top-numbers__card h3 {
        font-size: 32px;
    }
    .pt-9 {
		padding-top: 60px;
	}
	.pb-9 {
        padding-bottom: 60px;
    }
	.research-invent::before {
        height: 388px;
    }
    .accreditation {
		top: 150px;
	}
	.accreditation {
		width: 200px;
	}
    .accreditation__logos img {
		width: 60px;
	}
	.accreditation__logos {
		padding: 10px 0px;
	}
	.section-heading h2 {
        font-size: 30px;
        line-height: 32px;
    }
	.about-research-section-right__content .top-numbers__card h3 sub.fs-16 {
        font-size: 14px;
        line-height: 14px;
    }
	.section-sub-heading h3 {
		margin-bottom: 30px;
	}
	.mb-40 {
        margin-bottom: 30px;
    }
	.section-heading p {
		margin-bottom: 10px !important;
	}
	.rank-card p {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	.research-invent::before {
        height: 452px;
    }   
    .research-invent::after {
		height: 320px;
	}
	.rank-card span {
        left: -109px;
    }
    .accreditation {
		top: 120px;
	}    
}
@media only screen and (max-width: 991px) {
	.main-heading h1, .main-heading h2 {
        font-size: 28px;
        line-height: 30px;
    }
	.hero-banner__content--data .ps-5 {
		padding-left: 30px !important;
	}
	.about-research-section-left__content {
        max-width: 100%;
    }
	.about-research-section-right__content {
		margin-top: 30px;
	}
    .pt-9 {
		padding-top: 30px;
	}
	.pb-9 {
        padding-bottom: 30px;
    }
	.research-invent::before {
        height: 345px;
    }
    .rank-card span {
        left: -47px;
    }
	.about-research-section-right__content .col-lg-5.ps-5 {
		padding-left: 12px !important;
	}
	.about-research-section-left__content::before {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: transparent;
		width: 100%;
	}
	.about-research-section-left__content {
		max-width: 100%;
		padding: 30px 15px;
	}
}
@media only screen and (max-width: 767px) {
    .hero-banner__content--side.text-white {
        border-top: 1px solid rgba(255,255,255,0.3);
        margin-top: 30px;
		padding: 30px 0;
    }
	.hero-banner {
        height: auto;
    }
	.p-120 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-numbers__card{
        border: 0 !important;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    .section-heading h2 {
        font-size: 24px;
        line-height: 26px;
    }
	.section-sub-heading h3 {
		margin-bottom: 30px;
	}
	.section-heading p {
		font-size: 14px;
        line-height: 16px;
		margin-bottom: 10px !important;
	}
	.mb-40 {
        margin-bottom: 30px;
    }
	.research-invent::before {
		height: 277px;
	}
	.about-research-section-left__content {
		border-top: 1px solid rgba(255,255,255,0.3);
    }
    .hero-banner__content .btn-md.mt-5 {
		margin-top: 20px !important;
	}
    .hero-banner__content--side .col-sm-12 br {
		display: none;
	}
    .hero-banner__content .mb-4 {
		margin-bottom: 10px !important;
	}
    .accreditation {
		right: 0;
		left: 0;
	    margin: 0 auto;
		top: 171px;
	}
    .hero-banner__content {
		position: static;
		background: rgba(4 121 207 / 97%);
		padding-top: 30px;
	}
	.hero-banner .hero-banner__slider .carousel {
		height: 300px !important;
	}
    .about-research-section-right__content .top-numbers__card h3 sub.fs-16 {
		font-size: 14px;
        line-height: 14px;
	}
    .about-research-section-right__content .top-numbers__card {
		display: inline-block;
	}	
    .about-research-section-right__content .top-numbers__card br {
		display: none;
	}
    .about-research-section-right__content .top-numbers__card {
		margin-bottom: 0;
	}
	.about-research-section-right__content .video-img {
		margin-top: 30px;
	}
	.main-heading h1, .main-heading h2 {
       font-size: 24px;
       line-height: 24px;
    }
    .hero-banner__content--data {
		max-width: 100%;
	}
    .research-invent .research-invent__content h3 {
		font-size: 18px;
        line-height: 18px;
	}
    .research-invent .research-invent__content {
		padding: 20px;
	}	
    .rank-card span {
        left: 0px;
    }
    .rank-card {
		height: 230px;
	}
	.rank-card p {
		font-size: 14px;
		line-height: 16px;
	}
	.rank-card img {
		width: 120px;
	}
}
@media only screen and (max-width: 575px) {
    .top-numbers__card h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .top-numbers__card span {
        font-size: 13px;
    }
    .top-numbers__card small {
        font-size: 12px;
        line-height: 14px;
    }
    .top-numbers__card h3 sub {
        font-size: 14px;
    }
    .hero-banner__content--side .col-sm-6:nth-child(3) {
        padding-left: 15px;
    }
    .hero-banner__content--side .top-numbers__card.ps-4 {
		padding-left: 0!important;
	}
    .research-invent::before {
		height: 288px;
	}
	.about-research-section-right__content .top-numbers__card {
		width: 182px;
	}
	.about-research-section .mob-padd-0 {
		padding: 0;
	}
}
@media only screen and (max-width: 479px) {
    .research-invent::before {
		height: 438px;
	}
	.rank-card {
		height: 200px;
	}
	.rank-card p {
		font-size: 16px;
		line-height: 16px;
	}
	.rank-card img {
		width: auto;
	}
}
@media only screen and (max-width: 414px) {
    .research-invent::before {
		height: 396px;
	}
}
@media only screen and (max-width: 375px) {
    .research-invent::before {
		height: 370px;
	}
}