/*
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;
}
a{
	text-decoration: none;
}

p, li{
	word-wrap: break-word;
}
ul li{
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5{
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.rv-logo img{
	width: 130px !important;
}
/* .et_pb_slide {
    position: relative;
  }*/
.et_pb_slide_description {
    background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
    text-align: center;
    position: absolute;
    transform: translateX(-50%) !important;
    bottom: 30px;
    padding: 20px;
    color: #fff;
	left: 50%;
  } 
.rvu-banner .et_pb_slide {
	height: calc(100vh - 106px);
}
.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;
}
.org-Swiper .swiper-pagination-bullet-active{
	background: rgba(0,0,0,.7);
}
.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/06/footer_university.png) no-repeat bottom left #233039;
	background-size: auto;
	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;
}
.footer-nav a{
	color: #fff;
	padding-left: 15px;
}
.footer-nav ul{
	display: block !important;
}
.footer-nav ul li{
	list-style: disc;
    margin-bottom: 15px !important;
}
.footer-nav ul li.et-menu a{
	color: #fff;
	position: relative;
	
}
.footer-nav ul li a:before{
	content:".";
	position: absolute;
	color: #cea662;
	top: -10px;
    left: 0;
    font-size: 35px;
}
.et_pb_menu.footer-nav .et_pb_menu__menu{
	display: block;
}
.et_pb_menu.footer-nav .et_mobile_nav_menu .et_mobile_nav_menu, .et_pb_menu.footer-nav .et_mobile_nav_menu{
	display: none;
}
.et_pb_menu--style-left_aligned .et_pb_menu__wrap{
	justify-content: flex-start;
}
/* Marquee */
.rvu-notification-bar{
	border-radius: 0 0 0 15px;
	position: relative;
	z-index: 9;
}
.rvu-notification-title{
	background: #b18733;
    flex: 0 0 170px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-radius: 0 0 0 15px;
}
.rvu-notification-bar a{
	color: #233039;
}
.event-parent-info{
	background: rgba(0,0,0,.85);
	margin: 0 18px;
}
.rvu-notification-bar marquee {
/*     height: 34px; */
/*     overflow: hidden;
    position: relative;
    background: #fff; */
	display: block;
	font-weight: 600;
	line-height: 34px;
	font-size: 14px;
}
.news-thmb{
	flex: 0 0 160px;
}

.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;
}
.swiper-slide {
  height: auto;
}
/* .swiper-pagination-clickable .swiper-pagination-bullet{
	opacity: .6;
    border: 1px solid #cea662;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
	opacity: 1;
} */
.EventSwiper .swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
}
.EventSwiper .swiper-pagination-clickable .swiper-pagination-bullet-active{
	background: #d0a863;
	opacity: 1;
}

body.page-id-12558 .flexy-crumb{
	display: none;
}

/* this css for full website sticky buttons realted  */
.my-row{
    transform: rotate(270deg);
    right: -186px;
    position: fixed;
    top: 345px;
    text-align: center;
    display: inline;

}

.btn-vertcal {
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    font-size: 16px;
	margin:3px;
    border: none;
    background-color: #233039;
    color: #fff;
}

.btn-vertcal:hover {
    background-color: #d0a863;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 0.5s;
}

/* Footer Mobile Menu */

.mobile_menu {
    background: #233039;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
	border-top: 1px solid rgba(255,255,255,.2);
}

.mobile_menu ul {
    padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mobile_menu ul li:before {
    border-right:0; border-left:0;
	display: none;
}
.mobile_menu ul li {
    list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	flex: 0 0 calc(25% - 5px);
}

.mobile_menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 5px;
    font-weight: 400;
    font-size: 14px;
	line-height: 18px;
    text-align: center;
    text-decoration: none;
}

.mobile_menu ul li a img {
    display: block;
    margin: 0 auto 5px;
	height: 32px;
}

/* Footer Mobile Menu */

.news-list p{
	margin-bottom: 0;
}
body{
	overflow-x: hidden;
}

 @media only screen and (min-width: 981px) {
	 .et_pb_slide_description {
		 width: 70%;
	 }
	 .et_pb_svg_logo #logo{
		 height: 115% !important;
		 max-height: 115%;
		 margin-top: -35px;
	 }
	.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);
	}
/* 	this is for vertcal fixed buttons */
	.dipl_button_0_tb_body {
    top: 30% !important;
	}
}


@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;
    }	
	
}

    /* Styles go here */

@media only screen and (min-width: 1024px){
	

}
/* sekhar updates */
	.filter_button
	{
		color: #000;
		background:#d3aa50;
		width:100px;
		border:0;
		text-transform: uppercase;
		font-weight: bold;
	}
    /* end sekhar updates */