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

body{
	color: #050b0c;
}

img{
	max-width: 100%;
}
.et_header_style_split #main-header .centered-inline-logo-wrap {
        height: 74px !important;
    }

.et_pb_section h1,
.et_pb_section h2,
.et_pb_section h3,
.et_pb_section h4,
.et_pb_section h5,
.et_pb_section h6,
.et_pb_section p {
  padding-bottom: 0 !important;
}

.centered-inline-logo-wrap {
	background: url(/wp-content/uploads/2025/05/rv-logo-bg.svg) no-repeat;
	width: 350px !important;
	background-size: contain;
}
.et-fixed-header li.centered-inline-logo-wrap {
	width: inherit !important;
}

img#logo {
    height: 56px !important;
    margin-top: 13px;
}
.secondary-bg {
    background: #cea662;
}
.secondary-color {
    background: #cea662;
}

.rvu-notification-bar {
    border-radius: 0 0 0 15px;
    position: relative;
    z-index: 9;
}
.rvu-notification-bar marquee {
    /* height: 34px; */
    display: block;
    font-weight: 600;
    line-height: 34px;
    font-size: 14px;
}
.et_pb_code_inner .rvu-notification-title,
.rvu-notification-title {
    background: #b18733;
    flex: 0 0 170px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-radius: 0 0 0 15px;
    color: #04070a !important;
}
/* this si for the under on text */

/*  the css for button arrow*/
::after {
    padding-top: 4px;
}
a {
    color: #0d6efd;
    text-decoration:none !important;
}

/*Main page card effect css  */

.Sb-card{
    flex-direction: row !important;
    align-items: center;
	border:none !important;
	background:transparent !important;

}



.Sb-card:hover{
    flex-direction: row;
    align-items: center;
	border:none;
	border-radius:5px;
	transition:0.5s;
	background-color: #d0a863 !important;
	transition-duration: 2s;


}
/* for all table */

.table tbody tr td {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #f6f7f7;
    border: 2px solid #fff;
}
.table .thead-orange th {
    color: #ffffff;
    background-color: #d4a851 !important;
    border: 2px solid;
}







.bt-title {
    font-size: 80px !important;
}

.card-footer:last-child {
    border-radius: 100px;
    padding: 10px;
    width: 8%;
    background-color: #ffff;
	border: 5px solid #fff;
    opacity:0.1
}

.Sb-card:hover + .card-footer:last-child {
  transition: 0.8s;
  cursor: pointer;
  opacity:8

  

}

.card.Sb-card.py-3.\.bordsob1 {
    border-top: 2px solid #d0a863 !important;
    border-bottom: 2px solid #d0a863 !important;
}

.card.Sb-card.py-3.\.bordsob {
    border-top: 2px solid #d0a863 !important
}
.card-header {
	background:transparent;
}
.card-header:first-child {
    border: none !important;
}

.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;
	color: #34373c !important;

}



	.flexy-crumb.text-center {
    background: url(/wp-content/uploads/2025/06/inner_bg.jpg) no-repeat 0 0;

}
.flexy-crumb .breadcrumb_last {
	
  color:#cca462 !important;
}


.flexy-crumb
*, ::after, ::before {
    box-sizing: border-box;
    /*color: #ffff;*/
}

.flexy-crumb
*{
	color: #ffff;
}


.rvu-list ul{
	padding: 0;
	margin: 0;
}
.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/06/list-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
    width: 8px;
    height: 13px;
}

.rvu-list ul li:last-child{
	margin-bottom: 0;
}

/* it is for black arrow css */
.rvu-lists ul{
	padding: 0;
	margin: 0;
}
.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/06/list-arrow-1.png) 
	no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
    width: 8px;
    height: 13px;
}

.rvu-lists ul li:last-child{
	margin-bottom: 0;
}

.rvu-list-view2 ul{
	display: flex;
    flex-wrap: wrap;
}

.rvu-list-view2 ul li{
	flex: 0 0 auto;
	width: 50%;
	padding-right: 15px;
}


