@font-face {
	src: url(../../fonts/Swiss-721-Bold.woff);
	font-family: swiss721Bold;
}

@font-face {
	src: url(../../fonts/Swiss-721-Regular.woff) format('woff2');
	font-family: swiss721Regular;
}

@font-face {
	src: url(../../fonts/Swiss-721-Medium.woff2) format('woff2');
	font-family: swiss721Medium;
}

@font-face {
	src: url(../../fonts/Swiss-721-Light.woff2) format('woff2');
	font-family: swiss721Light;
}

@font-face {
	src: url(../../fonts/Swiss-721-Thin.woff2);
	font-family: swiss721Thin;
}

@font-face {
	src: url(../../fonts/Swiss-721-Roman.woff);
	font-family: swiss721Roman;
}

@font-face {
	src: url(../../fonts/Swiss-721-Body.woff);
	font-family: swiss721Body;
}

body {
	overflow-x: hidden;
	font-family: swiss721Body, sans-serif;
	font-weight: 900;
}

@media ( min-width : 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1920px !important;
		padding: 0 80px;
	}
}

.container-fluid, .container-xxl {
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}

.wwi-font-body {
	font-family: swiss721Body, sans-serif;
	letter-spacing: -0.01em;
}

.wwi-font-bold {
	font-family: swiss721Bold, sans-serif;
	letter-spacing: -0.02em;
}

.wwi-font-regular {
	font-family: swiss721Regular, sans-serif;
	letter-spacing: -0.01em;
}

.wwi-font-roman {
	font-family: swiss721Roman, sans-serif;
	font-weight: 300;
}

.montserratBold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.montserratSemiB {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.text-color-pink {
	color: #AF1996;
}

.text-color-purple {
	color: #3B3B94;
}

.text-color-green {
	color: #B2DE04;
}

.padding-top {
	padding-top: 110px;
}

.wwi-home-banner.padding-top {
	padding-top: 0 !important;
}

.text-dark {
	color: #000000 !important;
}

.bg-dark {
	background-color: #000000 !important;
}

svg {
	vertical-align: top;
}

.navbar {
	/*padding: 12px 60px;*/
	padding: 0 60px;
	/*position: absolute;*/
	left: 0;
	width: 100%;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	background: transparent;
	background-image: none;
	z-index: 99999;
	transition: .5s all;
}

.navbar.fixed-top {
	position: fixed;
	background: #fff;
	transition: .5s all;
	animation: animate-menu .5s linear 1;
}

@keyframes animate-menu {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
		-webkit-transform:translateY(0%);
	}
}

.navbar li.nav-item {
	margin: 0 20px;
}

.navbar li.nav-item a {
	color: #000;
	opacity: 1;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.navbar li.nav-item ul li a {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'swiss721Roman', sans-serif;
	font-weight: 300;
	color: #000 !important;
}

.navbar li.nav-item ul li a.dropdown-item:active {
	background-color: #5b3295;
	color: #fff !important;
}

.navbar .navbar-brand {
	display: block;
}

.navbar .navbar-brand.show-only-dark {
	display: none;
}

.navbar-brand img {
	width: 100%;
	width: auto;
	height: 100px;
}

.wwi-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #AF1996;
	opacity: .25;
}

.apply-btn {
	opacity: 1;
	visibility: visible;
	transition: .5s all;
}

.apply-btn.show {
	opacity: 1;
	visibility: visible;
	transition: .5s all;
}

.wwi-footer-form-content-1 {
	background: linear-gradient(117.79deg, rgba(175, 25, 150, 0.82) 13%,
		#0090FF 110%);
	padding-top: 30px;
}

/*pop-up*/
.modal-body p, .modal-body li {
	font-family: swiss721Roman, sans-serif;
	font-weight: 300;
}

.modal-header {
	align-items: start;
}

.model-sub-title {
	font-size: 14px;
	line-height: 20px;
	display: block;
}

/*student-testimoniual*/
#sync1 .item, #sync1 .item-video {
	height: 650px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#sync2 .item {
	padding: 10px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#sync2 .item h1 {
	font-size: 18px;
}

