.dropdown-content {
	display: none;
}

.topNav li a.active{
	background-color: #6c4327;
	margin: 0;
	padding: 6px 10px;
	border-radius: 20px;
	color: white;
	font-size: 14px;
}
.acess-library figure{
	display: inline-block;
}
.link{
	text-decoration: none;
    color: #ba8938 !important;
	font-weight: 600;	
	font-size: 19px;
}
.affordable-excellence-flex {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.excellence-card {
  background-color: #fff;
  border: 1px solid #E5D4A3;
  border-radius: 16px;
  flex: 1 1 45%;
  text-align: left;
}
.excellence-card-heading-container {
  border: 1px solid #E5D4A3;
  padding: 10px 0;
  border-radius: 16px 16px 0 0;
  background: #F9F6ED;
}
.excellence-card-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.excellence-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.excellence-card-column {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.excellence-card-column > div {
  flex: 1;
  border-right: 1px solid #E5D4A3;
  border-left: 1px solid #E5D4A3;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  height: 100%;
}
.excellence-card-label {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  padding-left: 5px;
}
.excellence-card-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.liststyle_icon li{
	margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-size: var(--h6);
  font-weight: 400;
  line-height: 1.5;
}
.liststyle_icon li::before {
  content: "";
  display: block;
  position: absolute;
  background: url('data:image/svg+xml,<svg width="20" height="28" viewBox="0 0 20 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.8377 5.8493C12.2967 5.28527 7.70332 5.28527 3.16232 5.8493L0 6.24208V16.6221C0 22.773 5.05618 26.573 10 27.5843C15.7303 26.2921 20 22.773 20 16.6221V6.24208L16.8377 5.8493Z" fill="url(%23paint0_linear_2013_588)"/><defs><linearGradient id="paint0_linear_2013_588" x1="1.33594" y1="13.8644" x2="15.8279" y2="13.8644" gradientUnits="userSpaceOnUse"><stop stop-color="%23DABF7C"/><stop offset="1" stop-color="%23E4D0A0"/></linearGradient></defs></svg>');
    background-repeat: repeat;
    background-size: auto;
  width: 20px;
  height: 27px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.recruitment-parent {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: none;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
.wpcp-carousel-section .wpcp-single-item img{
height: 100px;
width: auto;
max-width: 100%;
aspect-ratio: 3/2;
object-fit: contain;
}
.overview-heading {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 1rem;
	line-height:normal;
}
.welcome-section {
    padding: 5em 5em 3em 5em;
    background-color: #077183;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.welcome-container {
    display: flex;
    align-items: start;
    gap: 2rem;
	align-items:center; /* course inner page course details*/
}
.welcome-image-container {
    position: relative;
    flex: 0.8;
    display: flex;
    justify-content: start;
    align-items: start;
}
.welcome-image {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
.quote-container {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
}
.welcome-text-container {
    flex: 1.2;
    text-align: left;
}
.welcome-text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.text-white {
    color: #ffffff;
}
.marquee-container {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.reverse-scroll {
  animation: scroll-reverse 20s linear infinite;
}
.scroll-container .scroll-content .scroll-item {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  overflow-x: hidden;
}
.scroll-item {
  flex-shrink: 0;
  width: 300px;
}
.scroll-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.logo img{
	box-shadow:none;
}
.logo{
	height:64px !important;
}
.card-name {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
 .blog-card p {
  font-size: 32px;
  font-weight: 700;
  width: 60%;
  line-height: 38.1px;
  text-align: start;
}
.card-name span {
  width: 40px;
  height: 40px;
  display: none;
}

.blogs-slider .blog-card img {
  width: 250px;
	 border-radius: 10px;
  object-fit: cover;
  height: 100%;
  min-height: 336px;
	 transition: all 0.5s ease;
}
.blogs-slider .blog-card.slick-slide {
  display: block;
}
.blogs-slider .blog-card:hover .card-name p {
  color: #ba8938;
  transition: all 0.5s ease;
}
.blogs-slider .blog-card:hover .card-name span {
  display: block;
  transition: all 0.5s ease;
}
.blogs-slider .blog-card:hover img {
  width: 100% !important;
  transition: all 0.5s ease;
}

.indexing {
  position: relative;
  z-index: 2;
  /*overflow:hidden;*/
 
}
.stories-container .tab-content{
/* 	display: none; */
}
.stories-container .tab-content.activee{
	display: block!important;
}
.vidgallary{
	display: none;
}
.vidgallary.activevid{
	display: block;
}
.borderbottom{
	border-bottom: 1px solid #E5D4A3;
}
.highlights-li-div h1 a{
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	font-family: "Proxima Nova Rg";
	color: white;
	display: flex;
  gap: 16px;
}
.highlights-li-div h1 a span{
	color: white;
}
.highlights-li-div h1 a img{
	width: 70px;
}
.videogallerytitle{
	color: white;
}
.vidgallary video{
	width: 560px;
	height: 350px;
}
.video-play h2{
	margin-top: 32px;	
}
.expertgrid_row{
	width: 100%;
 	 max-width: 100%!important;
	grid-template-columns: repeat(3, 6fr)!important;
}
.expertgrid_row .col-2 p {
	min-height: 1px !important;
}
.expertimg{
	margin-bottom: 15px;
}
.exporttalk_slider{
	overflow: hidden !important;
}
.footer .info a, .footer-bottom a{
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}

.career-options-lists{
	width:100%;	
}

.global-achievements-parent{
	height:auto !important;
	padding-top:60px !important;	
	padding-bottom:60px !important;	
	display:flex !important;
	flex-wrap:wrap !important;
	align-items:flex-start !important;
	margin:0;
	padding-left:0 !important;
	flex-direction:column;
}

.list-option{
	display:flex;
	flex-wrap:wrap;	
	row-gap:20px;
}

.list-option li{
	position:relative;
	padding:10px;
	display:flex;
	align-items:center;
	gap:10px;
	width:33.33%;
}

.list-option li::before{
	position: relative;
    content: "";
    background: url(assets/img/shield-check.svg) no-repeat center;
    background-size: 50px;
    width: 50px;
    height: 50px;
}

.list-option li h3{
	font-size:21px;	
	width:60%;
}

.global-achievements-text{
	padding-right:0;
}

.global-achievements-title h1, .global-achievements-title p{
	text-align:center !important;
}

.dropdown-content-small, .dropdown-content-megamenu{
	top:60px;
	display:none;
	height:auto;
	width:300px;
}

.dropdown-content-megamenu{
	width:auto;
}

.dropdown-content-small .dropdown-container{
	width:300px;	
}

.dropdown-content-small .tab-container{
	height:auto;
	width:100%;	
}

.dropdown-content-small .tab-container{
    margin: 15px;
}

.dropdown-content-small a{
	display: block;
    padding: 0px 0px 6px 0px;
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none;
    border-bottom: 1px solid #f4ebd3;
	text-transform:capitalize;
}

.dropdown-content-small a:last-child{
	border-bottom:none !important;
	padding-bottom:0 !important;
}


.dropdown-content-small a:hover{
	color:#6c4327 !important;	
}

.dropdown-content-small .tab-content{
	display:flex;
	gap:12px;
	flex-direction:column;
}

.dropdown-content-small.stickynav, .dropdown-content-megamenu.stickynav {
	top: 96px !important;
    left: auto;	
}

.dropdown-content-megamenu .tab-container{
	margin: 25px;
	height:auto;
	width:auto;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #DBFBFF, transparent);
    z-index: 1;
    pointer-events: none;
}

.cover-image-text {
    z-index: 1 !important;
}

.hero-small-text {
    color: #002E47;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}

.hero-big-text {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    background-color: #012d45;
    padding: 6px 6px;
}

.stories-tab-content{
	width:100%;	
}

.cust-slider .owl-stage{
	display:flex;

	padding-right:0 !important;
}

.cust-slider .owl-stage .item{
	width:100%;	
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	height:100%;
}

.inr-cust-slider-col{
	width:100%;
	position:relative;	
	border-radius:20px;
	overflow:hidden;
	padding: 28px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.inr-cust-slider-col .student-img{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:0;
}


.inr-cust-slider-col  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: white;
}

.tags-container {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.studentcontent{
	position:relative;
	z-index:1;	
	transition:all 0.4s ease;
	opacity:0;
}



.student-dlt h1{
	font-size: 32px;
    color: white;
	opacity:1 !important;
}

.student-dlt p {

    opacity: 0.6;
	font-size:12px
}

.inr-cust-slider-col{
	height:450px;	
}

.cust-slider .owl-item.center .inr-cust-slider-col{
	/*min-height:450px;	
	height:auto;*/
}

.stories-tab-content{
	max-width:1338px;
	margin:auto;
	width:90%;	
}

.cust-slider .owl-item.active .student-img::after{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('https://testmuwebsite.marwadiuniversity.ac.in/wp-content/uploads/2025/06/shield.png') no-repeat top center;
	background-size:100% 100%;
    left: 0;
    z-index: 2;	
	content:"";
	display:block;
	display:none;
}

.cust-slider .owl-item .inr-cust-slider-col:hover .student-img::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #10687ab2;
	background-size:auto;
    left: 0;
    z-index: 1;	
	content:"";
	display:block;
}

.cust-slider .owl-item.active .student-img img{
	position:relative;
	z-index:1;
}



.cust-slider .owl-item .inr-cust-slider-col:hover .studentcontent{
	opacity:1;	
}

.cust-slider .owl-dots, .expert-slider .owl-dots{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;	
	
	display: flex;
    gap: 8px;
	margin:20px 0;
}
.cust-slider .owl-dots .owl-dot, .expert-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #e5d4a3;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.cust-slider .owl-dots .owl-dot.active, .expert-slider .owl-dots .owl-dot.active{
	background-color:#ba8938;
}

.cust-slider.owl-carousel .owl-item img {

    height: 100%;
    object-fit: cover;
    object-position: top center;
	filter:grayscale(1);
}

/* edited for font and all design issues on our hand 19-6-2025 */

.programs-heading, .why-us-section h2, .facilities-title, .life-title h1, .stories-title h1, .recruiter-title h1, .award-main h1, .discover-title h1, .focus-title h1, .faq-main h1, .step-container h1, .why-us h2, .recruiters h2, .program-title, .next-step h2, .section-heading, .affordable-excellence-heading, .popular-blogs h2, .global-achievements-title h1, .why-us h2, .recruiters h2, .show-case h2, .apply-easy-heading, .library-gallery h2, .faq h2, .page-hostel h2{
	font-size:45px;
}

 .library-gallery h2, .faq h2, .page-hostel h2{
	font-family: var(--f-family-bold);
	font-weight:700;
}

.main-heading h1{
font-size: 45px;
  line-height: normal;
}

.content h1{
	font-size:30px;
	line-height:45px;
	
}

.why-us-card .icon{
	font-size: 55px;
	line-height: 15px;
}

.why-us-card{
	height:200px;
}
.tab-btn{
	font-size:18px;
	color:#cda452;
}

/* Get in touch */
.get-in-touch-section {
  width: auto;
  background-color: #f9f6ed;
}

.get-in-touch-container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f6ed;
  padding-bottom: 110px;
}

.get-in-touch-title {
  padding-top: 64px;
}

.get-in-touch-title h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px;
  color: #3d3d3d;
  text-align: center;
}

.get-in-touch-card {
  width: 400px;
  height: 477.04px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  background-color: #f9f6f2;
  padding: 40px;
}

.get-in-touch-id {
  width: 400px;
  height: 477.04px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.get-in-touch-id p {
  width: 400;
  height: 72px;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #666666;
  width: 400px;
  height: 72px;
  gap: 0px;
  opacity: 0px;
}
.get-in-touch-id h4 {
  color: #000000;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.get-in-touch-img-cont {
  width: 275px;
  height: 320px;
}

.get-in-touch-details {
	margin-bottom: 10px;
}

.get-in-touch-details h3 {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize !important;
}

.df-ios .get-in-touch-details h3 {
	font-family: "proxima", sans-serif;
}

.get-in-touch-details p {
  font-size: 14px;
  color: #666;
}

.get-in-touch-phone {
	margin-top: 10px;
}

.get-in-touch-phone p {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

.profile-img {
  width: 275.3px;
  height: 310.88px;
  object-fit: cover;
  top: 13.8%;
}

/* properietery section desktop view */


.stack-container {
  position: relative;
  width: 300px;
  height: 300px;
  left:75px;
}

.stack-layer {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('Rectangle%2040198.png') no-repeat center;
  background-size: contain;
  transform: rotate(45deg) rotate3d(50, 50, 40, 180deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border:6px solid #F1E9E2;
  transition:all 1s ease;
}


.proprietary .layer .row{
	align-items:flex-start !important;
}
 .layer1 {
  top: 0;
  background-color: #0098B5;
  z-index:3;
  transition:all 1s ease;
}

 .layer2 {
  top: 120px;
  background-color: #61BECF;
  z-index:2;
  transition:all 1s ease;
}

 .layer3 {
  top: 180px;
  background-color: #9CD2DC;
  z-index:1;
  transition:all 1s ease;
}
.circle{
    border: 6px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 15%;
	top: -20px;
    /* transform: rotate3d(32, 32, 1, 60deg); */
    transition: opacity 0.5s ease; /* Smooth fade effect */
    transform:translateX(-75px) translateY(200px);
    z-index: 99;
    transition:transform 0.5s ease;
}

.slide-down{
  animation: slide-down 1s ease;
}
@keyframes slide-down {
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}





.proprietary .layer .row .tab-list {
    height: 100%;
}

.proprietary .layer .row .tab-list ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
}

.tab-list ul li.active {
    opacity: 1;
}

.tab-content-wrap .ltab-conte {
    display: none;
}

.tab-content-wrap .ltab-conte.active {
    display: block;
}

.tab-content-wrap p {
    color: var(--heading-color);
    font-size: var(--semi-heading);
}

.proprietary .layer .row .col-5 .tab-content-wrap {
    padding-top: 0;
    height: 100%;
}

.proprietary .layer .row .col-5, {
    height: 100%;
}
 .proprietary .layer .row {
    align-items: flex-start;
}
 .proprietary .tab-content-wrap .ltab-conte {
   display: block ;
}
 .proprietary .tab-content-wrap .ltab-conte.active1{
    visibility:hidden;
}


.proprietary .tab-content-wrap .ltab-conte#tab-1
{
  position:absolute;
	top: 0px;
}
.proprietary .tab-content-wrap .ltab-conte#tab-2
{
  position:absolute;
  top:180px;
}

.proprietary .tab-content-wrap .ltab-conte#tab-3{
  position:absolute;
  top:230px;
}


.proprietary .title  h2 {
    text-align: center;
}

.layer-wrap .layer-1,
.layer-wrap .layer-2,
.layer-wrap .layer-3 {
    width:  1227px;
    height: 133px;
    border-top: 3px solid #000;
}

.layer-wrap .layer-3 {
    border-bottom: 3px solid #000;
}

.svg-layer {
  display: flex;
  justify-content: end;
}
/* properietery section desktop view end */


.companyLogos{
	gap:0;	
}

.marquee .logo:not(:last-child){
	margin-right:40px;
}

@media (max-width:1280px){
		.stories-container, .stories-tab-content{
			width:100%;
		}
}



@media (max-width:991px){
	.hero-left-conatiner {
	  width: 100%;
	}
}
@media (max-width:800px){
	.character{
		bottom: 25%;
	}

}

@media (max-width:768px){
	.main-heading h1{
		font-size:45px;
	}
	
	.hero-big-text{
		font-size:36px;
		line-height:normal;
	}
	
	.highlight{
		line-height:normal;
	}
	
	.character{
		bottom:0;
		right:25%;
	}
	.hero-small-text{
		display:none;
	}
	
	.hero-right-conatiner{
		width:100%;
	}
	
	.lower-images{
		flex-direction:row;
		flex-wrap:wrap;
	}
	
	.life-card-image{
		flex: 1 48%;
	}
	.upper-images img , .lower-images img {
		height: 350px;
	}
	.lb-page .cover-image-mobile-text{
		width:90%;
		padding-left:50px;
		z-index:1;
		padding-top:50px;
		text-align:left;
	}
	
	.lrc-section .d-grid.fifty-fifty .col-6{
		display: flex;
  flex-direction: column;
	}
	.lrc-section .d-grid.fifty-fifty .col-6:last-child img{
		width:100%;
		max-height:none !important;
		height:300px;
		object-fit:cover;
		object-position:top center;
	}
	
	.lrc-section .d-grid.fifty-fifty .col-6:first-child img{
		width:100%;
		max-height:none !important;
		height:600px;
		object-fit:cover;
		object-position:top center;
	}
	
	.cefb-page .cover-image-mobile-text{
		z-index:1;
		width:90%;
	}
	
	.placement-page .hero .cover-image-mobile-text{
		z-index:1;
		background:none;
	}
	
	 .placement-page .hero .cover-image-mobile-text {
		display: block !important;
		color: #000;
	  }
	.page-leadership .cover-image-mobile-text{
		z-index:1;
	}
	.proud-achivment .tab-content .award-list .row{
		grid-template-columns: repeat(1, auto);
	}
	
	.cover-image-mobile-text{
		z-index:1 !important;
	}
		.companyLogos{
			gap:0;
		}
		
		.marquee .companyLogos .logo img, .marquee .companyLogos2 .logo img{
			height:80px;
		}
		
		.marquee .logo, .marquee1 .logo{
			height:auto !important;
		}
		
		.hero{
			background-attachment: scroll !important;
		}
		
		.marquee .logo:not(:last-child) {
		  margin-right: 20px;
		}
		
	.proprietary .layer .row .tab-list ul{
		flex-direction: row;
	}
	
.proprietary .circle {
	right: 26%;
	top: 85px;
}
 .proprietary .tab-content-wrap .ltab-conte#tab-1,
 .proprietary .tab-content-wrap .ltab-conte#tab-2,
.proprietary .tab-content-wrap .ltab-conte#tab-3{
    top: 0px !important;
}
	
	
	
	
}

@media (max-width:600px){
	.character{
		right:50%;
	}
	
	.hero-left-conatiner{
		padding-bottom:170px;
	}
	 .hero-right-conatiner {
    width: auto;
  }
  
  .sticky-fixed-btn{
	  width:70px;
  }
  
  .marquee .logo:not(:last-child) {
		  margin-right: 10px;
		}

  
  
  
}

@media (max-width:580px){
	.upper-images img , .lower-images img {
		height: auto;
	}
}

@media (max-width:450px){
.character {
    right: 15%;
  }
  
  .lrc-section .d-grid.fifty-fifty .col-6:last-child img{
	  height:150px;
  }
  
  .lrc-section .d-grid.fifty-fifty .col-6:first-child img{
	  height:300px;
  }
}

@media (max-width:400px){
	.lrc-section .col-5.d-grid.fifty-fifty{
		display:none;
	}
}


/* custome developemnt section start */
	.cust-dev-parent{
		background:#fff;
		padding:90px 0;
	}
	
	.cust-cards-content-container .cards{
		flex-wrap:wrap;
		transform:none;
		height:auto;
	}
	
	.cust-dev-parent .main-heading{
		padding:0;
		padding-bottom:30px;
		justify-content:flex-start;
	}
	
	.home-cust-content{
		position:relative;
		position:sticky;
		top:0;
	}
	
	.shield-img{
		position: absolute;
		top: -50px;
		left: 0;
		z-index: -1;
		width:60%;
	}	
	
	.dev-content{
		position:sticky;
		top:100px;
	}
	
	.home-cust-content h1{
		font-size:1.3rem;
	}
	
/* custome developemnt section end */

.faq-question{
	gap:15px;
}

.placement-students{
	display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.placement-students .mou-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.placement-students .mou-text span{
	text-align: center;
    display: inline-flex;
	
}

.placement-students .mou-text span:first-child{
	font-weight:600;	
}
.placement-title h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-top: 0;
    color: #333;
}

/*.stories-parent {
	padding-bottom:0 !important;
}*/

.facilities-list{
	padding-top:2rem;
}

.stories-container{
		padding-bottom:0;
}

.stories-title {
  margin-bottom: 0.5rem;
}

.cust-cntct-page.contactus-page .contact-department-section{
	grid-template-columns: repeat(1, 1fr);	
}

.cust-cntct-page.contactus-page .section4 .contact-card .details{
	width:100%;	
}

.cust-table{
	    border: 1px solid #E5D4A3;
		border-collapse: collapse;
		width: 100%;
}

.cust-table thead{
	border: 2px solid #E5D4A3;
    background: #F9F6ED;
	}

.cust-table th {
	padding: 5px 0px 5px 10px;
    margin: 0px;
}

.cust-table tbody{
border: 2px solid #E5D4A3;
text-align:center;
}

.cust-table td{
	border-bottom:#E5D4A3 solid thin;
}

/* bilateral page start */

.what-heppening h1{
font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #333333;
	font-size: 45px;	
}

.wh-col figure, .wh-col figure img{
	width:100%;
}

.wh-cold-grid{
	display:grid;
	width:100%;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}

.wh-cold-grid figure img{
	width:100%;
}

.home_collab_mou.wh-cold-grid figure{
	height:100%;	
}

.home_collab_mou.wh-cold-grid figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wh-cold-grid .grid-col:nth-child(6n - 5) {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-col{
	position:relative;
	border-radius:15px;
	overflow:hidden;
}

.grid-col-heading{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding: 60px 15px 30px;
  background-image: linear-gradient(#0000,#00000080, #000);
}

.grid-col-heading h4{
	color:#fff;
	margin:0 0 7px;
	font-size:23px;
}

.grid-col-heading  a{
	color: #dabf7c;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.grid-col-heading  a:hover{
	color:#fff;
}

@media (max-width:991px){
	.wh-cold-grid .grid-col:nth-child(6n-5) {
		grid-column: auto;
		grid-row: auto;
	}
	.wh-cold-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-col-heading h4{
		font-size:18px;
	}
}

@media (max-width:680px){
	
	.wh-cold-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.grid-col-heading h4{
		font-size:18px;
	}
}


/* bilateral page end */


.next-step .btn svg {
    fill: var(--gold-200);
     width: 32px; 
}

/* =================== WHY US  start ========================== */

.why-us-parent {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 66px 72px;
}

.why-us-parent.bg-white{
	background:#fff;
}

.why-us-section {
  width: 100%;
  text-align: center;
}

.why-us-section h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 76.8px;
  text-align: center;
  color: #333333;
}

.why-us-cards {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  background:none;
  width:1199px;
  margin:auto;
  max-width:100%;
  
}

.why-us-card {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333333;
  gap: 15px;
}

.why-us-card {
  height: 200px;
}

.why-us-card img {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}

.why-us-card .icon {
  font-size: 84px;
  font-weight: 900;
  line-height: 86.4px;
  text-align: center;
  color: #333333;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.why-us-card .icon {
  font-size: 45px;
  line-height: 15px;
  font-family: "Proxima Nova Rg";
  font-weight: 600;
  line-height:normal;
}

.why-us-card p {
  font-size: 28px;
  font-weight: 400;
  line-height: 35.6px;

  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  color: var(--text-color);

}

.popular-blogs .blogs-slider .blog-card{
	padding:10px;
}

.popular-blogs .blog-card p{
	font-size: 23px;
	line-height:normal;
}

.popular-blogs .blogs-slider .blog-card img{
	width:100%;
}

.cust-col-img-sec .cust-img-dsgn{
	margin-bottom:15px;
}

.cust-col-img-sec {
	display:flex !important;
	flex-wrap:wrap  !important;
	align-items:flex-start  !important;
	gap:20px  !important;
}


.cust-col-img-sec .cust-img-dsgn img{
	width:100%;
	border-radius:20px;
	
}

.cust-col-img-sec .col-six{
	flex:1 0 calc(50% - 20px);
}

.cust-col-img-sec  h3{
	font-weight:600;
}



/* Responsive Design */

@media (max-width: 1040px) {
  .why-us-card .icon {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
	.why-us-cards{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.intro-img-block img{
		width:100%;
	}
}

@media (max-width: 768px) {
  .why-us-cards {
    grid-template-columns: repeat(1, 1fr);
	margin-top: 50px;
    /* 2 columns for small screens */
  }

  .why-us-card {
    width: 100%;
    /* Full width of grid column */
  }

  .why-us-section h2 {
    font-size: 32px;
  }

  .why-us-card .icon {
    font-size: 36px;
  }

  .why-us-card img {
    top: 8%;
    left: 50%;
  }
  
  .why-us-card {
	  height: auto;
  }
  .acess-library .row > .col-4{
	  display:flex;
	  justify-content:center;
	  gap:10px;
  }
  
  .gallery-list .gallery-first.gallery-six .galler-col{
	  display:flex !important;
  }
  
   .studentclub-page .cover-image-mobile-text {
    z-index: 1;
  }
  
  .proud-achivment .tab-content .award-list .row .al-list figure img, .proud-achivment .tab-content .award-list .row .al-list:first-child figure img {
	  height: auto !important; 
	  width:100% !important;
	}
  
}

@media (max-width: 500px) {
  .why-us-card p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    margin: 0;
    flex-direction: column;
	text-align:center;
  }

  .why-us-section {
    padding: 20px 20px;
  }

  .scroll-content {
    column-gap: 20px;
  }

  .why-us-card {
    width: 100%;
    /* Full width of grid column */
    height: 100%;
    /* Set a fixed height */
  }

  .why-us-parent {
    padding: 24px 20px;
    position: relative;
    z-index: 50;
    margin-top: -50px;
}

  .focus-parent {
  padding: 0 !important;
  }

  .discover-parent {
  padding: 35px 0 !important;
}

  .why-us-cards {
    width: auto;
    /* Set a fixed width for uniformity */
    height: auto;
    /* Maintain height */
    gap: 4px;
    /* Add spacing between cards */
  }

  .why-us-card {
    width: 80%;
    height: auto !important;
  
    margin: 20px auto;
    margin-top: 0;
	margin-top: 50px;

}

  .why-us-card .icon {
    font-size: 40px;
	font-weight: 900;
    line-height: 48px;
    margin: 0;
  }

  .why-us-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
  }
  
  

  .why-us-card img {
    top: 0;
    width: auto;
    height: 40px;
  }
}

/* =================== WHY US  end ========================== */

/* =================== ACADEMIC PAGES Start ========================== */

.cover-image-text{
	width:85%;
}

.logo a{
	height:100%;
	display:flex;
}

.welcome-text-container h5, .h5 {
  font-size: var(--h6);
}

.welcome-text-container h5 + br{
	display:none;
}

.pt-0{
	padding-top:0;
}

.pb-0{
	padding-bottom:0;
}

.facility-item{
	font-size:30px;
}

.facilities-list{
	gap: 10px 15px;
}

.facility-shield img {
  width: 60%;
}

@media (max-width:768px){
	.cover-image-mobile-text{
		z-index:1;
		width:90%;
	}
	
	.apply-req-section .col-md-4 {
		width: 100%;
	}
	
	footer {
		display: block;
	}
	
	.overview-heading {
		font-size: 30px;
	}
	
	.list-option li{
		width:50%;
	}
	
	.welcome-image-container{
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
	}
	
	.welcome-text-container h5, .welcome-text-container  .text-white{
		text-align:center;
	}
	
	.programs-heading, .why-us-section h2, .facilities-title, .life-title h1, .stories-title h1, .recruiter-title h1, .award-main h1, .discover-title h1, .focus-title h1, .faq-main h1, .step-container h1, .why-us h2, .recruiters h2, .program-title, .next-step h2, .section-heading, .affordable-excellence-heading, .popular-blogs h2, .global-achievements-title h1 {
	  font-size: 35px !important;
	}
	
	.stories-container .tabs{
		display:none;
	}
	
	.expertgrid_row{
		grid-template-columns: repeat(2, 6fr) !important;
	}
}
@media (max-width:440px){
 .proprietary .layer .row .tab-list ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .list-option li{
		width:100%;
	}
	
	.expertgrid_row{
		grid-template-columns: repeat(1, 6fr) !important;
	}
}

/* =================== ACADEMIC PAGES End ========================== */

/* ============= home page css start ==================== */

.expert-slider .owl-stage{
	display:flex;
	
}

.new-discover-parent{
	padding:50px 0;
	margin-top:60px;
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.new-discover-parent::before{
	width:45%;
	height:100%;
	content:"";
	left:0;
	top:0;
	background:#f9f6ed;
	z-index:-1;
	position:absolute;
}

.left-discover-content{
	width:30%;
	padding:10px 100px 30px;
}

.right-discover-content{
	width:70%;
}

.expert-slider .item{
	padding:15px;
	width:100% !important;
}

.expert-col{
	position:relative;
	border-radius:10px;
	overflow:hidden;
	background: #fff;
}
.expert-col P{
	color: #fff;
    font-size: 15px;
    font-family: "proxima Nova", sans-serif;
    font-weight: 600;	
}

.owl-item.active .expert-col{
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}

.expert-col img{
	height:500px;
	width:100%;
	object-fit:cover;
	object-position:top center;
}

.exper-dtl{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:30px 15px 15px;
	background-image: linear-gradient(#0000,#00000080, #000);
}

.exper-dtl h4{
	color: #fff;
	font-size: 24px;
	font-family: "proxima Nova", sans-serif;
	font-weight: 600;
}

.discover-title{
	width:100%;
}

.action .btn span {
  background: linear-gradient(90deg, #DABF7C 6.68%, #E4D0A0 79.14%);
  color: var(--gold-200);
  font-weight: 700;
}

.action .btn.btn-primary {
  border: 1px solid var(--gold-100);
  border-radius: 8px;
  width: auto;
  margin: 0 auto;
  padding: 16px 20px !important;
  font-size: 18px;
  line-height: normal;
}
.overview-downloadable{
margin-top: 24px;	
}
@media (max-width:1199px){
	.left-discover-content{
			padding:10px 50px;
	}
}

@media (max-width:1024px){
	.left-discover-content{
			width:40%;
	}
	
	.right-discover-content{
			width:60%;
	}
	
	.cust-col-img-sec .col-six {
	  flex: 0 0 100% !important;
	}
	
	.cust-col-img-sec .col-six ul li{
		text-align:left !important;
	}
	
	.intro-img-block img{
		width:100%;
		
	}
	.intro-img-block{
		margin-bottom:15px;
		margin-top:15px;
	}
	
	.liststyle_icon li{
		text-align:left;
	}
	
	.df-ios .intro-img-block img{
		position:relative;
		height:auto;
		border-radius:15px !important;
	}
	
	.df-ios .intro-img-block{
		padding:0 !important;
		border-radius:0 !important;
		height:auto;
		max-height:none;
	}
	.bfefv-section{
		display:flex;
		flex-direction:column-reverse;
	}
	
	.bfefv-section .img-wrap{
		display:none !important;
	}
	
	.cover-image-mobile-text{
		z-index:1 !important;
	}
	
	
}

@media (max-width:991px){
	.left-discover-content{
			width:100%;
			margin-bottom:30px;
	}
	
	.right-discover-content{
			width:100%;
			padding:0 20px;
	}
	
	.new-discover-parent::before {
		display:none;
	}
	
	.discover-title{
		width:80%;
		margin:auto;
	}
	
	.discover-title h1, .discover-title p{
		text-align:center;
	}
	
	.discover-title .action{
		width:100%;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	.expert-col img{
		height:auto;
	}
	
	.exper-dtl h4 {
		font-size: 18px;
	}
	.new-discover-parent{
		margin-top:0;
	}
}

/* ============= home page css  end ==================== */

/* ===================== mega menu css start ==============*/

.dropdown-content-megamenu .tabcontent{
	width:360px;
}

.dropdown-content-megamenu .tabcontent2 {
  width: 250px;
}

.dropdown-content-megamenu .new-tab{
	gap:20px;
}

@media (max-width:1199px){
	ul.nav-links {
	  gap: 5px;
	}
	
	.nav-links > li > a{
		font-size:14px !important;
	}
	
}

/* ===================== mega menu css end ===============*/


/* for responsive menu start */

@media (max-width:1330px){
	ul.nav-links {
	  gap: 15px;
	}
	.tab button{
		width:100%;
	}
	
	.tab{
		width:250px;
		height:auto;
	}
	.tabcontent a{
		font-size:14px !important;
	}
}
@media (max-width:1150px){
	.nav-links > li > a {
    font-size: 13px !important;
  }
  .logo img {
	  height: 55px;
	}
}

@media (max-width:1080px){
	
  
   .mainNav .logo {
    margin-right: auto !important;
  }
  
   .nav-links {
    display: none;
    flex-direction: column;
    gap: 20px;
    background-color: #f9f6ed;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 24px !important;
    z-index: 10;
    border-radius: 0px !important;
    height: 100vh;
  }
  
   .nav-links, .dropdown-content {
    top: 90px;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    height: calc(100vh - 90px);
  }
  
	.material-symbols-outlined1 {
		display: none;
	}
	
	.menuIcon {
		width: 24px;
	}
	 
	.menuIcon {
		display: flex;
		width: auto;
		cursor: pointer;
	}
	
	.nav-links.active {
		display: flex;
		align-items: flex-start;
	}
	
	.nav-links li {
		display: flex;
		justify-content: space-between;
		width: 100%;
		cursor: pointer;
	}
	
	  .nav-links li a {
    width: 100%;
    display: block;
  }
  
  
  
  .nav-links, .dropdown-content {
    top: 130px;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    height: calc(100vh - 150px);
  }
  
  .dropdown-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
  }
  
    .backtonavbar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    cursor: pointer;
  }
  
   .new-tab, .tab {
    width: 100%;
    gap: 10px;
    height: auto;
  }
  
   .tab {
    width: 100%;
    
  }
  
   .tabcontent {
    display: none ;
  }
  
    .dropdown-content-small .dropdown-container {
    width: 100%;
	padding:25px;
	box-sizing:border-box;
  }
  
   .dropdown-content-small .tab-container {
    margin: 0;
  }
  
    .backtonavbar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    cursor: pointer;
  }
  
  .dropdown-content-small .tab-content {
    width: 100%;
  }
  
  .menuIcon {
    
    height: 18px;
  }
  
  .nav-links .dropdown-content{
	  top:30px;
	  height:auto;
  }
  
    
}

@media (max-width:768px){
	 .nav-links, .dropdown-content{
		 top:90px;
		 overflow:auto;
		 overflow-x:hidden;
		 height: calc(100vh - 90px);
	 }
	 .dropdown-content-small {
		top: 40px;
	 }
	 
	 .nav-links li a{
		 width:100%;
		 display:block;
	 }
	 
	 .dropdown-content-small .dropdown-container{
		 width:100%;
	 }
	 
	 .dropdown-content-small .tab-container{
		 margin:0;
	 }
	 
	.dropdown-content-small .tab-content{
		width:100%;
	}
	
	.dropdown-content-small{
		height:auto;
	}
	
	.tab button{
			width:100%;
	}
	
	.tabcontent-mob2{
		flex-direction:column;
		gap:5px;
	}
	
	.nav-links .dropdown-content{
		padding:0;
	}
	
}

/* for responsive menu end */

/* academics pages css start */

.white-text-spec {
  font-size: 20px;
}

.vc-name{
	margin-bottom:0;
}
.vc-title{
	margin-top:0;
}

.col-six.d-grid .gap-60{
	grid-gap:20px;
}
.program-title{
	font-weight:700;
}

.tab-data ul.s-tab-btn a{
	font-size:18px;
}

.contact-us.filling-complaint .row .col-2 .fc-content h4{
	font-weight:600;
}

.contact-us.filling-complaint.mur-contact .row .col-2 .fc-content p:nth-child(2){
	font-weight:normal;
}

@media (max-width:1199px){
	.contact-us.filling-complaint.mur-contact .wraper .contact-image{
		display:none;
	}
	
	.contact-us.filling-complaint.mur-contact .row{
		grid-template-columns: repeat(2, 6fr);
		gap:10px;
		width:100%;
		max-width:100%;
	}
}

@media (max-width:1220px){
	.future-left p, .future-right > div > p, .future-right-bottom > div > p{
		font-size:23px;
	}
}

@media (max-width:1024px){
	.fifty-fifty .vision-img-wrap figure:last-child{
		margin-left:0;
		text-align:center;
	}
	
	.fifty-fifty .img-wrap{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	.fifty-fifty.section-padding p.white-text-spec, .vc-name, .vc-title{
		text-align:center;
	}
		
	.program-parent .program-img{
		display:none;
	}
	
	.program-parent .program-grid{
		width:100%;
	}
	.admission-criteria .images-wraper{
		margin-left:auto;
		margin-right:auto;
	}
	
	.scholarship .col-5 .image-wrap{
		display:none;
	}
}

@media (max-width:991px){
	.future-left, .future-right{
		width:100%;
	}
	
	.fdfyc .col-three{
		grid-template-columns: repeat(2, 2fr);
	}
}

@media (max-width:768px){
	.hero {
	  background-size: cover !important;
		-o-background-size:cover !important; 
		-moz-background-size: cover !important; 
		-webkit-background-size: cover !important;
	}
	
	.fifty-fifty .vc-container figure{
		margin-top:0 !important;
	}
	
	.admission-page .tab-data ul.s-tab-btn li{
		width:100% !important;
		max-width:100% !important;
	}
	
	.admission-page .tab-data ul.s-tab-btn li a{
		text-align:center;
	}
	
	.fdfyc .col-three{
		grid-template-columns: repeat(1, 12fr);
	}
	
	  .muiir-page .cover-image-mobile-text {
		display: block !important;
		z-index: 1;
	  }
	  
	  .contact-us.filling-complaint.mur-contact .row{
		  margin-top:20px;
	  }
	  
	  .muiir-page .in-gallery .ing-list .ing-col figure img{
		  object-fit:cover;
		  width:100%;
		  object-position:top center;
	  }
	  
	  .excellence-section .icon-text{
		justify-content: center;
		align-items: center;
		text-align: center;
	  }
	  
	  .excellence-section .icon-text h2, .excellence-section .icon-text span{
		  text-align:center !important;
	  }
	  
	  .excellence-section p.description strong{
		  font-size:18px !important;
		  text-align:center !important;
	  }
	
	
	 .excellence-section p.description{
		  
		  text-align:center !important;
	  }
	  
	  .excellence-section{
		  background: #e5d4a3 ;
	  }
	

}

@media (max-width:500px){
	 .hero {
		background-size: cover !important;
		-o-background-size:cover !important; 
		-moz-background-size:cover !important; 
		-webkit-background-size:cover !important;
		background-position:top right;
	  }
}

/* academics pages css end */

/* Shape Your Future Beyond the Classroom section */

.shapping-future{
	display:none !important;
}

/* Shape Your Future Beyond the Classroom section */

/* story-of excellece start */

.cust-slider .owl-item.center .inr-cust-slider-col{
	width:550px;
	max-width:100%;
}

/* story-of excellece end */

@media (max-width:1079px){
	.next-step .custom-button{
		height:100%;
	}
}


.show-case-left p, .overview-text, .col-three ul li, .col-six ul li, .proprietary .title p, .tab-content-wrap p, .global-achievements-title p, .tab-content-wrap ul li, .page-hostel .point-text p{
	font-size:19px !important;
	line-height:2rem !important;
}

.accordin-content .link{
	font-size: 18px;
}
.scholship-data .row .col-7 ul li,  .footer-text ul li, .cust-col-img-sec ul li, .liststyle_icon li{
	font-family: var(--f-family-reg);
}

.s-des{
	font-size:19px;	
}

.accordin-item .accordin-content p , .accordin-item .accordin-content li, p, .footer-text ul li, .cust-col-img-sec ul li, .liststyle_icon li{
  font-size: var(--s-des);
}

.bg-overlay-dark figure{
	position:relative;
	overflow:hidden;
	z-index:1;
}

.bg-overlay-dark figure::before{
	position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0,0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}


.bg-overlay-dark figcaption{
	z-index:2;
	
}
.bg-overlay-dark figcaption h3, .bg-overlay-dark figcaption p{
	color:#fff !important;
}

@media (max-width:1024px){
	.tab-data ul.s-tab-btn{
		display:flex;
		justify-content:center;
	}
	
	.scholship-data .row .col-7 ul li{
		font-size:19px;
	}
	
	.perks-section .row.d-grid{
		display:flex !important;
		flex-direction:column-reverse;
	}
	
	
	.perks-section .row.d-grid .vision-img-wrap{
		display:none;
	}
	
	.s-heading-vision {
	  text-align: center;
	}
}

/* table design start */

.table{
	border-color:#E5D4A3;
}

.table th, .table td{
	vertical-align:middle;
}

.table th{
	font-family: var(--f-family-reg);
	font-weight: 600;
	background:#f9f6ed;
}

/* table design end */

.pb-0{
	padding-bottom:0 !important;
}

.intro-about-grid:not(:last-child){
	margin-bottom:50px;
}

.intro-about-grid .intro-img-block{
	padding-top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
}
.intro-about-grid .intro-img-block img{
	position:relative;
}

.dis-rajkot .brod-scop-icon {
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
	position:sticky;
	top:120px;
}

.dis-rajkot .card1{
	position:sticky;
	top:120px !important;
}

.dis-rajkot.indexing{
	overflow:inherit;
}


.dis-rajkot .brod-scop-icon  img{
	max-width:100%;
	margin:auto;
}

.dis-rajkot .card1{
	top:0;
	
}

.dis-rajkot .card1:not(:last-child){
	margin-bottom:30px;
}

.about-us-page .text-container p{
	color:#000;
}

.video-section-cust{
	margin-bottom:0;
	/*align-items:flex-start;*/
}

.video-section-cust iframe{
	width:100%;
}

.highlights-li-div-container > img {
	display:none;
}

.video-section-cust .highlights-right{
	height:auto !important;
}

.cust-internattional-admission .fc-content{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top:15px;
}

.cust-internattional-admission .fc-content h4{
	width:100% !important;
	text-align:center !important;
	font-size:28px !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

.cust-internattional-admission .fc-content p{
	text-align:center;
	font-weight:500 !important;
}

.contact-us.filling-complaint .row{
	width:100%;
	max-width:100%;
	display:flex !important;
	flex-wrap:wrap !important;
}

.contact-us.filling-complaint .row .col-2{
	max-width:none;
}

.contactus-page .cover-image-text{
	position:absolute;
	top:220px !important;
}

.contactus-page  .contact-card{
	flex-wrap:wrap;
}

.contactus-page .second-section .key-contact-card .details, .contactus-page .international-section .key-contact-card .details{
	width:60%;
}

.contactus-page .contact-card .details p:not(:first-child){
	word-break:break-all;
}



.contactus-page .contact-us-row .contact-card .details{
	width:75%;
}

.contactus-page iframe{
	width:100% !important;
	height:450px !important;
}

.contactus-page .key-contact-card .contact-card .icon img{
	height:auto;
}



@media (max-width:1199px){
	.contactus-page .contact-section{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.parent-page .contact-us .wraper .contact-image{
		display:none;
	}
}

@media (max-width:768px){
	.contactus-page .cover-image-mobile-text{
		z-index:1;
		position:absolute;
	}
	.contactus-page .second-section .key-contact-card .details, .contactus-page .international-section .key-contact-card .details{
		width:100%;
	}
	.contactus-page .second-section  .contact-card .details p, .contactus-page .international-section  .contact-card .details p{
		text-align:center;
	}
	
	.contactus-page .key-contact-card .contact-card .details p:first-child{
		font-size:21px !important;
	}
	.alumni-page .hero .cover-image-mobile-text, .obe-page .hero .cover-image-mobile-text{
		z-index:1;
	}
}

@media (max-width:767px){
	.contactus-page .contact-us-row .contact-section{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	
}

@media (max-width:600px){
	.contactus-page .contact-us-row .contact-section{
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.alumni-page .hero .cover-image-text{
	color:#008294;
}

.contact-us.filling-complaint .wraper .contact-image{
	display:none;
}

.page-leadership .video-play  iframe{
	width:100% !important;
	
}

@media (max-width:440px){
	.inr-cust-slider-col {
	  height: 550px;
	}
}

.get-in-touch-details h3{
	font-family: "proxima", sans-serif;
}

.get-in-touch-id{
	height:auto;
}

.get-in-touch-id p{
	height:auto;
	margin-bottom:5px;
}
	
.get-in-touch-id h4{
	font-size:18px;
	margin:0;
	margin-bottom:5px;
	line-height:normal;
}

.get-in-touch-id p{
	font-size:23px;
	line-height:normal;
}

.get-in-touch-card{
	height:auto;
}

.get-in-touch-container{
		padding-bottom:0;
}

@media (max-width:1024px){
	.get-in-touch-container{
		height:auto;
	}
	
	.get-in-touch-card, .get-in-touch-id p, .get-in-touch-id{
		width:100%;
	}
}