.rounded-20 {
	border-radius: 20px;
}
.programmes-card img{
	width: 100%;
}
.programme-info {
    bottom: 0;
    left: 0;
    padding: 50px 15px 15px;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
	/*border-radius: 0 0 20px 20px;*/
}
.programme-info.programme-info-2{
	border-radius: 0 0 20px 20px;
}
.programme-info a{
	flex: 0 0 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
	transition: all 0.2s ease-in-out;
}
.programme-info a i{
	transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
}
.programme-info a:hover i{
	transform: rotate(0);
	color: #000 !important;
}
.programme-info a:hover i:before{
	color: #000 !important;
}
.programme-info a:hover{
	background: #fff;
	color: #000;
}


.timeline-with-icons {
    border-left: 2px solid hsl(37.98deg 53.69% 60.2%);  
	position: relative;
   list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  bottom:0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -34px;
    background-color: hsl(37.98deg 53.69% 60.2%);
    color: hsl(0deg 0% 100%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
	margin-top:22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-with-icons .timeline-icon:hover {
 background-color:#212529;
 transition:0.2s;
}
li.timeline-item.mb-5 {
    display: block;
	padding-left: 10px;

}

h5.fw-bold {
    padding-bottom: 0px;
	
}

.rondbod{
    border-radius: 10px;
    padding-left: 30px !important;
}

/* Table Design */
.rvu-table-design tbody tr td {
    font-size: 18px;
    padding: 10px 15px;
    background-color: #f6f7f7;
    border: 1px solid #fff;
}
.rvu-table-design .thead-orange th {
    color: #ffffff;
    background-color: #d4a851;
    border: 1px solid;
}
.rvu-table-design .thead-orange-sub td{
	 background-color: #ecd980;
}
/* Table Design End */




/* This media for all mobile devices */
@media only screen and (max-width: 600px){
	
	.Sb-card {
    flex-direction: column !important;
    align-items: flex-start;
    border: none;
    background: transparent;
}
	
.Sb-card:hover {
    flex-direction: row;
    align-items: flex-start;
}
.bt-title {
    font-size: 50px !important;
}

.card-footer:last-child {
    border-radius: 100px;
    padding: 10px;
    width: 20%;
    background-color: #ffff;
    border: 5px solid #fff;
    opacity: 1;
}
	
}


/* Card badge  */

a.badge.secondary-color {
    background-color: #d0a863;
}

.strat {
    margin-right: 60px;
}

.fas ::before {
    background-color: #233039;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}

/* menu bar */
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: var(--gcid-primary-color) !important;
}

/* These css for archive-programme */
h3.Display3 {
    margin-bottom: -30px;
}

/*This media for all Tablets devices  */
@media only screen and (min-device-width: 768px){
	

}

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

	

}


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

/* Faculty */
.rv-card{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: none;
	border-radius: 20px;
}
.rv-faculty-list .rv-card {
	position: relative;
	border: 0;
    padding: 10px 10px 20px;
    border-radius: 20px;
}
.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: "";
	padding:0;
}
.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;
}

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

.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;
}
.blurb-icon img{
	border-radius: 0 !important;
}

.phd-list{
	padding: 10px 0;
}

.phd-list ul{
	margin: 0;
	padding: 0;
}

.allprogrammes_info{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.allprogrammes_info .wp-post-image{
	width: 100% !important;
}

.in_st_img1{
	 width: 50%;
}

.in_st_img2{
	 width: 50%;
}

.home_bannerinfo .et_pb_slide_title{
	margin-bottom: 40px !important;
}

.home_bannerinfo .et-pb-controllers{
	text-align: left;
	max-width: 1240px;
	right: 0;
	bottom: 40px;
	margin: 0 auto;
}

.home_bannerinfo .et-pb-controllers a{
	background-color: #818282;
	width: 8px;
	height: 8px;
	border-radius: 0;
}

.home_bannerinfo .et-pb-controllers a.et-pb-active-control{
	background-color: rgb(255, 255, 255);
	width: 80px;
}

.event_swiper .event_list{
	  border-radius: 20px;
	  background-color: rgb(251, 251, 251);
	  box-shadow: 0px 0px 14.4px 1.6px rgba(219, 230, 235, 0.32);
	  padding: 10px 10px 20px 10px;
	  color: #050b0c;
}

.event_swiper .event_list img{
	width: 100%;
	border-radius: 14px 14px 0 0;
}

.event_swiper .event_list h6{
	font-size: 20px;
	color: #050b0c;
}

.event_swiper .event_list i{
	color: #d3ad6d;
}


.event_swiper .swiper-pagination-bullet {
	transition: all .3s ease-out;
	background: #9a9ea0;
	opacity: 1;
}
.event_swiper .swiper-pagination-bullet-active{
	background: #d0a863;
	width: 30px;
    border-radius: 10px;
}

.featuredaccordion_info .accordion-item:last-of-type{
	border-radius: 0;
}

.featuredaccordion_info .accordion-item{
	border: 0;
	border-bottom: 1px solid #d3d6d7;
}

.featuredaccordion_info .accordion-button{
	font-size: 18px;
	line-height: 24px;
    color: #050b0c !important;
    padding: 15px 0 15px 30px;
    font-weight: 600;
    background: none !important;
    box-shadow: none !important;
}

.featuredaccordion_info .accordion-button:focus{
	box-shadow: none !important;
}

.featuredaccordion_info .accordion-button::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 12px;
	height: 13px;
	background: url("/wp-content/uploads/2025/12/featuredaccordion_icon.png") left bottom no-repeat !important;
	margin-top: -7px;
}

