.banner@charset "UTF-8";

html,
* {
  font-family: "Cantarell", sans-serif;
}

body {
  font-family: "Cantarell", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* font-family: 'Playfair Display', serif; */
}

p a {
  color: inherit;
  text-decoration: underline;
}
.rv-sticky {
    position: fixed;
    right: -150px;
    transform: translate(0, 0);
    top: 50%;
    z-index: 1;
}
.rv-sticky ul {
    rotate: -90deg;
    display: flex;
    transform: translate(10px, -50%);
    right: 0;
    gap: 3px;
    margin: 0;
    padding: 0;
}
.rv-sticky ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2px;
}
.rv-sticky ul li button{
    background: #ff0000;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
        text-align: center;
    font-size: 16px;
    line-height: 20px;
    width: max-content;
    border: none;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
	cursor: pointer;
}
.rv-ol-list ol{
	padding-left: 22px;
}
.rv-ol-list ol li{
	margin-bottom: 15px;
}
button:focus{
	outline: none;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
	#main_countedown_1 .element_conteiner{
	margin: 0 10px;
}
}

a:hover {
  color: #233039;
}
.f-w-b
{
font-weight:bold;
}
.header {
  box-shadow: 0 0 11px 1px rgb(0 0 0 / 12%);
  background-color: #ffffff;
  padding: 5px 0;
  position: fixed;
  z-index: 999;
}

.header .navbar {
  padding: 0.1rem;
}

.header .menubar {
  margin-top: 0px;
}

.header .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.28px;
  text-align: left;
  color: #233039;
  padding: 10px 0px;
  margin: 0 10px;
}

.brand_logo {
  /* position: absolute; top: -75%; */
  position: relative;
  width: 160px;
}

.top_navbar {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.top_navbar li {
  display: inline;
  float: left;
  margin: 0px;
}

.header .top_navbar li .nav-link {
  color: #2456a1;
  font-weight: normal;
  font-family: "Playfair Display", serif !important;
}

img.contact_icon {
}

.applynow_btn {
  padding: 10px 20px !important;
  background-color: #233039;
  color: #fff !important;
}

li.nav-item.dropdown.show a.nav-link.dropdown-toggle {
  border-bottom: 2px solid #d4a851;
}

.dropdownmenu_list {
  border: 0;
  border-radius: 0;
  min-width: 9rem;
}

.dropdownmenu_list .dropdown-item {
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

.dropdownmenu_list .dropdown-item:last-of-type {
  margin-bottom: 10px;
}

.dropdownmenu_list .ug-header-list .dropdown-item:last-of-type {
  margin-bottom: 0px;
  padding-top: 0;
}

.banner {
  position: relative;
  /*background: url(../images/home-banner-v2.jpg) no-repeat;*/
/*   background: url(../images/a_copy.jpg) no-repeat;
  background-size: cover; */
/*   min-height: 560px; */
}
.banner img.rv-banner-img{
	width: 100%;
}

.banner_img {
  position: relative;
}

.banner_img:before {
  /* position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: "."; font-size: 0; z-index: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 37%) 0%, rgb(0 0 0 / 35%) 39%, rgb(0 0 0 / 0%) 66%, rgb(0 0 0 / 0%) 100%); */
}
.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.45;
    /*background: #000;*/
}
.banner_content {
  position: absolute;
  top: 50%;
	left: 3%;
  width: 40%;
      z-index: 9;
}
.banner #carouselExampleIndicators{
    display:none;
}
.banner_caption {
  /*border-bottom: 2px solid #d4a851;*/
  padding-bottom: 15px;
  width: 85%;
  margin-top: 20%;
}

.banner_caption h1 {
  color: #fff;
  font-family: "Playfair Display", serif !important;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0px;
}

.banner_caption h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

.banner_carousel {
  width: 90%;
  float: left;
  margin-top: 30px;
}

.banner_carousel .carousel-indicators {
  bottom: -5%;
  margin-bottom: 0;
}

.banner_carousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 2px !important;
  margin-left: 6px;
  margin-right: 6px;
}

.banner_carousel .carousel-indicators .active {
  background-color: #d4a851;
  width: 10px;
  height: 10px;
  margin-top: 0px !important;
}

/* breadcrumbs */
.breadcrumbs {
  background-color: #f3f3f3;
  padding: 12px 0px;
}

.breadcrumbs #breadcrumbs {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.breadcrumbs #breadcrumbs a {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumbs #breadcrumbs .breadcrumb_last {
  color: #979797;
  font-weight: bold;
  display: inline-block;
 /* width: 80%;*/
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs .container .row p {
  display: block;
}
.breadcrumbs .container p {
  display: none;
}

.designate_info {
  margin-left: 0px;
}

.designate_info img {
}

.designate_info h5 {
  margin: 10px 0px 0px;
  font-family: "Playfair Display", serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.18px;
  text-align: left;
  color: #ffffff;
}

.designate_info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(255, 255, 255, 0.87);
  margin: 0;
}

.designate_message {
  width: 100%;
  float: left;
  padding: 10px 15px;
}

.designate_message p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  min-height: 80px;
}

.designate_img {
  height: 120px;
  width: 120px;
}

section.reasons_rvu {
  padding: 45px;
  background-color: #d4a851;
/*   height: 380px;
  margin-bottom: 180px; */
}

.card_one_reasons {
  padding: 0 25px;
  border-left: 2px solid #fff;
}

.card_one_reasons h2 {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.34px;
  font-family: "Playfair Display", serif !important;
  color: #fff;
}

.card_one_reasons p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.card_clrd_reasons {
  padding: 50px 20px 50px 20px;
  background-color: #233039;
  position: relative;
}

.card_clrd_reasons img {
  margin-bottom: 20px;
}

.card_clrd_reasons h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #d4a851;
  font-family: "Playfair Display", serif !important;
}

.card_clrd_reasons p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  min-height: 225px;
}

.card_clrd_reasons:before {
  content: "";
  height: 60%;
  width: 10px;
  border: 1px solid #f8f2e7;
  position: absolute;
  left: -10px;
  top: 5%;
  border-right: 0;
}

.programmes_rvu {
  padding: 2rem 0 4rem;
}

.card_one_programmes {
  border-left: 2px solid #233039;
  padding: 0px 80px 0px 15px;
}

.card_one_programmes h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: left;
  color: #233039;
}

.card_one_programmes p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.card_programmes {
  padding: 0 0 35px;
  box-shadow: 4.2px 4.2px 22.6px 1.4px rgba(51, 65, 117, 0.08);
  background-color: #ffffff;
  cursor: pointer;
}
.ssp_scolarship_btns ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    grid-column-gap: 30px;
    margin: 40px 0;
}
.ssp_scolarship_btns ul li {
    list-style: none;
    display: inline-block;
    /* width: 40%; */
    justify-content: center;
    align-items: center;
}
.ssp_scolarship_btns ul li a {
    background: #1b69b3;
    height: 100%;
    display: block;
    color: #fff;
    padding: 20px;
    text-decoration: none;
}
.ssp_scolarship_btns ul li a.ssp_login{
    background: #0f987e;
}
.ssp_scolarship_btns ul li a.ssp_manual_btn{
    background: #b00909;
}
.ssp_scolarship_btns ul li a small{
    display: block;
}

.deans_row{
	justify-content: center;
}
/* TIFA 2024*/
.award-list ul{
	/* display: flex;
  flex-wrap: wrap; */
	column-gap: 20px;
	padding: 0;
	margin-top: 25px;
	row-gap: 20px;
}
.award-list ul li{
	list-style: none;
	flex: 0 0 calc(25% - 20px);
	transition: all 0.3s ease;
}
.award-list ul li .award-pic{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.award-list ul li .award-pic img{
	transition: transform .2s;
}
.award-list ul li:hover .award-pic img{
	transform: scale(1.1);
}
.conf-team-list .award-list ul li:hover .award-pic img{
	transform: scale(1.0);
}
.award-list ul li .award-title{
    padding: 12px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Playfair Display;
    font-size: 20px;
    background: rgba(0,0,0,.7);
    color: #d4a851;
	transition: all 0.3s ease;
}
.award-list ul li:hover .award-title{
	background: rgba(212,168,81,.95);
	  color: #fff;
}
.award-list ul li .award-winner{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: rgba(212,168,81,1);
}
.conf-team-list ul li{
	flex: 0 0 calc(50% - 20px);
}
.about-tifa-img{
	position: absolute;
    right: 15px;
    top: 30px;
	min-width: 550px;
}
.genesis-of-rvuniversity.content_coursedetail_title{
	padding-right: 50px;;
}
.award-cat-list ul{
	padding: 0;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
}
.award-cat-list ul li{
	border: 1px solid rgba(212,168,81,1);
	padding: 30px 20px;
	color: rgba(212,168,81,1);
	text-align: center;
/* 	flex: 0 0 33.3%;  */
	list-style: none;
	font-family: Playfair Display;
    font-size: 22px;
}
.tifa-award-cat h2{
	margin: 0 0 10px;
}
.national-logos ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 20px 0 0;
}
.national-logos ul li{
	flex: 0 0 calc(25% - 20px);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 25px;
	list-style: none;
	text-align: center;
	transition: all .15s;
}
.national-logos ul li:hover{
	box-shadow: 5px 5px 25px rgba(212,168,81,.6);
}
.national-logos ul li img{
	transform: scale(1);
    transition: all .15s;
}
.national-logos ul li:hover img{
	transform: scale(1.1);
}
/* TIFA 2024 End */

/* MBA Page styles start */
.gray-bg {
    background-color: #f0f0f0;
}

/* MBA Page styles End */
.responsive-table table{
	width: 100%;
}
.innerbanner_content.media-innerbanner{
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.d-inline{
	display: inline;
}
/* B.C.A. Hons. Page start */

.sem-card {
    background: #d4a851;
    border-radius: 10px;
    padding: 10px 15px;
}
.sem-card ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 14px;
}
.sem-card ul li {
    margin-bottom: 8px;
    line-height: 20px;
}
.sem-row .sem-card-col{
	margin-bottom: 50px;
}


/* B.C.A. Hons. Page End */

.career-cards{
	padding: 0 15px;
}
.career-cards .card{
		box-shadow: 0 0 5px rgba(0,0,0,.15);
	line-height: 26px;
}
.conte .career-cards ul li{
	line-height: 28px;
}
.career-cards .card h4{
	    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    padding-left: 10px;
}
.text-yellow{
	color: rgba(212, 168, 81, 1);
}

.orangeheader {
    background: #d4a851;
}

.fluid-width-video-wrapper {
    position: relative;
    padding-top: 56.23% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
	
  .card_programmes {
    min-height: 31rem;
  }
  .ssp_scolarship_btns ul li {
    flex: 0 0 30%;
}
}
.card_programmes:hover {
  box-shadow: 0px 0px 0px 1.25px #233039;
}

.card_programmes_content {
  padding: 10px 35px;
}

.programme_img {
  width: 100%;
}

.card_programmes h2, .card_programmes h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.2px;
  text-align: left;
  color: #233039;
  font-family: "Playfair Display", serif;
}

.card_programmes p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.card_programmes a {
  position: absolute;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: left;
  color: #233039;
  bottom: 0;
  margin-bottom: 2rem;
}

.card_programmes .more_icon img {
  margin-top: -3px;
  margin-left: 5px;
}

/*Dignitaries Message Block*/
.dignitaries_section {
  position: relative;
  background: #233039 url(../images/explore_bg_circles.png) no-repeat center
    center;
  background-size: 100%;
}

.dignitaries_message h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: center;
  color: #d4a851;
}

.dignitary_mesg {
  padding: 10px 90px;
}

.dig_img {
  position: relative;
  width: 220px;
  margin: auto;
  margin-bottom: 25px;
}

.dig_img img {
  position: relative;
  z-index: 10;
}

.dig_img:after {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  right: 13px;
  top: 7%;
  /*border: solid 1px #d4a851;*/
}

.dig_info {
  text-align: center;
}

.dig_info h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.2px;
  color: #d4a851;
  margin: 0;
}

.dig_info p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.16px;
  color: rgba(242, 197, 119, 0.87);
}

.dignitary_message {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0px 108px;
  min-height: 110px;
}

.quote_dignitarymain {
  transform: rotate(180deg);
}

/* Circle Styles */

.centered-circles {
  height: 100vh !important;
  width: 98.96vw;
  position: relative;
  background: #233039 url(../images/explore_bg_circles.png) no-repeat center
    center;
  background-size: 100%;
}

.one .text,
.two .text {
  position: absolute;
  left: 350px;
  text-align: left;
  bottom: auto;
}

.quarter > .text {
  font-weight: 700;
  display: none;
}

.visible-block {
  display: block !important;
  vertical-align: middle;
}

.quarter h4, .quarter h2 {
  width: 300px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #ffffff;
}

.quarter h2 {
  width: 300px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #ffffff;
}

.quarter .small-title, .explore_detailedinfo .small-title {
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.top-right {
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-color: #e9f3ff;
}

.visible-section {
  opacity: 1 !important;
  display: flex !important;
}

.explore_detailedinfo {
  position: absolute;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
  -webkit-display: flex;
  padding: 20px;
}

.soef_block {
  background: url(../images/soef_bg.png) no-repeat;
  background-color: #233039;
  background-size: cover;
}

.sod_block {
  background: url(../images/sod_bg.png) no-repeat;
  background-color: #233039;
  background-size: cover;
  height: 50% !important;
  background-position: bottom center;
}

.slas_block {
  background: url(../images/slas_bg.png) no-repeat;
  background-color: #233039;
  background-size: cover;
  height: 50% !important;
  background-position: bottom center;
}

.rvu_block {
  background: url(../images/rvu_bg.png) no-repeat;
  background-color: #233039;
  background-size: cover;
  height: 50% !important;
}

.top-right .top-text,
.bottom-right .top-text {
  width: 370px;
  margin: auto;
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
}

.bottom-left .top-text,
.top-left .top-text {
  width: 370px;
  margin: auto;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}

.top-text h4 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #d4a851;
}

.top-right .top-text p,
.bottom-right .top-text p,
.bottom-left .top-text p,
.top-left .top-text p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: #ffffff;
}

.top-text p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: #ffffff;
}

.outer {
  background-color: transparent;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.circle {
  border-radius: 50%;
}

.middle {
  background-color: rgb(60, 75, 85, 1);
  width: 550px;
  height: 550px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.inner.circle {
  background-color: #233039;
  width: 400px;
  height: 400px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.inner > .text {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.inner .text .title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 0.34px;
  text-align: center;
  color: #ffffff;
}

.inner .text .title span.double_pix {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.4px;
  font-family: "Playfair Display", serif;
  font-style: normal;
}

.inner .text .body {
  text-align: center;
  color: #424770;
  font-weight: 300;
  width: 250px;
  margin: 5px auto;
}

/*.inner.circle:hover {
    transform: translateX(-50%)translateY(-50%)scale(1.05);
    }*/
.four .text,
.three .text {
  text-align: left;
  position: absolute;
  right: 350px;
  bottom: auto;
}

.bottom-right {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}

.bottom-left {
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}

.top-left {
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
}

/*Newave Styles Start */
.expect_card,
.deadline_card {
  position: relative;
  background: #cee4b3;
  padding: 20px;
  border-radius: 4px;
}
.expect_card p {
  font-size: 14px;
  line-break: 22px;
}
.deadline_card p {
  font-size: 14px;
 }
 .talk_advisortext.newave_advisor ul li{
  display: block;
 }
.blue_txt {
  color: #3b55ce;
}
.presentation_cards h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.pink_bg {
  background: rgba(255, 97, 190, 0.4);
}
.yellow_bg {
  background: rgba(249, 196, 22, 0.4);
}
.purple_bg {
  background: rgba(59, 85, 206, 0.4);
}
.row-gap-3 {
  row-gap: 30px;
}
.blue_txt {
  color: rgba(59, 85, 206, 1);
}
.submission_list {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 15px 0 20px;
}
.submission_list li {
  margin: 0 0 10px;
}
.text-bold {
  font-weight: 600;
}
.scanner_img {
  max-width: 120px;
}
.newave-section p {
  line-height: 16px;
}
.science-found {
  position: absolute;
  top: -50px;
  right: 0;
}
.science-found img {
  width: 100px;
  height: 100px;
}
.agenda-table {
  /*text-transform: uppercase;*/
}
.dont-wait-txt {
  color: black;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
.dont-wait-sec-txt {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.icon-img {
  width: 16px;
}
.newave-fac{
    align-items: flex-start;
    flex-direction: column;
}

.newave_banner{
  background: url(https://rvu.edu.in/wp-content/uploads/2023/10/newave_bg.png) repeat center center;
  margin-top: 126px;
  padding: 60px 0;
  position: relative;
}
.newave_logo{
  max-width: 280px;
}
.pink_text{
  color: #FF61BE;
}
.infosys_info ul{
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}
.infosys_info ul li{
  list-style: none;
}
.newwave-partners ul{
  justify-content: flex-end;
}
.talkto_contact_btn.newave_btn_success{
  background: #84BC41;
}
.talkto_contact_btn.newave_btn_primary{
  background: #3B55CE;
}
img{
  max-width: 100%;
}

/*Newave Styles End*/

/* SoLAS Edge */
.solas-cards .card{
	text-align: center;
	padding: 60px 15px;
	background: #233039;
}
.sticky_left{
    grid-area: product-gallery;
    display: flex;
    position: relative;
    position: sticky;
    top: 140px;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    display: block!important;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
}
.new-sub-head{
	font-family: "Playfair Display", serif;
}

.promgrams-list ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	gap: 15px;
}
.promgrams-list ul li{
	flex: 0 0 calc(25% - 15px);
	list-style: none;
}
.promgrams-list ul li a{
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	color: rgba(0,0,0,.8);
	text-decoration: none;
	height: 100%;
	position: relative;
	transition: all .2s ease-out;
	overflow: hidden;
}
.promgrams-list ul li a:hover {
    color: #d4a851;
    border: 1px solid #d4a851;
    text-shadow: 0px 0px #d4a851;
}
.promgrams-list ul li a:before {
    background: #d4a851;
    width: 3px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
	opacity: 0;
	top: -50%
}
.promgrams-list ul li:hover a:before{
	opacity: 1;
	top: 0;
} 
/* SoLAS Edge End */
@media only screen and (min-width: 1101px) {
  .mobile-circle {
    display: none;
  }

  .quarter {
    background-color: #d4a851;
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
  }

  .one {
    -moz-border-radius: 0 250px 0 0;
    border-radius: 0 250px 0 0;
    transform: translateX(5px) translateY(-255px);
  }

  .quarter:hover,
  .plus:hover,
  .one-plus:hover,
  .two-plus:hover,
  .three-plus:hover,
  .four-plus:hover {
    cursor: pointer;
  }

  .one:hover {
    transform: translateX(16px) translateY(-266px) scale(1.1);
  }

  .hover_one {
    transform: translateX(16px) translateY(-266px) scale(1.1);
  }

  .quarter:hover {
    background-color: #d4a851;
  }

  .two {
    -moz-border-radius: 0 0 250px 0;
    border-radius: 0 0 250px 0;
    transform: translateX(5px) translateY(5px);
  }

  .two:hover {
    transform: translateX(16px) translateY(16px) scale(1.1);
  }

  .hover_two {
    transform: translateX(16px) translateY(16px) scale(1.1);
  }

  .plus {
    position: absolute;
    font-weight: 700;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .one-plus {
    transform: translateX(330%) translateY(-330%);
    color: #fff;
    font-size: 44px;
    background-color: #007bff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }

  .three-plus {
    transform: translateX(-330%) translateY(330%);
    color: #fff;
    font-size: 44px;
    background-color: #007bff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }

  .four-plus {
    transform: translateX(-330%) translateY(-330%);
    color: #fff;
    font-size: 44px;
    background-color: #007bff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }

  .two-plus {
    transform: translateX(330%) translateY(330%);
    color: #fff;
    font-size: 44px;
    background-color: #007bff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }

  .one:hover ~ .plus > .one-plus {
    transform: translateX(400%) translateY(-400%);
  }

  .two:hover ~ .plus > .two-plus {
    transform: translateX(400%) translateY(400%);
  }

  .three:hover ~ .plus > .three-plus {
    transform: translateX(-400%) translateY(400%);
  }

  .four:hover ~ .plus > .four-plus {
    transform: translateX(-400%) translateY(-400%);
  }

  .three {
    -moz-border-radius: 0 0 0 250px;
    border-radius: 0 0 0 250px;
    transform: translateX(-255px) translateY(5px);
  }

  .three:hover {
    transform: translateX(-266px) translateY(16px) scale(1.1);
  }

  .hover_three {
    transform: translateX(-266px) translateY(16px) scale(1.1);
  }

  .four {
    -moz-border-radius: 250px 0 0 0;
    border-radius: 250px 0 0 0;
    transform: translateX(-255px) translateY(-255px);
  }

  .four:hover {
    transform: translateX(-266px) translateY(-266px) scale(1.1);
  }

  .hover_four {
    transform: translateX(-266px) translateY(-266px) scale(1.1);
  }

  .title-row.mobile-circle-row .title {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
	.responsive-table{
	overflow-x: scroll;
	max-width: 100%;
}
.responsive-table table{
	min-width: 800px;
}
  .desktop-circle {
    display: none;
  }

  .title-row {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
  }

  .quarter {
    padding: 20px;
    display: flex;
    flex: 0 0 auto;
    margin: 10px 0px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
  }

  .top-text {
    padding-bottom: 30px;
  }

  .mobile-circle-row h2.title {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #233039;
    font-family: "Playfair Display", serif;
  }

  .mobile-circle-row h2.title span.double_pix {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #233039;
    display: block;
    font-family: "Playfair Display", serif;
  }

  .mobile_rvu_block {
    background: url(../images/rvu_bg.png) no-repeat;
    background-color: #233039;
    background-size: 100%;
    background-size: cover;
  }

  .mobile_slas_block {
    background: url(../images/slas_bg.png) no-repeat;
    background-color: #233039;
    background-size: 100%;
    background-size: cover;
  }

  .mobile_sod_block {
    background: url(../images/sod_bg.png) no-repeat;
    background-color: #233039;
    background-size: 100%;
    background-size: cover;
  }

  .mobile_soef_block {
    background: url(../images/soef_bg.png) no-repeat;
    background-color: #233039;
    background-size: 100%;
    background-size: cover;
  }

  .quarter.mobile .top-text p {
    font-size: 16px;
    line-height: 1.71;
    letter-spacing: 0.56px;
    text-align: left;
    color: #ffffff;
  }
}
@media only screen and (max-width: 980px) {
	.clubxmain_in{
		grid-template-columns: repeat(3, 1fr);
	}
	.promgrams-list ul li{
		flex: 0 0 calc(33.3% - 15px);
	}
	
}

@media screen and (max-width: 550px) {
	.sticky-links{
		width: 480px;
	}
	.sticky-links a{
		font-size: 14px;
		padding: 6px 10px;
	}
	.promgrams-list ul{
		gap: 10px;
	}
	.promgrams-list ul li{
		flex: 0 0 calc(50% - 10px);
	}
	
	.deans-msg-container .card-img{
		height: auto;
	}
	
  .top-text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .quarter .content {
    display: flex;
  }
  .ssp_scolarship img{
    max-width: 90%;
  }
  .ssp_scolarship_btns ul{
    flex-wrap: wrap;
    grid-row-gap: 15px;
  }
  .ssp_scolarship_btns ul li{
    flex: 0 0 100%;
  }
}

/*Video Section*/

.videoblock_contentarea {
  width: calc(100% + 110px);
  height: auto;
  border: 1px solid #d4a851;
  position: relative;
  margin-left: -55px;
  padding: 30px 60px 60px;
}

.videoblock_contentarea h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  color: #233039;
  background-color: #fff;
  width: 55%;
  margin: auto;
  position: relative;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
}

.videothumb {
  position: relative;
  height: 100%;
  width: 100%;
}

.videothumb img.leader_img {
  width: 100%;
  position: relative;
}

.videothumb:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: ".";
  font-size: 0;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 30%) 39%,
    rgb(0 0 0 / 20%) 66%,
    rgb(0 0 0 / 0%) 100%
  );
}

.videothumb:hover .videothumb_img:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d4a851;
  content: "";
  opacity: 1;
  pointer-events: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 10;
}

.video_text {
  display: none;
  position: absolute;
  bottom: 85%;
  width: 50%;
  left: 6%;
}

.video_text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: left;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.video_info {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  z-index: 10;
}

.video_info img {
  position: absolute;
  top: 16%;
}

.video_namedesg {
  padding-left: 50px;
}

.video_namedesg h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #ffffff;
  margin: 0;
}

.video_namedesg p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

/*Award Winning Block */

.awardwinning_faculty {
  position: relative;
}

.awardwinning_content {
  padding: 35px 280px 35px 60px;
  border: solid 1px #d4a851;
  width: calc(100% + 45%);
}

.awardwinning_content h5 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: left;
  color: #233039;
}

.awardwinning_content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.awardwinning_img {
  margin-top: 6%;
  margin-left: 0%;
}

/* Study In Bangalore */
.studyin_bangalore {
  position: relative;
}

.study_bangalore_bg img {
  width: 100%;
}

.study_textblock {
  position: absolute;
  bottom: 5%;
  width: 48%;
  left: 26%;
}

.study_textblock h3 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.34px;
  color: #ffffff;
  margin: 0;
}

.study_textblock p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.knowmore_btn {
  padding: 7px 24px 7px 24px;
  background-color: #d4a851;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #ffffff;
  border: 0px;
}
.knowmore_btn.dark{
	background-color: #233039;
}

.knowmore_btn:hover {
  background-color: #233039;
}

.bangalore_img {
  width: 100%;
  margin: 0px 0px 10px;
  position: relative;
}

.bangalore_img p {
  margin: 0;
}

.bangalore_img p:after {
  width: 26%;
  height: 3px;
  content: "";
  position: absolute;
  right: 5%;
  top: 53%;
  background-color: #d4a851;
}

.bangalore_img p:before {
  width: 26%;
  height: 3px;
  content: "";
  position: absolute;
  left: 5%;
  top: 53%;
  background-color: #d4a851;
}

.knowmore_btn img {
  margin-top: -4px;
}

.sectionpadding {
  padding: 35px 0px;
}
@media screen and (min-width: 1024px) {
  .awardwinning_faculty.sectionpadding {
    padding: 35px 0 65px 0;
  }
}
.ptb100 {
  padding: 100px 0px;
}

/*Footer Styles*/
footer.footerdiv {
  background-color: #3341750f;
}

.footerdiv h5 {
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.69;
  letter-spacing: 0.64px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.footerdiv p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  font-weight: 500;
}
.footerdiv p.location-footer-content {
  line-height: 1.5;
}
.footerdiv p strong {
  font-weight: 900;
}

ul.social_icons {
  list-style: none;
  padding: 0;
  margin: 25px 0px 10px;
}

ul.social_icons li {
  display: inline;
  padding-right: 30px;
}

ul.quicklinks {
  list-style: none;
  padding: 0;
}

ul.quicklinks li a {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.social_icons h6 {
  font-weight: bold;
}

.footernav_link {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0.48px;
  text-align: left;
  color: #233039;
  padding: 0;
}

.footernav_link img {
  margin-right: 5px;
}

.footer_applynow_btn {
  padding: 10px 25px 10px 25px;
  background-color: #233039;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #ffffff !important;
  display: inline-block;
  border-radius: 0px;
  font-weight: bold;
	text-decoration: none;
}

.footer_bottom {
  padding: 5px ​0px;
  background-color: rgb(45 81 125 / 8%);
}

.copyright_text {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.42px;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
  margin: 0;
}

.privacy_termslinks {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.privacy_termslinks li {
  display: inline;
}

.privacy_termslinks li a {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.42px;
  text-align: left;
  color: rgba(0, 0, 0, 0.38);
}

/*Apply Now Styles*/

.applynow_enquirytext {
  background-color: #233039;
}

.applynow_textblock {
  padding: 30px;
}

.applynow_enquirytext h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.48px;
  color: #d4a851;
}

.applynow_enquirytext p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-align: left;
  color: #ffffff;
}

.applynow_enquirytext p img {
  margin-right: 6px;
}

.applynow_enquirytext p a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.14px;
  text-align: left;
  color: #ffffff;
}

.applynow_enquirytext .applynow_enquiryimg {
  margin-top: 2.75rem;
  width: 100%;
}

.applynow_formright {
  background: url(../images/applynowform_bg.png);
  width: 100%;
  float: left;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 600px;
  background-repeat: no-repeat;
  padding: 3rem 7rem;
}

.applynow_formright h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.72px;
  text-align: left;
  color: #233039;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
}

.applynow_formright p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.42px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.applynow_inputforms {
  padding: 36px;
  box-shadow: 11.3px 11.3px 32px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  margin-top: 1.45rem;
}

h3.applynow_inputformheading, .section-sub-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 0.48px;
  text-align: center;
  color: #233039;
  text-transform: unset;
}