/* hs commented
iframe {
	border: 0;
	height: 650px;
}
*/

.navigation-thumbs img {
	width: 100% !important;
	height: auto
}

@media ( max-width : 767px) {
	#sync1 .item, #sync1 .item-video {
		height: auto;
	}
	
	/* hs commented
	iframe {
		border: 0;
		height: auto;
	}
	*/
}

.success-stories-1 {
	box-shadow: 4px 0px 10px 5px rgb(0 0 0/ 11%);
	border-radius: 68px;
}

.modal-content {
	height: 500px;
	overflow: auto;
}

/*student-testimoniual*/

/*pop-up*/

/*Homepage*/
/*Homepage*/
/*Homepage*/
/*Homepage*/

/*Banner*/
.wwi-banner-content h1 {
	font-size: 54px;
	line-height: 1.1;
}

p.subheading {
	font-size: 14px;
}

/*
.wwi-banner-content p {
	
}
*/

.form-label {
	font-size: 13px;
	margin-bottom: 0.2rem;
	margin-top: 0.8rem;
	display: block;
	padding-right: 0px;
	color: #808080;
}

.form-floating .form-label {
	padding: 0rem 0.75rem;
	margin: 0;
	width: auto;
	top: 20px;
	height: auto;
	transform: translate(0%, -50%);
}

.form-floating>.form-control-plaintext ~label, .form-floating>.form-control:focus
	 ~label, .form-floating>.form-control:not(:placeholder-shown) ~label,
	.form-floating>.form-select ~label {
	opacity: 1;
	transform: scale(.85) translateY(-2rem) translateX(0.15rem);
	background: #fff;
	padding: 0rem 0.75rem;
	color: #AF1996;
}

input.form-control, select.form-select, textarea.form-control {
	font-size: 16px;
	font-weight: 300;
	border-color: rgb(59 59 148/ 45%);
	width: 100%;
	font-family: swiss721Roman, sans-serif;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.form-floating .form-control {
	padding: 0.3rem 0.75rem !important;
	line-height: 1.6;
	height: initial;
}

.form-floating>.form-control:focus, .form-select:focus {
	box-shadow: unset;
}

input.form-control::placeholder, select option[disabled] {
	color: #000;
}

input.form-control::placeholder {
	color: #000000;
}

.apply-form {
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.11);
	border-radius: 27px;
	background-color: #ffffff;
}

.apply-form-heading {
	font-size: 36px;
	text-transform: uppercase;
}

input.btn-submit {
	background: #000000;
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	border-radius: 22px;
	padding: 7px 30px;
	/*border: unset;*/
	color: #fff;
	font-size: 14px;
	letter-spacing: .07em;
	font-weight: 600;
	transition: .3s;
	position: relative;
	top: 0;
}

input.btn-submit:hover {
	top: -2px;
	transition: top .3s;
}

.btn-explore p {
	font-size: 20px;
	border-bottom: 1px solid;
	margin-left: 5px;
}

.btn-explore img {
	width: 60px;
}

.music-icon, .reel-icon, .badmnt-icon {
	position: absolute;
}

.music-icon {
	position: absolute;
	left: -50px;
	top: 60%;
	transform: translate(-50%, -50%);
}

.reel-icon {
	left: 100px;
	top: -60px;
}

.badmnt-icon {
	right: -74px;
	bottom: -74px;
}

/*Alumni*/
.alumni-count-inner {
	background: linear-gradient(115deg, #AF1996 14%, #3B3B94 105%);
	box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.25);
	border-radius: 195px 0px 0px 195px;
	padding: 50px 50px 50px 80px;
}

.alumni-count-inner p {
	font-size: 20px;
}

.alumni-count-inner p.alumni-count-p {
	font-size: 22px;
	line-height: 24px;
}

.alumni-count-inner h2 {
	font-size: 70px;
}