/* For collapsed state, if you want a different arrow */
.featuredaccordion_info .accordion-button.collapsed::after {
	background-position: 0 0 !important;
}

.featuredaccordion_info .accordion-body{
	padding: 0 0 20px 0;
}

.weprepare_txt{
  background-color: rgba(212, 168, 81, 0.902);
  padding: 30px;
  position: relative;
  left: -200px;
  margin-top: 30px;
  max-width: 600px;
  color: #050b0c;
}

.weprepare_txt h2{
	color: #050b0c;
	line-height: 42px;
    margin: 0;
}

.teaching_info:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #d4a851;
	width: 100%;
	height: 270px;
	content: "";
}

.AccreditationSwiper .AccreditationSwiper_img{
	border-radius: 16px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 14.4px 1.6px rgba(219, 230, 235, 0.32);
	padding: 0 10px;
}

.AccreditationSwiper .swiper-pagination-bullet {
	transition: all .3s ease-out;
	background: #9a9ea0;
	opacity: 1;
}
.AccreditationSwiper .swiper-pagination-bullet-active{
	background: #d0a863;
	width: 30px;
    border-radius: 10px;
}

.leadership_info .leadership_list{
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 14.4px 1.6px rgba(219, 230, 235, 0.004);
	position: relative;
	padding: 10px 10px 30px 10px;
	text-align: center;
}

.leadership_info .leadership_list:after {
    position: absolute;
    background-color: rgb(208, 168, 99);
    width: 144px;
    height: 3px;
    bottom: -2px;
    transform: translate(-50%, -50%);
    left: 50%;
    content: "";
}



.leadership_info .leadership_img img{
	border-radius: 14px;
	width: 100%;
}


.leadership_info .leadership_list a{
	color: #050b0c;
}

.leadership_info .leadership_list p {
    font-size: 16px;
}

.engineering_list:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgb(212, 168, 81);
	width: 60%;
}

.humanskills_list .et_pb_main_blurb_image{
    margin-bottom: 10px;
}


.btech_info:after{
	position: absolute;
	top: 0;
	right: 0;
	background: #d4a851;
	width: 25%;
	height: calc(100% - 50px);
	content: "";
}

.semester-lists{
	padding-bottom: 20px;
}

.semester-lists.border-bottom{
	border-color: #000000 !important;
}

.howtoapply_cont ol{
	counter-reset:li;
	margin-bottom: 0;
}

.howtoapply_cont ol  li{
	padding-left: 40px;
	position: relative;
	list-style:none;
}

.howtoapply_cont ol > li:before {
	content:counter(li)"."; /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:0;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
	color: #233039;
}


.rvu-table-design_2 table{
	border: none !important;
}

.rvu-table-design_2 tbody tr th,
.rvu-table-design_2 tbody tr td{
	border: none;
	background: none;
	padding: 10px;
}

.coursespecialisation_info:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	background-color: #ffffff;
	min-height: 280px;
}