.applynowformblock input,
.applynowformblock label {
  position: relative;
  display: inline-block;
  width: 100%;
}

.applynowformblock .form-group {
  margin-bottom: 5px;
}

.applynowformblock .form-control {
  border-radius: 0;
  border-color: rgb(57 57 57 / 39%);
  padding: 0.25rem 0.75rem;
  font-size: 14.5px;
  line-height: 1.7;
  letter-spacing: 0.44px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87) !important;
}

.pin {
  color: black;
}

.btn-phnverify {
  padding: 6px 8px 5px 7px;
  background-color: #233039;
  position: absolute;
  top: 36%;
  right: 2%;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: left;
  color: #ffffff;
  border-radius: 0;
}

.floating-label {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: left;
  color: #233039;
  position: relative;
  top: 0;
  font-weight: bold;
  z-index: 2;
  opacity: 0;
}

.applynowformblock select.form-control:not([size]):not([multiple]) {
  height: 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/dropdown_arrow.png) no-repeat;
  background-size: auto;
  background-position: 95% center;
}

.invalid_text {
  padding: 5px 15px;
  box-shadow: 11.3px 11.3px 32px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #ea0000;
  background-color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.42px;
  text-align: left;
  color: #ea0000;
}

.thankyou_applytext {
}

.thankyou_applytext h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-align: center;
  color: #233039;
}

.thankyou_applytext p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.thankyou_applytext img {
}

.thankyou_applytext ul {
  list-style: none;
  padding: 0;
}

.thankyou_applytext ul li {
  display: inline;
  padding: 10px 20px;
}

.thankyou_applytext ul li img {
  margin-right: 10px;
}

.thankyou_applytext ul li a {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: left;
  color: #3e4b7c;
}

.divider_class {
  width: 48px;
  display: block;
  height: 1px;
  margin: 20px auto;
  background-color: #d4a851;
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
  .streched_container {
    max-width: calc(1280px + 150px);
  }
}

@media only screen and (max-width: 767px) {
  .header {
    /* position: relative; */
  }
	.clubxmain_in{
		grid-template-columns: repeat(2, 1fr);
	}

  .header .menubar {
    margin-top: 10px;
    overflow: scroll;
    height: 411.62px;
  }

  .brand_logo {
    position: relative;
    top: 0;
  }

  .header .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0px;
  }

  .header .navbar-nav .nav-link {
    padding: 10px 0px;
    margin: 5px 0px;
  }

  .dropdownmenu_list {
    text-align: left;
    margin: 0 !important;
    float: left !important;
  }

  .dropdownmenu_list .dropdown-item {
    padding: 0.5rem 0.15rem;
    font-size: 15px;
    text-align: left;
  }

  .applynow_btn {
    width: auto !important;
    float: left;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .banner_content {
    position: relative;
    top: 0;
    width: 100%;
    display:none;
  }

  .banner_caption {
    padding-top: 25px;
    width: 100%;
    border: 0;
  }

  .banner_caption h3 {
    font-size: 24px;
  }

  .banner_caption h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .banner_caption h1 br {
    display: none;
  }

  .banner_carousel {
    width: 100%;
  }

  .designate_img {
    margin: auto;
  }

  .designate_info {
    margin-top: 15px;
    text-align: center;
  }

  .designate_info h5 {
    font-size: 18px;
    color: #233039;
    text-align: center;
  }

  .designate_info p {
    color: #233039;
    text-align: center;
  }

  .designate_message p {
    color: #333;
    text-align: center;
    margin-bottom: 45px;
  }

  .banner_carousel .carousel-indicators {
    bottom: 4%;
  }

  .banner_carousel .carousel-indicators li {
    background-color: #233039;
  }

  section.reasons_rvu {
    padding: 25px 0;
    height: auto;
    margin-bottom: 0px;
  }

  .banner {
   /* background-size: 130%;
     min-height: 175px; 
    background-position: top left;*/
    margin-top: 125px !important;
  }

  .card_clrd_reasons {
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
  }

  .card_clrd_reasons p br {
    display: none;
  }

  .card_clrd_reasons img {
    margin-bottom: 10px;
  }

  /* .card_clrd_reasons h5 {
    font-size: 18px;
    line-height: 2;
  } */

  .explore_worldclass {
    margin: 0px !important;
  }

  .ptb100 {
    padding: 25px 0px;
  }

  .card_one_programmes {
    padding: 0px 10px 0px 10px;
  }

  .card_one_programmes h2 {
    font-size: 28px;
  }

  .card_one_programmes p br {
    display: none;
  }

  .card_programmes_content {
    padding: 10px 15px;
  }

  .card_programmes h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.5;
  }

  .card_programmes {
    padding: 0 0 20px;
    margin-bottom: 15px;
  }

  .videoblock_contentarea h1 {
    font-size: 24px;
    width: 100%;
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .videoblock_contentarea {
    width: calc(100% + 0px);
    margin-left: 0;
    padding: 20px;
  }

  .videothumb {
    height: auto;
    margin: 10px 0px;
  }

  .video_text {
    width: 85%;
  }

  .awardwinning_content {
    padding: 15px;
    width: calc(100% + 0%);
    border-bottom: 0px;
  }

  .awardwinning_img {
    margin-top: 0%;
    margin-left: 0%;
    padding: 0.8rem 1rem;
    border: 1px solid #d4a851;
    border-top: 0px;
  }

  .dignitary_mesg {
    padding: 10px;
  }

  .dignitaries_message h1 {
    font-size: 24px;
  }

  .dignitary_message {
    padding: 0px 20px;
  }

  .dignitaries_message .carousel-control-next,
  .dignitaries_message .carousel-control-prev {
    width: 6%;
  }

  .dignitaries_message .carousel-control-next img,
  .dignitaries_message .carousel-control-prev img {
    width: 36px;
  }

  .dignitaries_section {
    background-size: cover;
  }

  .study_bangalore_bg img {
    height: 320px;
  }

  .study_textblock {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
  }

  .bangalore_img img {
    width: 120px;
  }

  .bangalore_img p:before {
    height: 2px;
    top: 55%;
  }

  .bangalore_img p:after {
    height: 2px;
    top: 55%;
  }

  .applynow_form .col-12.col-sm-3.pr-0 {
    padding: 5px 20px !important;
  }

  .applynow_formright {
    min-height: 100%;
    padding: 1rem;
    padding-top: 2.5rem;
  }

  .applynow_formright h3 {
    font-size: 21px;
  }

  .applynow_form .col-12.col-sm-9.pl-0 {
    padding: 0 15px !important;
  }

  .applynow_inputforms {
    padding: 2.25rem 1rem;
    margin-top: 1rem;
  }

  .applynow_formright h3.applynow_inputformheading {
    font-size: 18px;
    margin-top: 15px;
  }

  .applynow_enquirytext .applynow_enquiryimg {
    margin-top: 10px;
    width: 100%;
  }

  .applynow_textblock {
    padding: 15px;
    margin-top: 20px;
  }

  .thankyou_applytext ul li {
    padding: 10px 8px;
  }

  .top_reasoncard_height p {
    padding-right: 40px;
  }

  .admissionsopen_block {
    display: none;
  }
}

/* Contact Styles*/
.contact_banner {
  background: url(../images/contact_banner.png);
}

/* .contact_banner .innerbanner_content {
    position: absolute;   top: 34%;   border-left: 2px solid #d0a863;  padding-left: 20px;
    } */
.innerbanner_content {
  position: absolute;
  top: 34%;
  border-left: 2px solid #d4a851;
  padding-left: 20px;
}

.innerbanner_img {
  /*max-height: 450px;*/
}

.innerbanner_content h1 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #233039;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.innerbanner_content p {
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}

.contactus_block {
  background-color: #233039;
  background-image: url(../images/contact_bg.png);
  background-size: 64% auto;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .contactus_block .col-12.col-sm-8.order-sm-2.order-1 {
    background-color: #f6f7f7;
  }
	
}
.contactus_left {
  padding: 50px 30px;
}

.contactus_left h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.48px;
  text-align: left;
  color: #d4a851;
  margin-bottom: 30px;
}

.support_content {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.support_content img {
  float: left;
  margin-right: 15px;
}

.support_content p {
  font-size: 16px;
  float: left;
  color: #ffffff;
}

.info_head {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: left;
  color: #d4a851;
}

.info_txt {
  display: block;
  color: #ffffff;
  margin-top: 5px;
}

.bottominfo_txt {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: left;
  color: #d4a851;
}

.contactus_right {
  box-shadow: 5.7px 5.7px 20px 0 rgb(0 0 0 / 10%);
}

.reachus_map h1 {
  font-family: "Playfair Display", serif;
  position: relative;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.71;
  letter-spacing: 0.34px;
  text-align: left;
  color: #233039;
  margin-bottom: 20px;
}

.reachus_map p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.reachus_map h1::before {
  width: 23%;
  height: 2px;
  content: "";
  position: absolute;
  left: 15%;
  top: 40%;
  background-color: #233039;
}

.reachus_map h1::after {
  width: 23%;
  height: 2px;
  content: "";
  position: absolute;
  right: 15%;
  top: 40%;
  background-color: #233039;
}

.reachus_map {
  padding-top: 5rem;
}

.mapframe {
  margin: 45px 0px;
}

.pg_banner {
  background: url(../images/pg_banner.png) no-repeat;
}

.ug_banner {
  background: url(../images/ug_banner.png) no-repeat;
}

.inner_banner {
  min-height: initial;   /*changed from 450px to initial*/
  background-size: cover;
  background-position: bottom center;
}

.programmes_sidenav {
  padding: 35px 30px 15px;
  background-color: #d0a86315 !important;
  margin-bottom: 15px;
  padding-bottom: 1.2rem;
}

.pg_sidenav {
  padding: 0;
  top: 96px;
  z-index: auto;
}

.pg_sidenav .form-div {
  padding: 35px 30px 15px;
}

.pg_sidenav .admissionsopen_block {
  border-top: 15px solid white;
}

.programmes_sidenav h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #404040;
  margin-bottom: 1rem;
}

.programmes_sidenav .search_leftform {
  margin-bottom: 2rem;
}

.programmes_sidenav .form-control {
  font-size: 16px;
  color: #233039;
  border-radius: 0px;
}

.programmes_sidenav .searchform_btn {
  background-color: #233039;
  border-radius: 0px;
}

.programmes_sidenav label.eachrow_check {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  text-align: left;
  color: #8d8d8d;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  cursor: pointer;
}

.programmes_sidenav .sidenav_checklabel {
  display: inline-block;
  padding-left: 25px;
  z-index: 1;
}

.programmes_sidenav .select_filtercheck {
  position: absolute;
  top: 2px;
  z-index: -1;
}

.sidenav-check {
  float: left;
  background: url("../images/checkbox.png") no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.sidenav-checked {
  float: left;
  background: url("../images/checkedbox.png") no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.admissionsopen_block {
  padding: 40px 20px 20px;
  background-color: #233039;
  background: url('../images/blog/subscribe-bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
}

.admissionsopen_block:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d4a851;
  content: "";
  opacity: 1;
  pointer-events: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 10;
}

.admissionsopen_block h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #d4a851;
  text-transform: uppercase;
}

.admissionsopen_block h4 span {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-transform: lowercase;
}

.admissionsopen_block p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: rgba(255, 255, 255, 0.6);
}

.admissionapplynow_btn {
  padding: 8px 25px 8px;
  background-color: #d4a851;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  margin: 15px 0px 25px;
  border: 1px solid #d4a851;
}

.admissionapplynow_btn:hover {
  background-color: #233039;
  border: 1px solid #d4a851;
}

.application_lastday {
  text-align: left;
  width: 100%;
  padding: 5px 20px;
  float: left;
}

.application_lastday img {
  float: left;
  margin-right: 10px;
}

.application_lastday p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.28px;
  color: #ffffff;
}

.programmesList {
  padding: 20px 0;
}

.programmesList h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  text-align: left;
  color: #233039;
  margin: 15px 0px;
}

.programmes_each {
  width: 100%;
  float: left;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 1rem;
}

.programme_image {
  position: relative;
}

.programme_image img {
  width: 100%;
}

.programme_image:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: ".";
  font-size: 0;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 22%) 39%,
    rgb(0 0 0 / 0%) 66%,
    rgb(0 0 0 / 0%) 100%
  );
}

.programmes_each h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  bottom: 18%;
  position: absolute;
  width: 100%;
}

a.view_coursedetail_link {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  text-align: center;
  color: #233039;
  width: 100%;
  float: left;
  margin-top: 0.85rem;
}
a.view_coursedetail_link:hover {
  text-decoration: underline;
}
.custom-view-details.view-details:hover {
  text-decoration: underline;
}
a.view_coursedetail_link:hover {
  /* text-decoration: none; */
}

a.view_coursedetail_link img {
  margin-left: 2px;
  margin-top: -4px;
}

.programmes_each:hover:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d4a851;
  content: "";
  opacity: 1;
  pointer-events: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 10;
  -moz-transition: opacity 0.25s, -webkit-transform 0.25s;
  -ms-transition: opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: opacity 0.25s, -webkit-transform 0.25s;
}

.talkto_advisor {
  position: relative;
  background: url(../images/talktoadvisor_img.png) no-repeat;
  min-height: 300px;
  background-size: cover;
  background-position: center top;
  margin: 1.5rem 0px 5rem;
}

.talk_advisortext {
  width: 100%;
  float: left;
  margin-top: 40px;
  padding: 30px 50px 15px 50px;
}

.talk_advisortext h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #233039;
}

.talk_advisortext p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.talk_advisortext ul {
  list-style: none;
  padding: 0;
}

.talk_advisortext ul li {
  display: inline;
  padding-right: 15px;
}

.talk_advisortext ul li a {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.14px;
  text-align: left;
  color: #233039;
}

.talk_advisortext ul li img {
  margin-right: 10px;
}

.talkto_contact_btn {
  background-color: #233039;
  padding: 8px 25px 8px;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  margin: 10px 0px 20px;
}

.selected_tagsblock {
  border-bottom: 1px solid #362a8210;
  padding: 10px 15px;
}

.selected_tagsblock ul {
  list-style: none;
  padding-left: 0;
}

