/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

body h1, body .h1 {
    font-size: 32px;
	line-height: 42px;
}
body h2, body .h2 {
    font-size: 28px;
	line-height: 38px;
}
body h3, body .h3 {
    font-size: 24px;
	line-height: 34px;
}
body h4, body .h4 {
    font-size: 20px;
	line-height: 30px;
}
body h5, body .h5 {
    font-size: 18px;
	line-height: 28px;
}
body h6, body .h6 {
    font-size: 16px;
	line-height: 26px;
}

p, li{
	word-wrap: break-word;
}
ul li{
	margin-bottom: 10px;
}

.flexy-crumb {
    background-color: #1b1b1b;
    padding-top: 18px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #2f2f2f;
}
.swiper-pagination-bullet {
	transition: all .3s ease-out;
}
.swiper-pagination-bullet-active{
	background: #d0a863;
	width: 30px;
    border-radius: 10px;
}
.flexy h1 {
    color: #fff;
    padding-bottom: 10px;
}

.rvu-yellow-bg{
	background: #d0a863;
}
.rvu-accordion .et_pb_toggle{
	border: none;
	border-bottom: 1px solid #d0d1d8;
	margin-bottom: 0 !important;
}
.rvu-accordion .et_pb_toggle_open, .rvu-accordion .et_pb_toggle_close{
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.general-rv-list{
	list-style: none;
}

.et_pb_row{
	width: 90%; 
}
.secondary-text{
	color: #cea662;
}
.primary-color{
	color: #233039;
}
.secondary-color{
	background: #cea662;
}
.primary-text{
	font-family: "Cantarell", Helvetica,Arial,Lucida,sans-serif;
}
.radius-20{
	border-radius: 20px;
}
.radius-15{
	border-radius: 15px;
}
.mySwiper .swiper-slide, .SchoolsSwiper .swiper-slide{
	height: auto;
}
.rv-primary-btn{
	background: #cea662;
	color: #27343c;
	font-weight: 600;
	border-radius: 50px;
}
.rv-primary-btn:hover{
	background:#bf944b; 
}
.gray-bg{
	background: #f4f6f7;
}
.primary-bg{
	background: #233039;
}
#main-footer{
	background: url(/wp-content/uploads/2025/03/Footer.jpg) no-repeat center center;
	background-size: cover;
	border-top: 3px solid #d0a863;
}
.rv-main-nav .centered-inline-logo-wrap{
	background: url(/wp-content/uploads/2025/02/rv-logo-bg.svg) no-repeat;
	width: 360px !important;
	background-size: contain;
}
.et-fixed-header .rv-main-nav .centered-inline-logo-wrap{
	width: inherit !important;
}
/* Marquee */
.rvu-notification-bar{
	background: #fff;
}
.marquee {
    height: 34px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.marquee div {
    position: absolute;
    width: all-scroll;
    height: 100%;
    margin: 0;
    line-height: 34px;
    text-align: left;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 20s linear infinite;
    -webkit-animation: scroll-left 20s linear infinite;
    animation: scroll-left 20s linear infinite;
    font-size: 14px;
    font-weight: 400;
}

.marquee div:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.marquee div a{
	color: #d0a863;
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* Marquee End */
.rv-card{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: none;
	border-radius: 20px;
}
.rvu-list-style ul{
	
}
.rvu-list-style ul li{
	list-style: none;
	padding-left: 15px;
	margin-bottom: 1em;
	position: relative;
}
.rvu-list-style ul li:before{
	content: '▶';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px; 
	color: #d0a863;
}
/* Faculty */
.rv-faculty-list .rv-card {
	position: relative;
}
.rv-faculty-list .rv-card .h5{
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
}
.rv-faculty-list .rv-card:after{
	position: absolute;
	background: #d0a863;
	width: 100px;
	height: 2px;
	bottom: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	content: "";
}
.rv-faculty-list .card-body{
	padding: 10px 10px 20px;
}
.faculty-img{
	
}
.faculty-img img{
	background: #e7d3b2;
	border-radius: 20px;
	line-height: 0;
}
.faculty-social ul li{
	list-style: none;
	padding-left:0;
}
.faculty-social ul li:before{
	display: none;
}
.faculty-social ul li a{
	padding: 12px;
    width: 52px;
    display: block;
    text-align: center;
    font-size: 22px;
}
.faculty-tab-info .accordion-header button {
	border: none;
	background:#d0a863;
	font-weight: bold;
	border-radius: 10px !important;
}
.faculty-bio .accordion-button{
	background: #d0a863;
	font-size: 1.3rem;
    font-weight: 600;
	border-radius: 10px !important;
}
.contact-nav ul {
	display: inline-block;
	gap: 10px;
	margin-top: 10px;
}
.contact-nav ul li{
	list-style: none;
}
.contact-nav ul li a {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border: 1px solid #d0a863;
    border-radius: 50%;
    font-size: 18px;
	transition: all .3s ease-out;
}
.contact-nav ul li a:hover{
	background: #d0a863;
	color: #fff;
}

/* Faculty End */



.et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description a.contact-mail{
	color: #fff !important;
}
.faculty-bio .accordion-body{
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	border-radius: 10px;
    margin-bottom: 10px;
}
.faculty-bio h3{
	padding-bottom: 15px;
}
.rvu-list ul{
	padding-left: 10px;
}
.rvu-list ul li{
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	list-style: none;
}
.rvu-list ul li:before{
	background: url(/wp-content/uploads/2025/04/list-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
    width: 8px;
    height: 13px;
}

/* it is for black arrow css */
.rvu-lists ul{
	padding-left: 10px;
}
.rvu-lists ul li{
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
	list-style: none;
}
.rvu-lists ul li:before{
	background: url(/wp-content/uploads/2025/05/list-arrow-1.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
    width: 8px;
    height: 13px;
}

/* Accordian css for Sustainable Development page */


/* Home Programs Swiper */

 .SchoolsSwiper.swiper-grid-column>.swiper-wrapper{
   flex-direction: unset;
   }
  .SchoolsSwiper .swiper {
   width: 100%;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
   }
  .SchoolsSwiper .swiper-slide {

/*    height: calc((100% - 30px) / 2) !important; */
   margin-top: 0 !important;
	  height: auto !important;
      }

/*Events Page*/
.event-card .card-body img{
	border-radius: 15px 15px 0 0;
}
.event-card .card-body h4{
	line-height: 1.8rem;
}
.org-team-profile img{
	width: 135px;
	height: 135px;
	background: #e7d3b2;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}
.rv-img{
	line-height: 0;
}
.event-ind-Swiper img{
	height: 295px;
	width: 100%;
	object-fit: cover;
}

/* Programmes */
/* .sub-programs a{
	background: #d0a863;
	color: #fff;
} */
.sub-programs {
    line-height: 20px;
	margin-bottom: 10px;
}
.rvu-button{
	background: #d0a863;
}
.rvu-button:hover {
    background: #b58b45;
}
.event-ind-Swiper .swiper-button-prev:after, .event-ind-Swiper .swiper-button-next:after {
	font-size: 20px !important;
    color: #000;
}
.ResourceSwiper .swiper-wrapper{
	justify-content: center;
}
.ResourceSwiper img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}


.page-submenu .swiper-slide{
	width: auto;
}
.page-submenu a{
	border: 1px solid #d0a863;
	color: #233039;
}
.page-submenu a:hover{
	background: #dfb758;
	border: 1px solid #d0a863;
}

/* for all pages of Research */
a.btn.btnng{
    border: 2px solid #d0a863;
}
a.btn.btnng:active{
    background-color: #d0a863;
	    border: 2px solid #d0a863;
}
.et_search_outer{
	padding-top: 10px;
}
#top-menu li ul.sub-menu li{
	padding: 0;
	display: block;
}
#top-menu li ul.sub-menu li a{
	width: 100%;
}
.rvu-table tr th{
	background: #233039;
	color: #fff;
}
.rvu-tabs.dipl_tabs .dipl_tabs_item{
	padding-left: 0;
	padding-right: 0;
}
.research-list .more-link{
	margin-top: 10px;
	display: inline-block;
	text-transform: capitalize;
}
@media only screen and (min-width: 981px) {
	.container {
		width: 90%;
	}
	.study-banglore-section{
		margin-left: -100px;
	}
	.et_header_style_split #main-header .centered-inline-logo-wrap{
		height: 76.4px !important;
	}
	.et_header_style_split #main-header .centered-inline-logo-wrap img{
		padding: 5px 0;
		height: 74px !important;
	}
	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget{
		margin-bottom: 0;
	}
	
	.main_c_block{
		display: flex;
	}
	.second_c_block>div{
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		display: block !important;
/* 		height: calc(100vh - 100px); */
		padding-left: .25rem;
		margin-left: -.25rem;
		overflow-y: auto;
		margin-bottom: 20px;
	}
	.event-highlights ul{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	.event-highlights ul li{
		flex: 0 0 calc(50% - 5px);
	}
}
@media only screen and (max-width: 980px) {
.main_c_block {
        display: flex;
        flex-direction: column;
    }
	.first_c_block {
        order: 2;
    }
	.second_c_block {
        order: 1;
    }
}