/*Our Schools*/
.section-heading h2 {
	font-size: 80px;
	line-height: 1.2;
}

.section-heading .section-heading-inner {
	display: inline-block;
	justify-content: center;
	position: relative;
}

.section-heading .section-heading-inner img.section-heading-icon {
	position: absolute;
}

.section-heading .section-heading-inner img.section-heading-icon.section-heading-icon-cap
	{
	left: -60px;
	top: -55px;
}

.our-school-single {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
}

.our-school-heading {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}

.our-school-heading h3 {
	font-size: 22px;
	margin: 0;
}

.section-heading-icon-badge {
	max-width: 60px;
}

.fee-text {
	font-size: 16px;
	margin: 4px;
}

/*Testimonial*/
.wwi-testimonial-slider:before {
	content: '';
	position: absolute;
	height: 85%;
	width: 100%;
	bottom: 0;
	background: #1F6F85;
	box-shadow: 3px 0px 7px 5px rgba(0, 0, 0, 0.25);
	border-radius: 0px 290px 0px 0px;
	z-index: -1;
}

.owl-carousel.wwi-testimonial-slider .owl-stage {
	display: flex;
	align-items: end;
}

.wwi-testimonial-slider .items {
	position: relative;
	z-index: 2;
}

.tsm-content {
	padding: 80px 0 20px;
}

.wwi-testimonial-slider .tsm-content p {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}

.owl-carousel.wwi-testimonial-slider .tsm-content img {
	margin-left: -30px;
	width: 42px !important;
}

.wwi-testimonial-slider .tsm-details p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.wwi-testimonial-slider .tsm-details h3 {
	font-size: 32px;
	line-height: 38px;
}

/*owl	*/
.owl-carousel .owl-item img {
	width: auto;
}

.owl-stage-outer {
	z-index: 2;
}