.selected_tagsblock ul li {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: rgba(51, 65, 117, 0.6);
  width: auto;
  float: left;
  border: 1px solid #e4e4e4;
  padding: 8px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.selected_tagsblock ul li .close_icon {
  margin-left: 10px;
  opacity: 1;
  line-height: 12px;
}

.section_afterheader {
  /*margin-top: 0px;*/
}

.mobile_blogfilters {
  display: none;
  background-color: #d0a86315;
  width: 100%;
  float: left;
  padding: 10px 15px;
  margin-bottom: 0px;
}

.mobile_blogfilters h3 {
  margin: 8px 0px;
  font-size: 28px;
  width: auto;
  float: left;
  font-family: "Playfair Display", serif;
  color: #233039;
}

.mobile_blogfilters .btn-primary {
  color: #fff;
  background-color: #233039;
  border-color: #233039;
  font-size: 24px;
}

.thankyouclose_icon {
  text-align: right;
  margin-top: -15px;
  margin-right: -10px;
}

h5.search_result {
  font-family: "Playfair Display", serif;
  padding: 0;
  font-size: 24px;
  color: #233039;
}

p.class_noresults {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #233039;
  padding: 0 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .contact_banner .innerbanner_content {
    top: 30%;
  }

  .innerbanner_content {
    top: 24%;
    margin: 15px 0px;
    padding: 0 15px;
  }

  .innerbanner_content h1 {
    font-size: 24px;
  }

  .innerbanner_content p {
    font-size: 14px;
  }

  .innerbanner_content p br {
    display: none;
  }

  .programmes_sidenav {
    padding: 15px;
    margin-bottom: 5px;
  }

  .programmes_sidenav .search_leftform {
    margin-bottom: 1rem;
  }

  .programmes_sidenav h3 {
    margin-bottom: 0.5rem;
  }

  .programmes_sidenav .sidenav_checklabel br {
    display: none;
  }

  .selected_tagsblock {
    margin-top: -50px;
    padding: 15px 0px;
  }

  .programmesList {
    padding: 10px 0;
  }

  .programmesList h1 {
    font-size: 28px;
    margin: 10px 0px;
  }

  .ug-detail h1, .pg-detail h1 {
    font-size: 28px !important;
  }

  .programmes_each {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .talkto_advisor {
    background-size: cover;
    background-position: center left;
    margin: 0rem 0px 2rem;
  }

  .talk_advisortext {
    padding-bottom: 0px;
  }

  .privacy_termslinks {
    text-align: center !important;
    float: left !important;
    width: 100%;
  }

  .footer_logo {
    margin-bottom: 1rem;
    margin-top: 1rem !important;
  }

  .copyright_text {
    text-align: center;
  }

  .contactus_block {
    background-image: url(../images/contact_bg.png);
    background-size: 237% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .contactform_rightblock {
    padding: 1rem !important;
    margin-bottom: 1.5rem;
  }

  .contactus_left {
    padding: 20px 10px;
  }

  .reachus_map h1 {
    font-size: 24px;
  }

  .reachus_map h1::before {
    width: 20%;
    left: 2%;
  }

  .reachus_map h1::after {
    width: 20%;
    right: 2%;
  }

  .reachus_map p br {
    display: none;
  }

  .section_afterheader {
    /* margin-top: 0px !important; */
  }

  .inner_banner {
    min-height: 260px;
    background-position: bottom left;
  }

  .streched_container {
    padding: 0;
  }

  .mobile_blogfilters {
    display: block;
  }

  .programmes_sidenav {
    display: none;
  }

  .talk_advisortext ul li {
    display: block;
    margin-bottom: 5px;
  }
}

.bdesign_banner {
  background: url(../images/bdes_banner.png) no-repeat;
  background-size: 100%;
}

.coursedetailpage_content {
  border: 0px;
  padding: 0;
}

.coursedetail_bannertext {
  border-left: 2px solid #d4a851;
  padding-left: 20px;
  width: 100%;
}

.programmedetails_block {
  background-color: #f5f5f5;
  padding: 45px 0px 0 0;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    135deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 1) 23%,
    rgba(245, 245, 245, 1) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

.leftNav_heading {
  padding: 8px 15px;
  background-color: #233039;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #ffffff;
  margin: 0px;
}

.coursedetail_sectiontop {
  background-color: #fff;
  padding: 20px 2rem;
}

.content_coursedetail_title h3, .content_coursedetail_title h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #233039;
}

h4.course_schoolinfo img {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

h4.course_schoolinfo {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #212121;
  float: left;
}

h2.course_schoolinfo {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #212121;
  float: left;
}

.phd-banner {
  min-height: initial;  /*Changed to initial from 345px*/
  margin-top: 94px;
}

.phd-banner .innerbanner_content {
  top: 20%;
}

.phd .course_detaillinks a {
  cursor: pointer;
}

.phd .course_detaillinks a:first-of-type {
  /* padding-left: 30px; */
}

.phd .coursedetail_sectiontop .row {
  align-items: center;
}

.phd .course_detaillinks a .dropdown-arrow {
  position: absolute;
  left: 12px;
  top: 18px;
  transform: rotate(-45deg);
}

.phd .sub-menu {
  display: none;
  padding: 0px 0px 0px 15px;
  margin: 0;
  list-style-type: none;
}

.phd .sub-menu.active {
  display: block;
}

.phd .course_detaillinks a .dropdown-arrow.rotate {
  transform: rotate(45deg);
  top: 15px;
}

.phd h4.course_schoolinfo {
  text-decoration: underline;
	clear: both;
}

.phd .accordion-heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #233039;
  text-transform: uppercase;
  font-weight: bold;
}

.phd .accordion-title {
  position: relative;
  font-size: 16px;
  line-height: 27px;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px;
  background-color: #eaebeb;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 10px;
}

.phd .accordion-title img {
  vertical-align: text-bottom;
  padding-right: 10px;
}

.phd .accordion-title .plus-icon {
  position: absolute;
  right: 14px;
  width: 14px;
  height: 14px;
  top: 26px;
}

.phd .accordion-title .plus-icon span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.phd .accordion-title .plus-icon span:last-child {
  transform: rotate(90deg);
}

.phd .accordion-title.ui-accordion-header-active .plus-icon span:last-child {
  display: none;
}

.phd .accordion-content {
  height: auto;
  margin-bottom: 40px;
  padding: 24px;
  background-color: #f7f7f7;
}

.phd .accordion-content .accordion-content-banner {
  width: 100%;
}

.phd .accordion-content p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.32px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 15px;
}

.phd .accordion-content span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: rgba(33, 33, 33, 0.6);
  margin-bottom: 25px;
}

.phd .accordion-content ul {
  margin: 0px 0px 0px 14px;
  padding: 0;
  list-style-type: none;
}

.phd .accordion-content ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 15px;
}

.phd .accordion-content ul li:before {
  content: "- ";
  margin-left: -14px;
}

.phd .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.phd .practice-based-research h3,
.phd .research-trajectories h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 44px;
  color: #233039;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 12px;
}

.phd .practice-based-research p,
.phd .research-trajectories p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #212121;
  margin-bottom: 24px;
}

.phd .practice-based-research ol li h4,
.phd .research-trajectories ul li h4 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.32px;
  color: #233039;
  margin-bottom: 5px;
  font-weight: bold;
}

.phd .research-trajectories ul {
  padding: 0px 0px 0px 50px;
  margin: 0;
  list-style-type: none;
}

.phd .research-trajectories ul li {
  position: relative;
}

.phd .research-trajectories ul li::before {
  position: absolute;
  left: -50px;
}

.phd .research-trajectories ul li:nth-child(1)::before {
  content: url("../images/design-icon.png");
}

.phd .research-trajectories ul li:nth-child(2)::before {
  content: url("../images/publication-icon.png");
}

.phd .research-trajectories ul li:nth-child(3)::before {
  content: url("../images/doctorate-icon.png");
}

.phd .eligibility-criteria p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.32px;
  color: #212121;
}

.phd .read-more-content ul {
  padding: 0px 0px 0px 35px;
  margin: 0;
  list-style-type: none;
}

.phd .read-more-content ul li {
  margin-bottom: 10px;
}

.phd .read-more-content ul li:last-child {
  margin-bottom: 16px;
}

.phd .eligibility-criteria .read-more-content ul li:before {
  position: absolute;
  left: 45px;
  font-weight: bold;
}

.phd .eligibility-criteria .read-more-content ul li:nth-child(1)::before {
  content: "(A)";
}

.phd .eligibility-criteria .read-more-content ul li:nth-child(2)::before {
  content: "(B)";
}

.phd .eligibility-criteria .read-more-content ul li:nth-child(3)::before {
  content: "(C)";
}

.phd .read-more-title {
  position: relative;
  font-size: 14px;
  line-height: 24px !important;
  letter-spacing: 0.28px;
  color: #233039;
  font-weight: bold;
  cursor: pointer;
}

.phd .read-more-title .content {
  padding-right: 7px;
}

.dropdown-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-left: 2px solid transparent;
  border-bottom: 2px solid;
  border-top: 2px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
}

.dropdown-arrow.rotate {
  transform: rotate(225deg);
  top: 12px;
}

.phd .read-more-content {
  display: none;
}

.phd .read-more-content.active {
  display: block;
}

.phd .admission-procedure h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 44px;
  color: #233039;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 24px;
}

.phd .admission-procedure h4 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.phd .admission-procedure p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #212121;
  margin-bottom: 5px;
}

.phd .admission-procedure p.bold {
  font-weight: bold;
}

.phd .admission-procedure .note {
  margin: 30px 0px;
  max-width: 550px;
}
.phd-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .phd-table , th, td {
            border: 1px solid #ddd;
            text-align: left;
        }
        
        .phd-table th, .phd-table td {
            padding: 8px;
        }

        .phd-table th {
            background-color: #f2f2f2;
        }

.apply-here {
  padding: 24px;
  background-color: #f3f3f3;
}

.apply-here .row p .title {
  font-weight: normal;
}

.apply-here .row:first-of-type {
  align-items: center;
}

.apply-here .row p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  font-weight: bold;
}

.phd .apply_sharebtns {
  text-align: right;
}

.apply-here .row div:nth-child(2) {
  text-align: right;
}

.phd .howtoapply_steps {
  padding-left: 5px;
}

.phd .howtoapply_stepcount {
  line-height: 24px;
}

.phd .howtoapply_stepeach img {
  width: 24px;
}

.phd .howtoapply_steptext {
  padding-left: 75px;
}

.phd .fee-structure p:first-of-type {
  margin: 24px 0px 30px;
}

.phd .fee-structure table {
  width: 100%;
}

.phd .fee-structure table tr th:nth-child(1) {
  width: 10%;
}

.phd .fee-structure table tr th:nth-child(2) {
  width: 40%;
}

.phd .fee-structure table tr th:nth-child(3) {
  width: 25%;
}

.phd .fee-structure table tr th:nth-child(4) {
  width: 25%;
}

.phd .fee-structure table tr th {
  padding: 5px;
  background-color: #e7e7e7;
  text-align: center;
  font-size: 14px;
}

.phd .fee-structure table tr td {
  font-size: 13px;
}

.phd .fee-structure table tr th:nth-child(2),
.phd .fee-structure table tr td:nth-child(2) {
  text-align: left;
}

.phd .fee-structure table tr td {
  padding: 7px;
  text-align: center;
  background-color: #f7f7f7;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.phd .fee-structure .read_more p {
  line-height: 24px;
  letter-spacing: 0.32px;
}

.phd .read-more-title {
  margin-bottom: 0 !important;
}

.sharecourse_btn {
  padding: 9px 25px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #233039 !important;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #233039;
  cursor: pointer;
}

.coursedetail-section {
  height: auto;
  width: 100%;
  margin-top: 2.5%;
  color: #333;
  float: left;
  height: auto;
  padding: 2rem;
  background-color: #fff;
}

.ug-detail, .pg-detail {
  padding: 0;
}

.ug-detail h1, .pg-detail h1 {
  font-size: 34px;
}

.coursedetail_eachhead {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.47;
  color: #233039;
  border-bottom: 1px solid #d4a851;
  padding-bottom: 1rem;
}
.coursedetail_eachhead a:hover .faculty-details span{
	text-decoration: none !important;
}

.coursedetail_eachsubhead {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.83;
  color: #233039;
  margin: 2rem 0 1.5rem 0;
}

.coursedetail-section p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  color: #212121;
}

.coursedetail-section ul {
	  display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.coursedetail-section ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: 0.42px;
  color: #212121;
	word-wrap: break-word;
}

.coursedetail-section ul.whycourse_list li {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: left;
  color: #212121;
  list-style-image: url(../images/list_arrow.png);
 /* margin: 15px 0px;*/
}

.coursedetail-section ul.careeroptions_list li {
  line-height: 2.29;
  list-style-image: url(../images/list_arrow.png);
  margin: 5px 0px;
  width: calc(50% - 25px);
}


.coursedetail-section ul.djksajdaj li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: 0.42px;
  color: #212121;
  list-style-image: url(../images/list_arrow.png);
  margin: 5px 0px;
  width: 100%;
}

.course_detaillinks {
  position: sticky;
  width: 100%;
  background-color: #fff;
  top: 15%;
}

.coursedetail_eligibilityblocks {
  margin-bottom: 2rem;
}

.coursedetail_icon {
  width: 30px;
  float: left;
}

.coursedetail_icon img {
  margin-top: 3px;
}

.coursedetail_eligibletext {
  padding-left: 35px;
}

.coursedetail_eligibletext h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.48px;
  color: #212121;
}

.coursedetail_eligibletext p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  color: #212121;
}

.navigation__link {
  display: block;
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: left;
  color: #212121;
  padding: 9px 15px;
  position: relative;
}

.navigation__link:hover {
  background-color: #eceaf2;
}

.navigation__link.active {
  color: #233039;
  background-color: #eceaf2;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.42px;
}

.navigation__link.active::before {
  content: "";
  position: absolute;
  background-image: url(../images/activesection_arrow.png);
  width: 6px;
  height: 10px;
  left: 20px;
  background-repeat: no-repeat;
  top: 14px;
}

.lastsection {
  background: transparent;
  padding: 0.5rem;
}

h3.howtoapply_stepcount {
  font-family: "Cantarell", serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 0.48px;
  color: #233039;
  border: solid 0px #d4a851;
  width: auto;
  float: left;
  padding: 0px 13px;
  margin: 0;
  margin-left: 12px;
}

.howtoapply_steptext {
  padding-left: 90px;
}

.howtoapply_steptext h5, .howtoapply_steptext h3, .howtoapply_steptext h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color: #233039;
}

.howtoapply_steptext p {
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #000000;
}

.howtoapply_stepeach {
  margin: 1.5rem 0px;
}

.howtoapply_steps {
  position: relative;
}

.howtoapply_steps:before {
  content: "";
  height: 90%;
  width: 2px;
  background-color: #e6e6e6;
  position: absolute;
  left: 16px;
  z-index: 1;
}

.howtoapply_steps_icon {
  float: left;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

ul.social_shareicons {
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  margin: 5px 0px 25px;
}

ul.social_shareicons li {
  display: inline-block;
  margin: 0 5px;
}

.shareCourse_popup {
  border-radius: 0px;
  border: 0;
}

.shareCourse_popup .modal-body {
  padding: 10px 15px;
}

.sharelinks_content {
  padding: 10px 5px;
  margin-top: 5px;
}

.sharelinks_content h4 {
  margin-bottom: 15px;
}

.sharelink_inputbox {
  height: 100%;
  border-radius: 0px;
}

.shareUrl_btn {
  padding: 10px 20px !important;
  background-color: #233039;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  width: 100%;
}

.m-p-0 {
  padding: 0 impo !important;
}

.stick_links {
  position: fixed !important;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .bdesign_banner {
    background-size: cover;
    background-position: bottom left;
  }
  .banner_caption {
    margin-top: 10%;
  }

  .coursedetailpage_content {
    padding-right: 0;
    position: relative;
    top: 5%;
    padding-top: 10px;
  }

  .course_detaillinks {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    float: left;
  }

  .navigation__link {
    display: none;
    width: 100%;
    float: left;
  }

  .leftNav_heading {
    padding: 15px 10px;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 60px;
    font-size: 24px;
  }

  .leftNav_heading::before {
    content: "\f13a";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    font-family: "FontAwesome";
    font-size: 36px;
    top: 5px;
  }

  .leftNav_heading.jumpto_active::before {
    content: "\f139";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    font-family: "FontAwesome";
    font-size: 36px;
    top: 5px;
  }

  .phd .leftNav_heading {
    padding: 15px 10px 15px 50px;
  }

  .phd .navigation__link.active::before {
    background: none;
  }

  .phd .navigation__link.active .dropdown-arrow {
    top: 15px;
  }

  .phd .navigation__link.active .dropdown-arrow.rotate {
    top: 12px;
  }

  .phd .accordion-content .accordion-content-banner {
    margin-bottom: 24px;
  }

  .phd .leftNav_heading::before {
    content: none;
  }
  .phd .leftNav_heading::before {
    content: "\f13a";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
  }

  .coursedetail-section ul.careeroptions_list li {
    width: 100%;
  }

  .coursedetail-section {
    margin-top: 5%;
    padding: 1rem;
  }

  .coursedetail_eachhead {
    font-size: 24px;
    padding-bottom: 0.5rem;
  }

  .phd .coursedetail_sectiontop {
    text-align: center;
  }

  .phd .course_schoolinfo {
    float: none;
  }

  .phd .coursedetail_sectiontop .apply_sharebtns.mt-3 {
    flex-direction: row;
  }

  .phd .apply_sharebtns {
    text-align: center;
  }

  .phd .apply_sharebtns a {
    width: 140px !important;
    font-size: 14px;
  }

  .phd .accordion-title {
    min-height: 82px;
  }

  .phd .accordion-title .label {
    display: inline-block;
    width: 200px;
    font-size: 14px;
  }

  .phd .accordion-title img {
    vertical-align: top;
  }

  .phd .eligibility-criteria .read-more-content ul li:before {
    left: 35px;
  }

  .phd .admission-procedure .row div:first-of-type {
    margin-bottom: 10px;
  }

  .apply-here .row p {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .apply-here .row p .title {
    display: block;
  }

  .apply-here .row p,
  .apply-here .row div:nth-child(2) {
    text-align: center;
  }

  .apply-here .row div p:last-child {
    margin-bottom: 0;
  }

  #howto_apply .apply-here .row div p {
    margin-bottom: 10px;
  }

  .programmedetails_block {
    background: none;
    background-color: #f6f7ff;
    padding-top: 0;
  }

  .howtoapply_steptext {
    padding-left: 80px;
  }

  h3.howtoapply_stepcount {
    margin-left: 5px;
  }

  .m-p-0 {
    padding: 0 !important;
  }
}

.study_bangalore_imgs:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: ".";
  font-size: 0;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 30%) 39%,
    rgb(0 0 0 / 20%) 66%,
    rgb(0 0 0 / 0%) 100%
  );
}

.overview {
  background: #f5f5f5;
  padding: 35px 0;
  clear: both;
	display: inline-block;
    width: 100%;
}

.overview p,
.programmes p {
  color: #212121;
  margin: 12px 0 0;
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: left;
  color: #212121;
}

.dean-msg-content p {
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.42px;
  text-align: left;
  color: #ffffff;
  margin: 24px 35px 7px 0;
  /*overflow-x: scroll;*/
}

.dean-msg-content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.dean-msg-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.dean-msg-content::-webkit-scrollbar-thumb {
  background: #d4a851;
  border-radius: 10px;
}

/* Handle on hover */
.dean-msg-content::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.school-banner {
  /* position: absolute;
       top: 25%;*/
}

.banner-section-rvu-banner {
  position: absolute;
  top: 22%;
}

.banner-section-school {
  min-height: initial;
}

.advisor-block {
  background: white;
  padding: 0px;
}

.contact-href,
.contact-href:hover {
  color: white;
}

.single-programme {
  margin-bottom: 30px;
}

.dean-msg-content h5,
.dean-vinay h2 {
  font-family: Playfair Display;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal !important;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #d4a851;
  font-family: Playfair Display !important;
}

.dean-msg-content h2 {
  position: sticky;
  top: 0px;
  color: #d4a851;
  background: #233039;
  padding-top: 32px;
  border-bottom: 1px solid #d4a851;
  font-family: Playfair Display !important;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
	.talk_advisortext{
		padding: 30px
	}
  .dean-msg-content h2 {
    top: -1px;
  }
	
}
.div {
  margin-top: 20px;
}

.card-img-overlay h2 {
  margin: 0 0 9px 1px;
  font-family: Cantarell;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #d4a851;
  margin-bottom: -6px;
}

.card-img-overlay .link p, .card-img-overlay .link h4 {
  margin: 0 0 9px 1px;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.83;*/
  letter-spacing: normal;
  text-align: left;
  margin-bottom: -6px;
}

.card {
  cursor: pointer;
}

.card-img-overlay a:hover {
  text-decoration: none;
  cursor: pointer;
}

.dean-vinay h2 {
  text-align: center;
  font-size: 28px !important;
  line-height: 30px;
  margin-bottom: 20px;
}

.dean-vinay p {
  /*margin-top: -20px;*/
  font-weight: bold;
}

.wrapper {
  margin: 48px 0px;
}

/*Programmes Section CSS End*/

.programmes {
  border-left: 3px solid #d4a851;
  padding-left: 12px;
}

@media screen and (max-width: 550px) {
  .programmes {
    padding-bottom: 8px;
  }
}
.card {
  color: #fff;
  border: 0px;
  border-radius: 0px;
}

.card:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-left: solid 1px #d4a851;
  border-right: solid 1px #d4a851;
  transition: 0.2s;
  transform: scaleY(0);
  z-index: 99;
}

.card:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-top: solid 1px #d4a851;
  border-bottom: solid 1px #d4a851;
  transition: 0.2s;
  transform: scaleX(0);
  z-index: 99;
}

.card:hover:before,
.card:hover:after {
  transform: scale(1);
}

.card-img {
  border-radius: 0px;
}

.card-img-overlay {
  top: unset;
  background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 2%));
  z-index: 1;
  padding-left: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
  min-height: 200px;
  padding-top: 100px;
}

.card-title {
  color: #d4a851;
}

