/******** MAIN CSS *********/
/* New Theme Styles */

.banner-img {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1.0s ease-in-out;
    position: relative;
    background-color: #333; /* Fallback color */
    background-image: linear-gradient(135deg, #005f73 0%, #0a9396 59%, #94d2bd 59%, #e9d8a6 100%);
}

.banner-content {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 500px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.banner-content h1 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 56px;
}

.banner-content p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #e0f7fa;
    line-height: 24px;
    padding: 15px 0;
}

.author {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #80deea;
}

.lpa35 {
    background: linear-gradient(135deg, #ff6f61 0%, #d84315 59%, #bf360c 59%, #3e2723 100%) !important;
    border-right: 0 !important;
}

.number-section {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.numbers {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.7);
}

.numbers.first-box::before {
    content: "";
    background: #ff4081;
    width: 50px;
    position: absolute;
    top: 0;
    left: -50px;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.numbers h3 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: -5px;
}

.numbers h3 .sub-span {
    font-size: 24px;
    line-height: 0;
    vertical-align: baseline;
    margin-left: 5px;
}

.numbers span {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.numbers p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #e0f7fa;
    margin-top: 10px;
    white-space: nowrap;
}

.red-white-gradient-bg {
    background: linear-gradient(90deg, #fce4ec 0%, #fce4ec 59%, #f06292 59%, #f06292 100%);
}

.come-in {
    transform: translateX(300px);
    animation: come-in 1s ease forwards;
    display: block;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}

.notification {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 12;
}

.bell-icon {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.bell-icon:hover {
    cursor: pointer;
}

.bell-icon i {
    color: #ff4081;
    font-size: 28px;
    position: relative;
}

.bell-icon span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #ffeb3b;
}

.notifi-listing {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 320px;
    transition: all .5s ease-in-out;
}

.notifi-listing.close-swipe {
    transform: scale(0);
    transform-origin: bottom right;
}

.notifi-listing ul {
    margin-bottom: 0;
}

.notifi-listing ul li {
    list-style-type: none;
    display: block;
}

.notifi-listing ul li a {
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
    padding: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
}

.noti-title {
    font-size: 16px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.noti-para {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    line-height: 16px;
    padding-right: 50px;
}

.noti-link {
    font-size: 16px;
    color: #ff4081;
    font-family: 'Roboto', sans-serif;
}

.cusat-logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.banner-content .title-tag {
    left: 10px;
}

.title-tag {
    position: absolute;
    top: -20px;
    left: 15px;
    border-radius: 0px 20px 0px 0px;
    background: #ff4081;
}

.title-tag span {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px 10px;
    display: block;
}

.box-shadow-grey {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.relative-tag {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    width: 200px;
}

.heading-title {
    font-size: 28px;
    line-height: 30px;
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.small-heading {
    font-size: 14px;
    letter-spacing: 4px;
    color: #ff4081;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
}

.govt-image {
    position: absolute;
    bottom: 10px;
    right: 20px;
    max-width: 100%;
}

.redbox-patents {
    background-color: #d32f2f;
    width: 270px;
    position: absolute;
    right: 20px;
    top: 0;
    background-blend-mode: multiply;
    background-position: 98% 0%;
}

.redbox-inner {
    padding: 25px;
}

.redbox-inner span {
    font-size: 16px;
    color: #ffeb3b;
    font-family: 'Roboto', sans-serif;
}

.redbox-inner p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 8px;
}

.redbox-inner h2 {
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.otrstory_list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.otrstory_list ul a {
    width: 50%;
    display: inline-block;
    border-left: 1px solid #e0e0e0;
}

.otrstory_list li {
    padding: 15px 25px;
}

.storylist_left {
    font-size: 18px;
    font-weight: 400;
    color: #424242;
}

.otrstory_list .storylist pre {
    margin: 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
    height: 40px;
}

.pddtop {
    padding: 15px 0 0;
}

.storytime {
    width: 100%;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #e53935;
}

.date {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 0;
}

.date span {
    color: #ff4081;
    font-size: 18px;
}

.border-effect {
    border: 1px solid #c62828;
}

.alert-btn {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #d32f2f;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.alert-btn:hover {
    background-color: #b71c1c;
}

/* Header Styles */

.header {
    background-color: #005f73;
    color: #fff;
}

.header .logo {
    width: 120px;
}

.header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .nav ul {
    display: flex;
    list-style: none;
}

.header .nav ul li {
    margin: 0 15px;
}

.header .nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.header .nav ul li a:hover {
    color: #e0f7fa;
}

/* Footer Styles */

.footer {
    background-color: #004d40;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer .footer-content {
    font-size: 14px;
}

.footer .footer-content a {
    color: #80deea;
    text-decoration: none;
    margin: 0 10px;
}

.footer .footer-content a:hover {
    text-decoration: underline;
}

/* Menu Styles */

.menu {
    background-color: #004d40;
    color: #fff;
}

.menu .submenu {
    background-color: #003d33;
}

.menu .submenu ul {
    list-style: none;
    padding: 0;
}

.menu .submenu ul li {
    margin: 0;
}

.menu .submenu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: background-color 0.3s ease;
}

.menu .submenu ul li a:hover {
    background-color: #002d26;
}

.menu .submenu ul li a.active {
    background-color: #004d40;
}

/* Dropdown Styles */

.dropdown-menu {
    background-color: #005f73;
    color: #fff;
    border: none;
}

.dropdown-menu a {
    color: #fff;
}

.dropdown-menu a:hover {
    background-color: #003d33;
}
/* Carousel */
#carouselExampleControls {
    top: -8px;
}

#carouselExampleControls .carousel-item {
    height: auto;
    margin: 0 25px;
    align-items: center;
    display: inline-flex;
    width: auto;
    float: none;
}

/* Text Styling */
.sub-para {
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 24px;
    margin: 10px 0 20px 0;
}

/* Red Box Styles - New Theme */
.redbox-unique, .redbox-unique1, .redbox-unique2, .redbox-unique3 {
    background-color: #004d40; /* Dark teal */
}

.redbox-unique {
    width: 74%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../../newweb/images/645x602.jpg);
    background-blend-mode: overlay;
    background-position: center bottom;
    background-size: cover;
}

.redbox-inner h3 {
    font-size: 32px;
    line-height: 30px;
    color: #e0f2f1; /* Light teal */
    font-family: Arial, sans-serif;
    margin-bottom: 0;
}

.redbox-inner h3 span {
    font-size: 24px;
    color: #e0f2f1; /* Light teal */
    font-family: Arial, sans-serif;
}

.redbox-unique1 {
    width: 50%;
    position: absolute;
    left: 12px;
    top: 0;
    background-blend-mode: overlay;
    background-position: top center;
    background-size: cover;
}

.redbox-unique1 .redbox-inner p {
    font-size: 12px;
    line-height: 16px;
    color: #e0f2f1; /* Light teal */
}

.redbox-unique1 .redbox-inner {
    padding: 20px;
}

.redbox-inner.sidebox h2 {
    font-size: 24px;
    line-height: 24px;
    color: #e0f2f1; /* Light teal */
    font-family: Arial, sans-serif;
    margin-bottom: 0;
}

.redbox-unique2 {
    width: 57%;
    position: absolute;
    left: 12px;
    bottom: 0;
    background-image: url(../../newweb/images/homepage04052024-4.jpg);
    background-blend-mode: overlay;
    background-position: bottom center;
    background-size: cover;
}

.redbox-unique3 {
    width: 60%;
    position: absolute;
    right: 12px;
    bottom: 0;
    background-image: url(../../newweb/images/homepage04052024-5.jpg);
    background-blend-mode: overlay;
    background-position: bottom right;
    background-size: cover;
}

/* Media Box */
.media-box {
    padding: 37px;
    height: 100%;
    background-color: #00796b; /* Teal */
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.media-box.arrow::after {
    position: absolute;
    top: 10%;
    right: -25px;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
}

.media-box .heading-title {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 12px 0;
}

.media-box p {
    font-size: 14px;
    line-height: 18px;
    color: #e0f2f1; /* Light teal */
}

.small-tag {
    font-size: 12px;
    color: #b2dfdb; /* Lighter teal */
    font-family: Arial, sans-serif;
}

/* Building Multiply Background */
.building-multiply-bg {
    background-color: #004d40; /* Dark teal */
    height: 357px;
    background-size: cover;
    background-repeat: no-repeat;
}

.building-multiply-bg .numbers {
    padding: 20px;
    border: 0;
}

.building-multiply-bg .numbers span {
    text-transform: capitalize;
}

.building-multiply-bg .numbers p {
    max-height: 30px;
    color: #e0f2f1; /* Light teal */
}

.border-numbers {
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.sfu-text {
    font-size: 42px;
    color: #00796b; /* Teal */
}

/* Testimonials Carousel */
.testimonials .media-box {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    padding: 18px 26px;
    margin-bottom: 20px;
    height: auto;
    background-color: #004d40; /* Dark teal */
    color: #e0f2f1; /* Light teal */
}

.review-author img {
    width: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: -15px;
    display: initial !important;
}

.border-numbers .numbers h3 {
    font-size: 42px;
    line-height: 46px;
    color: #00796b; /* Teal */
}

.testi-heading ul {
    margin: 15px 0;
    margin-bottom: 30px;
    padding: 0;
}

.testi-heading ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 12px 5px;
}

.testi-heading ul li a {
    padding: 5px 15px;
    background: #00796b; /* Teal */
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
}

.testi-heading ul li a:hover {
    background: #004d40; /* Darker teal */
}

/* Testimonial Carousel Indicators */
.white-bg .testi-carousel .carousel-item {
    background: #fff;
}

.blue-gradient-bg .testi-carousel .carousel-item {
    background-size: 122% !important;
}

.testi-carousel .carousel-item {
    height: auto;
}

.testi-carousel .carousel-indicators li img {
    width: 50px;
    transition: all 0.3s ease-in-out;
}

.testi-carousel .carousel-indicators li {
    text-indent: unset;
    box-sizing: unset;
    flex: auto;
    width: 50px;
    height: auto;
    margin-right: -15px;
    margin-left: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: unset;
    border-top: 0;
    border-bottom: 0;
    transition: opacity .6s ease;
    z-index: 1;
}

.testi-carousel .carousel-indicators .active {
    z-index: 2;
}

.testi-carousel .carousel-indicators .active img {
    border: 3px solid #004d40; /* Dark teal */
    transform: scale(1.2);
}

.carousel-indicators.review-author {
    left: auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    float: right;
    margin-bottom: 0;
}

/* Image Overlays */
.image-overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.media-box.blue-gradient-bg:hover .image-overlay1 {
    width: 100%;
    background: url('../images/homepage04052024-3.jpg');
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.image-text-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    transform: translate(-10%, -50%);
    background: #00796b; /* Teal */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Second Image Overlay */
.image-overlay2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.media-box.red-bg:hover .image-overlay2 {
    width: 100%;
    background: url('../images/homepage04052024-2.jpg');
}

.image-text-button-2 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    transform: translate(-10%, -50%);
    background: #004d40; /* Dark teal */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
/* live-video css */

.video-wrap {
    position: relative;
}

.video-content {
    content: "";
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    padding: 8px;
    padding-bottom: 3px !important;
    background: #b9b9bb;
    border-radius: 4px;
    border-top-right-radius: 0px !important;
}

.video-wrap .close {
    background: #b9b9bb;
    padding: 2px 5px 5px 5px;
    border-top-right-radius: 4px !important;
}

.close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.video-wrap .close,
.video-wrap .close:focus {
    position: fixed;
    z-index: 99;
    color: #fff;
    box-shadow: 0;
    text-shadow: none;
    left: 320px;
    bottom: 230px;
    opacity: 1;
    box-shadow: none;
    outline: none;
    border: none;
}

.toolbar {
    position: relative;
}

.toolbar .btn {
    content: "";
    position: fixed;
    bottom: 229px;
    left: 215px;
    font-weight: 700;
    padding: 2px 6px;
    background-color: #b9b9bb;
    text-decoration: none;
    color: #333;
    border: 0px solid white;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 60px;
    margin-left: 45px;
    border-radius: 0;
    z-index: 99;
    border-top-left-radius: 4px !important;
}

.toolbar .btn_live {
    padding-right: 0px;
}

span.live-icon {
    display: inline-block;
    top: calc(50% - 5px);
    background-color: red;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 1px;
}

span.live-icon:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out -1s infinite;
    animation: live 2s ease-in-out -1s infinite;
    z-index: -1;
}

@-webkit-keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

@keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

/* end live-video css */

/* notification area style */

.live-icon {
    width: 50px;
    position: absolute;
    left: 102%;
    bottom: 0
}

.live-icon img {
    width: 100%;
}

.una-block {
    padding: 30px;
    margin-top: 85px;
}

.uni-logo {
    width: 110px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -82px;
}

.una-block p {
    font-family: CircularStd;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 0
}

.una-block p span {
    display: block;
    color: #fcbd0e;
}

.una-block::after {
    content: '';
    background: rgba(70, 37, 131, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-slider {
    box-shadow: 30px 30px 50px rgb(0 0 0 / 10%);
}

.news-slider__item {
    font-family: CircularStd;
}

.news-slider__item>a {
    display: block;
}

.news-slider__tag {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.news-slider__tag span {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #161a4d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 37px;
    text-align: center;
}

.news-slider__tag span img {
    width: 17px;
    display: inline-block;
}

.news-slider__item p {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    max-width: 360px;
    margin-bottom: 0;
}

.news-slider__item p span {
    color: #f1851c;
}

.news-slider__item_in {
    background: #f1f1f1;
    padding: 20px;
    min-height: 202px;
}

.news-slider__item--image {
    height: 174px;
    position: relative;
}

.news-slider__item--image a {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.indexVideo {
    height: 374px;
    box-shadow: 30px 30px 50px rgb(0 0 0 / 10%);
}

.indexVideo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
}

.indexVideo a img {
    width: 100%;
}

.news-slider .slick-dots {
    left: auto !important
}

.rankingsBlock {
    box-shadow: 30px 30px 50px rgb(0 0 0 / 10%);
}

.rankingsBlock__slider {}

.rankingsBlock__slider--item::after {
    content: '';
    background: rgba(27, 31, 82, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rankingsBlock__slider--item__in {
    padding: 30px;
    position: relative;
    z-index: 1;
    display: block;
}

.rankingHeading {
    margin-bottom: 10px;
}

.rankingHeading__star {
    border-bottom: 1px solid rgba(181, 182, 182, 0.4);
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.rankingHeading__star::after {
    content: '';
    background: rgba(181, 182, 182, 0.4);
    height: 1px;
    width: 30px;
    bottom: -1px;
    left: 100%;
    position: absolute
}

.rankingHeading h4 {
    font-family: CircularStd;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.rankingHeading h4 span {
    color: #f1851c;
}

.rankingData {
    height: 270px;
}

.rankingData__box {
    font-family: CircularStd;
    color: #fff;
    text-transform: uppercase;
    min-height: 130px;
    padding: 2px 0
}

.rankingData__box span {
    font-family: CircularStdBook;
    font-size: 9px;
    display: block
}

.rankingData__box span.font-40 {
    font-family: CircularStd;
    font-size: 60px;
    color: #f1851c;
    line-height: 54px;
}

.rankingData__box span.font-40 sup {
    top: -19px;
    font-size: 28px;
}

.rankingData__box h3 {
    font-size: 34px;
    color: #f1851c;
    line-height: 30px;
    margin-bottom: 5px;
}

.rankingData__box h3.font-30 {
    font-size: 24px;
    line-height: 30px;
}

.rankingData__box h3 sup {
    text-transform: none;
    top: -9px;
    font-size: 22px;
}

.rankingData__box h2 {
    font-size: 15px;
    line-height: 16px;
}

.rankingData__box h2 small {
    font-size: 10px;
    display: block;
    font-family: CircularStdBook;
    line-height: 10px;
    margin-bottom: 3px;
}

.indiaToday-logo {
    width: 70px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.indiaToday-logo img {
    width: 100%;
}

.rankingsBlock__slider .slick-dots {
    height: 28px;
}

.rankingsBlock__slider .slick-dots li {
    margin: 0 20px;
}

.rankingsBlock__slider .slick-dots li:nth-child(2),
.rankingsBlock__slider .slick-dots li:nth-child(4),
.rankingsBlock__slider .slick-dots li:nth-child(7) {
    display: none;
}

.rankingsBlock__slider .slick-dots li img {
    width: 40px;
    filter: grayscale(1);
}

.rankingsBlock__slider .slick-dots li:first-child {
    margin: 0 3px;
}

.rankingsBlock__slider .slick-dots li:first-child img {
    width: 22px;
}

.rankingsBlock__slider .slick-dots li.slick-active img {
    filter: unset;
}

@media only screen and (max-width: 1919px) {
    .una-block {
        margin-top: 99px;
    }
    .rankingHeading h4 {
        font-size: 20px;
    }
    .rankingData__box h2 small {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1399px) {
    .rankingHeading h4 {
        font-size: 17px;
    }
    .rankingData__box h2 {
        font-size: 13px;
        line-height: 14px;
    }
    .rankingData {
        height: 276px;
    }
}

@media only screen and (max-width: 1199px) {
    .una-block {
        margin-top: 99px;
        padding-bottom: 56px;
    }
    .una-block p {
        font-size: 18px;
    }
    .news-slider__item_in {
        min-height: 226px;
    }
    .indexVideo {
        height: 401px;
    }
    .rankingHeading h4 {
        font-size: 15px;
    }
    .rankingData {
        height: 304px;
    }
    .rankingsBlock__slider--item__in {
        padding: 15px;
    }
    .rankingData {
        height: 334px;
    }
    .indiaToday-logo {
        right: 15px;
        bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .indexNotification-sec .col-lg-4.col-md-12 {
        text-align: center
    }
    .una-block {
        margin-top: 60px;
        padding: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rankingData {
        max-width: 340px;
    }
}

@media only screen and (max-width: 575px) {
    .indexVideo {
        height: 250px;
    }
    .indexNotification-sec {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .rankingData__box h2 {
        font-size: 12px;
        line-height: 13px;
    }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

 /* Small devices (landscape phones, 576px and up)
 Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

 Large devices (desktops, 992px and up)
X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    ...
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
    ...
} */

/**** CUSTOM RESPONSIVE STYLES *****/

@media (max-width: 1920px) {
    .numbers h3 {
        font-size: 48px;
        line-height: 54px;
    }
    .numbers h3 .sub-span {
        font-size: 24px;
    }
    .numbers.first-box::before {
        height: 172px;
    }
}

@media (max-width: 1599px) {
    .banner-content {
        top: 30%;
        left: 15%;
    }
    .banner-content h1 {
        font-size: 54px;
        line-height: 54px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 20px;
    }
    .number-section {
        left: 122px;
    }
    .numbers h3 {
        font-size: 42px;
        line-height: 46px;
    }
    .numbers span {
        font-size: 14px;
        line-height: 14px;
    }
    .numbers.first-box::before {
        height: 164px;
    }
}

@media (max-width: 1400px) {
    .banner-content h1 {
        font-size: 42px;
        line-height: 46px;
    }
    .number-section {
        left: 64px;
    }
    .media-box.red-bg .image-text-button {
        transform: translate(-30%, -100%);
    }
}

@media (max-width: 1399px) {
    .redbox-patents {
        background-position: 91% 0%;
        background-size: 253%;
    }
}

@media (max-width: 1350px) {
    .number-section {
        left: 42px;
    }
}

@media (max-width: 1199px) {
    .number-section {
        left: 0;
    }
}

@media (max-width: 991px) {
    .red-white-gradient-bg {
        background: #fff;
    }
    .number-section {
        position: relative;
        left: 0;
    }
    .numbers.first-box::before {
        display: none;
    }
    .banner-content {
        left: 10%;
        top: 35%;
        width: 80vw;
    }
    .landing-carousel .carousel-indicators {
        bottom: 0;
        left: 0;
    }
    .numbers {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .numbers h3 {
        justify-content: center;
    }
    .numbers span {
        font-size: 14px;
        line-height: 14px;
    }
    .numbers p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px;
        white-space: normal;
    }
    .lpa35 {
        background: maroon !important;
        border-right: 1px solid rgba(255, 255, 255, .3) !important;
    }
    .banner-content .title-tag {
        top: -28px;
        left: 2px;
    }
    .title-tag span {
        font-size: 10px;
        letter-spacing: 3px;
        padding: 2px 15px;
    }
    .relative-tag {
        width: 140px;
    }
    .heading-title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .sfu-text {
        font-size: 40px;
        line-height: 34px;
    }
    .row .testimonials:nth-child(odd) {
        margin-top: auto;
    }
    .row .testimonials:nth-child(even) {
        margin-top: auto;
    }
}

@media (min-width: 801px) and (max-width:991px) {
    .banner-content {
        width: 50vw;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-content p {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0;
    }
    .numbers {
        padding: 15px 0px;
        text-align: center !important;
    }
    .numbers h3 {
        font-size: 40px;
        line-height: 45px;
        justify-content: center;
    }
    .building-multiply-bg {
        height: auto;
        background-size: cover;
        background-position: bottom center;
    }
    .redbox-patents {
        background-position: 83% 0%;
        background-size: 177%;
    }
    .redbox-inner {
        padding: 25px 20px;
    }
    .redbox-inner img {
        max-width: 25%;
    }
    .redbox-inner h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .redbox-inner.sidebox h2 {
        font-size: 14px;
        line-height: 12px;
    }
    .redbox-inner.sidebox h3 {
        font-size: 18px;
        line-height: 12px;
    }
    .redbox-inner.sidebox h3 span {
        font-size: 12px;
    }
    .redbox-inner.sidebox {
        padding: 13px;
    }
    .redbox-inner.sidebox p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 7px;
        margin-bottom: 0px;
    }
    .govt-image {
        max-width: 57%;
    }
}

@media (min-width: 600px) and (max-width: 750px) {
    .redbox-patents {
        right: 20px !important;
        background-position: 84% 0% !important;
        background-size: 163% !important;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .banner-content {
        width: 50vw;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .padding-fix .h-100 {
        height: auto;
    }
    .media-box {
        padding: 14px;
    }
    .media-box .heading-title {
        max-height: 140px;
        overflow: hidden;
    }
    .redbox-patents {
        background-position: 90% 0%;
        background-size: 224%;
    }
    .redbox-inner.sidebox {
        padding: 11px 15px;
    }
    .redbox-inner h3 {
        font-size: 28px;
    }
    .building-multiply-bg {
        background-size: cover;
    }
    .lab-title {
        padding: 12px 10px;
    }
    .lab-btn {
        padding: 12px 10px;
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .banner-img {
        background-position: top center;
    }
    .landing-carousel .carousel-indicators {
        bottom: 0;
    }
    .number-section {
        margin-top: 0px !important;
    }
}

@media (width: 768px) {
    .redbox-patents {
        background-position: 89% 0%;
        background-size: 256%;
        background-repeat: no-repeat;
    }
    .redbox-inner {
        padding: 10px;
    }
    .redbox-patents {
        width: 165px;
    }
    .redbox-inner h2 {
        font-size: 28px;
        line-height: 24px;
    }
    .govt-image {
        max-width: 60%;
    }
    .redbox-inner.sidebox {
        padding: 10px !important;
    }
    .redbox-inner.sidebox img {
        max-width: 30%;
    }
    .redbox-inner.sidebox h2 {
        font-size: 18px;
        line-height: 16px;
    }
    .redbox-inner.sidebox h3 {
        line-height: 13px !important;
    }
    .redbox-inner.sidebox p {
        line-height: 12px !important;
    }
}

@media (max-width: 768px) {
    .otrstory_list ul a {
        width: 100%;
    }
    #carouselExampleControls .carousel-item {
        margin: 0 10px;
    }
    #carouselExampleControls {
        top: 0;
    }
    .redbox-patents {
        background-position: 90% 0%;
    }
    .redbox-inner h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .redbox-inner h3 span {
        font-size: 18px;
    }
    .redbox-inner.sidebox h3 {
        font-size: 18px;
        line-height: 12px;
    }
    .redbox-inner.sidebox h3 span {
        font-size: 12px;
    }
    .redbox-inner.sidebox {
        padding: 13px;
    }
    .redbox-inner.sidebox p {
        font-size: 12px;
        line-height: 11px;
        margin-top: 3px;
    }
    .top-fix {
        margin-top: -30%;
    }
    .top-fix-bottom {
        margin-top: inherit !important;
    }
    .building-multiply-bg {
        height: auto;
        background-size: cover;
        background-position: bottom center;
    }
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-content p {
        font-size: 12px;
        line-height: 15px;
        padding: 5px 0;
    }
    .numbers {
        padding: 15px 0px;
    }
    .numbers h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .border-numbers .numbers h3 {
        font-size: 36px;
        line-height: 32px;
    }
    .notifi-listing {
        transform: scale(0);
    }
    .notifi-listing.close-swipe {
        transform: scale(1);
    }
    .govt-image {
        right: 20px;
        max-width: 66%;
    }
    .redbox-inner {
        padding: 15px;
    }
    .redbox-inner img {
        max-width: 25%;
    }
    .redbox-inner p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }
    .redbox-inner h2 {
        font-size: 28px;
        line-height: 24px;
    }
    .redbox-inner.sidebox h2 {
        font-size: 14px;
        line-height: 12px;
    }
    #carouselExampleControls .carousel-item {
        display: none;
        width: auto;
        height: 75px;
        margin: 0px 45px;
    }
    #carouselExampleControls .carousel-item.active {
        display: block;
    }
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%);
    }
    #carouselExampleControls .carousel-control-next-icon,
    #carouselExampleControls .carousel-control-prev-icon {
        width: 1rem;
        height: 2rem;
    }
    #carouselExampleControls .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    #carouselExampleControls .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }
    .af-title {
        font-size: 18px;
        line-height: 20px;
        ;
    }
    #carouselExampleControls {
        top: -8px;
    }
    .sub-para {
        font-size: 14px;
        line-height: 20px;
    }
    .media-box .heading-title {
        font-size: 20px;
        line-height: 22px;
    }
    .cu-btn {
        padding: 5px 8px !important;
    }
    .video-wrap .close {
        bottom: 206px !important;
        left: 279px !important;
    }
    .video-content {
        left: 15px;
        bottom: 40px;
    }
    .video-content iframe {
        width: 274px;
        height: 154px;
    }
    .toolbar .btn {
        bottom: 205px;
        left: 174px;
    }
}

@media (max-width: 576px) {
    .banner-img {
        background-position: 65%;
    }
    .soyinka {
        background-position: 53%;
    }
    .numbers h3 .sub-span {
        font-size: 24px;
    }
    .redbox-patents {
        width: 170px;
        right: 20px;
        background-position: 89% 0%;
        background-size: 205%;
    }
    .redbox-inner.sidebox h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .redbox-inner.sidebox h3 span {
        font-size: 18px;
    }
    .redbox-inner.sidebox p {
        margin-bottom: 10px;
        line-height: 16px;
    }
    .redbox-inner.sidebox h2 {
        font-size: 18px;
        line-height: 16px;
    }
    .redbox-unique2 {
        width: 74%;
        background-size: 127%;
    }
    .redbox-unique3 {
        width: 93.2%;
        background-size: 138%;
    }
    .media-box {
        padding: 15px;
    }
    .media-box.arrow::after {
        top: -16px;
        right: 10%;
        border-top: 0;
        border-bottom: 25px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .top-fix {
        margin-top: -56%;
    }
    .research-ul li span {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 12px;
    }
    .building-multiply-bg .numbers {
        padding: 15px 0;
    }
    .lab-title {
        font-size: 16px;
        line-height: 22px;
    }
    .lab-btn {
        padding: 12px 24px;
    }
}

@media (max-width: 360px) {
    #carouselExampleControls .carousel-item {
        height: 60px;
        margin: 0px 50px;
    }
    .redbox-inner.sidebox h3 {
        line-height: 17px;
    }
    .redbox-inner.sidebox p {
        margin-top: 3px;
    }
    .redbox-patents {
        background-position: 87% 0%;
        background-size: 198%;
    }
    .redbox-unique2 {
        width: 77%;
        background-size: 122%;
    }
}

@media (max-width: 320px) {
    .number-section {
        margin-top: 0;
    }
    .redbox-patents {
        background-position: 84% 0%;
        background-size: 174%;
    }
    .redbox-inner p {
        margin-bottom: 12px;
    }
    .redbox-inner.sidebox p {
        margin-top: 4px;
    }
    .redbox-inner h2 {
        font-size: 16px;
        line-height: 20px;
    }
    #carouselExampleControls .carousel-item {
        height: 45px;
    }
    .redbox-unique2 {
        width: 78%;
        background-size: 119%;
    }
    .redbox-unique3 {
        width: 92.5%;
        background-size: 129%;
    }
    .redbox-inner.sidebox h3 {
        font-size: 16px;
        line-height: 15px;
    }
    .redbox-inner.sidebox {
        padding: 5px;
    }
    .research-ul li span {
        padding: 10px 5px;
    }
    .cu-btn {
        padding: 5px !important;
    }
}

@media (min-width: 576px) {
    .padding-fix {
        padding-right: .8rem !important;
        padding-left: .8rem !important;
    }
    .lab-slider .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 992px) {
    .top-fix {
        margin-top: -18%;
    }
    .news-slider .slick-dots {
        left: 40%;
    }
}

@media (min-width: 1400px) {
    .number-section {
        display: block;
    }
    .come-in {
        transform: translateX(0px);
    }
    .numbers.first-box::before {
        width: 122px;
        left: -122px;
    }
}

@media (min-width: 1920px) {
    .landing-carousel .carousel-indicators {
        bottom: 0;
        left: 40%;
    }
    .banner-content h1 {
        font-size: 72px;
        line-height: 65px;
    }
    .banner-content p {
        font-size: 24px;
        line-height: 30px;
    }
    .title-tag span {
        font-size: 14px;
    }
    .relative-tag {
        width: 200px;
    }
    .otrstory_list .storylist pre {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    .come-in {
        transform: translateX(0px);
    }
    .number-section {
        left: 228px;
        display: block;
    }
    .numbers.first-box::before {
        width: 227px;
        left: -227px;
        height: 184px;
    }
    .heading-title {
        font-size: 42px;
        line-height: 40px;
    }
    .redbox-patents {
        width: 339px;
        background-position: 98% 0%;
        background-size: 237%;
    }
    .redbox-inner {
        padding: 40px 35px;
    }
    .redbox-inner h2 {
        font-size: 52px;
        line-height: 44px;
    }
    .redbox-inner p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 1.65rem;
    }
    .redbox-unique1 .redbox-inner p {
        font-size: 16px;
        line-height: 20px;
    }
    .redbox-inner.sidebox h3 {
        line-height: 30px;
        font-size: 30px;
    }
    .redbox-inner.sidebox h3 span {
        font-size: 24px;
    }
    .media-box {
        padding: 40px 62px;
        height: 468px;
    }
    .media-box .heading-title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .media-box p {
        margin-bottom: 25px;
    }
    .small-tag {
        font-size: 14px;
    }
    .building-multiply-bg {
        height: 460px;
    }
    .top-fix {
        margin-top: -15%;
    }
    .row .testimonials:nth-child(odd) {
        margin-top: -30%;
    }
    .row .testimonials:nth-child(even) {
        margin-top: -35%;
    }
    .border-numbers .numbers h3 {
        font-size: 60px;
        line-height: 65px;
    }
    .sfu-text {
        font-size: 70px;
        line-height: 60px;
    }
    .testimonials .media-box {
        padding: 20px 32px;
    }
}