.owl-dots {
	position: absolute;
	bottom: 16px;
	left: 45%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	opacity: .5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
	{
	background: #fff;
	opacity: 1;
}

.wide-btn a {
	font-size: 20px;
	border-radius: 22px;
	padding: 7px 20px;
	font-style: normal;
	background: linear-gradient(122deg, #AF1996 -3.92%, #3B3B94 124.23%);
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
/*.wwi-top-rounded1{*/
/*margin-top: -50px;*/
/*}*/
input::placeholder {
	color: #000000;
}

/*success stories*/
.success-stories {
	box-shadow: 4px 0px 10px 5px rgba(0, 0, 0, 0.11);
	border-radius: 68px;
}

.section-heading-icon.section-heading-icon-winner {
	right: -90px;
	top: -56px;
}

.section-heading.section-heading2 h2 {
	font-size: 50px;
	/*margin: 0;*/
	/*padding-bottom:1.5rem;*/
}

.all-success-stories .our-school-single {
	height: auto;
}

.all-success-stories .our-school-single p, .all-success-stories .our-school-single h6
	{
	margin-bottom: 0;
	font-size: 12px;
}

.all-success-stories .our-school-single p {
	margin-bottom: 5px;
	font-family: swiss721Bold, sans-serif;
}

.all-success-stories .our-school-single h6 {
	margin-top: 10px;
	font-family: swiss721Bold, sans-serif;
}

.all-success-stories .our-school-heading {
	height: 200px;
	background-color: #222222;
	display: block;
	border-radius: 20px 20px 0 0;
}

.all-success-stories .our-school-single.success-story-small {
	height: 330px;
}

.all-success-stories .success-story-small .our-school-heading {
	height: 120px;
}

/*Student Testimonial*/
.section-heading-icon.section-heading-icon-like {
	right: -100px;
	top: -56px;
}

.wwi-student-testimonial-slider .owl-stage-outer {
	padding: 20px 0;
}

.wwi-student-testimonial-slider .owl-stage-outer .owl-stage {
	display: flex;
	align-items: center;
}

.std-tsm-outer {
	box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.21);
	border-radius: 15px;
	padding: 15px;
	height: 560px;
}

.std-tsm-inner {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.21);
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.std-tsm-inner p {
	color: #808080;
	font-size: 14px;
}

.std-tsm-inner h3 {
	font-size: 24px;
}

.std-tsm-inner h4 {
	font-size: 16px;
}

.wwi-student-testimonial-slider .owl-item .items {
	transform: scale(0.8);
	transition: transform .5s;
}

.wwi-student-testimonial-slider .owl-item.active.center .items {
	transform: scale(1);
	transition: transform .5s;
}

.owl-item.active.center .std-tsm-outer, .owl-item.active.show-bg .std-tsm-outer
	{
	transition: .5s ease all;
}

.owl-item.active.center .std-tsm-outer {
	background: linear-gradient(118deg, rgba(178, 222, 4, 0.71) 0%,
		rgba(255, 180, 0, 0.72) 99%);
	transition: .5s ease all;
}

.owl-item.active.show-bg .std-tsm-outer {
	background: linear-gradient(118deg, rgba(178, 222, 4, 0.71) 0%,
		rgba(255, 180, 0, 0.72) 99%);
	transition: .5s ease all;
}

.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 0;
}

.owl-nav button {
	margin: 0;
}

.owl-nav button.owl-prev {
	transform: rotateY(180deg);
}

.owl-nav button span {
	position: relative;
}

.owl-nav button.owl-prev span.arrowPrev {
	left: 36px;
}

.awards-slider.owl-nav button.owl-prev span.arrowPrev {
	left: 60px;
	bottom: 70px;
}

.owl-nav button.owl-next span.arrowNext {
	right: -36px;
}

/*Full Screen Video  */
.fullscreen-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.wwi-quote {
	padding-left: 40px;
}

.wwi-quote:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 16px;
	left: 0;
	top: 0;
	border-radius: 3.5px;
	background: linear-gradient(178deg, #AF1996 -8.31%, #0090FF 123%);
}

.wwi-quote p {
	font-size: 16px;
	line-height: 22px;
}

/*Footer form*/
.mortarboard-icon {
	position: absolute;
	left: -150px;
	bottom: -76px;
	max-width: 250px;
}

.wwi-footer-form-content {
	background: linear-gradient(117.79deg, rgba(175, 25, 150, 0.82) 13%,
		#0090FF 110%);
	border-radius: 0px 24px 24px 0px;
	border-radius: 0px;
	padding: 60px 80px 30px;
	padding: 60px 80px 60px; /* cs */
}

.wwi-footer-form-content h2 {
	font-size: 60px;
	line-height: 74px;
	/* max-width: 270px; */  /* cs */
	margin-bottom: 35px;
	text-transform: capitalize;
}

.wwi-footer-form {
	margin: 0 80px 0 -120px;
}

.wwi-footer-form form {
	padding-left: 90px;
	padding-right: 90px;
}

/*footer*/
.wwi-footer {
	border-radius: 27px 27px 0px 0px;
}

.wwi-footer-heading h2 {
	font-size: 50px;
	text-transform: uppercase;
}

.footer-links a {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
}

/*Single Page*/
/*Single Page*/
/*Single Page*/
/*Single Page*/
/*Single Page*/
.modal-dialog {
	margin-top: 10%;
}

.navbar.wwi-have-bg li.nav-item a {
	color: #fff;
}

.navbar.wwi-have-bg .navbar-brand {
	display: none;
}

.navbar.wwi-have-bg .navbar-brand.show-only-dark {
	display: block;
}

.bg-enabled {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wwi-top-rounded {
	border-radius: 47px 47px 0px 0px;
	margin-top: -50px;
}

.why-wwi-section {
	background: #FFFFFF;
}

.cf-box {
	border: 1px solid #fff;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}

.cf-box h5 {
	background: #fff;
	padding: 10px 50px;
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cf-box h6 {
	font-size: 20px;
}

.cf-box h6 sup {
	font-size: 12px;
}

.wwi-faculty-inner {
	background: linear-gradient(104deg, #AF1996 -12%, #0090FF 118%);
	border-radius: 0px 0px 17px 17px;
	padding: 10px;
	padding: 18px 24px;
}

.owl-carousel.wwi-faculty-slider .owl-item img {
	width: 100% !important;
}

.wwi-faculty-outer {
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	/*padding:0px 30px;*/
}

.wwi-faculty-border {
	position: relative;
}

.wwi-faculty-border-inner {
	z-index: 3;
	padding: 2px;
}

.wwi-faculty-border:before {
	content: '';
	position: absolute;
	height: 85%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #B2DE04 0%, #25CCCC 100%);
	box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.25);
	border-radius: 17px;
	z-index: 1;
}

.wwi-faculty-border:after {
	content: '';
	position: absolute;
	height: 83.2%;
	width: 98%;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -1.3%);
	background: #fff;
	border-radius: 17px;
	z-index: 2;
}

.fv-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*.wwi-single-page .wwi-footer-form-content h2{*/
/*		margin-bottom: 0;*/
/*}*/

/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/

/*Universal */
@media ( max-width : 1023px) { /*1024*/
	.padding-top {
		padding-top: 130px;
	}
	.navbar {
		padding: 0px 12px;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		margin-top: 15px;
		background: #fff;
		width: 100%;
		z-index: 99;
		box-shadow: 0px 7px 6px -6px #000;
	}
	
	/* hs commented
	iframe {
		height: 300px;
	}
	*/
	
	.navbar-collapse .navbar-nav {
		padding: 20px 0;
	}
	.navbar.wwi-have-bg li.nav-item a {
		color: #000;
	}
	.wwi-banner-content h1 {
		font-size: 54px;
	}
	.reel-icon {
		left: 25px;
		top: -40px;
		max-width: 70px;
	}
	.badmnt-icon {
		right: -22px;
		bottom: -40px;
		width: 110px;
	}
	.music-icon {
		left: 15px;
		top: 100%;
	}
	.form-label {
		padding-right: 0;
	}
	.alumni-count-inner {
		padding: 31px 20px 31px 60px;
	}
	.alumni-count-inner h2 {
		font-size: 40px;
	}
	.alumni-count-inner p.alumni-count-p {
		font-size: 18px;
		line-height: 20px;
	}
	.section-heading h2 {
		font-size: 40px;
	}
	.section-heading .section-heading-inner img.section-heading-icon.section-heading-icon-cap
		{
		max-width: 80px;
	}
	.wwi-testimonial-slider:before {
		border-radius: 0px 80px 0px 0px;
	}
	.owl-carousel.wwi-testimonial-slider .tsm-content img {
		margin-left: -18px;
	}
	.tsm-content {
		padding: 10px 0 20px;
	}
	.wide-btn a {
		font-size: 16px;
	}
	.section-heading.section-heading2 h2 {
		font-size: 32px;
		/*padding-top:1rem;*/
		padding-bottom: 0;
	}
	.section-heading-icon.section-heading-icon-winner {
		right: -60px;
		top: -40px;
		max-width: 70px;
	}
	.section-heading-icon.section-heading-icon-like {
		right: -52px;
		top: -32px;
		max-width: 70px;
	}
	.std-tsm-inner h3 {
		font-size: 20px;
	}
	.std-tsm-inner h4 {
		font-size: 15px;
	}
	.owl-theme .owl-nav {
		top: 45%;
	}
	.owl-nav button.owl-prev span.arrowPrev {
		left: 55px;
	}
	.owl-nav button.owl-next span.arrowNext {
		right: -55px;
	}
	.play-btn img {
		max-width: 70px;
	}
	.wwi-quote p {
		font-size: 16px;
		line-height: 22px;
	}
	.wwi-footer-form-content {
		border-radius: 24px 24px 0px 0px;
		padding: 35px 18px 100px;
		padding: 35px 18px 35px;  /* cs */
	}
	.wwi-footer-form-content h2 {
		font-size: 40px;
		line-height: 48px;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.wwi-footer-form {
		margin: 0 15px;
		margin-top: -78px;
	}
	.wwi-footer-form form {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mortarboard-icon {
		position: absolute;
		left: -12px;
		bottom: -31px;
		max-width: 92px;
	}
	.wwi-footer-heading h2 {
		font-size: 40px;
	}
	.footer-links a {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.section-heading-icon-badge {
		max-width: 50px;
	}
	.owl-dots {
		bottom: -16px;
	}
	.wwi-home-page .owl-dots {
		bottom: 0px !important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 7px;
		height: 7px;
		margin: 5px 4px;
	}
	.all-success-stories .our-school-single.success-story-small {
		height: 540px;
	}
	.success-stories-slider .items {
		width: 100%;
	}
	.success-stories-slider .owl-stage-outer {
		padding: 0;
	}
	.success-stories-slider {
		margin: 0;
	}
	.success-stories-slider .owl-nav button.owl-next span.arrowNext {
		right: -42px;
	}
	.success-stories-slider .owl-nav button.owl-prev span.arrowPrev {
		left: 42px;
	}
	.all-success-stories .our-school-heading {
		height: auto;
	}
	.wwi-testimonial-slider:before {
		height: 100%;
	}
	.std-tsm-outer {
		height: auto;
	}
	.wwi-banner-content h1 {
		line-height: 54px;
	}
	.navbar {
		padding: 19px 10px;
	}
	.wwi-banner-content p {
		font-size: 25px;
	}
	.wwi-banner-content h1 {
		line-height: 80px;
		font-size: 77px;
	}
	span.wwi-course-fee {
		font-size: 18px;
	}
	#wwi-course-fees span {
		font-size: 12px;
	}
	select #wwi-course-list option {
		font-size: 18px;
	}
	.ap-btn {
		align-items: center;
	}
	.wide-btn a {
		margin-right: 15px;
	}
	.modal-dialog {
		margin-top: 50%;
	}
	.navbar-toggler {
		border: none;
	}
	.navbar-nav .dropdown-menu {
		display: block;
		border: none;
	}
	.navbar li.nav-item ul li a {
		color: #000 !important;
		font-size: 14px;
		line-height: 20px;
	}
	.navbar li.nav-item a {
		padding-left: 1rem;
	}
	.dropdown-toggle::after {
		display: none;
	}
	.our-school {
		border-bottom: 3px solid #000;
		font-weight: 700;
	}
	.std-tsm-inner p {
		color: #000;
		font-size: 16px;
		line-height: 1.2;
	}
	#sync1 .item, #sync1 .item-video {
		height: 300px;
	}
}

/*Mobile*/
@media ( max-width : 767px) {
	.wwi-student-testimonial-slider .owl-item.active.center .items {
		transform: scale(0.9);
	}
	.wwi-testimonial-slider:before {
		border-radius: 0px 50px 0px 0px;
		box-shadow: 0px 0px 5px 3px rgb(0 0 0/ 25%);
	}
	.owl-carousel.wwi-testimonial-slider .tsm-content img {
		width: 25px !important;
	}
	.wwi-testimonial-slider .tsm-content p {
		font-size: 12px;
		line-height: 12px;
		font-weight: 300 !important;
	}
	.wwi-testimonial-slider .tsm-details h3 {
		font-size: 15px;
		line-height: 15px;
	}
	.wwi-testimonial-slider .tsm-details p {
		font-size: 10px;
		line-height: 12px;
	}
	.wwi-schools-slider {
		margin: 0;
	}
	.wwi-schools-slider .owl-stage-outer {
		padding: 0;
	}
	.wwi-schools-slider .items {
		width: 100%;
	}
	.owl-theme.wwi-schools-slider .owl-nav {
		top: 38%;
	}
	.wwi-schools-slider .owl-nav button.owl-next span.arrowNext {
		right: -42px;
	}
	.wwi-schools-slider .owl-nav button.owl-prev span.arrowPrev {
		left: 42px;
	}
	.form-label {
		font-size: 12px;
		margin-bottom: 0.3rem;
		margin-top: 0.3rem;
	}
	input.form-control, select.form-select {
		font-size: 12px;
	}
	#wwi-course-list {
		font-size: 16px;
	}
	textarea.form-control {
		height: 60px;
	}
	input.btn-submit {
		font-size: 12px;
		padding: 5px 20px;
	}
	.form-floating .form-label {
		top: 17px;
	}
	
	/* hs commented
	iframe {
		height: 200px;
	}
	*/
	
	.wwi-banner-content p {
		line-height: 18px;
	}
	p.subheading {
		font-size: 12px;
	}
	.padding-top {
		padding-top: 80px;
	}
	.apply-form-heading {
		font-size: 22px;
	}
	/*.wwi-student-testimonial-slider .owl-stage-outer .owl-stage{*/
	/*    height:450px;*/
	/*}*/
	.arrowPrev img {
		width: 20px;
	}
	.arrowNext img {
		width: 22px;
	}
	.form-label {
		margin-top: 0.5rem;
	}
	.navbar-brand img {
		width: 100%;
		height: auto !important;
	}
	.navbar {
		padding: 19px 10px;
	}
	.navbar {
		flex-wrap: nowrap;
		line-height: 14px;
	}
	.wide-btn a {
		font-size: 12px;
	}
	.navbar .navbar-brand {
		width: 130px;
	}
	.wwi-banner-content p {
		font-size: 13px;
	}
	.wwi-banner-content h1 {
		line-height: 40px;
		font-size: 40px;
	}
	.owl-nav button.owl-prev span.arrowPrev {
		left: 26px;
	}
	.owl-nav button.owl-next span.arrowNext {
		right: -26px;
	}
	#sync1 .item, #sync1 .item-video {
		height: 200px;
	}
	.wwi-student-testimonial-slider .owl-stage-outer {
		padding: 0;
	}
	.success-stories-1 {
		border-radius: 0px;
	}
}

/*Tab*/
@media ( max-width : 1023px) and (min-width: 768px) { /*1024*/
	.reel-icon {
		left: 200px;
	}
	.owl-carousel.wwi-testimonial-slider .tsm-content img {
		width: 50px !important;
	}
	.wwi-testimonial-slider:before {
		border-radius: 0px 190px 0px 0px;
	}
	.wwi-testimonial-slider .tsm-content p {
		font-size: 24px;
		line-height: 32px;
	}
	.wwi-testimonial-slider .tsm-details h3 {
		font-size: 28px;
		line-height: 42px;
	}
	.wwi-testimonial-slider .tsm-details p {
		font-size: 16px;
		line-height: 20px;
	}
	.wwi-quote p {
		font-size: 18px;
		line-height: 24px;
	}
	.wwi-footer-form-content h2 {
		font-size: 60px;
		line-height: 64px;
	}
	.wwi-footer-form-content {
		padding: 50px 40px 100px;
		padding: 50px 40px 50px; /* cs */
	}
	.wwi-footer-form {
		margin: 0 40px;
		margin-top: -78px;
	}
}

@media ( min-width : 768px) {
	.owl-carousel.wwi-schools-slider {
		display: flex;
	}
	.owl-carousel.success-stories-slider {
		display: flex;
	}
}

@media ( min-width : 1023px) { /*1025*/
	.owl-carousel.success-stories-slider {
		display: flex;
	}
	.dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 10%;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		content: '';
	}
	.dropdown-menu:after {
		position: absolute;
		top: -6px;
		left: 10.5%;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ffffff;
		border-left: 6px solid transparent;
		content: '';
	}
}

/* CS Styles */

/* Meritto form
.widget_container {
    background: transparent !important;
}
.head {
    display: none !important;
}
.agree-condition {
    color: black !important;
}
*/

iframe {
    height: 575px !important;
}

@media (max-width: 576px) {
    iframe {
        height: 600px !important;
    }
}

#exam-date {
	width: fit-content;
	display: none;
}

@media (max-width: 768px) {
	#exam-date {
		width: auto;
	}
}