.card-link,
.card-link:hover {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

/*Programmes Section CSS End*/

/*Dean Msg Section CSS Start*/
.deans-msg-container {
  margin-left: 0px;
  margin-right: 0px;
}

.deans-msg-container .col-12.col-md-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.deans-msg-container .col-12.col-md-7 {
  padding-left: 0px;
  background-color: #233039;
  color: #fff;
}

.justify-content-start .w-100.float-right {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.dean-msg-content {
  padding: 32px;
  padding-top: 0px;
}

.top-text .knowmore_btn {
  padding: 7px 24px 7px 24px;
  background-color: #d0a963;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  color: #ffffff;
  border: 0px;
}

.top-text .knowmore_btn a {
  text-decoration: none;
}

.top-text .knowmore_btn:hover {
  background-color: white;
  color: #233039;
}

.top-text a,
.top-text button {
  display: block;
  /*margin: 0 auto !important;*/
  /*text-align: center !important;*/
}

.top-text a:hover {
  text-decoration: none;
}

.justify-content-start .w-100.float-left a {
  padding-left: 24px;
}

.w-100.float-left > a {
 /* padding-left: 8px;*/
  text-align: left;
}

.dean-msg-content p {
  margin-bottom: 0px;
  overflow-y: auto;
}

.deans-msg-container .card:after {
  border-left: solid 1.9px #d4a851;
  border-right: solid 1.9px #d4a851;
  transform: scaleY(1);
}

.deans-msg-container .card:before {
  border-top: solid 1.9px #d4a851;
  border-bottom: solid 1.9px #d4a851;
  transform: scaleX(1);
}

.divider-line {
  border-bottom: 1.5px solid #d4a851;
}

/*Dean Msg Section CSS End*/

.advisor-block .talk_advisortext {
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  .school-banner {
    padding-right: 0;
    position: relative;
    top: 5%;
    padding-top: 10px;
  }

  .justify-content-start .w-100.float-left a {
    padding-left: 3px;
  }

  .deans-msg-container .col-12.col-md-5 {
    padding-right: 0px;
    padding: 0px;
  }

  .dean-msg-content p {
    margin: 0px;
  }

  .dean-msg-content {
    padding: 15px;
    padding-top: 0px;
  }

  .advisor-block .coursedetail-section {
    margin-top: 0;
    padding: 0;
  }

  .advisor-block .talk_advisortext {
    margin-top: 0px;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .advisor-block .talkto_advisor {
    position: relative;
    top: -70px;
    margin-bottom: 0px;
  }
}

/*RVU second page*/
.banner-section-rvu h1,
.banner-section-rvu p {
  color: white;
}

/*Genesis CSS Start*/
.row.genesis {
  position: relative;
}

.genesis h2 {
  color: #233039;
  font-family: Playfair Display;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: left;
  color: #233039;
}

.genesis p {
  color: #8d8d8d;
  width: 75%;
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.28px;
  color: #8d8d8d;
}

.rvu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.rvu-logo img {
  width: 80%;
}

.row.rvei {
  margin-top: 40px;
}

.university-logo-column {
  position: absolute;
  right: 15px;
  top: 30px;
  background-color: #233039;
  color: #fff;
  padding: 24px;
  height: 500px;
  min-width: 700px;
}

.genesis-of-rvuniversity {
  padding: 24px;
  padding-right: 20%;
  border: 1px solid #d4a851;
  border-radius: 4px;
  height: initial;
}

.since-incept {
  margin-top: 100px;
}

.since-incept .content_coursedetail_title h2 {
  font-family: Playfair Display;
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.34px;
  text-align: center;
  color: #233039;
}

.since-incept .rvei .content_coursedetail_title h2 {
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  color: #233039;
  margin-bottom: 0px;
}

.since-incept .rvei .content_coursedetail_title p {
  color: #8d8d8d;
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  text-align: center;
  color: #8d8d8d;
}

/*Genesis CSS End*/

/*Vission and Mission CSS Start*/
.section-title {
  margin-bottom: 24px;
}

.section-title h1 {
  color: darkblue;
  width: 100%;
}

.vission-and-mission .card-img-overlay {
  top: 25px;
  left: 16px;
  padding-top: 20px;
}

.vission-and-mission p,
.vission-and-mission li {
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.28px;
  text-align: left;
  color: #ffffff;
}

.vission-and-mission .card:after {
  /*border-left: solid 1.9px #d0a863;
    border-right: solid 1.9px #d0a863;
    transform: scaleY(1);*/
}

.vission-and-mission .card:before {
  /*border-top: solid 1.9px #d0a863;
    border-bottom: solid 1.9px #d0a863;
    transform: scaleX(1);*/
}

.vission-and-mission ul {
  padding-left: 0px;
  width: 80%;
}

.vission-and-mission ul li {
  list-style: none;
}
.row.vission-and-mission h2.card-title {
  font-size: 20px;
}

/*Vission and Mission CSS End*/

/*Dreams CSS Start*/
.section-title h2 {
  width: 100%;
  color: #fff;
}

.tabs {
  width: 100%;
  background-image: url("../images/RVU-1-D-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
}

#tabs-content {
  width: 60%;
  margin: 0 auto;
  min-height: 210px;
  display: none;
}

ul#tabs-nav li {
  text-align: center;
}

#tabs-nav li a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin: 20px;
}

.tab-content {
  padding: 10px;
  text-align: center;
  color: #fff;
}

.tab-content h2 {
  color: #d4a851;
}

.mytabs .content_coursedetail_title h2 {
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #d4a851;
  margin-top: 40px;
}

.tab-contents.content_coursedetail_title h3 {
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #d4a851;
  margin-top: 40px;
  text-align: center;
}

.tab-contents.content_coursedetail_title p {
  font-family: Cantarell;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  min-height: 120px;
}

.mytabs .content_coursedetail_title p {
  font-family: Cantarell;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.asp.content_coursedetail_title h2 {
  color: white;
  margin: 50px 0;
}
.vision-mission-section {
	margin: 50px 0;
}
.vision-mission-section .tab-content{
	color: #212121;
	text-align: left;
	padding: 40px 15px;
}
.vision-mission-section .tab-content h5{
	font-weight: 600;
}
.vision-mission-section .nav-tabs{
	column-gap: 10px;
}
.vision-mission-section .nav-tabs .nav-link{
	    font-size: 20px;
    font-weight: 600;
    background: #d3a751;
    color: #202020;
    padding: 12px 35px;
}
.vision-mission-section .nav-tabs .nav-link.active{
	background-color: #1a1a1a;
	color: #fff;
	border: none;
}
.text-white{
	color: #fff;
}

/* TIFA 2024 */
.tifa-award-cat{
	background: url(/wp-content/uploads/2023/10/awards-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.tifa-award-cat .asp.content_coursedetail_title h2{
	margin: 0 0 10px;
	color: rgba(212,168,81,1);
}
.tifa-award-cat .asp.content_coursedetail_title h3{
	color: #fff;
	font-size: 26px;
	margin: 35px 0 15px;
}
/* TIFA 2024 End */

.vission-and-mission .card-img-overlay {
  background-image: none;
}

.vission-and-mission .card:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  bottom: 10px;
  left: 14px;
}

.vission-and-mission .card:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  left: 13px;
  bottom: 10px;
}

.mob-xs {
  display: none;
}

.vission-and-mission .card-img-overlay ul li {
  margin-left: 20px;
}

.vission-and-mission .card-img-overlay ul li img {
  position: absolute;
  left: 30px;
  margin-top: 8px;
}

/*Dreams CSS End*/

@media (min-width: 768px) {
}

@media only screen and (max-width: 1199px) {
  .university-logo-column {
    position: relative;
    height: initial;
    min-width: initial;
    padding: 20px !important;
    right: 0px;
    min-width: 100% !important;
  }

  .rvu-logo img {
    padding: 10%;
  }

  .since-incept {
    margin-top: 80px;
  }

  .genesis h2 {
    font-size: 22px;
  }

  .genesis p {
    width: 100%;
  }

  .genesis-of-rvuniversity {
    padding: 20px 20px 20px 20px;
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section-rvu h1 {
    color: #233039;
  }
  .banner_caption a{
      width: 53% !important;
  }

  .vission-and-mission .card-img-overlay ul li img {
    position: absolute;
    left: -20px;
    margin-top: 8px;
  }

  .tab-contents.content_coursedetail_title p {
    width: 100%;
  }

  .mob-xs {
    display: block;
  }

  .vission-and-mission ul {
    width: 100%;
  }

  .banner-section-rvu p {
    color: rgba(0, 0, 0, 0.5);
  }

  .university-logo-column {
    position: relative;
    height: initial;
    min-width: initial;
    padding: 20px !important;
    right: 0px;
  }

  .row.genesis {
    position: relative;
    border: 1px solid #d4a851;
    padding: 10px;
    margin: 10px 0;
  }

  .vission-and-mission .card-img-overlay {
    min-height: initial;
  }

  .mob-xs {
    position: absolute;
    top: 40px;
    left: 35px;
  }

  .vission-and-mission b {
    color: black;
  }

  .vission-and-mission .card-img-overlay h2,
  .vission-and-mission .card-img-overlay > img {
    display: none;
  }

  .vission-and-mission .card-img-overlay {
    background: white;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .mob-xs h2 {
    margin: 0 0 9px 1px;
    font-family: Cantarell;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #d4a851;
    margin-bottom: -6px;
  }

  .vis-mis {
    margin: 0px !important;
  }

  .since-incept {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #tabs-nav li a {
    margin: 0px;
  }

  .since-incept .content_coursedetail_title h2 {
    font-size: 22px;
  }

  .since-incept .rvei .content_coursedetail_title p {
    margin-bottom: 50px;
  }

  .vission-and-mission .card-img-overlay {
    top: 0px;
    left: 0px;
    position: relative;
    padding-left: 20px;
  }

  .vission-and-mission .card-img {
    padding: 20px;
  }

  #tabs-content {
    width: 100%;
  }

  .vission-and-mission p,
  .vission-and-mission li {
    color: black;
    position: relative;
  }

  .vission-and-mission .card {
    color: #fff;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #d4a851;
  }

  .vission-and-mission .card:before,
  .vission-and-mission .card:after {
    border: none;
  }

  .row.rvei {
    margin-top: 0px;
  }

  .genesis h2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .genesis p {
    width: 100%;
  }

  .genesis-of-rvuniversity {
    padding: 20px 20px 20px 20px;
    padding: 0;
    border: none;
  }

  .card-img-overlay h2 {
    font-size: 19px;
  }

  .card-img-overlay .link p {
    font-size: 25px;
  }

  .asp.content_coursedetail_title h2 {
    margin: 10px 0;
  }

  ul#tabs-nav img {
    width: 50px;
    height: 50px;
  }

  .university-logo-column {
    top: 0px;
  }

  .vission-and-mission .card-img-overlay {
    background: white;
    padding-bottom: 0px;
  }

  .vission-and-mission .card-img-overlay img {
    /*position: absolute;*/
  }

  ul.social_icons {
    list-style: none;
    padding: 0;
    margin: 25px 0px 25px;
  }

  .dean-vinay h2 {
    text-align: center;
    font-size: 28px !important;
    line-height: 30px;
    margin-bottom: 10px;
  }

  button.npfWidgetButton {
    z-index: 999999;
  }
}

@media only screen and (max-width: 479px) {
	.vision-mission-section .nav-tabs .nav-link{
	    font-size: 18px;
    padding: 10px 15px;
}
  ul#tabs-nav img {
    width: 40px;
    height: 40px;
  }

  ul .dropdown-header {
    padding-left: 3px !important;
  }
}

@media only screen and (min-width: 380px) and (max-width: 479px) {
  ul#tabs-nav img {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  header .navbar-expand-md .navbar-nav .dropdown-menu.show {
    position: absolute;
    border-radius: 0px;
    border: none;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  header .navbar-nav .dropdown-menu.show {
    position: static;
    float: none;
    border-radius: 0px;
    border: none;
    font-size: 16px;
  }

  header .navbar-nav .dropdown-menu.show a.dropdown-item {
    padding-left: 0px;
  }
}

/* SOLS PG NEW STYLES */
.inner_banner > p {
  display: none;
}
.content-container-below-blocks {
  padding-top: 25px;
  padding-bottom: 15px;
}
.content-container-below-blocks p {
  color: rgba(33, 33, 33, 0.8);
  font-size: 16px;
  line-height: 1.93;
}
.blocks-grid-container {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
}
.yourlearningjourney {
  background-color: #f6f7f7;
  padding-top: 75px;
  padding-bottom: 25px;
}
.yourlearningjourney h1 {
  font-family: Playfair Display;
  color: #233039;
}
.yourlearningjourney .yourlearning-subheading {
  color: rgba(35, 48, 57, 0.8);
  font-size: 16px;
}
.yourlearningjourney .timeline-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.unique360foundation {
  display: flex;
  flex: 1;
}
.unique360foundation h1, .unique360foundation h2,
.icon-header-container h3 {
  font-family: playfair display;
  font-size: 40px;
}
.icon-header-container {
  text-align: center;
  color: #fff;
}
.unique360foundation .pr-0 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/Unique-360.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.unique360foundation .pl-0 {
  padding-top: 50px;
  padding-bottom: 22px;
  background-color: #233039;
  color: #fff;
}
.unique360foundation .pl-0 li {
  padding-bottom: 15px;
  list-style: none;
  font-family: Playfair Display;
  font-size: 20px;
}
.unique360-rightside-list li::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bullet.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}
.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 416px;
}
.blocks_hover_action .blocks-grid-container .grid-item .content-container p {
  font-size: 16px;
}
.blocks-grid-container .content-container {
  display: none;
  transition: all 0.4s;
  padding-right: 20px;
}
.blocks-grid-container .grid-item:hover .content-container {
  display: block;
}
.blocks-grid-container .grid-item:hover .icon-header-container {
  display: none;
}
.blocks-grid-container .content-container li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.content-container .icon-header-container-light h3 {
  color: #233039;
  font-family: Playfair Display;
}
.content-container .icon-header-container-light {
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1rem;
  padding-bottom: 25px;
}
.content-container .icon-header-container-light img {
  padding-right: 18px;
}
.content-container ul li {
  list-style: none;
  font-size: 16px;
}
.content-container ul li::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bullet-blu.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0rem;
  position: absolute;
  margin-top: 7px;
  margin-left: -1rem;
}
.grid-item {
  border: 1px solid #d4a851;
  width: 100%;
}
.grid-item-1 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-2 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-3 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-4 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-5 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-6 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-item-1:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1-active.png);
}
.grid-item-2:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2-active.png);
}
.grid-item-3:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3-active.png);
}
.grid-item-4:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4-active.png);
}
.grid-item-5:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5-active.png);
}
.grid-item-6:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
}
.majorsminorsoffered {
  background-color: #233039;
}
.tifa-btn-gaps{
	margin: 15px 0;
	
}
.tifa-btn-gaps a{
	white-space: normal;
}
@media screen and (max-width: 768px) {
  body section.blocks_hover_action .carousel-controls {
    margin-top: 1rem;
  }
	.about-tifa-img{
		position: inherit;
    right: inherit;
    top: inherit;
    min-width: inherit;
		margin: 0 auto;
		text-align: center;
	}
}
section.majorsminorsoffered h2 {
  color: #fff;
  font-family: Playfair Display;
  margin-bottom: 15px;
}
section.majorsminorsoffered p {
  color: #fff;
  font-size: 16px;
}
.majorsminorsoffered p .pipe-char {
  color: #d4a851;
}
.unique360foundation .pr-0 h1, .unique360foundation .pr-0 h2 {
  color: #233039;
}
.unique360foundation .pr-0 p {
  color: rgba(35, 48, 57, 0.8);
  font-size: 16px;
  line-height: 1.93;
}
.overview p,
.programmes p {
  font-size: 16px;
}
.innerbanner_content p {
  font-size: 16px;
}
.footer_applynow_btn {
  font-size: 16px;
}
.dean-msg-content p {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .unique360foundation .pr-0 h1, .unique360foundation .pr-0 h2,
  .unique360foundation .pr-0 p {
    font-size: 40px;
    margin-left: 10%;
    margin-right: 90px;
  }
  section.majorsminorsoffered {
    padding: 0 12%;
  }
}
@media screen and (max-width: 768px) {
  .unique360foundation .pr-0 h1, .unique360foundation .pr-0 h2,
  .unique360foundation .pr-0 p {
    font-size: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blocks-grid-container {
    display: none;
  }
  .icon-header-container {
    display: none;
  }
  .blocks-grid-container .content-container {
    display: block;
  }
  .content-container li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .grid-item-1 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1-active.png);
  }
  .grid-item-2 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2-active.png);
  }
  .grid-item-3 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3-active.png);
  }
  .grid-item-4 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4-active.png);
  }
  .grid-item-5 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5-active.png);
  }
  .grid-item-6 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
  }
  /* .grid-item {border: 2px solid #233039;} */
  .yourlearningjourney {
    padding-top: 45px;
  }
  .grid-item {
    min-height: 390px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: relative;
    background: #233039;
    opacity: 1;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .carousel-controls {
    display: flex;
    justify-content: center;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    vertical-align: middle;
    height: 50px;
  }
  div#carouselExampleControls {
    padding-top: 30px;
  }
}

/* Leadership Pages CSS Starts here */

.container-fluid.cover-photo {
  display: block;
  min-height: 550px;
  background-image: url("../images/cover-img.png");
  background-size: cover;
  position: absolute;
  z-index: 0;
}
.profile-content-container {
  background: #fff;
  box-shadow: 7.1px 7.1px 16px 0 rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
}
.profile-section {
  padding-bottom: 3rem;
  position: relative;
}
.profile-container {
  position: relative;
  z-index: 1;
  padding-top: 15rem;
}
.prof-details {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-details {
  padding-top: 5px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prof-details h2, .prof-details h1 {
  font-family: "Playfair Display";
  font-size: 40px;
  color: #233039;
  margin-top: 1.5rem;
}
.email-address img,
.telephone img {
  padding-right: 10px;
}
.prof-details p,
.prof-details a {
  color: #233039;
  text-decoration: none;
}
.prof-details .telephone {
  margin-left: 25px;
}
.display-picture-container img {
  margin-top: -5rem;
  max-width: 180px;
}
.profile-text p:last-child {
  margin-bottom: 0;
}
.profile-text p {
  color: rgba(35, 48, 57, 0.8);
}
.prof-details p {
  margin-bottom: 0;
  font-size: 20px;
}
.about-prof-heading-container {
  padding-bottom: 2rem;
}
.profile-text h4 span {
  font-size: 34px;
  font-family: "Playfair Display";
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.profile-text h4 {
  position: relative;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  background: #fff;
  z-index: 3;
  display: block;
  width: max-content;
  margin: 0 auto;
}
img.professor-linkedin-profile {
  margin-top: 45px;
  margin-left: -45px;
}
.design-element-line {
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.design-element-line img {
  max-width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .prof-details h2, .prof-details h1 {
    font-size: 34px;
    margin-top: 20px;
  }
  .prof-details .telephone {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .contact-details {
    flex-direction: column;
  }
  .container.text-center.profile-text {
    padding-top: 15px;
  }
  .profile-text {
    padding: 0 20px;
  }
  .design-element-line img,
  .design-element-line {
    width: 100%;
    height: 2px;
  }
  .design-element-line {
    max-width: 100%;
    top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .profile-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.inner_banner > p {
  display: none;
}
section.leadership_team h1,
section.leadership_team h2,
section.leadership_team h3 {
  font-family: "Playfair Display";
  color: #d4a851;
  font-weight: bold;
}
.gold-border {
  z-index: 1;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #d4a851;
  margin-left: 10px;
  margin-top: 10px;
  display: none;
  transition: all 0.4s;
}
.leadership_profile_card:hover .gold-border,
.deanscard:hover .gold-border {
  display: block;
}
.leadership_profile_card h3 {
  font-size: 18px;
}
section.leadership_team .container .row .col-lg-3:first-child p {
  color: rgba(255, 255, 255, 0.8);
}
.leader-designation {
  color: #fff;
}
.read-more-btn-container a.read-more-btn {
  z-index: 2;
  color: #d4a851;
}
.deanscard h3 {
  color: #d4a851;
  font-family: "Playfair Display";
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
}
section.deansatrvu {
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  width: 100%;
}
.deansatrvu .container .text-center h2 {
  color: #233039;
  font-family: "Playfair Display";
  font-size: 34px;
  position: absolute;
  font-weight: bold;
  top: 0;
  margin-top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}
section.faculty {
  float: left;
  width: 100%;
  padding: 0 0 80px 0;
}
.facultysectionbg {
  background-image: url("../images/facultybg_rvu_leadership.png");
  padding-bottom: 3.5rem;
  padding: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.faculty .facultysectionbg h3 {
  color: #d4a851;
  font-family: "Playfair Display";
  font-weight: bold;
}
.faculty .facultysectionbg p {
  color: rgba(255, 255, 255, 0.8);
}
.faculty .facultysectionbg a {
  background-color: #d4a851;
  width: fit-content;
  font-weight: 700;
}
.deanscard .school-title {
  color: #fff;
  margin-bottom: 0.4rem;
}
img.leader-img {
  width: 100%;
}
.card-content-container {
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 100%),
    rgba(0, 0, 0, 90%),
    rgba(0, 0, 0, 80%),
    rgba(0, 0, 0, 55%),
    rgba(0, 0, 0, 20%),
    rgba(0, 0, 0, 0%)
  );
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.deanscard-content-container {
  height: 55%;
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 100%),
    rgba(0, 0, 0, 90%),
    rgba(0, 0, 0, 80%),
    rgba(0, 0, 0, 55%),
    rgba(0, 0, 0, 20%),
    rgba(0, 0, 0, 0%)
  );
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
section.deansatrvu .container {
  border: 2px solid #d4a851;
  padding-left: 4rem;
  padding-right: 4rem;
}
.school-title {
  color: #fff;
}
.leadership_profile_card {
  position: relative;
  margin-bottom: 30px;
  margin-top: 0rem;
  min-height: 18rem;
}
.card-content-container h3 {
  margin-bottom: 0;
}
p.leader-designation {
  margin-bottom: 0.5rem;
}
.leadership_team {
  padding-top: 50px;
  background: url("https://rvu.edu.in/wp-content/uploads/2024/04/leadershipsecbg.jpg") no-repeat #20303a;
  float: left;
  width: 100%;
  background-position: left center;
}
.left-des-el-line:before {
  height: 100%;
  width: 2px;
  background: #d4a841;
  content: " ";
  position: absolute;
  margin-left: -12px;
  top: 7px;
}
.read-more-btn-container img {
  padding-left: 6px;
}
.read-more-btn-container {
  z-index: 2;
  padding: 0 0 15px 0;
}
.visibility-hidden {
  visibility: hidden;
}
.coursedetail_sectiontop .apply_sharebtns.mt-3 {
  display: flex;
  justify-content: flex-end;
}
.apply_sharebtns a.footer_applynow_btn.mr-2 {
  padding: 11px 25px 11px 25px;
}
.apply_sharebtns .sharecourse_btn {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .leadership_team {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .leadership_team .left-des-el-line {
    margin-bottom: 4rem;
  }
  .leadership_team {
    background-image: none;
    background-color: #233039;
  }
  section.deansatrvu .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section.deansatrvu {
    padding-left: 5px;
    padding-right: 5px;
  }
  .facultysectionbg {
    padding: 50px 20px 50px 20px;
    background-image: none;
    background-color: #233039;
  }
  .desktop-bnr {
    display: none;
  }
  .mob-bnr {
    display: block;
  }
  .school-banner {
    padding-bottom: 10px;
  }
  .card-content-container {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .leadership_team .col-lg-3.position-relative:first-child {
    margin-top: 30px;
  }
  .desktop-bnr {
    display: block;
  }
  .mob-bnr {
    display: none;
  }
  .left-des-el-line.position-relative {
    padding-left: 0.8rem;
    padding-right: 2.5rem;
  }
}

/* Leadership Pages ends here */

/* faculty page starts here */

.faculty-profile-section {
  background-color: #F7F7F7;
}

.faculty-profile-section .profile-content-container {
  padding-bottom: 24px;
}

.faculty-profile-section .social-links {
  margin-top: 16px;
}

.faculty-profile-section .social-links a:nth-child(2) {
  margin-left: 20px;
}

.faculty-profile-section .contact-details {
  margin-top: 8px;
}

.faculty-profile-section .divider {
  margin: 20px 0;
}

.faculty-profile-section .quote p {
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #233039;
}

.faculty-profile-section .quote-mobile {
  display: none
}

.faculty-profile-section .read-more-mobile {
  display: none
}

.faculty-profile-section .tabs-container {
  margin-top: 82px;
  overflow-x: hidden;
}

.faculty-profile-section .tabs-container .row {
  max-height: 541px;
}

.faculty-profile-section .tabs-container .tabs-col {
  padding: 0;
  background: url('../images/faculty-single/faculty-tabs-bg.jpg') no-repeat;
  background-size: cover;
  position: relative;
}

.faculty-profile-section .tabs-container .tabs-col .navbar {
  padding: 0;
}

.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs {
  border-bottom: none;
}

.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li .nav-link {
  padding: 34px 36px;
  border: none;
  border-radius: 0;
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.48px;
  color: white;
  border-bottom: 1px solid #d0a963;
}

.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li .nav-link.active {
  background-color: #d0a963;
  border: none;
  border-bottom: 1px solid #d0a963;
  position: relative;
}

.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li #nav-link-one.active::before {
  content: url(../images/faculty-single/tab-icon-3-white.png);
  position: absolute;
  height: 36px;
  width: 36px;
}
.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li #nav-link-two.active::before {
  content: url(../images/faculty-single/tab-icon-2-white.png);
  position: absolute;
  height: 36px;
  width: 36px;
}
.faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li #nav-link-three.active::before {
  content: url(../images/faculty-single/tab-icon-1-white.png);
  position: absolute;
  height: 36px;
  width: 36px;
}


.faculty-profile-section .tabs-container .tabs-col .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: #233039ce; */
}

.faculty-profile-section .content-col {
  background-color: #FFFFFF;
}

.faculty-profile-section .tab-content {
  color: #233039;
  height: 541px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.faculty-profile-section .tab-content::-webkit-scrollbar {
  width: 4px;
}

.faculty-profile-section .tab-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.faculty-profile-section .tab-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #d0a863; 
}

.faculty-profile-section .tab-content ul {
  padding: 0;
  text-align: left;
  margin-right: 60px;
}

.faculty-profile-section .tab-content .publication-list li {
  padding: 29px 15px 29px 0;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}
.faculty-profile-section .tab-content li p {
  color: rgba(35, 48, 57, 0.8);
}

.faculty-profile-section .tab-content .publication-list li .img-div {
  margin-right: 25px;
  margin-top: 10px;
}

.faculty-profile-section .tab-content .publication-list li .img-div h3 {
  display: none;
}

.faculty-profile-section .tab-content .publication-list li .text-div h3 {
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.48px;
}
.faculty-profile-section .tab-content .publication-list li .text-div h3 span {
  font-family: PlayfairDisplay;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.32px;
  text-align: left;
  color: #233039;
}

.faculty-profile-section .tab-content .publication-list li .text-div a {
  color: #233039;
  font-weight: bold;
  cursor: pointer;
}

.faculty-profile-section .tab-content .research-list,
.faculty-profile-section .tab-content .awards-list {
  padding: 24px;
  list-style: none;
  list-style-image: url('../images/list-style-icon.png');
}

.faculty-profile-section .tab-content .research-list li,
.faculty-profile-section .tab-content .awards-list li {
  margin-bottom: 28px;
  padding-left: 10px;
  position: relative;
}

.faculty-profile-section .tab-content .awards-list li h4 {
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.48px;
}

.faculty-profile-section .tab-content .research-list li::before,
.faculty-profile-section .tab-content .awards-list li::before {
  position: absolute;
  content: '';
  height: calc(100% + 16px);
  width: 1px;
  background-color: #233039;
  opacity: 0.24;
  top: 18px;
  left: -14px;
}

.faculty-profile-section .tab-content .awards-list li::before {
  top: 23px;
}

.faculty-profile-section .tab-content .research-list li:nth-last-child(1)::before,
.faculty-profile-section .tab-content .awards-list li:nth-last-child(1)::before {
  content: none;
}



/* faculty modal */

.publicationModal .modal-lg {
  max-width: 972px;
}

.publicationModal .modal-content {
  border-radius: 0px;
}

.publicationModal .modal-content .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.publicationModal .modal-content .modal-body {
  padding: 16px 72px 32px 72px;
}

.publicationModal .modal-content .modal-body .modal-title {
  margin-bottom: 29px;
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #233039;
}

.publicationModal .modal-content .modal-body p {
  font-family: Cantarell;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: rgba(35, 48, 57, 0.8);
}

.publicationModal .modal-content .modal-body a {
  margin-top: 20px;
  font-family: Cantarell;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: 0.32px;
  text-align: left;
  color: #233039;
}


/* faculty page ends here */

/* SOLS PG NEW SECTIONS - 24-06-21 */
.majors-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-top: 15px;
}

.majors-grid-item {
  position: relative;
/*   max-height: 250px; */
}

.majors-card-container {
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 100%)),
    color-stop(rgba(0, 0, 0, 90%)),
    color-stop(rgba(0, 0, 0, 80%)),
    color-stop(rgba(0, 0, 0, 55%)),
    color-stop(rgba(0, 0, 0, 20%)),
    to(rgba(0, 0, 0, 0%))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 100%),
    rgba(0, 0, 0, 90%),
    rgba(0, 0, 0, 80%),
    rgba(0, 0, 0, 55%),
    rgba(0, 0, 0, 20%),
    rgba(0, 0, 0, 0%)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 100%),
    rgba(0, 0, 0, 90%),
    rgba(0, 0, 0, 80%),
    rgba(0, 0, 0, 55%),
    rgba(0, 0, 0, 20%),
    rgba(0, 0, 0, 0%)
  );
  width: 100%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.majors-card-container {
  font-family: "Playfair Display";
  color: #fff;
  padding: 0 25px 25px 25px;
}