@media (max-width: 1030px) {

	.home_bannerinfo .et_pb_slide,
	.home_bannerinfo .et-pb-controllers{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.container,
	.et_pb_row,
	.allprogrammes_info{
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.et_pb_row_0_tb_header.et_pb_row,
	.et_pb_row_2_tb_body.et_pb_row{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.et-l--footer .et_pb_row_2_tb_footer{
		width: 100% !important;
	}
	.home_achievements.et_pb_section,
	.about_values.et_pb_section{
		background-image: none !important;
	}

	.home_achievements.et_pb_section .et_pb_image{
		display: block !important;
	}

	.about_values.et_pb_section .et_pb_image{
		display: block !important;
	}

	.teaching_info:after{
		height: 250px;
	}

	.coursespecialisation_info:before{
		min-height: 240px;
	}

}

@media (max-width: 980px) {

	.et-l--header .et_block_row .et_pb_column,
	.et-db #et-boc .et-l.et-l--header .et_block_row .et_pb_column{
		margin-bottom: 0;
	}

	.et-l--header .et_pb_menu_0_tb_header.et_pb_menu,
	.et-db #et-boc .et-l.et-l--header .et_pb_menu_0_tb_header.et_pb_menu {
        margin-top: -70px !important;
    }

    header.et-l.et-l--header:after{
    	display: none !important;
    }

    .et_pb_menu .et_mobile_menu,
    .et-db #et-boc .et-l.et-l--header .et_pb_menu .et_mobile_menu {
        top: 60px;
        padding: 0;
    }

    .et_mobile_menu li a,
    .et-db #et-boc .et-l.et-l--header .et_mobile_menu li a{
    	padding: 10px 20px;
    }

    .et-l--footer .et_pb_text_inner ul{
    	padding-bottom: 0 !important;
    	margin-bottom: 0;
    }

    .et-l--footer .et_pb_section_0_tb_footer .et_block_row .et_pb_column {
        margin-bottom: 20px !important;
    }

    .et-db #et-boc .et-l .et_block_row  .whyschool_info .et_pb_column{
    	margin-bottom: 10px !important;
    }

    .et-db #et-boc .et-l .et_block_row .holisticskills_info .et_pb_column {
        margin-right: 3%;
    }

    .home_bannerinfo .et_pb_slide>.et_pb_container{
    	width: 100% !important;
        max-width: 100% !important;
    }

    .weprepare_txt {
	    left: 0;
	    margin-top: 0;
	    max-width:100%;
	}

	.leadership_info .leadership_list:after{
		width: 80px;
	}

	.teaching_info:after{
		display: none;
	}

	.engineering_list:before{
		display: none;
	}

	.coursespecialisation_info:before{
		display: none;
	}

	.et_block_row .et_pb_column.et_pb_column_1_tb_header, 
	.et-db #et-boc .et-l.et-l--header .et_pb_column.et_pb_column_1_tb_header, 
	.et-db #et-boc .et-l.et-l--header .et_block_row .et_pb_column.et_pb_column_1_tb_header{
		position: relative;
		z-index: 9999 !important;
		width: auto !important;
	}

}

@media (max-width: 760px) {
	body h2, body .h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	body h1, body .h1 {
	    font-size: 34px;
		line-height: 44px;
	}
	body h2, body .h2 {
	    font-size: 30px;
		line-height: 40px;
	}
	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: 26px;
	}
	.home_bannerinfo .et_pb_slide, 
	.home_bannerinfo .et-pb-controllers {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.container,
	.et_pb_row,
	.allprogrammes_info{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.et_pb_row_0_tb_header.et_pb_row,
	.et_pb_row_2_tb_body.et_pb_row{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et-l--header .et_pb_menu_0_tb_header.et_pb_menu,
	.et-db #et-boc .et-l.et-l--header .et_pb_menu_0_tb_header.et_pb_menu {
        margin-top: -55px !important;
    }

    .et-l--footer .et_pb_social_media_follow{
    	justify-content: left !important;
    }

    .home_bannerinfo .et_pb_slide_title {
	    margin-bottom: 10px !important;
	}
	.home_bannerinfo .et-pb-controllers a.et-pb-active-control {
	    width: 30px;
	}
	.home_bannerinfo .et-pb-controllers{
		bottom: 20px;
		text-align: center;
	}
	.home_bannerinfo h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .event_swiper .event_list h6 {
	    font-size: 18px;
	    line-height: 26px;
	}

	.btech_info:after{
		display: none;
	}

	.semester-lists{
		border-bottom: 1px solid #000000;
	}

	.row .col:last-child .semester-lists{
		border-bottom: none;
	}

	.rvu-table-design_2 tbody tr th,
	.rvu-table-design_2 tbody tr td{
		padding: 5px;
	}

	.rvu-list-view2 ul li{
		width: 100%;
		padding-right: 0;
	}
	
}