/*
section.wwi-course-fees {
    display: none;
}
*/

.tiss img {
	background: white;
	padding: 0 10px 12px 10px;
	border-radius: 20px;
	height: 100px;
}

button.cta-button {
	border-radius: 22px;
	padding: 7px 20px;
	background: white;
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	border: white 1px solid;
}

button.cta-button:hover {
	background: transparent;
	color: white;
	box-shadow: none;
	border: white 1px solid;
}

/*
@media ( max-width : 480px) {
	.tiss {
		
	}
}
*/




  /* -----------------------------
      Card shared base 
  ----------------------------- */

  /*
  .wwi-faculty-slider .items {
	margin: 10px;
  }
  */
  
  .wwi-faculty-slider .wwi-faculty-outer {
	margin: 30px;
  }
  
  .owl-carousel.wwi-faculty-slider .owl-item img {
	width: 100% !important;
	height: auto;
  }
	
  .hs042026-cards-wrapper {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: flex-start;
	font-family: sans-serif;
  }
  
  .hs042026-card {
	border-radius: 20px;
	overflow: hidden;
	/* width: 220px; */
	flex-shrink: 0;
  }

  .hs042026-card img {
	width: 100%;
	display: block;
	object-fit: cover;
  }

  /* -----------------------------
	 CARD 1 - Faculty Profile
  ----------------------------- */
  .hs042026-faculty-card {
	/* border: 5px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #acd633 0%, #95d371 60%, #56c69e 100%) border-box; */
	box-shadow: 5px -1px 7px 3px lightgrey;
  }
  
  .hs042026-faculty-img-container {
	border: 5px solid transparent;
	border-bottom: none;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #acd633 0%, #95d371 60%, #56c69e 100%) border-box;
	border-radius: 20px 20px 0 0;
  }
  
  .hs042026-faculty-card .hs042026-faculty-img {
	height: 380px;
	object-position: top center;
	border-radius: 15px 15px 0 0;
  }

  .hs042026-faculty-info {
	background: linear-gradient(135deg, #942ba7 0%, #2577e8 100%);
	padding: 14px 16px 16px;
	height: clamp(110px, 9vw, 145px);
  }

  .hs042026-faculty-name {
	color: #fff;
	font-size: clamp(20px, 1.7vw, 30px);
	/* font-weight: 700;
	line-height: 1.2; */
	margin: 0 0 4px;
	text-wrap: balance;
  }

  .hs042026-faculty-role {
	color: rgba(255, 255, 255, 0.85);
	font-size: clamp(16px, 1.45vw, 28px);
	/* font-weight: 400;
	line-height: 1.4;
	text-wrap: balance; */
	margin: 10px 0 0 0;
	font-family: 'swiss721Light';
  }

  /* -----------------------------
	 CARD 2 - Placements
  ----------------------------- */
  .hs042026-placement-card {
	/* width: 300px; */
	height: 580px;
	border: 1.5px solid #d0d0d0;
	display: flex;
	flex-direction: column;
  }

  .hs042026-placement-card .hs042026-placement-img {
	flex: 1 1 0;
	min-height: 0;
	object-position: center top;
	object-fit: cover;
  }

  .hs042026-placement-info {
	background: #c8f53e;
	padding: 14px 14px 16px;
	flex-shrink: 0
  }

  .hs042026-placement-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 8px;
  }

  .hs042026-placement-item {
	display: flex;
	flex-direction: column;
	gap: 1px;
  }
  
  .hs042026-placement-item:only-child {
	grid-column: 1 / -1;
  }

  .hs042026-placement-item-name {
	/* font-size: 13px; */
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
	text-transform: capitalize;
	text-wrap: balance;
  }

  .hs042026-placement-item-role {
	font-size: 13px;
	font-weight: 400;
	color: #3a3a3a;
	margin: 0;
	line-height: 1.35;
	text-transform: capitalize;
	text-wrap: balance;
  }