.image-bg-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
 /*  height: 100%;
  min-width:150px; */
}

.image-bg-container {
  display: -ms-grid;
  display: grid;
}

.view-details-link-container a {
  color: #d4a851;
}

.minors-container {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.minors-item {
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.minors-item p {
  color: rgba(35, 48, 57, 0.8);
  margin-bottom: 0;
}

.minors-item img {
  margin-right: 12px;
}

.majors-card-container h3 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .majors-card-container h3 {
    white-space: pre-wrap;
    text-align: left;
  }
}
a.btn.btn-course-det-pop {
  width: 100%;
}

.credits-table-container table {
  width: 100%;
  margin: 15px 0;
}

.credits-table-container table th {
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: bold;
  color: #233039;
}
tr.row-lgrey-bg, .sem-tbl tr {
  background-color: rgba(35, 48, 57, 0.04);
}
.row-dark-bg, .sem-tbl tr:nth-child(odd) {
  background-color: rgba(35, 48, 57, 0.1);
}

tr.row-dark-bg td,
tr.row-dark-bg th, .sem-tbl th, .sem-tbl td {
  padding: 10px 0 10px 35px;
}



tr.row-lgrey-bg td {
  padding: 10px 0 10px 35px;
}
table.agenda-table tr.row-lgrey-bg td {
    padding: 10px;
}
.credits-table-btech tr.row-dark-bg td, .credits-table-btech tr.row-dark-bg th, .credits-table-btech tr.row-lgrey-bg td { 
	padding: 10px;
	text-align: center;
}
td span.list-item-text {
  font-size: 16px;
  color: rgba(35, 48, 57, 0.8);
}
.credits-table-container table td,
.credits-table-container table th {
  border: 2px solid #fff;
}
.ltm-readmore-container button.morebtn span.more-btn-content {
  font-weight: bold;
}
.liberal-teaching-model-list,
.course-det-list-style {
  padding-left: 1rem;
  list-style-image: url("/wp-content/themes/rvu/images/course_detail_listmarker.png");
}
.coursedetail-section ul.liberal-teaching-model-list{
	display: block;
	margin-bottom: 20px;
}
.coursedetail-section ul.liberal-teaching-model-list li{
	margin-bottom: 10px;
}
.course-det-subheading {
  padding-top: 1rem;
  font-family: "Playfair Display";
  font-size: 16px;
  color: #233039;
  font-weight: bold;
}
.row-lgrey-bg h5, .row-lgrey-bg h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.liberal-teaching-model-list li p {
  color: rgba(33, 33, 33, 0.8);
	margin-bottom: 0;
}
.morebtn {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 0.6rem;
  cursor: pointer;
}
button.morebtn:focus {
  outline: none;
}
.course-details-content {
  padding-right: 50px;
  padding-left: 35px;
  padding-top: 30px;
}
.row-lgrey-bg h5 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .MajorDetailsPop.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}
.modal-layout-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  max-width: 100%;
}
.modal-heading h4 {
  font-family: "Playfair Display";
  font-size: 28px;
  color: #233039;
  font-weight: bold;
}

.course-details-content hr {
  /* border: 1px solid #d4a851; */
  background-color: #d4a851;
}
.course-det-pop-img {
  display: -ms-grid;
  display: inline-table;
  max-width: 100%;
}
.course-det-pop-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.MajorDetailsPop .course-det-list-style li p {
  font-size: 16px;
  color: rgba(35, 48, 57, 0.8);
}
.col-item-custom:first-child {
  padding-right: 36px;
}
.row-custom {
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#UGCDownload .close-btn-container,
.MajorDetailsPop .close-btn-container {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}
.course-details-content .row-custom .col-item-custom h5 {
  font-size: 16px;
  color: #233039;
  font-weight: bold;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.btn-course-det-pop {
  background: transparent;
  border: none;
  outline: none;
  color: #d4a851;
  padding: 0;
}
.course-details-content {
  min-height: 70vh;
}
.MajorDetailsPop .modal .course-det-list-style p {
  margin-bottom: 0.7rem;
}

.majors-grid-item:hover .gold-border {
  display: block;
}
.MajorDetailsPop .modal.fade.show {
  padding-right: 0;
}
.course-det-pop-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 500px) {
  .modal-layout-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .row-custom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .course-det-pop-img {
    display: none;
  }
  .majors-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .minors-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .majors-grid {
    margin-bottom: 25px;
  }
  .minors-col:last-child .minors-item:last-child {
    padding-bottom: 1rem;
  }
}
.view-details-link-container {
  color: #d4a851;
}
.view-details-link-container:hover {
  text-decoration: underline;
  text-decoration-color: #d4a851;
}
.view-details-link-container button:hover {
  text-decoration: underline;
}
.cant-title-container h2, .cant-title-container h3 {
  font-size: 20px;
  font-family: "Cantarell";
  font-weight: bold;
}
.minors-col {
  padding-bottom: 5px;
}

@media screen and (max-width: 390px) {
  .majors-grid-item .majors-card-container h3.mb-0 {
    white-space: pre-wrap;
    text-align: left;
  }
  .majors-card-container {
    padding: 0 15px 15px 15px;
  }
}
@media screen and (max-width: 500px) {
  .modal-content-container.container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-height: 35rem;
    overflow: auto;
    margin: 0;
  }
  .image-bg-container {
    width: 100%;
  }

  /* width */
  div.modal-content-container.container-fluid::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  div.modal-content-container.container-fluid::-webkit-scrollbar-track {
    background: rgba(35, 48, 57, 0.2);
  }

  /* Handle */
  div.modal-content-container.container-fluid::-webkit-scrollbar-thumb {
    background: #d4a851;
  }

  /* Handle on hover */
  div.modal-content-container.container-fluid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media screen and (max-width: 500px) {
  .coursedetail_sectiontop .apply_sharebtns.mt-3 {
    display: flex;
    justify-content: space-evenly;
  }

  .apply_sharebtns a:first-of-type {
    margin-bottom: 10px;
  }

  .apply_sharebtns .mr-2 {
    margin-right: 0 !important;
  }

  .apply_sharebtns .ml-2 {
    margin-left: 0 !important;
  }

  .coursedetail_sectiontop {
    padding: 20px 1rem;
  }
  tr.row-dark-bg td,
  tr.row-dark-bg th {
    padding: 10px;
  }
  tr.row-lgrey-bg td {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .coursedetail_sectiontop .apply_sharebtns.mt-3 {
    flex-direction: column;
  }
  .apply_sharebtns a.footer_applynow_btn.mr-md-2,
  .apply_sharebtns a.sharecourse_btn {
    width: max-content;
    padding: 10px 20px;
  }
  .apply_sharebtns a.footer_applynow_btn.mr-md-2 {
    margin-bottom: 0.5rem;
  }
}
.MajorDetailsPop .modal-content-custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: content-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media screen and (min-width: 769px) {
  .programmedetails_block .modal.fade,
  .programmedetails_block .modal.fade .modal-content {
    border: 0px !important;
    background-clip: content-box;
  }
}

@media screen and (max-width: 768px) {

  /* Faculty Inner Page starts here */

  .faculty-profile-section {
    background-color: white;
  }

  .faculty-profile-section .profile-content-container {
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 60px;
    box-shadow: none;
    position: relative;
    background-color: white;
  }

  .faculty-profile-section .mobile-close {
    height: 250px;
    overflow: hidden;
  }

  .faculty-profile-section .profile-content-container .divider {
    display: none;
  }

  .faculty-profile-section .quote {
    display: none;
  }

  .faculty-profile-section .quote-mobile {
    display: block;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 40px 20px 40px;
    background-color: #f7f7f7;
  }

  .faculty-profile-section .quote-mobile p {
    margin-bottom: 0;
    font-family: PlayfairDisplay;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.4px;
    color: #233039;
  }

  .faculty-profile-section .read-more-mobile {
    display: block;
    position: absolute;
    padding: 16px;
    bottom: 0;
    width: 100%;
    background-color: white;
    cursor: pointer;
    font-weight: bold;
    border: none;
    outline: none;
    color: #233039;
  }

  .faculty-profile-section .read-more-mobile img {
    margin-left: 5px;
  }

  .faculty-profile-section .read-more-mobile img.mobile-open {
    transform: rotate(180deg);
  }

  .faculty-profile-section .tabs-col {
    margin-bottom: 20px;
  }

  .faculty-profile-section .tabs-col .navbar {
    padding: 15px 20px !important;
    background-color: #233039;
  }

  .faculty-profile-section .tabs-col .navbar .tab-col-toggler {
    border: none;
    outline: none;
    position: relative;
  }

  button.navbar-toggler.tab-col-toggler::before {
    content: '';
    position: absolute;
    width: calc(100vw - 40px);
    height: 220%;
    right: 0;
    top: -16px;
}

  .faculty-profile-section .tabs-col .navbar-collapse {
    margin-bottom: -16px;
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: 5.7px 5.7px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .faculty-profile-section .tabs-col .navbar .nav-tabs {
    margin-top: 20px;
    background-color: white;
  }

  .faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs {

  }

  .faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li .nav-link {
    color: #233039;
    padding: 16px 15px !important;
    font-family: Cantarell;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #233039;
    border-bottom: 1px solid #f7f7f7;
  }

  .faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li .nav-link.active {
    display: none;
  }

  .faculty-profile-section .tabs-container {
    margin-top: 42px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .faculty-profile-section .tabs-container .tabs-col .navbar {
    padding: 0 15px;
  }

  .faculty-profile-section .tabs-container .tabs-col .navbar p {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: white;
    font-weight: bold;
  }
  .faculty-profile-section .tabs-container .tabs-col .navbar .tab-name img {
    width: 30px;
    margin-right: 5px;
  }

  .faculty-profile-section .tabs-container .row {
    max-height: initial;
  }

  .faculty-profile-section .tabs-container .tabs-col .navbar .nav-tabs li .nav-link {
    padding: 16px 5px;
  }

  .faculty-profile-section .tab-content {
    height: auto;
    background-color: #f7f7f7;
  }

  .faculty-profile-section .tab-content ul {
    margin-right: 0;
  }

  .faculty-profile-section .tab-content .publication-list li {
    flex-direction: column;
  }

  .faculty-profile-section .tab-content .publication-list li .img-div {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }

  .faculty-profile-section .tab-content .publication-list li .img-div img {
    width: 100px;
    margin-right: 15px;
  }

  .faculty-profile-section .tab-content .publication-list li .img-div h3 {
    margin-top: -10px;
    display: block;
    font-family: PlayfairDisplay;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.48px;
  }

  .faculty-profile-section .tab-content .publication-list li .img-div h3 span {
    font-family: PlayfairDisplay;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 0.32px;
    text-align: left;
    color: #233039;
  }

  .faculty-profile-section .tab-content .publication-list li .text-div h3 {
    display: none
  }

  .publicationModal .modal-content .modal-body {
    padding: 0px 15px 30px 15px;
  }

  /* Faculty Inner Page ends here */
}

/* UGC download popup on homepage */
.ugc-download-content a {
  color: #fff;
  background: #233039;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
.ugc-download-content a:hover {
  text-decoration: underline;
}
.ugc-download-content strong {
  color: #233039;
}
.ugc-download-content {
  padding: 2rem;
}

/* faculty page css */

.faculty-image-container {
  padding: 16px;
}

.title-filter-container {
  padding: 75px 0 52px 0;
  flex-direction: row;
  justify-content: space-between;
}

.faculty-content-container {
  display: flex;
  flex-direction: column;
}

.name-and-sm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-filter-container h2 {
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: bold;
}

.title-filter-container
  button.btn.btn-primary.dropdown-toggle.custom-button-dropdown {
  background: #233039;
}

.title-filter-container ul.dropdown-menu.custom-dropdown-width.show {
  background: #fff;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.title-filter-container ul.dropdown-menu.custom-dropdown-width.show a {
  color: #233039;
}
.faculty-card {
  position: relative;
  margin: 0 0.5rem;
  box-shadow: 0px 4px 11.5px 0.5px rgba(0, 0, 0, 0.08);
  transition: opacity 0.8s;
  height: 100%;
}
.faculty-content-container {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.faculty-card a:hover{
	text-decoration: none;
}
.name-and-sm h5 {
  font-family: "Playfair Display";
  color: #d4a851;
  font-size: 20px;
  margin-bottom: 0;
}
.faculty-details {
  display: flex;
  flex-direction: column;
}
.faculty-details span {
  font-size: 16px;
  color: #233039;
}
.faculty-details span.education {
  font-size: 14px;
  color: rgba(35, 48, 57, 0.8);
}
.faculties-container .row {
  padding-bottom: 1.25rem;
}
.faculty-content-card-back {
  opacity: 0;
  padding: 24px;
  background: #233039;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s;
  height: 100%;
}
.facul-profiles {
  display: flex;
  justify-content: space-between;
}
.faculty-content-card-back-container {
  padding: 24px;
  border: 1px solid #d4a851;
  height: 100%;
}
.faculty-content-card-back-container hr {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  background-color: #fff;
  border: 0;
  height: 1px;
}
.research-interests {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faculty-card:hover .faculty-content-card-back {
  opacity: 1;
}
.faculty-content-card-back-container h5 {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: bold;
  color: #d4ad51;
}
.faculty-cards-container label.btn-label {
  padding-right: 0.8rem;
  font-size: 18px;
  margin-bttom: 0;
}
section.faculty-cards-container.float-left.w-100 {
  padding-bottom: 3rem;
}
.research-interests span strong {
  color: #d4a851;
}
.faculty-name-smicons {
  display: flex;
  flex-direction: row;
}
.title-filter-container ul.dropdown-menu li.custom-padding-filter {
  padding: 0px 0 0.6rem 0;
}
.faculty-bio-container {
  height: calc(100% - 3.3em);
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* width */
.faculty-bio-container::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.faculty-bio-container::-webkit-scrollbar-track {
  background: rgba(35, 48, 57, 0.2);
}
/* Handle */
.faculty-bio-container::-webkit-scrollbar-thumb {
  background: #d4a851;
}
/* Handle on hover */
.faculty-bio-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 550px) {
  /* .faculties-container .row .col-12 {height: 100%;} */
  .title-filter-container {
    flex-direction: column;
  }
  .container.faculty-bnr {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .title-filter-container {
    padding: 50px 0 50px 0;
    align-items: center;
  }
  .banner-section-faculty-pg.banner-section-school {
    min-height: 200px;
  }
  .inner_bnr_faculy.inner_banner img.img-fluid.w-100 {
    min-height: 200px;
    display: flex;
    object-fit: cover;
    margin-top: 0px;
    /* margin-top:6.6%; */
  }
  .faculty-cards-container .title-filter-container .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .d-flex.title-filter-container h2 {
    padding-bottom: 1.2rem;
  }
}
.d-flex.title-filter-container .custom-padding-filter a.filter_careers:hover {
  text-decoration: none;
}
.facul-profiles img {
  width: 35px;
}
.container.faculty-bnr
  .innerbanner_content.coursedetailpage_content.school-banner {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .container.faculty-bnr
    .innerbanner_content.coursedetailpage_content.school-banner {
    top: 0;
    transform: none;
  }
  section.faculty-cards-container.float-left.w-100 {
    padding-bottom: 0rem;
  }
}
.disabled-gs {
  display: none;
}

.resources_pagination > .disabled > a,
.resources_pagination > .disabled > a:focus,
.resources_pagination > .disabled > a:hover,
.resources_pagination > .disabled > span,
.resources_pagination > .disabled > span:focus,
.resources_pagination > .disabled > span:hover {
  color: #808080;
  cursor: not-allowed;
  background-color: #fff;
  border-color: transparent;
}

/* Decision Sciences Modal Style */

#dec-sc-popup .decision-sc-modal-header img {
  max-height: 80px;
  width: auto;
}
#dec-sc-popup .decision-sc-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.5rem 0rem 1.5rem;
}
#dec-sc-popup .close-btn-container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}
.text-center.dec-sc-main-content {
  padding: 0 1rem;
}
#dec-sc-popup h3,
#dec-sc-popup h4 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #233039;
}
.dec-sc-pageurl {
  color: #233039;
}
#dec-sc-popup h3 {
  font-size: 34px;
}
#dec-sc-popup h4 {
  font-size: 20px;
}
.dec-sc-pop-cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}
@media (min-width: 576px) {
  body #dec-sc-popup .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
  .text-center.dec-sc-main-content {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 500px) {
  #dec-sc-popup .decision-sc-modal-header {
    padding: 1rem 1.5rem;
  }
  #dec-sc-popup h3 {
    font-size: 24px;
  }
  #dec-sc-popup h4 {
    font-size: 18px;
  }
}
/* Scholarship popup */
/* #popup1 .modal-content{} */
@media (min-width: 576px) {
  .content-custom-padding-popup1 {
    padding: 2rem 2rem 2rem 2.5rem;
  }
  body #popup1 .modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
  }
}
ul.popup-content1-list li img {
  margin-right: 0.8rem;
}
.popup-content1 .applynow_btn {
  width: max-content;
}
.popup-content1 {
  z-index: 1;
  background-image: url(/wp-content/themes/rvu/images/girl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 60%;
}
#popup1 .close-btn-container {
  z-index: 99;
}
.popup-content1 h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Playfair Display";
  color: #233039;
  line-height: 1;
}
.popup-content1 h2 span {
  font-family: "Times New Roman";
}
.popup-content1-list li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
ul.popup-content1-list li p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ul.popup-content1-list {
  padding-inline-start: 0;
}
#popup1 .close-btn-container {
  position: absolute;
  right: 15px;
  top: 15px;
}
.content-custom-padding-popup1 h3 {
  font-family: "Playfair Display";
  font-weight: bold;
  color: #233039;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .popup-content1 h2 {
    font-size: 28px;
  }
  .popup-content1 h3 {
    font-size: 22px;
  }
  .popup-content1 {
    background-size: 250% 150%;
    background-position-x: 0;
  }
  .content-custom-padding-popup1 {
    padding: 2rem 20px 6rem 20px;
  }
	.award-list ul li{
		flex: 0 0 calc(50% - 20px)
	}
}
/* end scholarship popup */
/* TIFA popup  */
.popup-content-tifa {
  z-index: 1;
  background-image: url(/wp-content/themes/rvu/images/tifa-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-content-tifa h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #233039;
  line-height: 1.5;
}
.popup-content-tifa h2 mark {
  background-color: rgba(211, 169, 92, 0.25);
  font-family: "Playfair Display", serif;
  color: #233039;
  padding: 0;
}
.popup-content-tifa h3 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #233039;
  line-height: 1.31;
}
.popup-content-tifa ul li {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.popup-content-tifa ul li p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.popup-content-tifa ul li img {
  margin-right: 0.8rem;
}
body #tifapopup .modal-dialog {
  max-width: 971px;
  height: 520px;
  margin: 1.75rem auto;
}
.popup-content-tifa ul {
  padding-inline-start: 0;
  /* margin: 1rem 0 1.8rem; */
  margin: 15px 0 16px;
}
.content-custom-padding-tifa {
  /* padding: 2.5rem 0rem 2rem 2.2rem; */
  padding: 35px 0px 44.4px 35px;
}
#tifapopup .row .col-md-6 {
  padding-right: 0;
}
.popup-content-tifa .applynow_btn {
  width: max-content;
}
#tifapopup .close-btn-container {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
#tifapopup .modal-footer {
  background-color: #f6e5cc;
  padding: 6px 2.5rem;
  text-align: left;
  display: block;
  margin: 0;
}
#tifapopup .modal-footer p {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 0;
}
.tifa-image-popup {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}
@media screen and (max-width: 767px) {
  .tifa-image-popup {
    display: none;
  }
  body #tifapopup .modal-dialog {
    max-width: 100%;
    height: auto;
  }
  .popup-content-tifa {
    background-repeat: no-repeat;
    background-size: 250% 150%;
  }
  .content-custom-padding-tifa {
    padding: 35px 36px 95px 20px;
  }
  .popup-content-tifa h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .popup-content-tifa ul {
    margin: 15px 0 0px;
  }
  .popup-content-tifa h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
/* styles removed from page builder */
/* Leadership page */
@media screen and (max-width: 550px) {
  body[postid="521"]
    .innerbanner_content.coursedetailpage_content.school-banner {
    position: absolute;
  }

  body[postid="521"]
    .innerbanner_content.coursedetailpage_content.school-banner {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
  }

  body[postid="521"] .innerbanner_content h1,
  body[postid="521"] .innerbanner_content p {
    color: rgba(255, 255, 255, 0.8);
  }
}
/* SOLS PAGE */
body[postId="210"] .inner_banner > p {
  display: none;
}
body[postId="210"] .content-container-below-blocks {
  padding-top: 25px;
  padding-bottom: 15px;
}
body[postId="210"] .content-container-below-blocks p {
  color: rgba(33, 33, 33, 0.8);
  font-size: 15px;
}
body[postId="210"] .blocks-grid-container {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
}
body[postId="210"] .yourlearningjourney {
  background-color: #f6f7f7;
  padding-top: 75px;
  padding-bottom: 25px;
}
body[postId="210"] .yourlearningjourney h1 {
  font-family: Playfair Display;
  color: #233039;
}
body[postId="210"] .yourlearningjourney .yourlearning-subheading {
  color: rgba(35, 48, 57, 0.8);
  font-size: 15px;
}
body[postId="210"] .yourlearningjourney .timeline-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body[postId="210"] .unique360foundation {
  display: flex;
  flex: 1;
}
body[postId="210"] .unique360foundation h1, body[postId="210"] .unique360foundation h2,
.icon-header-container h3 {
  font-family: playfair display;
  font-size: 40px;
}
body[postId="210"] .icon-header-container {
  text-align: center;
  color: #fff;
}
body[postId="210"] .unique360foundation .pr-0 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/Unique-360.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body[postId="210"] .unique360foundation .pl-0 {
  padding-top: 50px;
  padding-bottom: 22px;
  background-color: #233039;
  color: #fff;
}
body[postId="210"] .unique360foundation .pl-0 li {
  padding-bottom: 15px;
  list-style: none;
  font-family: Playfair Display;
  font-size: 20px;
}
body[postId="210"] .unique360-rightside-list li::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bullet.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}
body[postId="210"] .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 416px;
}
body[postId="210"]
  .blocks_hover_action
  .blocks-grid-container
  .grid-item
  .content-container
  p {
  font-size: 14px;
}
body[postId="210"] .blocks-grid-container .content-container {
  display: none;
  transition: all 0.4s;
  padding-right: 20px;
}
body[postId="210"] .blocks-grid-container .grid-item:hover .content-container {
  display: block;
}
body[postId="210"]
  .blocks-grid-container
  .grid-item:hover
  .icon-header-container {
  display: none;
}
body[postId="210"]
  .blocks-grid-container
  .content-container
  li:not(:last-child) {
  padding-bottom: 0.5rem;
}
body[postId="210"] .content-container .icon-header-container-light h3 {
  color: #233039;
  font-family: Playfair Display;
}
body[postId="210"] .content-container .icon-header-container-light {
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1rem;
  padding-bottom: 25px;
}
body[postId="210"] .content-container .icon-header-container-light img {
  padding-right: 18px;
}
body[postId="210"] .content-container ul li {
  list-style: none;
  font-size: 15px;
}
body[postId="210"] .content-container ul li::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bullet-blu.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0rem;
  position: absolute;
  margin-top: 7px;
  margin-left: -1rem;
}
body[postId="210"] .grid-item {
  border: 1px solid #d4a851;
  width: 100%;
}
body[postId="210"] .grid-item-1 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-2 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-3 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-4 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-5 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-6 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-7 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-8 {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body[postId="210"] .grid-item-1:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1-active.png);
}
body[postId="210"] .grid-item-2:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2-active.png);
}
body[postId="210"] .grid-item-3:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3-active.png);
}
body[postId="210"] .grid-item-4:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4-active.png);
}
body[postId="210"] .grid-item-5:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5-active.png);
}
body[postId="210"] .grid-item-6:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
}
body[postId="210"] .grid-item-7:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
}
body[postId="210"] .grid-item-8:hover {
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
}
body[postId="210"] .majorsminorsoffered {
  background-color: #233039;
}
body[postId="210"] section.majorsminorsoffered h1 {
  color: #fff;
  font-family: Playfair Display;
  margin-bottom: 15px;
}
body[postId="210"] section.majorsminorsoffered p {
  color: #fff;
  font-size: 15px;
}
body[postId="210"] .majorsminorsoffered p .pipe-char {
  color: #d4a851;
}
body[postId="210"] .unique360foundation .pr-0 h1, body[postId="210"] .unique360foundation .pr-0 h2 {
  color: #233039;
}
body[postId="210"] .unique360foundation .pr-0 p {
  color: rgba(35, 48, 57, 0.8);
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  body[postId="210"] .unique360foundation .pr-0 h1, body[postId="210"] .unique360foundation .pr-0 h2,
  .unique360foundation .pr-0 p {
    margin-left: 10%;
    margin-right: 90px;
  }
  body[postId="210"] section.majorsminorsoffered {
    padding: 0 20%;
  }
}
@media screen and (max-width: 768px) {
  body[postId="210"] .unique360foundation .pr-0 h1, body[postId="210"] .unique360foundation .pr-0 h2,
  .unique360foundation .pr-0 p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body[postId="210"] .blocks-grid-container {
    display: none;
  }
  body[postId="210"] .icon-header-container {
    display: none;
  }
  body[postId="210"] .blocks-grid-container .content-container {
    display: block;
  }
  body[postId="210"] .content-container li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  body[postId="210"] .grid-item-1 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_1-active.png);
  }
  body[postId="210"] .grid-item-2 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_2-active.png);
  }
  body[postId="210"] .grid-item-3 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_3-active.png);
  }
  body[postId="210"] .grid-item-4 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_4-active.png);
  }
  body[postId="210"] .grid-item-5 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_5-active.png);
  }
  body[postId="210"] .grid-item-6 {
    background-image: url(https://rvu.edu.in/wp-content/uploads/2021/06/bg_6-active.png);
  }
  /* .grid-item {border: 2px solid #233039;} */
  body[postId="210"] .yourlearningjourney {
    padding-top: 45px;
  }
  body[postId="210"] .grid-item {
    min-height: 390px;
  }
  body[postId="210"] .carousel-control-next,
  .carousel-control-prev {
    position: relative;
    background: #233039;
    opacity: 1;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  body[postId="210"] .carousel-controls {
    display: flex;
    justify-content: center;
  }
  body[postId="210"] .carousel-control-next-icon,
  .carousel-control-prev-icon {
    vertical-align: middle;
    height: 50px;
  }
  body[postId="210"] div#carouselExampleControls {
    padding-top: 30px;
  }
	.national-logos ul li{
		flex: 0 0 calc(33.3% - 20px);
	}
}
body[postId="210"] .overview p,
.programmes p {
  font-size: 15px;
}
body[postId="210"] .innerbanner_content p {
  font-size: 15px;
}
body[postId="210"] .footer_applynow_btn {
  font-size: 15px;
}
body[postId="210"] .dean-msg-content p {
  font-size: 15px;
}
body[postId="210"] .coursedetail-section p {
  font-size: 15px;
}
/* SOD */
body[postId="208"] .inner_banner > p {
  display: none;
}
/* ba hons sols */
@media screen and (max-width: 390px) {
  body[postId="18"] .majors-grid-item .majors-card-container h3.mb-0 {
    white-space: pre-wrap;
    text-align: left;
  }

  body[postId="18"] .majors-card-container {
    padding: 0 15px 15px 15px;
  }
}

@media screen and (max-width: 500px) {
  body[postId="18"] .modal-content-container.container-fluid {
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-height: 35rem;
    overflow: auto;
    margin: 0;
  }

  body[postId="18"] .image-bg-container {
    width: 100%;
  }

  /* width */
  body[postId="18"]
    div.modal-content-container.container-fluid::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  body[postId="18"]
    div.modal-content-container.container-fluid::-webkit-scrollbar-track {
    background: rgba(35, 48, 57, 0.2);
  }

  /* Handle */
  body[postId="18"]
    div.modal-content-container.container-fluid::-webkit-scrollbar-thumb {
    background: #d4a851;
  }

  /* Handle on hover */
  body[postId="18"]
    div.modal-content-container.container-fluid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media screen and (max-width: 500px) {
  body[postId="18"] .coursedetail_sectiontop .apply_sharebtns.mt-3 {
    display: flex;
    justify-content: space-evenly;
  }

  body[postId="18"] .coursedetail_sectiontop {
    padding: 20px 1rem;
  }

  body[postId="18"] tr.row-dark-bg td,
  body[postId="18"] tr.row-dark-bg th {
    padding: 10px;
  }

  body[postId="18"] tr.row-lgrey-bg td {
    padding: 10px;
  }
	.award-list ul, .award-cat-list{
		column-gap: 0;
	}
	.award-list ul li, .award-cat-list ul li{
		flex: 0 0 calc(100%)
	}
	.national-logos ul{
		gap: 10px;
	}
	.national-logos ul li{
		flex: 0 0 calc(50% - 10px);
	}
	.tifa-award-cat .asp.content_coursedetail_title h3{
		font-size: 20px;
	}
	.award-cat-list ul li{
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
  body[postId="18"] .coursedetail_sectiontop .apply_sharebtns.mt-3 {
    flex-direction: column;
  }

  body[postId="18"] .apply_sharebtns a.footer_applynow_btn.mr-md-2,
  body[postId="18"] .apply_sharebtns a.sharecourse_btn {
    width: max-content;
    padding: 10px 20px;
  }

  body[postId="18"] .apply_sharebtns a.footer_applynow_btn.mr-md-2 {
    margin-bottom: 0.5rem;
  }
}

body[postId="18"] .modal-content-custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: content-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

@media screen and (min-width: 769px) {
  body[postId="18"] .programmedetails_block .modal.fade,
  body[postId="18"] .programmedetails_block .modal.fade .modal-content {
    border: 0px !important;
    background-clip: content-box;
  }
}
/* SOD */
/* MDES PG  */
body[postId="23"] .coursename_row {
  align-items: center;
}
body[postId="23"] .second-col-popup {
  margin-top: 25px;
}
body[postId="23"] .majors-grid {
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  body[postId="23"] .second-col-popup {
    margin-top: auto;
  }
}
/* BDES */
body[postId="19"] .sod_minorscards_wrap, body[postId="9194"] .sod_minorscards_wrap {
  display: flex;
  background-color: rgba(212, 168, 81, 0.1);
  padding: 30px 32px;
  flex-direction: column;
  position: relative;
  width: 100%;
}
body[postId="19"] .sod_minorscards_wrap h5, body[postId="9194"] .sod_minorscards_wrap h5 {
  display: flex;
  flex-direction: column;
  font-family: "Cantarell";
  color: #212121;
  font-size: 16px;
}
body[postId="19"] .sod_minorscards_wrap h5 span, body[postId="9194"] .sod_minorscards_wrap h5 span {
  font-family: "Playfair Display";
  font-weight: bold;
  color: #212121;
  font-size: 21px;
}
body[postId="19"] .sod_minorscards_wrap ul li:before, body[postId="9194"] .sod_minorscards_wrap ul li:before {
  content: "- ";
  display: block;
  margin-right: 5px;
}
body[postId="19"] .sod_minorscards_wrap ul li, body[postId="9194"] .sod_minorscards_wrap ul li {
  list-style: none;
  display: flex;
  color: rgba(35, 48, 57, 0.8);
  margin-bottom: 10px;
}
body[postId="19"] .sod_minorscards_wrap ul, body[postId="9194"] .sod_minorscards_wrap ul {
  padding-left: 0em;
}
body[postId="19"] .school-icon-minorscard, body[postId="9194"] .school-icon-minorscard {
  width: max-content;
  background-color: rgba(212, 168, 81, 0.16);
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
body[postId="19"] div#course_overview .col-md-4.minors-card-eq-h, body[postId="9194"] div#course_overview .col-md-4.minors-card-eq-h {
  display: flex;
  flex: 1;
}

body[postId="19"] .schoolofdesignpopup ul, body[postId="9194"] .schoolofdesignpopup ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  body[postId="19"] .schoolofdesignpopup ul, body[postId="9194"] .schoolofdesignpopup ul {
    max-height: 500px;
  }
  body[postId="19"] .schoolofdesignpopup ul.course-det-list-style li, body[postId="9194"] .schoolofdesignpopup ul.course-det-list-style li {
    padding: 0 1.5rem 0 0;
  }
}
body[postId="19"] .coursename_row, body[postId="9194"] .coursename_row {
  align-items: center;
}
body[postId="19"] .card-heading, body[postId="9194"] .card-heading {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-family: "Cantarell";
  font-weight: bold;
}
body[postId="19"] .majors-grid, body[postId="9194"] .majors-grid {
  margin-bottom: 40px;
}
body[postId="19"] .majors-card-container, body[postId="9194"] .majors-card-container {
  padding: 0 25px 22px 25px;
}
body[postId="19"] .para-above-card, body[postId="9194"] .para-above-card {
  margin-bottom: 32px;
}
body[postId="19"] .second-col-popup, body[postId="9194"] .second-col-popup {
  margin-top: 25px;
}
body[postId="19"] .para-below-cards, body[postId="9194"] .para-below-cards {
  margin-top: 25px;
}
body[postId="19"] .coursedetail-section p, body[postId="9194"] .coursedetail-section p {
  margin-bottom: 22px;
}
body[postId="19"] .year-heading, body[postId="9194"] .year-heading {
  font-weight: normal;
}
@media (max-width: 767px) {
  body[postId="19"] .second-col-popup, body[postId="9194"] .second-col-popup {
    margin-top: auto;
  }
  body[postId="19"] .card-heading, body[postId="9194"] .card-heading {
    font-size: 18px;
  }
  body[postId="19"] div#course_overview .col-md-4.minors-card-eq-h, body[postId="9194"] div#course_overview .col-md-4.minors-card-eq-h {
    margin-bottom: 25px;
  }
  body[postId="19"] .bdes-row, body[postId="9194"] .bdes-row {
    justify-content: center;
  }
  body[postId="19"] .para-below-cards, body[postId="9194"] .para-below-cards {
    margin-top: auto;
  }
  body[postId="19"] .schoolofdesignpopup ul, body[postId="9194"] .schoolofdesignpopup ul {
    display: block;
  }
  body[postId="19"] .sod_minorscards_wrap h5 span, body[postId="9194"] .sod_minorscards_wrap h5 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) {
  body[postId="19"] .sod_minorscards_wrap h5, body[postId="9194"] .sod_minorscards_wrap h5 {
    max-width: 18ch;
  }
}
.majors-card-container h3 {
  white-space: normal;
  text-align: left;
}

/* academics dropdown styles */
.ug-header-list {
  padding-inline-start: 1.2rem;
}
.ug-header-list li:before {
  content: "-";
  display: inline-block;
}
.ug-header-list li {
  text-align: left !important;
}
.ug-header-heading {
  font-weight: 600;
  color: #233039 !important;
}
.dd-head {
  font-family: "Cantarell", sans-serif;
  font-weight: 600;
}
.study-with-rvu {
  padding-top: 1rem;
}
.academic_dd {
  width: 1050px;
  padding: 0.5rem 0 0;
}
.pg-heading-dd {
  text-align: left !important;
  padding-left: 1.6rem !important;
}
.bg-color-dd {
  background: #fbf6ed;
}
.pg-list {
  padding-bottom: 10px;
}
@media only screen and (max-width: 798px) {
  .study-with-rvu {
    padding-top: 0.5rem;
  }
  .academic_dd {
    width: auto;
  }
  .bg-color-dd {
    background: none;
    padding-left: 6px;
  }
  .pg-heading-dd {
    padding-left: 0.5rem !important;
  }
  .ug-header-list {
    padding-inline-start: 7px;
  }
  .pg-list {
    padding-bottom: 0;
  }
}
.ug-header-list li a {
  color: rgba(0, 0, 0, 0.87);
}
.ug-header-list li a:hover {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.card_one_reasons h1 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.34px;
  font-family: "Playfair Display", serif !important;
  color: #fff;
}
@media only screen and (max-width: 798px) {
  .dd-col-one {
    padding-left: 0;
  }
  #academicssDropdown:focus {
    outline: none;
  }
  #navbaraboutDropdown:focus {
    outline: none;
  }
}

/* Home page inline css brought here on 24-09 */
section.cta-download-brochure {
  background-color: #233039;
  background-image: url(https://rvu.edu.in/wp-content/uploads/2021/05/brochure_bg.png);
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
section.cta-download-brochure p {
  color: #fff;
  padding-bottom: 20px;
}
section.cta-download-brochure .applynow_btn {
  background-color: #d4a851;
  transform: none;
  position: revert !important;
  top: unset;
  right: unset;
  border: none;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 1.2rem;
}

.applynow_btn {
  text-decoration: none;
}

#popup-in-5fa8d9f94773f366726a390e9690d3d9 {
  margin-top: 10rem;
}
@media screen and (max-width: 786px) {
  section.cta-download-brochure {
    background-image: url("wp-content/uploads/2021/05/group-1.png");
    background-size: contain;
    background-position-y: center;
  }
}
.custom-home-pg-h3 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.34px;
  font-family: "Playfair Display", serif !important;
  color: #fff;
  font-weight: Bold !important;
}
/* phd card section on the homepage */
.prog-main-heading {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #233039;
  line-height: 1.5;
  font-family: "Playfair Display", serif !important;
}
.prog-para-under-h {
  font-size: 16px;
  font-weight: normal;
  color: #233039;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 798px) {
  .programmes_rvu {
    padding: 1rem 0 2rem;
  }
}






/*Venkat*/

/*dadada*/
.servicesbox1 ul{list-style: none; width: 100%;}
ul.accordion > li{margin-bottom: 20px;}
.servicesbox1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0
}

.servicesbox1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 30px 10px 135px;
  color: #000;
  font-size: 22px;
  background-color: #fff;
  border: 1px solid #c4bebe;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.servicesbox1 .accordion .link:before{
    position: absolute;
    left: -20px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #eee;
    content: "";
    transform: skewX(20deg);

}
.servicesbox1 .accordion li.open .link:before{background-color: #f3d8a1;}
/* .servicesbox1 .accordion li:last-child .link { border-bottom: 0; } */

.servicesbox1 .accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  left: 20px;
  top: 22px;
}
.servicesbox1 .accordion li.open i{color: #00416e;}
.servicesbox1 .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.servicesbox1 .accordion li.open .link { color: #fff; background-color: #d4a851; border-color: #d4a851;}


.servicesbox1 .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.servicesbox1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding:0
}

.servicesbox1 .submenu li {
padding: 30px; color: #000; position: relative;
border: 1px solid #c4bebe; background-color: #fff; border-top: 0;height: auto;
	/*display: flex;*/ display: inline-block; width: 100%;}
.servicesbox1 .submenu li ul li {
padding:5px; border:0;}
.servicesbox1 .submenu li h3{color: #ea1b38; font-size: 36px; font-weight: 700; margin-bottom: 15px;
}
.servicesbox1 .submenu.phd-submenu li {
    display: flex;
    flex-direction: column;
}
/* .submenu li p{color: #000; font-size: 18px; text-align: justify;
line-height: 28px; font-weight: 300; width: 65%}
.submenu a {
  clear: both;
  display: table;
  padding: 10px 100px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.submenu a:hover {
  background: #fff;
  color: #000;
} */


.submenu ul{list-style: none; padding-bottom: 0px;}
.submenu ul li{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0px;
    border: 0px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: justify;
}
.submenu ul li:before{
    color: #81bd03;
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(https://dev.rvu.edu.in/wp-content/uploads/2022/01/01-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 9px;
    left:-25px;
}


ul.submenu li img{position: absolute; width: 30%; right: 0px; bottom: 0px;}


ul.resp-tabs-list1 li h5{
    margin: 50px 0
}
.conte ul
{
    width:100%;
    float:left;
    list-style: none;
}
.conte ul li {
    float: left;
    margin-bottom: 10px;
    padding-left: 30px !important;
    position: relative !important;
    width: 100%;
    padding: 0 !important;
    border: unset !important;
    border-top: unset !important;
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
	list-style: none;
    
}
.conte ul li:before {
    color: #81bd03;
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(/wp-content/uploads/2021/06/bullet.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 8px;
    left: -25px;
}
.conte h2 {
    font-weight: 800;
}
.servicesbox1 p{
      font-size: 16px;
    line-height: 36px;
    color: #3d3d3d;
    margin: 0;
        margin-bottom: 10px;
}
.servicesbox1 p b{
margin-top: 15px;
    display: block;
}
.servicesbox1{
      padding-top: 30px;
    padding-bottom: 30px;
}
.servicesbox1 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;    
    color: #d4a851;
    text-align: center;
}
.poppppp_block{
    display:block;
}
button.npfWidgetButton{
    right: -5% !important;
    z-index:999 !important;
}



.abtuspg {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.abtuspg h2 {
    color: #007c88;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    font-size: 42px;
}
.attach_files {
    
}
.attach_files .wid35{padding: 0px 15px; float: left; display: inline-block; width: 75%; 
     height: 50px; line-height: 50px;}
.attach_files .wid45{padding: 0px 15px; float: left; display: inline-block; width: 45%;
     height: 50px; line-height: 50px;}
.attach_files .wid20{padding: 0px 15px; float: left; display: inline-block; width: 25%; 
    text-align: center; height: 50px; line-height: 50px; border-left: 1px solid #f2f2f2}

.attach_files .wid35 i{margin-right: 10px; font-size: 18px; color: #d34821;}
.attach_files ul {
    list-style-image: none;
    list-style-type: none;
}
.attach_files  ul li .wid35 a{color:#000;}
.attach_files ul li {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);

    margin-bottom: 5px;
}
.attach_files ul li.bgcol1{
    color: #fff;
    background-color: #d4a851;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.attach_files ul li .wid20 a {
    background-color: #233039;
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 14px;
    position: relative;
    top: -2px;
    padding: 8px 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}
.attach_files ul li .wid20 a:hover {
    background-color: #d4a851;
}


.section1 {
    clear: both;
    width: 100%;
    display: block;
    background-color: #fff;
    position: relative;
    /* border-top-right-radius: 200px; */
    /* margin-top: -200px; */
    position: relative;
    z-index: 9;
    background-image: url(../images/bg1.jpg);
    background-size: 50%;
    background-repeat: repeat;
    background-position: left center;
}
.aboutcontent{
    width: 100%;
}
.aboutcontent h4{
    color: #53C1FF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}
.aboutcontent h4:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 2px;
    background-color: #3F3F3F;
    content: "";
}
.aboutcontent h2{font-weight: 700; margin: 0px; font-size: 42px; line-height: 56px; 
position: relative;font-family: 'Poppins', sans-serif;text-align: center;}
.aboutcontent h3{
    color: #3F3F3F;
    font-weight: 700;
    line-height: 32px;
}
/* .aboutcontent h2:before{
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 100px;
    height: 1px;
    background-color: #0a5c93;
    content: "";
} */
.aboutcontent h2 span{color: #0a5c93;}
.aboutcontent p{color: #3F3F3F; margin-top: 15px; margin-bottom: 15px;
font-size: 18px; line-height: 32px;text-align: justify;}

.aboutcontent a{
    text-decoration: none;
    clear: both;
    margin: auto;
    display: table;
    background-color: #142261;
    color: #fff;
    border: 1px solid #142261;
    padding: 15px 55px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
}
.aboutcontent a:hover{background-color: #fff; color: #142261}


h1.mainh1hd{
    text-align: center;
    color: #d4a851;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.iesaa1,
.iesaa3 {
    padding: 50px 0;
    width: 100%;
    display: table;
}
/* 
.iesaa2:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    content: "";
    background-color: #fff;
} */

.iesaa1 img {
    width: 90%;
    display: block;
}

.iesaa1 h2,
.iesaa2 h2,
.iesaa41 h2 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    margin-top: 100px;
    display: inline-block;
}

.iesaa2 h2,
.iesaa41 h2 {
    margin-top: 0;
}

.iesaa1 p,
.iesaa2 p {
    font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 32px;
text-align: left;
color: rgba(0, 0, 0, 0.5);
}

.iesaa2 {
    padding: 50px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    min-height: 415px;
}

.iesaa2car {
    position: absolute;
    left: 0;
    top: 9%;
    display: block;
    width: 42%;
    padding-left: 100px;
}
.iesaa2car1{
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 100px;
}
.iesaa2car:before{
    position: absolute;
    left: 0;
    top: -7%;
    width: 80%;
    content: "";
    height: 125%;
    border: 2px solid #d4a851;
    border-left: 0;
}
.iesaa2car1:before{border-left: 2px solid #d4a851; border-right: 0; left: auto; right: 0;}
.iesaa2cari {
    width: 100%;
    display: block;
    background-color: #000;
    position: relative;
}

.iesaa2cari img {
    width: 100%;
    display: block;
    /* opacity: 0.7; */
}
.iesaa2 h3{
    font-family: 'Cantarell', sans-serif;
    color: #333;
    font-size: 21px;
    font-weight: 600;
    margin: 30px 0;
}

.iesaa2cari p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 26px;
}

.iesaa2 .owl-nav {
    display: none;
}
.table{margin: 30px 0}
.table .thead-orange th {
    color: #ffffff;
    background-color: #d4a851;
    border-color: #dee2e6;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    padding: 10px 30px;
    border: 2px solid #fff;
	vertical-align: middle;
  }
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    padding: 10px 30px;
    border: 2px solid #fff
  }
  .table tbody tr td {
    font-size: 18px;
/*     color: rgba(0, 0, 0, 0.5); */
    padding: 10px 15px;
    background-color: #f6f7f7;
    border: 2px solid #fff
  }
.table thead th{
	vertical-align: top;
}
  .simple-menu{z-index: 99; position: sticky !important; top: 94px; display: table !important;width: 100%;}

body {
  padding: 0 !important;
  margin: 0 !important;
}

.simple-menu {
  background-color: #233039;
}

.simple-menu ul {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  display: flex;
}

.jumbotron.first {
  margin: 0 30px;
  padding: 20px 30px;
}

.btn-menu {}

.btn-menu:hover {
  color: #fff;

}

.simple-menu li {
  display: inline-grid;
position: relative;
flex-grow: 1;
align-items: center;
}

.simple-menu ul a {
  padding: 15px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  text-align: center;
}

.simple-menu a:hover {
  background-color: #d2a85d;
}

.fixed {
  box-shadow: 0 7px 17px -2px rgba(117, 117, 117, 1);
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.nav-underline {}

.banner_content #carouselExampleIndicators{
    display:none;
}
.sod_minorscards_wrap{
    margin-bottom: 20px;
}
.tablee table{
    width:100%;
    text-align:center;
    border: 1px solid #ccc !important;
}
.tablee tr{
    border-bottom: 1px solid #ccc !important;
}
.tablee td{
    border-right: 1px solid #ccc !important;
}





/*disclaimer_pop*/
.disclaimer_pop {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999999999;
    background: rgba(0,0,0,.65);
}
.disclaimer_bx {
    position: absolute;
        top: 50px;
    left: 50%;
    width: 600px;
display: table;
background:
#fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
margin: 60px 0;
padding: 10px;
box-shadow: 0px 0px 15px 0px
rgba(0,0,0,0.2);
transform: translateX(-50%);
background-size: 100% 100%;
height: 100px;
background-position: center center;
}
.disclaimer_txt {
    position: relative;
    width: 100%;
    height: 380px;
    padding: 15px;
    overflow-y: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.dclose {
        float: right;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    right: -25px;
    background: #d2a95d;
    top: -15px;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    z-index: 999999;
}
a.dclose {
    float: none;
    display: table;
    margin: 15px auto;
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    background: #333;
}
a.dclose1 {
    float: none;
    display: table;
    margin: 15px auto;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px;
    background: #99b927;
    margin-top: 325px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}
.disclaimer_bx h5 {
    font-size: 25px;
    color: #9e1d20;
    line-height: 0px;
    display: block;
    padding: 15px;
    padding-bottom: 0;
    line-height: 35px;
}
.dclose1{
    float: none;
    display: table;
    margin: 15px auto;
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    background: #333;
}
.desc{
    display:block;
}
.mobi{
    display:none;
}


.industrypgbx2,
.industriesdetailspg {
    background-color: #fbfbfb;
    width: 100%;
    display: table;
    padding: 50px 0;
}

.industrypgbx2 h2 {
    color: #00aead;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}

.industrypgbx2 a {
    text-decoration: none;
    width: 100%;
    display: block;
    color: #000;
    position: relative;
    margin-bottom: 50px;
}

.industrypgbx2 a img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.blogpgcontbx {
    background-color: #ffe9f5;
    width: 90%;
    position: relative;
    padding: 30px;
    margin-top: -75px;
}

.industrypgbx2 a:hover .blogpgcontbx {
    background-color: #000;
    color: #fff;
    background-image: url(../../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 95% 10px;
    background-size: 40px;
}

.blogpgcontbx h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.blogpgcontbx h3 {
    font-size: 18px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 15px;
}

.blogpgcontbx p {
    font-size: 16px;
    margin-top: 0;
    opacity: 0.5;
    margin-bottom: 20px;
}

.blogpgcontbx span {
    color: #414141;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  font-size: 12px;
}

.blogpgcontbx span img {
    width: 20px;
    margin-right: 20px;
    height: auto;
    float: left;
  margin-top: 3px;
    display: inline-block;
}

.industrypgbx2 a:hover span {
    color: #fff;
}

.industriesdetailspg h2 {
    color: #0f1941;
    font-size: 38px;
    line-height: 55px;
    font-weight: 600;
    width: 90%
}

.industriesdetailspg p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    width: 90%
}

.industriesdetailspg p span {
    margin-right: 30px;
}

.industriesdetailspg p span i {
    margin-right: 15px;
    color: #21cc24;
}

.industriesdetailspg a {
    background-color: #00aead;
    text-decoration: none;
    padding: 10px 50px;
    letter-spacing: 2px;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 50px;
}

.industriesdetailspg a:hover {
    background-color: #000;
}

.industriesdetailspg img {
    width: 100%;
    display: block;
}


.pagesection1 {
  padding: 60px 0;
  background-color: #fff;
}
.pagesec_in {
  display: flex;
  column-gap: 50px;
  align-items: center;
  margin-top: 60px;
}
.pagesec_in_left {
  flex: 0 0 8%;
  justify-content: center;
}
.pagesec_in_left img {
  width: 100%;
  margin-bottom: 20px;
}
.pagesecin_right h2 {
  color: #212121;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
.pagesecin_right p {
  color: #d4a851;
  font-size: 21px;
  font-weight: 500;
}

.pagesec_ban {
  margin: 40px 0;
}
.pagesec_ban img {
  width: 100%;
  display: block;
  box-shadow: 0 5px 20px 10px rgba(11, 11, 17, 0.1);
}
.pagesec_ban .owl-dots {
  display: none;
}
.pagesec_ban .owl-nav {
  display: block;
  top: 45% !important;
  position:absolute;
  width:100%;
}
.pagesec_ban .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  background-size: 50px;
}
.pagesec_ban .owl-prev {
  margin-left: -25px;
}
.pagesec_ban .owl-next {
  margin-right: -25px;
}
.pagesection1 p.pagesec_cont {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.pgsec_video {
  position: relative;
  width: 100%;
  padding: 80px 0 40px;
  display: block;
  margin-bottom: 70px;
}
.pgsec_video::before {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  content: "";
  height: 95%;
  border: 2px solid #d4a851;
}
.pgsec_video iframe {
  width: 100%;
  position: relative;
  display: block;
  height: 700px;
  box-shadow: 0 5px 20px 10px rgba(11, 11, 17, 0.1);
}

.callforpapers h2 {
  text-align: center;
  color: #212121;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 38px;
}
.callforpapers h2 span {
  position: relative;
}
.callforpapers h2 span::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d4a851;
}
.callforpapers p {
  color: #d4a851;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.callforpapers ul {
  list-style: none;
  width: 100%;
  column-count: 2;
  margin-top: 50px;
  display: inline-block;
}
.callforpapers ul li {
  font-size: 18px;
  color: #212121;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.callforpapers ul li:before {
  position: absolute;
  left: 0;
  top: -3px;
  color: #d4a851;
  font-size: 24px;
  content: "\f00c";
  font-family: FontAwesome;
}

.pagesection2 {
  background-color: #3f4b55;
  padding: 70px 0;
}
.pagesection2 h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 38px;
}
.pagesection2 h2 span {
  position: relative;
}
.pagesection2 h2 span::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d4a851;
}

.pagesec2_cards {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
}
.pagesec2_card {
  background-color: #fff;
  position: relative;
  padding: 40px 20px;
  transition: all 0.3s;
  box-shadow: 25px 0px 20px rgba(0, 0, 0, 0.161);
  min-height: 240px;
}
.pagesec2_card:hover {
  transform: translatey(-10px);
}
.pc1 {
  z-index: 4;
}
.pc2 {
  z-index: 3;
}
.pc3 {
  z-index: 2;
}
.pc4 {
  z-index: 1;
}
.pagesec2_card h3 {
  color: #d4a851;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Cantarell", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.pagesec2_card h3::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 90px;
  height: 1px;
  content: "";
  background-color: #d4a851;
}
.pagesec2_card p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.pagesection3 {
  padding: 60px 0;
  background-color: #fff;
}
.pagesec3_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
  padding: 0 5%;
}
.pagesec3_in_left h2 {
  color: #212121;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 38px;
}
.pagesec3_in_left h2 span {
  position: relative;
}
.pagesec3_in_left h2 span::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d4a851;
}
.pagesec3_in_left p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.pagesec3_in_left p a {
  color: #d4a851;
  font-weight: 600;
  text-decoration: none;
}
.pagesec3_in_right {
  flex: 0 0 450px;
}
.pagesec3_in_right img {
  display: block;
  width: 100%;
}

.pagesection4 {
  padding: 100px 0;
  background-color: #f3f4f7;
  position: relative;
}
.pagesection4::before {
  position: absolute;
  left: 15%;
  top: 9%;
  width: 70%;
  content: "";
  height: 82%;
  border: 2px solid #d4a851;
}
.pagesec4_row1 {
  background-color: #3f4b55;
  padding: 50px 100px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}
.pagesec4_bx1 {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.pagesec4_bx1 img {
  width: 55px;
  align-self: flex-start;
}
.pagesec4_bx1 p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 19px;
  line-height: 32px;
}
.pagesec4_row2 {
  background-color: #233039;
  padding: 50px 10% 40px;
  position: relative;
}
.pagesec4_row2 h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 38px;
}
.pagesec4_row2 h2 span {
  position: relative;
}
.pagesec4_row2 h2 span::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d4a851;
}
.pagesec4_cont {
  column-count: 2;
  padding-left: 5%;
}
.pagesec4_row2 p {
  font-size: 18px;
  color: #fff;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
  line-height: 38px;
}
.pagesec4_row2 p span {
  color: #d4a851;
}
.pagesection4 a {
  text-decoration: none;
  margin: auto;
  display: table;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #233039;
  background-color: #d4a851;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.pagesection4 a:hover {
  background-color: #fff;
}
.dhadakh{
    display:none;
}
.topheaderlinks {
  clear: both;
  width: 100%;
  text-align: right;
  margin: 18px 0 0 0;
}
.topheaderlinks ul {
  float: right;
  display: inline-block;
  margin-bottom:15px;
}
.topheaderlinks ul li {
  display: inline-block;
  margin-left: 20px;
}
.topheaderlinks ul li a {
  border: 1px solid #fff;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.topheaderlinks ul li.last1 a {
  background-color: #233039;
    color: #fff;
    border-color: #233039;
}
.topheaderlinks ul li.last2 a {
  background-color: #233039;
    color: #fff;
    border-color: #233039;
}
.navbar-expand-md .navbar-collapse{flex-direction: column;}
@media only screen and (min-width : 240px) and (max-width : 1140px){
    .disclaimer_bx {
        width: 90%;
    }
    .desc{
        display:none;
    }
    .mobi{
        display:block;
    }
    .dhadakh{
        display:block;
    }
    .topheaderlinks{
        display:none;
    }
    
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top,.gallery-top1 {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs,.gallery-thumbs1 {
    height: 20%;
    box-sizing: border-box;
  }

  .gallery-thumbs .swiper-slide  img{
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
  }
.gallery-thumbs1 .swiper-slide  img{
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
  }    
    
  .gallery-thumbs .swiper-slide-thumb-active img, .gallery-thumbs .swiper-slide:hover  img{
    opacity: 1;
    transition: all 0.3s;
  }
    .gallery-thumbs1 .swiper-slide-thumb-active img, .gallery-thumbs1 .swiper-slide:hover  img{
        opacity: 1;
        transition: all 0.3s;
      }
  .col-sm-4.galcontentright{
      color: #fff;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      display: flex;
    align-content: center;
    align-items: center;
  }
  .gallergycontent{
      width: 100%;
      display: block;
      padding: 40px;
      background-color: #233039;
  }
  .gallergycontent p{
      font-size: 16px;
      line-height: 28px;
  }


.scroll-left {
    height: 40px; 
    overflow: hidden;
    position: relative;
    background-color: #d4a851;
    top: 95px;
    z-index: 9;
    }
    .scroll-left .second {margin-left: 100%;}
    .scroll-left p {
    color: #233039;
    font-weight: 400;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    /* Apply animation */ 
    -moz-animation: scroll-left 30s linear infinite;
    -webkit-animation: scroll-left 30s linear infinite;
    animation: scroll-left 30s linear infinite;
    }
    /* Define the animation */
    @-moz-keyframes scroll-left {
    0% { -moz-transform: translateX(50%); }
    100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes scroll-left {
    0% { -webkit-transform: translateX(50%); }
    100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes scroll-left {
    0% { 
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); 
    }
    100% { 
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); 
    }
}


.l_news {
    height: 36px;
    display: table;
    width: 100%;
    clear: both;
    background-color: #d4a851;
    position: fixed;
    z-index: 99;
    top:125px; left:0px;
}


/* .l_news:before{
    content:"";
    padding-bottom: 50px;
    padding-left: 13%;
    background-color: #ed1c24;
    float: left;
}
.l_news:after{
    content:"";
    padding-bottom: 50px;
    padding-right: 13%;
    background-color: #003366;
    float: right;
} */

.news_hd {
    width: 10%;
    display: block;
    /* background-color: #ed1c24; */
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    float: left;
    border-right: 1px solid #fff;
    font-weight: 700;
    padding-left: 10px;
    display: none;
}

.news_right {
    width: 97%;
    display: block;
    color: #fff;
    float: left;
    height: 36px;
    line-height: 36px;
    background-attachment: scroll;
    background-image: url(../images/right_red.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
}

.news_pd {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    float: right;
}

.news_scroll {
    list-style: none;
}

.news_scroll li {
    display: inline-block;
    float: left;
}

.news_scroll li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #ff6e51;
    transition: all 0.3s ease 0s;
}

.news_scroll li a:hover {
    color: #ffd9d3;
}

.marquee a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #ff6e51;
    transition: all 0.3s ease 0s;
}

marquee a:hover {
    color: #ffd9d3;
}


@media only screen and (min-width : 240px) and (max-width : 1140px){
    .disclaimer_bx {
        width: 90%;
    }
    
}



.fixedlogo{
    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 99999;
    text-align: center;
  /* Apply your box-shadow styles, which inherit the round .wrapper shape 
  box-shadow: 0px 0px 200px #444444;*/
  width: 150px;
  /*background-color: #ffe683;*/

  /* -webkit-animation: fadeinout 2s infinite forwards;
    animation: fadeinout 3s infinite forwards; */
    animation: zoominoutsinglefeatured 3s infinite ;
}
.fixedlogo a{outline: 0; display: block; text-decoration: none;}
.fixedlogo a p{outline: 0; display: block; color: #fff; width: 100%; padding: 5px; text-align: center; background: #db261b; letter-spacing:1px;}
.fixedlogo a img{width: 150px; position: relative; top: 0px; padding: 10px; display: table; margin: auto;
    
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
.board_of_adviserspgbx{
    width: 100%;
    display: table;
    padding: 60px 0 30px;
    /*background-color: #efeff0;*/
}
.board_of_adviserspgbx a{
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    display: block;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.board_of_adviserspgbx a img{
    width: 100%;
    display: block;
}
.board_of_adviserspgbxin{
    width: 100%;
    display: table;
    padding: 0 75px;
}
.boardmember{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 20px;
    width: 100%;
    transition: all 0.3s;
}
.board_of_adviserspgbx a:hover .boardmember{
    background-color: rgba(0, 0, 0, 0.75);
}
.board_of_adviserspgbx a h2{
    font-size: 16px;
text-transform: uppercase;
color: #d4a851;
font-weight: 600;
margin-bottom: 7px;
font-family: 'Cantarell', sans-serif;
margin-top: 0;
}
.board_of_adviserspgbx a h3{
    font-size: 12px;
font-weight: 600;
color: #d4a851;
text-transform: uppercase;
font-family: 'Cantarell', sans-serif;
margin-top: 0;
}
.board_of_adviserspgbx a h4{
    font-size: 14px;
font-weight: 600;
color: #fff;
font-family: 'Cantarell', sans-serif;
margin-top: 0;
margin-bottom: 0;
}

.titlebar {
    background: #2c4c66 url(../images/titlebarheading.png) center top no-repeat;
    color: #fff;
    border-top: 0px;
    background-size: cover;
    font-size: 18px;
    margin-top: 0px;
    padding: 55px 0px;
    text-align: center;
  }
  
  .titlebar h1.page-header {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
    max-width: 870px;
    border-bottom: 3px solid #8194a4;
    margin: 0px auto;
        font-family: 'Playfair Display', serif;
  }
    .titlebar .subtitle p{  
        font-family: 'Playfair Display', serif;
    }
  .titlebar .subtitle {
    max-width: 670px;
    margin: 10px auto 0;
  }
  
  .titlebar .subtitle a {
    color: #fff;
    text-decoration: underline;
  }
  
  .titlebar .subtitle a:hover, .titlebar .subtitle a:focus {
    color: #fff;
    text-decoration: none;
  }

.board_of_adviserspgbx2{
    width: 100%;
    display: table;
    padding: 60px 0;
    background-color: #fff;
}
.board_of_adviserspgbxin2{
    width: 100%;
    display: table;
    padding: 0 75px;
}
.board_of_adviserspgbxin2 h3{
    color: #2a4860;
font-weight: bold;
background: url(../images/orange-line-thin.gif) transparent left bottom no-repeat;
margin-bottom: 20px;
padding-bottom: 5px;
font-family: 'Playfair Display', serif;
}
.board_of_adviserspgbxin2 h4{
    color: #487691;
    font-family: 'Cantarell', sans-serif;
font-size: 20px;
}
.board_of_adviserspgbxin2 h5{
    font-size: 16px;
color: #3a3535;
font-family: 'Cantarell', sans-serif;
}
.board_of_adviserspgbxin2 h2{
    font-size: 24px;
    color: #2a4961;
    line-height: 38px;
    margin-bottom: 40px;
}
.board_of_adviserspgbxin2 p{
    font-size: 18px;
color: #626262;
line-height: 28px;
font-family: 'Cantarell', sans-serif;
}




.innersec1{clear: both; width: 100%; display: block;
  background-color: #fff; position: relative; z-index: 1; overflow: hidden;
color: #000; font-size: 18px; line-height: 28px;background-size: 100%;
background-image: url('../images/bg-tabs3.svg'); }
.innersec1 b{color: #242424; font-size: 26px; font-weight: 400; margin-bottom: 15px; width: 100%;
display: block; line-height: 32px; font-weight: 700;}
.innerleft{padding: 50px 20px !important;}
.innerleft p b {
    text-align: left;
    float: left;
    width: 100%;
    display: table;
    clear: both;
    color: #137ab1;
    margin-bottom: 20px;
    font-size: 21px;
}
.innerleft ul li {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.innerleft ul li{text-align: left; padding-left: 30px; width: 100%; clear: both;
margin-bottom: 20px; }

.innerleft h3{
    color: #0c5d43;
font-size: 26px;
line-height: 36px;
font-weight: 800;
margin-bottom: 20px;
margin-top: 0;
}
.innersec1{
    padding: 0px 35px;
    background-color: #fff;
    display: table;
    width: 100%;
    position: relative;
}
.aboutpg:before{
    position: absolute;
    content: "";
    background-image: url('../images/round01.png');
    background-repeat: no-repeat;
    background-position: center 100px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    margin: auto;
}
.innersec1 hr{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.innersec1 h1{
    color: #d4a851;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
}
.innersec1 h1 span{border-bottom: 2px solid #d4a851;}
.innersec1 h3{
    color: #0173BE;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
.innersec1 p{
    font-size: 18px;
color: #3F3F3F;
line-height: 28px;
font-weight: 400;
text-align: left;
}
.visionimg{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #fff3c5;
    padding: 20px;
    text-align: center;

float: left;
margin-right: 30px;
}
.visionimg img{width: 100%; display: block; }
.cv{
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 20px;
border-radius: 10px;
}
.cv img{width: 100px; margin-bottom: 0px;}
.cv h4{
    text-align: center;
    font-weight: 800;
    color: #0c5d43;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cv p{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    min-height: 72px;
    display: inline-block;
}
.image-column1{
    position: relative;
}
.image-column1 .inner,.image-column1 .image{
    position: relative;
    display: block;
    width: 100%;
 }
 .image-column1 .image img {
    display: block;
    width: 90%;
    position: relative;
}
.image-column1 .icon-box {
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    font-size: 54px;
    line-height: 120px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
 .image-column1 .icon-box img {
    width: 70px;
}
.col-sm-4,.col-sm-8 {
float:left;
}

  
  
  

/*events*/

.rvugallergy {
  padding: 0px 0;
  width: 100%;
  display: table;
}
.rvugallergy h1 {
  text-align: center;
  color: #d4a851;
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}

.rvugallergy a {
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  padding: 5px;
  border: 1px solid #d4a851;
}
.rvugalbx {
  position: relative;
  display: block;
  width: 100%;
}
.rvugalbx:before {
  background: rgba(53, 53, 53, 0.56);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(75deg) translateZ(0px);
  z-index: 3;
  opacity: 0;
}

.rvugallergy a:hover .rvugalbx:before {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
.rvugalbx span {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  margin: auto;
  color: #fff;
  display: table;
  z-index: 99;
  opacity: 0;
  transition: all 1s;
}
.rvugallergy a:hover .rvugalbx span {
  opacity: 1;
}
.rvugallergy a img {
  width: 100%;
  display: block;
  height: 250px;
    object-fit: cover;
    object-position: top center;
}
.rvugallergyin {
  width: 100%;
  display: table;
  padding: 0 75px;
}
.galltitle {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: #233039;
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.rvugallergy a:hover .galltitle {
  background-color: #d4a851;
  color: #fff;
}

.rvugallergy a h3 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Cantarell", sans-serif;
  margin: 0;
  height:32px;
  overflow:hidden;
}

a.txt2 {
  position: relative;
  z-index: 9;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.imgbx1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.imgbx1 iframe {
  width: 100%;
  display: block;
  margin-top: 0px !important;
  height: 350px;
}
.col-lg-4{
    float:left;
}
.imgbx1 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.rvugalbx iframe {
    width: 100%;
    display: block;
    margin-top: 0px !important;
    height: 305px;
}


/*clubs*/
.clubxmain {
  background-color: #233039;
  padding: 55px 0 75px;
  display: table;
  width: 100%;
}
.clubxmain_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-gap: 30px; */
  column-gap: 30px;
  row-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.clubbx a {
  text-decoration: none;
  display: block;
  /* flex-direction: column; */
  transition: all 0.3s;
  position: relative;
  color: #000;
  width: 100%;
}
.clubbx a::before {
  position: absolute;
  left: 5%;
  top: 0%;
  width: 90%;
  height: 97%;
  content: "";
  border: 1px solid #d4a851;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.clubbx a:hover::before {
  top: 5%;
  opacity: 1;
  visibility: visible;
}
.clubbx a .clubbx_img {
  background-color: #fff;
  height: 350px;
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}
.clubbx a .clubbx_img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,233039+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    rgba(35, 48, 57, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0%,
    rgba(35, 48, 57, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(35, 48, 57, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#233039',GradientType=0 ); /* IE6-9 */
}
.clubbx a .clubbx_img img {
  align-self: center;
  height: 100px;
}
.clubbx_cont {
  text-align: center;
  padding: 5px 15px;
  color: #fff;
}
.clubbx_cont h3 {
  color: #d4a851;
  font-family: "Playfair Display", serif;
  font-size: 22px;
}
.clubbx_cont span i {
  margin-left: 5px;
  font-size: 12px;
}

.clubsContent {
  background-color: #233039;
  padding: 55px 0;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.clubsContent::before {
  background-color: #1c2934;
  position: absolute;
  left: 0;
  top: 0;
  width: 23%;
  height: 500px;
  content: "";
}
.clubsContent::after {
  background-image: url("../images/Pattren2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: -10%;
  top: -100px;
  width: 70%;
  height: 100%;
  /* transform: rotate(180deg); */
  background-position: left center;
}
.clubsContentbx1 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
  position: relative;
}

.clubsContent_img {
  width: 325px;
  height: 390px;
  display: flex;
  background-color: #fff;
  align-content: center;
  justify-content: center;
}
.clubsContent_img img {
  align-self: center;
  height: 110px;
}
.clubsContent_rt_top {
  position: relative;
  background-color: #fff;
  padding: 20px 40px 10px;
}
.clubsContent_rt_top h2 {
  font-size: 36px;
  color: #233039;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Cantarell", sans-serif;
  margin: 0;
}
.clubsContent_rt_top p {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.clubsContent_rt_top p span {
  color: #233039;
  opacity: 0.6;
  font-size: 21px;
  text-transform: capitalize;
}
.clubsContent_rt_top p a {
  text-decoration: none;
  color: #1c2934;
  opacity: 0.85;
  text-transform: capitalize;
  font-size: 16px;
}
.clubsContent_rt_top p a i {
  font-weight: 400;
  font-size: 21px;
  margin-left: 10px;
}
.clubsContent_rt_btm {
  background-color: #3f4b55;
  padding: 30px 40px;
  margin-top: 15px;
}
.clubsContent_rt_btm a {
  text-decoration: none;
  color: #d4a851;
  transition: all 0.3s;
  font-size: 21px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 20px;
}
.clubsContent_rt_btm a img {
  width: 30px;
  margin-right: 10px;
}
.clubsContent_rt_btm p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}

.clubsContentbx2 {
  clear: both;
  margin-top: 100px;
  background-color: #3f4b55;
  padding: 50px;
}
.clubsContentbx2 p {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

  



.home_box4 {
  /* height: 100vh !important; */
  width: 100%;
  position: relative;
  background: #233039 url(../images/explore_bg_circles.png) no-repeat center
    center;
  background-size: 100%;
  padding: 15px;
}
.home_box4 ul {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-left: -23px;
}
.home_box4 ul li {
  border-right: 1px solid #74766b;
  border-bottom: 1px solid #74766b;
}
.home_box4 ul li:nth-child(3n) {
  border-right: 0;
}
.home_box4 ul li:nth-child(7),
.home_box4 ul li:nth-child(8),
.home_box4 ul li:nth-child(9) {
  border-bottom: 0;
}
.home_box4 ul li a {
}
.home_box4 ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  display: block;
  overflow: hidden;

  top: 0;
  transition: all 0.5s;
}
.home_box4 ul li:hover {
  border: 0;
}
.home_box4 ul li a:hover {
  transform: scale(1.1);
}
.home_box4 ul li a:hover {
}
.home_box4 ul li a > img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
}
.home_box4 ul li a:hover > img {
  opacity: 1;
}
.indtxt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.indtxt:hover {
  border: 0;
}
.indtxt:before {
}

.home_box4 ul li a:hover .indtxt:before {
}

.home_box4 ul li a:hover .indtxt {
  bottom: 0px;
}

.indcont {
  width: 100%;
  display: block;
  padding: 20px 30px;
  transition: all ease-in-out 0.5s;
  /* position: absolute;
  bottom: 20px; */
}

.home_box4 ul li a:hover .indtxt .indcont {
}

.indcont img {
  height: 40px;
}
.indimg {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
  background-size: 100%;
  display: none;
}
.home_box4 ul li a:hover .indimg {
  display: block;
}
.indcont h4 {
  color: #fff;
  font-size: 21px;
  margin: 0px 0 10px;
  font-weight: 600;
  /* padding-right: 50px; */
}
.indcont h3 {
  color: #fff;
  font-size: 16px;
  margin: 0px 0 5px;
  font-weight: 600;
  /* padding-right: 50px; */
}
.indcont p {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 15px;
  display: none;
}
.home_box4 ul li a:hover .indcont p {
  display: block;
}
.indcont span {
  display: none;
  transition: all 0.6s;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  background-color: #d5a952;
  border-radius: 5px;
  color: #000;
  padding: 5px 20px;
}
.indcont span:hover {
  background-color: #fff;
  color: #000;
}
.home_box4 ul li a:hover .indcont span {
  display: inline-block;
}
.home_serhd {
  position: absolute;
  left: 0px;
  right: 0;
  top: calc(50% - 160px);
  padding: 15px 30px;
  background-color: #fff;
  color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 9999; */
  text-align: center;
  font-size: 32px;
  font-family: "Playfair Display", serif;
  background-color: #223039;
  border: 30px solid #d5a952;
  width: 33.5%;
  height: 320px;
  outline: 10px solid #3c4d55;
  flex-direction: column;
  line-height: 1.2;
}
/* .home_serhd_bord {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 225px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 30px solid #d5a952;
  width: 36.5%;
  height: 450px;
  flex-direction: column;
  z-index: 99;
} */
.home_serhd b {
  font-weight: 700;
}
.home_serhd::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border: 1px solid #74766b;
  width: 90%;
  height: 90%;
  margin: auto;
  display: table;
}

  



.testimonials {
    display: block;
    background-color: #f7f7f7;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/Pattren2d.png);
    background-repeat: no-repeat;
    background-position: -200px top;
    background-size: 50%;
}
.gray-bg-section{
	display: block;
    background-color: #f7f7f7;
    width: 100%;
    padding: 60px 0;
}
.testimonials .testimonial-item {
    /* text-align: center; */
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    /* border-radius: 50%; */
    /* border: 6px solid rgba(255, 255, 255, 0.15); */
    margin: 0 auto;
    width: 100px;
    border-radius: 60px;
}

.testimonials .testimonial-item h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    color: #000;
    margin-bottom: 30px;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    outline: 0;
    border-radius: 50%;
    background-color: #f6f6f6 !important;
}

.testimonials .owl-dot.active {
    background-color: #0082fa !important;
}

.testimonials .testimonial-item p {
    width: 100%;
    clear: both;
    color: #6b6b6b;
    font-size: 18px;
    margin-top: 0px;
    display: inline-block;
    font-style: italic;
    height:150px;
    overflow-y: auto;
    padding: 0 20px;
}

.testimonial-item {
    padding: 20px 11%;
}

.testimonial-item11 {
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.quotebx {
    position: absolute;
    left: -20px;
    top: 50px;
    width: 75px;
    /* z-index: -1; */
}

.quotebx img {
    width: 100%;
    display: block;
}

.testimonial-item11 {
    position: relative;
    text-align: center;
}

.testimonials h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #233039;
}

.testimonials h4 {
    color: #0F1941;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.testimonials h5 {
    color: #E74536;
    font-weight: 400;
}

.testleft h1 {
    color: #6B6B6B;
    font-weight: 700;
    margin-top: 20px;
    font-size: 32px;
}

.testleft p {
    color: #6B6B6B;
}

.testimonials a {
    background-color: #970658;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 10px 50px;
    transition: all 0.3s;
    color: #fff;
    margin-top: 10px;
    margin: auto;
    display: table;
}

.testimonials a:hover {
    background-color: #ff8500;
}

.testimonials .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    /* z-index: -1; */
    width: 100%;
}

.testimonials .owl-prev {
    width: 30px;
    height: 57px;
    left: 20px;
    position: relative;
    background-size: 30px;
    background-position: center;
}

.testimonials .owl-next {
    width: 30px;
    height: 57px;
    position: relative;
    right: 20px;
    background-size: 30px;
    background-position: center;
}

.testimonials .owl-dots {
    display: none;
    bottom: -20px;
}


  

.rv_team_box1_in {
  display: table;
  background-color: #1c2934;
  padding: 50px 15px 0;
  width: 100%;
  min-width:370px; 
}
.rv_team_box1_in h2 {
  color: #fff;
  font-size: 46px;
  margin-top: 0;
}
.rv_team_box1_in h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Cantarell", sans-serif;
}
.rv_team_box1_in p {
}
.rv_team_box1_in img {
  width: 100%;
  display: table;
  margin: auto;
}
.rv_team_box1_dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.rv_t_mail {
}
.rv_t_mail a {
  text-decoration: none;
  color: #d4a851;
  font-size: 21px;
  font-family: "Cantarell", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rv_t_follow {
}
.rv_t_follow a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  color: #1c2934;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.rv_t_follow a:hover {
  background-color: #d4a851;
}

.rv_team_box2 {
  width: 100%;
  display: table;
  padding: 0 50px 50px;
  background-color: #f7f7f7;
}
.multi_tabs2 {
}

.multi_tabs3 ul.tabs2 {
  display: table;
  /* justify-content: space-between; */
  list-style: none;
  background-color: #d4a851;
  padding: 0px 20px;
  width: 100%;
}
.multi_tabs3 ul.tabs2 li {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  border: 0;
  margin-right: 0;
  /* background-color: #f2f2f2; */
  cursor: pointer;
  float: left;
  width: 25%;
  text-align: center;
}

.multi_tabs3 ul.tabs2 li.active {
  background-color: #1c2934;
  color: #fff;
}
.multi_tabs3 ul.tabs2::before {
  background-color: #1c2934;
}
.multi_tabs3 .tab_content2 h3 {
    color: #1c2934;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    line-height: 32px;
    margin-bottom: 20px;
}
.multi_tabs3 .tab_content2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #003b63;
  margin-bottom: 15px;
}

.it_solutions_box2 {
  padding: 50px 100px 120px;
  background-color: #003b63;
  display: table;
  width: 100%;
}
.it_solutions_box2 h2 {
  font-size: 48px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 400;
}
.it_solutions_box2 .col-sm-6 {
  padding: 15px;
}
.isbbox {
  background-color: #fff;
  padding: 30px;
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 320px;
}
.isbbox h3 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.isbbox h3 img {
  height: 60px;
}
.isbbox p {
  font-size: 16px;
  line-height: 26px;
  color: #697c86;
  margin-bottom: 20px;
  font-weight: 400;
}
.it_solutions_box1 h1 {
  color: #0f467a;
  margin-top: 0;
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: 600;
}
.psslimg img {
  width: 100%;
  display: block;
  padding: 40px;
  border: 1px solid #707070;
}
.tab_container2 {
  padding: 40px;
  background-color: #fff;
  min-height: 550px;
  overflow: auto;
}
.tab_container2 ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.tab_container2 ul li {
  font-size: 16px;
  font-weight: 500;
  color: #003b63;
  width: 100%;
  line-height: 26px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.tab_container2 ul li strong {
  color: #0f467a;
}
.tab_container2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  color: #d4a851;
  content: "\f00c";
  font-family: FontAwesome;
}
.tab_content2 {
  width: 100%;
}
.divider {
  margin: 20px 0;
}
.proj_staff_serv a {
  text-decoration: none;
  /*display: flex;*/
  gap: 10px;
  align-items: center;
  font-size: 16px;
  color: #1c2934;
  font-weight: 600;
}
.proj_staff_serv .proj_staff_serv11 {
  display: grid;
  /* grid-template-columns: 70fr 30fr; */
  width: 100%;
  gap: 70px;
  clear: both;
  margin-bottom: 30px;
}
.proj_staff_serv hr {
  clear: both;
  width: 100%;
}

.rv_team_box1_1 {
  display: grid;
  grid-template-columns: 15fr 85fr;
  padding: 125px 50px;
  background-color: #3f4b55;
}

.rv_team_box1_1 .rv_team_box1_in img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
  margin-bottom: 20px;
  border: 3px solid #d4a851;
}
.rv_team_box1_1 .rv_team_box2 {
  padding: 0;
}
.rv_team_box1_1 .multi_tabs3 ul.tabs2 li {
  width: auto;
  padding: 10px 30px;
  align-items: center;
  display: flex;
}
.rv_team_box1_1 .multi_tabs3 ul.tabs2 {
  display: flex;
/*   justify-content: space-between; */
  margin:0;
}
.rv_team_box1_1 .proj_staff_serv .proj_staff_serv11 {
  display: block;
}

.rv_team_box1_1 .rv_team_box1_dd {
  flex-direction: column;
  gap: 20px;
}  
.djdajklj{
    margin-left: -340px;
    overflow: auto;
}
.djdajklj1{
    overflow: auto;
max-height: 500px;
margin-right: 25px;
}
.research-dropdown{
		margin-left: -700px;
	}
  
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media screen and (max-width: 500px) {
  .simple-menu ul {
    background-color: #000;
  }
  .simple-menu li {
    text-align: center;
  }
  .simple-menu a {
    border-bottom: 1px solid #2f2f2f;
    color: #fff !important;
  }
  .btn-menu {
    text-align: center;
    padding: 20px;
    color: #f8ecc2;
  }
}
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .attach_files ul {
        margin-left: -25px;
    }    
    .attach_files ul li.bgcol1{display: none;}
    .attach_files .wid35, .attach_files .wid20{height: auto; line-height: normal; 
        width: 100%;}
    .attach_files ul li{margin-bottom: 15px;border: 1px solid #ccc;}
    .attach_files .wid35{padding: 20px 15px; font-size: 14px; display: block;}
    .inner_banner{
        min-height: auto !important;
    }
    .testimonials .testimonial-item h3{
        font-size: 16px;
    }
    .testimonials .testimonial-item {
        padding: 20px;
    }
    .testimonials .testimonial-item p {
        font-size: 14px;
        height:200px;
        overflow:scroll;
    }
    button.npfWidgetButton {
        right: -15% !important;
    }
    .iesaa1 img{width: 100%; display: block;}
    .iesaa1 h2, .iesaa2 h2, .iesaa41 h2{margin-top: 20px; font-size: 21px;}
    .iesaa1 p, .iesaa2 p{font-size: 16px; line-height: 24px;}
    .iesaa2car{position: relative; top:auto; width: 100%;;}
    .iesaa2{padding-top: 0;}
    .iesaa2car{margin-bottom: 50px; display: inline-block; padding: 0 20px}
    .iesaa3 h2{border-right: 0; border-bottom: 2px solid #000;}
    .iesaa3 h2{padding-top: 0; margin-top: 0;}
    .iesaa3{padding-top: 0;}
    .iesaa3 h2{font-size: 24px;}
    .iesaa3 h3{padding: 0; text-align: center; font-size: 21px;}
    .iesaa3 p{padding:0; font-size: 16px; text-align: center;}
    .iesaa3 a{margin:auto; display: table;}
    .iesaa41 ul li{font-size: 14px; line-height: 24px;}
    .iesaa41{padding: 20px}
    .iesaa4 p{font-size: 16px; line-height: 24px;}

    h1.mainh1hd{font-size: 24px; margin-bottom: 40px;}
    .table .thead-light th, .table tbody tr td{font-size: 14px;}
    .simple-menu ul{display: block;}
    .iesaa1 p, .iesaa2 p{
        min-height:auto;
    }
    .course-details-content{
        padding-right: 10px;
        padding-left: 10px;
    }
    .servicesbox1 .submenu li{
        padding: 30px 10px 30px 10px;
    }
    .innersec1 {
        padding: 0px 20px;
    }
    .innersec1 h1 {
        margin-top: 20px;
    }
    .pagesec_in{
        display:block;
    }
    .pagesec_in_left img{width: auto;}
    .callforpapers ul{padding: 0; column-count: 1}
    .pagesec2_cards {
        display: block;
    }
    .pagesec3_in{padding: 0;display:block;}
    .pagesec4_row1{
        display:block;
        padding:20px;
    }
    .pagesec4_row2 h2{
        font-size:18px;
    }
    .pagesec4_cont{column-count: 1}
    .pagesec4_row2 p{
        padding:0px;
    }
    .pagesecin_right h2, .callforpapers h2,.pagesec3_in_left h2{
        font-size:18px;
        line-height:32px;
    }
    .pagesec4_bx1{
        display:block;
    }
    .home_box4 ul{
        display:block;
        padding-left:0px;
        margin-left:0px;
    }
    .home_serhd{
        display:block;
        position:relative;
        width:100%;
        height:auto;
        top:0;
        font-size:24px;
        border:10px;
        outline:0;
        border:0;
    }
    .home_serhd::before{
        display:none;
    }
    .home_box4 ul li{
        border:0px !important;
        margin-bottom: 20px;
    }
    .home_box4 ul li a:hover {
      transform: scale(1);
    }
    .home_box4 ul li a > img {
      opacity: 1;
    }
    .home_box4 ul li a .indimg {
      display: block;
    }
    .home_box4 ul li a .indcont p {
      display: block;
    }
    .home_box4 ul li a .indcont span {
      display: inline-block;
    }
    .indcont{
        padding:20px;
    }
    .home_box4 ul li a > img{
        height:350px;
    }
    .prog-main-heading {
        font-size: 25px;
    }
    .home_serhd br{
        display:none;
    }
    .home_serhd b {
        font-weight: unset;
    }
    
    .rv_team_box1_1{
        display:block;
        padding:125px 20px 40px;
    }
    .rv_team_box1_in{
        padding:20px;
        display:block;
		min-width: auto;
    }
	.rv_team_box1_1 .rv_team_box2{
		    margin: 0;
	}
    .rv_t_mail a{
        font-size:14px;
        align-items: center;
    }
    .multi_tabs3 ul.tabs2 li{
        font-size:16px;
    }
    .multi_tabs3 .tab_content2 p{
        font-size:14px;
        line-height:21px;
    }
    .rv_team_box1_in h2{
        font-size:18px !important;
    }
    .rv_team_box1_in h3{
        font-size:14px !important;
    }
    .multi_tabs3 .tab_content2 h3{
        font-size:18px;
    }
    .multi_tabs3 .tab_content2 p{
        font-size:14px;
    }
    .tab_container2 ul li{
        font-size:16px;
        line-height:24px;
    }
    .tab_container2 ul li h4 {
      font-size: 16px;
      line-height: 24px;
    }
    .rv_team_box1_dd{
        margin-top:0px;
    }
    .rv_team_box2{
        display:block;
        margin-top:30px;
    }
    .multi_tabs3 ul.tabs2 {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding:10px;
    }
    .rv_team_box1_1 .rv_team_box1_in img {
  width: 150px;
  height: 150px;
    }
    .rv_team_box1_in hr{
        display:none;
    }
    .tab_container2{
        padding:20px 10px;
    }
}
@media only screen and (min-width : 1600px) and (max-width : 2200px)
{
    button.npfWidgetButton {
        right: -3% !important;
    }
}
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    .container{width: 100%; max-width: 100%; display: block;}
    .col-sm-4.galcontentright{position: relative;}
    .gallergycontent p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media only screen and (min-width : 1900px) and (max-width : 2400px)
{
    .banner {
/*         min-height: 810px; */
    }
    .banner_caption {
        margin-top: 27%;
    }
    .knowmore_btn span{
        margin-top: 12px;
        display: block;
    }
    .iesaa2 {
        min-height: 520px;
    }
}


.video-play-button {
  z-index: 10;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);*/
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  position: relative;
	margin: 0 auto;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #ffc742;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #ffc742;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

.banner-play-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media screen and (max-width: 540px) {
	.video-play-button.banner-play-btn:before, .video-play-button.banner-play-btn:after{
		width: 50px;
    	height: 50px;
	}
	.video-play-button.banner-play-btn{
		width: 32px;
    	height: 44px;
		padding: 37px 20px 18px 42px;
	}
	.video-play-button.banner-play-btn span{
		    border-left: 15px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
	}
	.banner-section-school{
		background: #1b2e38;
	}
	.banner-section-school .innerbanner_content h1, .banner-section-school .innerbanner_content h4, .banner-section-school .innerbanner_content p{
		color: #fff;
	}
	.banner-section-school .footer_applynow_btn{
		border: 1px solid rgba(255,255,255,.2);
	}
	
	.banner-play-btn{
		top: 60px;
	}
	.modal-body iframe{
		max-width: 100%;
		height: auto;
	}
	.clubxmain_in{
		grid-template-columns: repeat(1, 1fr);
	}
}

   .tableheader 
    {
        background-color: #002060; color:#ffffff;
    }
	.grey_bg2, .grey_bg2 td 
    {
        background-color: #acb9ca !important;  
    }