@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	font-family: "Raleway", sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.no-pad {
	padding: 0;
}
.no-marg {
	margin: 0 auto;
}
a, a:active, a:focus {
	outline: 0;
}
/*input border */
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
.btn.focus, .btn:focus {
	box-shadow: none !important;
}
/*input border */
/*Header sticky*/
#header_container {
	transition: top 0.3s;
	position: fixed;
	box-shadow: -1px 0px 4px -3px #000;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #ffffff8c !important;
	width: 98%;
	margin: 15px auto 0;
	border-radius: 11px;
}
#header_container.hide-nav {
	top: -200px;
}
.top-hegt-space {
	margin-top: 85px;
}

/*Header sticky*/
::-moz-placeholder {
 color: #cacaca;
 opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #333;
 opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
 color: #333;
}
.zoom:hover {
	transform: scale(1.2);
	transition: transform 0.6s;
}
.zoom {
	padding: 0;
	transition: transform 0.6s;
	margin: 0 auto;
}
ul {
	margin: 0px auto;
	padding: 0;
}
ul li {
	list-style: none;
}
.widget ul li::before {
	content: url(../images/disc.png);
	left: 0;
	position: absolute;
	padding-left: 4px;
	color: #707070;
	font-size: 14px;
}
.widget ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.widget ul li {
	margin-bottom: 3px;
	padding-left: 29px;
	position: relative;
	line-height: 35px;
	font-size: 16px;
}
/*main menu style*/
.hero {
	width: 100%;
	display: flex;
}
.hero .menu-btn {
position: absolute;
  top: 35px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  background: #ed1d25;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 20px;
  border-radius: 5px;
}
.hero .menu-btn:hover span:nth-child(1) {
	width: 70px;
}
.hero .menu-btn:hover span:nth-child(2) {
	width: 65px;
	margin-left: -10px;
}
.hero .menu-btn span {
	display: block;
	margin: 5px 0;
	background: black;
	width: 65px;
	height: 5px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);/*transition-delay: .2s;*/
}
.hero .menu-btn span:nth-child(2) {
	width: 40px;
	transition-delay: 0.1s;
}
.menu.active {
	opacity: 0;
	visibility: hidden;
}
#main-hder-top {
	padding: 9px 0 0;
}
/*.top-hddr-strp { background: linear-gradient(90deg, rgb(12, 77, 139) 14%, rgb(18, 109, 196) 31%, rgb(12, 77, 139) 53%); padding: 2px; }*/
.menu {
	transition: 0.52s;
	z-index: 1111;
	position: fixed;
	top: 0;box-shadow: 2px 6px 16px 5px #00000045 !important;
	left: auto; right:0;
	background: url(../images/menu-bg.jpg) center;
	background-size: cover;
	width: 26%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu .btn-close {
	font-size: 17px !important;
	position: absolute;
	top: 20px;
	cursor: pointer;
	right: 14px;
	z-index: 999;
}
.menu .links-container {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
}
.menu .links-container a {
	width: 100%;
	height: 400px;
	font-size: 4em;
	text-decoration: none;
	color: whitesmoke;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*transition-delay: .2s;*/
	position: relative;
}
.menu .links-container a:hover {
	color: #00eca6;
	font-size: 4.5em;
	margin-left: 10px;
}
.menu .links-container a:before {
	color: whitesmoke;
}
.menu .home:after {
	content: "";
	position: absolute;
	background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
	width: 600px;
	height: 800px;
	background-size: cover;
	top: -250%;
	right: -1000px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*transition-delay: .2s;*/
	filter: grayscale(75%);
	visibility: hidden;
}
.menu .home:hover:after {
	visibility: visible;
	top: -275%;
}
.menu .home:hover:before {
	visibility: visible;
	right: -1150px;
}
.menu .places:after {
	content: "";
	position: absolute;
	background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
	width: 600px;
	height: 800px;
	background-size: cover;
	top: -350%;
	right: -1000px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*transition-delay: .2s;*/
	filter: grayscale(75%);
	visibility: hidden;
}
.menu .places:hover:after {
	visibility: visible;
	top: -375%;
}
.menu .places:hover:before {
	visibility: visible;
	right: -1150px;
}
.menu .about:after {
	content: "";
	position: absolute;
	background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
	width: 600px;
	height: 800px;
	background-size: cover;
	top: -450%;
	right: -1000px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*transition-delay: .2s;*/
	filter: grayscale(75%);
	visibility: hidden;
}
.menu .about:hover:after {
	visibility: visible;
	top: -475%;
}
.menu .about:hover:before {
	visibility: visible;
	right: -1150px;
}
.menu .contact:after {
	content: "";
	position: absolute;
	background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
	width: 600px;
	height: 800px;
	box-shadow: 4px 7px 9px 3px rgba(0, 0, 0, 0.2392156863);
	background-size: cover;
	top: -550%;
	right: -1000px;
	transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
	/*transition-delay: .2s;*/
	filter: grayscale(75%);
	visibility: hidden;
}
.mnu-hdd_menu {
	float: left;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	margin: 7px auto;
	padding-right: 7px;
	letter-spacing: 2px;
}
.menu-btn svg {
	color: #000;
	width: 49px;
	height: 49px;
}
/*main menu style*/
.btn-danger {
	background: #ed1c24;
	border: 1px solid #ed1c24;
}
#main-headre {
	padding: 17px 0;
}
#main-headre .in-logo-menu {
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	padding: 0 17px;
}
#main-headre .xime-logo {
	width: 138px;
	margin-right: 21px;
}
#main-video-image-banner {
	position: relative;
	background: linear-gradient(49deg, rgb(253, 254, 254) 0%, rgb(247, 247, 247) 100%);
}
#main-video-image-banner #learning-doing {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
	padding: 52px 48px 60px;
	border-radius: 42px 42px 0 0;
}
#main-video-image-banner .learing-out-box_1 {
	transition: all 0.4s ease;
	height: 350px;
	text-align: center;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 23px 13px;
	border-radius: 13px;
}
#main-video-image-banner .learing-out-box_1:hover {
	transition: all 0.4s ease;
	margin-top: -9px;
	height: 350px;
	text-align: center;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 23px 13px;
	box-shadow: 0px 1px 13px -2px rgba(51, 51, 51, 0.3490196078);
	border-radius: 13px;
}
#main-video-image-banner .knw-more_1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	border-radius: 4px;
	padding: 7px 19px;
	background: #ffffff;
	color: #3e3e3e;
	border: 1px solid #e3e3e3;
	position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0px auto;
}
#main-video-image-banner .knw-more_1:hover {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	border-radius: 4px;
	padding: 7px 19px;
	background: #ed1c24;
	color: #fff;
	border: 1px solid #e3e3e3;
	position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0px auto;
}
#main-video-image-banner .lerning-icon_para h2 {
	font-size: 1.25rem;
	color: #ed1c24;line-height: 30px;
}
#main-video-image-banner .lerning-icon_para p {
	font-size: 15px;
	color: #2c2c2c;
	font-weight: 300;
}
#main-video-image-banner .banner-text {
	position: absolute;
	top: 28%;
	left: 33px;
	z-index: 2;
	width: 44%;
}
#main-video-image-banner .banner-text h1 {
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 83px;
}
#main-video-image-banner .banner-text h4 {
	margin: 14px auto;
	font-weight: normal;
	font-size: 1.5rem;
	color: #4c4c4c;
}
#main-video-image-banner .top-line-bner-text_1 {
	border: 1px solid #ed1c24;
	opacity: 9;
	width: 151px;
}
#main-video-image-banner .top-line-bner-text_2 {
	border: 1px solid #ed1c24;
	opacity: 9;
	width: 161px;
	float: right;
}
#main-video-image-banner .lerning-icon img {
	width: auto !important;
}
#main-video-image-banner .owl-dots {
	display: none;
}
#main-video-image-banner .lerning-icon {
	width: 63px;
	margin: 0px auto 12px;
	height: 63px;
	background: #fff;
	padding: 12px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1411764706);
}
#main-video-image-banner .botm-bnr-hdd {
	position: static;
	padding-bottom: 23px;
	text-align: center;
}
#main-video-image-banner .botm-bnr-hdd h1 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0px auto 16px;
	color: #000;
}
#main-video-image-banner .botm-bnr-hdd h4 {
	font-size: 1.875rem;
	color: #ed1c24;
}
#main-video-image-banner .botm-bnr-hdd h5 {
	color: #595959;
	font-weight: normal;
	font-size: 1.25rem;
	width: 68%;
	margin: 13px auto 24px;
	line-height: 30px;
}
#main-video-image-banner .banner-bttns-text {
	padding: 10px 34px;
	border-radius: 9px;
	margin: 19px auto 0;
}
.comn-heddings {
	text-align: center;
}
.comn-heddings h1 {
	color: #242424;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 3rem;
}
.comn-heddings h3 {
	width: 48%;
	font-size: 1.125rem;
	font-weight: 300;
	margin: 0px auto;
	line-height: 28px;
	color: #232323;
}
#accreditation {
	padding: 60px 0;
	position: relative;
}
#accreditation .accredtn-wrpr {
	padding: 32px 0 0;
}
#accreditation .itm-accred-in {
	transition: all 0.4s ease;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	padding: 27px 12px;
	height: 240px;
}
#accreditation .itm-accred-in:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	margin-top: -9px;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	padding: 27px 12px;
	height: 240px;
}
#accreditation .itm-accred-in_icons {
	text-align: center;
}
#accreditation .itm-accred-textp p {
	color: #303030;
	margin: 0px auto;
	font-size: 15px;
	font-weight: 300;
}
#accreditation .itm-accred-textp h3 {
color: #fff;
  font-size: 1.125rem;
  margin: 7px auto;
  background: #ed1d25;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 4px;
}
#accreditation .itm-accred-in_icons img {
	width: auto !important;
	margin: 0px auto;padding: 0 66px;
}
#accreditation .accred-para {
	text-align: center;
	color: #12b8cd;
	padding-top: 33px;
}
#accreditation #owl-demo-2 .item {
	margin: 14px auto;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
	border-radius: 9px;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 9;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
#three-campuses {
	padding: 10px 20px 29px;
	position: relative;
	background: linear-gradient(2deg, #ebebeb 0%, white 100%);
}
#three-campuses .thre-camp-item {
	padding: 18px 0;
}
#three-campuses .thre-campus-itm-ind {
	border: 1px solid #d5d2d2;
	float: left;transition: all 0.4s ease;
	width: 100%;
	border-radius: 40px;
}
.socil-icons-lists ul li {
	display: inline-block;padding-right: 10px;
}
#three-campuses .thre-campus-itm-ind:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	margin-top: -9px;
	border: 1px solid #d5d2d2;
	float: left;
	width: 100%;
	border-radius: 9px;
}
#three-campuses figure.effect-lily img {
	max-width: none;
	width: calc(100% + 50px);
	opacity: 9;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-40px, 0, 0);
}
#three-campuses figure.effect-lily figcaption {
	text-align: left;
}
#three-campuses figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 73%;
	background: linear-gradient(2deg, rgb(117, 0, 0) 21%, rgba(255, 255, 255, 0) 100%);
}
#three-campuses figure.effect-lily h2, #three-campuses figure.effect-lily p {
	transform: translate3d(0, 40px, 0);
}
#three-campuses figure.effect-lily h2 {
	font-size: 27px;
	transition: transform 0.35s;
}
#three-campuses figure.effect-lily p {
	color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity 0.2s, transform 0.35s;
}
#three-campuses figure.effect-lily:hover img, #three-campuses figure.effect-lily:hover p {
	opacity: 1;
}
#three-campuses figure.effect-lily:hover img, #three-campuses figure.effect-lily:hover h2, #three-campuses figure.effect-lily:hover p {
	transform: translate3d(0, 0, 0);
}
#three-campuses figure.effect-lily:hover p {
	transition-delay: 0.05s;
	transition-duration: 0.35s;
}
#three-campuses .contnt-camps {
	height: 184px;
	background: #fff;
	position: relative;
	padding: 21px;
}
#three-campuses .contnt-camps h6 {
	line-height: 28px;
	height: 87px;
	font-weight: 300;
	font-size: 16px;
	color: #464646;
	text-align: left;
}
#three-campuses .capm-bttn {
	width: 100%;
	margin-top: 9px;
}
#three-campuses #owl-demo-3 .item {
	margin: 16px 4px;
	float: left;
}
#three-campuses figure {
	margin: 0 0 0;
}
#industry-logos {
	padding: 61px 0 57px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
#industry-logos .logo-industryy {
	padding: 31px 0;
	width: 93%;
	margin: 0px auto;
	float: none;
}
#industry-logos ul li {
	transition: all 0.4s ease;
	float: left;
	width: 153px;
	background: #fff;
	border: 1px solid #e7e7e7;
	margin: 6px;
	border-radius: 9px;
	box-shadow: 0px 0px 9px -7px #000;
}
#industry-logos ul li:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	float: left;
	width: 153px;
	background: #fff;
	border: 1px solid #e7e7e7;
	margin: 0 6px 6px 6px !important;
	border-radius: 9px;
}
#industry-logos ul li img {
	border-radius: 9px;
}
#industry-logos .owl-carousel .owl-nav.disabled {
	display: inline !important;
}
#industry-logos .owl-prev {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	left: -52px;
	top: 64px;
}
#industry-logos .owl-next {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	right: -41px;
	top: 64px;
}
#industry-logos .owl-prev span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#industry-logos .owl-next span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#industry-logos .owl-dots {
	display: none;
}

/* Works on Chrome, Edge, Safari */
::-webkit-scrollbar {
 width: 1px !important;
}

::-webkit-scrollbar-track {
 background: transparent;
}

::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, 0.4);
 border-radius: 10px;
}
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(179, 179, 179, 0.4) transparent;
}
#placement-statics {
	padding: 0px 0 0px;
	position: relative;
}
#placement-statics .plce-ststc-red-bg {
	background: #ed1c24;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 47px;
}
#placement-statics .ststc-hdd {
	font-weight: bold;
}
#placement-statics .plcmnt-itm-sttc {
	background: #fff;
	margin: 22px auto 0;
	padding: 16px;
	border-radius: 13px;
}
#placement-statics .plcmnt-itm-sttc h1 {
	font-weight: bold;
	font-size: 38px;
}
#placement-statics .plcmnt-itm-sttc h4 {
	font-size: 20px;
	font-weight: 300;
	font-size: 20px;
	color: #7e7e7e;
}
#placement-statics .ststc-hd_1 {
	color: #ed1c24;
}
#placement-statics .ststc-hd_2 {
	color: #11c4d4;
}
#placement-statics .ststc-hd_3 {
	color: #ef4343;
}
#placement-statics .ststc-hd_4 {
	color: #eebd2b;
}
#placement-statics .info-ststc {
	background: #0000002b;
	padding: 25px 30px;
	border-radius: 10px;
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	margin: 38px auto 0;
}
#placement-statics .info-ststc span {
	color: #ffd556;
}
#placement-statics .info-ststc h4 {
	font-size: 18px;
	font-weight: 200;
	margin: 0px auto;
}
#alumni-stories {
	padding: 0px 0 23px;
}
#alumni-stories .thre-camp-item {
	padding: 18px 0;
}
#alumni-stories .thre-campus-itm-ind {
	border: 1px solid #d5d2d2;
	float: left;
	width: 100%;transition: all 0.4s ease;
	border-radius: 9px;
}
#alumni-stories .thre-campus-itm-ind:hover {
	margin-top: -9px;
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	border: 1px solid #d5d2d2;
	float: left;
	width: 100%;
	border-radius: 9px;
}
#alumni-stories figure.effect-lily img {
	max-width: none;
	width: calc(100% + 50px);
	opacity: 9;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0px, 0, 0);
}
#alumni-stories figure.effect-lily figcaption {
	text-align: left;
}
#alumni-stories figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height:89%;
}
#alumni-stories figure.effect-lily h2, #alumni-stories figure.effect-lily p {
	transform: translate3d(0, 40px, 0);
}
#alumni-stories figure.effect-lily h2 {
	font-size: 27px;
	transition: transform 0.35s;
}
#alumni-stories figure.effect-lily p {
	color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity 0.2s, transform 0.35s;
}
#alumni-stories figure.effect-lily:hover img, #alumni-stories figure.effect-lily:hover p {
	opacity: 1;
}
#alumni-stories figure.effect-lily:hover img, #alumni-stories figure.effect-lily:hover h2, #alumni-stories figure.effect-lily:hover p {
	transform: translate3d(0, 0, 0);
}
#alumni-stories figure.effect-lily:hover p {
	transition-delay: 0.05s;
	transition-duration: 0.35s;
}
#alumni-stories .contnt-camps {
	height: 128px;
	background: #fff;
	position: relative;
	padding: 21px;
	text-align: left;
}
#alumni-stories .contnt-camps h6 {
	line-height: 28px;
	height: 87px;
	font-weight: 300;
	font-size: 16px;
	color: #464646;
	text-align: left;
}
#alumni-stories .capm-bttn {
	width: 100%;
	margin-top: 9px;
}
#alumni-stories #owl-demo-4 .item {
	margin: 10px 4px;
	float: left;
	width: 100% !important;
}
#alumni-stories .contnt-camps h4 {
	color: #ed1c24;
	font-size: 20px;
}
#alumni-stories figure {
	margin: 0 0 0;
}
#alumni-stories .almni-profl {
	height: 275px;
}
#alumni-stories .alumni-iytm-slider {
	padding: 22px 0 0;
	width: 91%;
	margin: 0px auto;
}
#alumni-stories .grid figure h2 span {
	float: right;
	position: relative;
	right: -30px;
	bottom: 53px;
	color: #f00;
}
#alumni-stories .time-video {
	background: #fff;
	color: #ed1c24;
	position: absolute;
	top: 22px;
	z-index: 1;
	right: 24px;
	padding: 3px 9px;
	border-radius: 6px;
	font-weight: 200;
}
#alumni-stories .owl-carousel .owl-nav.disabled {
	display: inline !important;
}
#alumni-stories .owl-prev {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	left: -53px;
	top: 130px;
}
#alumni-stories .owl-next {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	right: -53px;
	top: 130px;
}
#alumni-stories .owl-prev span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#alumni-stories .owl-next span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#alumni-stories .owl-dots {
	display: none;
}
#alumni-stories .stores-bttn {
	text-align: center;
	margin: 51px auto 0;
}
#alumni-stories .stores-bttn a {
	background: #fff;
	border: 1px solid #c7c7c7;
	padding: 14px 20px;
	border-radius: 8px;
}
#campus-life {
	padding: 0px 0 60px;
	background: linear-gradient(2deg, #ebebeb 0%, white 100%);
}
#campus-life .comn-heddings h3 {
	width: 63%;
}
#campus-life .camp-life-ech-item h4 {
	color: #ed1c24;
	text-align: center;
}
#campus-life .camp-life-ech-item img {
	width: auto !important;
	margin: 15px auto;
}
#campus-life ul li {
	font-size: 0.875rem;
	padding: 6px 14px;
	margin: 6px auto;
}
#campus-life ul li:hover {
	margin: 6px auto;
	font-size: 0.875rem;
	padding: 6px 14px;
	background: #f9f1f1;
	color: #ed1c24;
	border-radius: 6px;
}
#campus-life .camp-life-ech-item {
	transition: all 0.4s ease;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 2px 15px 12px;
	margin: 47px auto 0;height: 485px;
}
#campus-life .camp-life-ech-item:hover {
	margin-top: 30px;
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;height: 485px;
	padding: 2px 15px 12px;
}
#campus-life .renm-more-camlife {
	text-align: center;
	margin: 37px auto 4px;
}
#campus-life .red-mor-cam-life {
	background: none;
	color: #ed1c24;
	padding: 10px 24px;
}
#campus-life .red-mor-cam-life:hover {
	background: #ed1c24;
	color: #fff;
	padding: 10px 24px;
}
#socilly_slidr {
	padding: 47px 136px;
	position: relative;
	background: linear-gradient(2deg, #ebebeb 0%, white 100%);
}
#socilly_slidr .socly-itmwdth {
	padding: 24px 0 0;
}
#socilly_slidr p {
  font-size: 1.125rem;
  line-height: 35px;
  color: #545353;
  margin-top: 45px;
  width: 85%;
}
#socilly_slidr .banner-bttns-text {
	padding: 10px 34px;
	border-radius: 9px;
	margin: 19px auto 0;
}
#socilly_slidr .sup-slder-itm {
	position: relative;
	border-radius: 17px;
	margin-top: 25px;overflow: hidden;
}
#socilly_slidr img {
	border-radius: 17px;
}
#socilly_slidr .sup-slder-itm h4 {
	margin: 0px auto;
	position: absolute;
	bottom: 29px;
	left: 29px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0px;
}
#socilly_slidr .sup-ovly {
	border-radius: 17px;
	background: rgba(0, 0, 0, 0.4117647059);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#socilly_slidr .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px 4px;
}
#socilly_slidr .owl-theme .owl-dots, #socilly_slidr .owl-theme .owl-nav {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
}
#socilly_slidr .owl-carousel .owl-nav.disabled {
	display: inline !important;
}
#socilly_slidr .owl-prev {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	background: #fff;
	left: 9px;
	top: -202px;
}
#socilly_slidr .owl-next {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	background: #fff;
	right: 9px;
	top: -202px;
}
#socilly_slidr .owl-prev span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#socilly_slidr .owl-next span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#socilly_slidr .owl-dots {
	display: none;
}
#sip-intnshipp {
	float: left;
	width: 100%;
	padding: 60px 20px;
	position: relative;
	background: #fff;
}
#sip-intnshipp .comn-heddings h3 {
	width: 81%;
}
#sip-intnshipp .sip-bordr-1 {
	text-align: center;
	border: 1px solid #e3e3e3;
	padding: 18px;
	border-radius: 11px;
	margin: 40px auto 0;
}
#sip-intnshipp .sip-bordr-1 h4 {
	margin: 13px auto;
	font-size: 1.25rem;
}
#sip-intnshipp .sip-bordr-1 p {
	font-weight: 300;
	font-size: 17px;
	color: #464646;
	margin: 0px auto;
}
#sip-intnshipp .intrnship-prtners h4 {
	font-size: 1.5rem;
	text-align: center;
	margin: 42px auto 22px;
	font-weight: 600;
}
#sip-intnshipp .intrn-shpp h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ed1c24;
	margin: 0px auto 24px;
}
#sip-intnshipp .intrn-shpp h3 {
	font-size: 0.875rem;
	font-weight: 600;
}
#sip-intnshipp .intrn-shpp h5 {
	font-size: 0.875rem;
	color: #5c5c5c;
	font-weight: 400;
	margin: 0px auto;
}
#sip-intnshipp .intrnship-prtners ul li {
	transition: all 0.4s ease;
	text-align: center;
	list-style: none;
	padding: 24px;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	float: left;
	width: 15%;
	margin: 7px;
}
#sip-intnshipp .intrnship-prtners ul li:hover {
	margin: -3px 7px 7px 7px;
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	text-align: center;
	list-style: none;
	padding: 24px;
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	float: left;
	width: 15%;
}
#sip-intnshipp .knw-mor-1 {
	text-align: center;
	width: 100%;
	float: left;
}
#sip-intnshipp .banner-bttns-text {
	padding: 10px 34px;
	border-radius: 9px;
	margin: 19px auto 0;
}
#faclty-pge {
	padding: 11px 48px 60px;
	position: relative;
	background: linear-gradient(2deg, #ebebeb 0%, white 100%);
}
#faclty-pge .comn-heddings h3 {
	width: 58%;
}
#faclty-pge .itmm-photo-profle {
	text-align: center;
	margin-bottom: 13px;
	position: relative;
}
#faclty-pge .itmm-photo-profle img {
	width: auto !important;
	margin: 0px auto;
	border: 4px solid #ffd4d4;
}
#faclty-pge .itmm-photo-profle span {
	background: #f00;
	color: #fff;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 12px;
	right: 0;
	border-radius: 50%;
	text-align: center;
}
#faclty-pge .itmm-photo-profle span svg {
	position: relative;
	bottom: 0px;
	right: 0px;
}
#faclty-pge .itm-facultty-wrpr {
	transition: all 0.4s ease;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 2px 32px 12px;
	margin: 47px auto 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 26px 32px 12px;
	margin: 47px auto 0;
	height: 630px;
}
#faclty-pge .itm-facultty-wrpr:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 2px 32px 12px;
	margin: 32px auto 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 26px 32px 12px;
	height: 630px;
}
#faclty-pge .itm-facultty-wrpr h1 {
	font-size: 1.25rem;
	font-weight: 600;
}
#faclty-pge .itm-facultty-wrpr h2 {
	color: #ed1c24;
	font-size: 1.14rem;
	font-weight: 400;
}
#faclty-pge .itm-facultty-wrpr h3 {
	font-size: 15px;
	font-weight: 400;
	color: #414141;
}
#faclty-pge .itm-facultty-wrpr h4 {
	color: #11c4d4;
	font-size: 15px;
	margin: 10px auto;
}
#faclty-pge .itm-facultty-wrpr h5 {
	font-size: 13px;
	color: #7d7d7d;
	margin: 7px auto 0;
}
#faclty-pge .banner-bttns-text {
	padding: 10px 34px;
	border-radius: 9px;
	margin: 19px auto 0;
}
#faclty-pge .knw-mor-1 {
	text-align: center;
}
#faclty-pge .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px 4px;
}
#faclty-pge .owl-theme .owl-dots, #faclty-pge .owl-theme .owl-nav {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
}
#faclty-pge .owl-carousel .owl-nav.disabled {
	display: inline !important;
}
#faclty-pge .owl-prev {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	background: #fff;
	left: -36px;
	top: -202px;
}
#faclty-pge .owl-next {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	padding: 0px 16px;
	font-size: 46px;
	height: 42px;
	width: 43px;
	position: absolute;
	background: #fff;
	right: -35px;
	top: -202px;
}
#faclty-pge .owl-prev span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#faclty-pge .owl-next span {
	position: relative;
	top: -9px;
	font-size: 35px;
	float: left;
	width: 100%;
	height: 100%;
	left: -1px;
}
#footer-potn {
	background: #ef4343;
	color: #f8f8f8;
	padding: 60px 27px 11px;
	font-size: 15px;
}
#footer-potn .itm-footr-1 {
	line-height: 28px;
}
#footer-potn .itm-footr-1 h3 {
	font-size: 22px;
	font-weight: 600;
}
#footer-potn p {
	margin-bottom: 4px;
}
#footer-potn .copty-rgt ul li {
	display: inline-block;
	padding-right: 9px;
	float: right;
}
#footer-potn .copty-rgt h6 {
	font-size: 13px;
	color: #f8f8f8;
	font-weight: 300;
}
#footer-potn .copty-rgt {
	display: flow-root;
}
#owl-demo-1 .item {
	margin: 17px auto 10px;
}
/*testimonials video popup */
.popup {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}
.popup-content {
	position: relative;
	background: #fff;
	padding: 9px;
	border-radius: 8px;
	width: 69%;
	max-width: 90%;
}
.close {
	position: absolute;
	top: -4px;
	right: -33px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.close:hover {
	color: #fff;
}
/*testimonials video popup */
#inner-banners {
	position: relative;
	padding: 0px;
	background: linear-gradient(49deg, #f1f1f1 0%, #f7f7f7 100%);
}
#inner-banners .innt-hdd-brdcrmp {
	text-align: right;
	position: absolute;
	bottom: 120px;
	right: 35px;
	padding: 0px 0px 0px 70px;
}
#inner-banners h1 {
	font-weight: bold;
}
#inner-banners img {
	width: 100%;
}
#inner-banners .bnner-iner li {
	display: inline-block;
	padding-right: 10px;
}
#content-tables_1 table {
	border-collapse: collapse;
}
#content-tables_1 th {
	text-align: left;
	padding: 10px !important;
	background-color: #CCC;
	color: #333;
}
#content-tables_1 td {
	text-align: left;
	padding: 11px;
	background: none;
}
#content-tables_1 tr:nth-child(odd) {
	background-color: #FFF;
}
#content-tables_1 tr:nth-child(even) {
	background-color: #f5f5f5;
}
#content-tables_1 table tr {
	border: 1px solid #ffffff;
}
#content-pge-123 {
	padding: 0px 0px 73px;
}
#content-pge-123 .contnt-pge-text {
	padding: 33px 57px;
	line-height: 28px;
}
#content-pge-123 .contnt-pge-text h1 {
	color: #ec1a23;
	position: relative;
	font-weight: bold;
}
/*#content-pge-123 .contnt-pge-text h1::before {
	content: "";
	width: 120px;
	height: 10px;
	background: rgba(193, 193, 193, 0.6196078431);
	float: left;
	position: absolute;
	bottom: 5px;
	z-index: -1;
}*/
#content-pge-123 .contnt-pge-text h2 {
	color: #ec1a23;
	position: relative;
	font-weight: 400;
	padding: 12px;
  font-size: 34px;
}
/*#content-pge-123 .contnt-pge-text h2::before {
	content: "";
	width: 120px;
	height: 10px;
	background: rgba(193, 193, 193, 0.6196078431);
	float: left;
	position: absolute;
	bottom: 5px;
	z-index: -1;
}*/
#content-pge-123 .contnt-pge-text h3 {
	color: #ec1a23;
	position: relative;
	font-weight: bold;
}
/*#content-pge-123 .contnt-pge-text h3::before {
	content: "";
	width: 120px;
	height: 10px;
	background: rgba(193, 193, 193, 0.6196078431);
	float: left;
	position: absolute;
	bottom: 5px;
	z-index: -1;
}*/
#content-pge-123 .contnt-pge-text h4 {
	color: #ec1a23;
}
#content-pge-123 .contnt-pge-text h5 {
	color: #ec1a23;
}
#content-pge-123 .ont-comm-bg {
	background: #fff;
	position: relative;
	top: -52px;
	padding: 34px 40px 36px;
	box-shadow: -1px 7px 17px 3px rgba(0, 0, 0, 0.0509803922);
	border-radius: 37px 37px 0 0;
}
.inner-brd-hdd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;/*#ffffffe3;*/
  right: 0;
  width: 40%;
}

#inner-banners .container-fluid {
	padding: 0px;
}
#contct-us-ppge {
	padding: 65px 0;
	background: url(../images/map-bg-contact.jpg) no-repeat;
}
#contct-us-ppge h2 {
	text-align: center;
	font-size: 43px;
	-webkit-text-decoration: underline 1px;
	text-decoration: underline 1px;
}
#contct-us-ppge .cnt-para {
	margin: 16px auto 0;
	text-align: center;
	line-height: 30px;
	width: 67%;
}
#contct-us-ppge #contct-forms {
	width: 73%;
	margin: 35px auto 0;
}
#contct-us-ppge .plce-hldr {
	font-size: 15px;
}
#contct-us-ppge .contct-frm1 {
	width: 100%;
	border: 1px solid #cccaca;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 12px;
}
#contct-us-ppge .contct-frm1 {
	width: 100%;
	border: 1px solid #cccaca;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 12px;
}
#contct-us-ppge .brd-wdh-infos {
	background: url(../images/menu-bg_mob.jpg) center;
	background-size: cover;
	color: #fff;
	padding: 38px;
	border-radius: 25px;
	margin-top: 45px;
}
#contct-us-ppge .get-n-tch-bttn {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	padding: 8px 25px;
}
#gall-categ ul li {
	list-style: none;
	float: left;
	width: 23%;
	margin-right: 16px;
	margin-bottom: 31px;
}
#gall-categ .gll-itm-cate {
	border-top: 0px solid #333;
	padding-top: 15px;
}
#gall-categ .gsllr-hd-mmg {
	position: relative;
	overflow: hidden;
	height: 158px;
}
#gall-categ .gsllr-hd-mmg img {
	width: 100%;
}
#gall-categ .mmg-image_321 {
	background: rgba(0, 0, 0, 0.3803921569);
	color: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	text-align: center;
	padding: 59px 0;
}
#gall-categ .gsllr-hd-mmg_txt {
	border-bottom: 1px solid #333;
	padding: 12px 0;
	margin-top: 0;
	height: 83px;
}
#gall-categ .gsllr-hd-mmg_txt h1 {
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0 auto;
}
#gall-categ #content-pge-123 .ont-comm-bg {
	padding: 25px;
}
.evnt-news-wrpr {
	border: 1px solid #e3e3e3;
	border-radius: 14px;
	margin-bottom: 15px;
	background: #fff;
}
.news-bg {
	background: #f4f4f4 !important;
}
.evnt-nws-mmg-sdate {
	position: relative;
	border-radius: 14px;
	height: 223px;
  overflow: hidden;
}
.evnt-dte-icon {
	position: absolute;
	width: 83px;
	padding: 14px;
	top: 0;
	left: 11px;
	border-radius: 0px 0px 13px 13px;
	color: #fff;
	background: #ed1c24;
}
.evnt-dte-icon h4 {
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 31px;
}
.evnt-hdd-para h3 {
	font-weight: bold;
	font-size: 23px;
	line-height: 36px;
}

.evnt-hdd-para {
	padding: 20px 26px;
	border-radius: 14px;
}
.evnt-nws-mmg-sdate img {
	border-radius: 14px 0 0 14px;
}
#nesw-red-pgee .evnt-news-wrpr {
	border: none !important;
}
#nesw-red-pgee .evnt-nws-mmg-sdate img {
	border-radius: 0 !important;
}
#nesw-red-pgee .evnt-hdd-para {
	padding: 0px 20px 0 0;
}
#faculty-profile-page .itmm-photo-profle {
	text-align: center;
	margin-bottom: 13px;
	position: relative;
}
#faculty-profile-page .itmm-photo-profle img {
	width: 100% !important;
	margin: 0px auto;
	border-radius: 20px;
  border: 1px solid #ccc;
}
#faculty-profile-page .itmm-photo-profle span {
	background: #f00;
	color: #fff;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 12px;
	right: 0;
	border-radius: 50%;
	text-align: center;
}
#faculty-profile-page .itmm-photo-profle span svg {
	position: relative;
	bottom: 0px;
	right: 0px;
}
#faculty-profile-page .itm-facultty-wrpr {
	position: relative;
	transition: all 0.4s ease;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 2px 32px 12px;
	margin: 4px auto 10px;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 26px 32px 12px;
	margin: 7px auto 17px;
	height: 559px;
}
#faculty-profile-page .itm-facultty-wrpr:hover {
	position: relative;
	transition: all 0.4s ease;
	box-shadow: 0px 1px 7px -2px rgba(51, 51, 51, 0.3490196078);
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 2px 32px 12px;
	margin: -2px auto 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	padding: 26px 32px 12px;
	height: 559px;
}
#faculty-profile-page .itm-facultty-wrpr h1 {
	font-size: 1.25rem;
	font-weight: 600;
}
#faculty-profile-page .itm-facultty-wrpr h2 {
	color: #ed1c24;
	font-size: 1.14rem;
	font-weight: 400;
}
#faculty-profile-page .itm-facultty-wrpr h3 {
	font-size: 15px;
	font-weight: 400;
	color: #414141;
}
#faculty-profile-page .itm-facultty-wrpr h4 {
	color: #11c4d4;
	font-size: 15px;
	margin: 10px auto;
}
#faculty-profile-page .itm-facultty-wrpr h5 {
	font-size: 13px;
	color: #7d7d7d;
	margin: 7px auto 0;
}
#faculty-profile-page .banner-bttns-text {
	padding: 10px 34px;
	border-radius: 9px;
	margin: 19px auto 0;
}
#faculty-profile-page .knew-mor-fac {
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 11px 11px 0px 0px;
	padding: 4px 17px;
	margin: 0px auto;
}
#faculty-profile-page .knw-more {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#fac-dtls-wdth_90 {
	padding: 175px 0 70px;
	position: relative;
	background: #f4f4f4;
}
#fac-dtls-wdth_90 .fac-wdh-123 {
	width: 100%;
	margin: 0 auto;
}
#fac-dtls-wdth_90 .facultty-nnme {
	text-align: left;
	position: absolute;
	bottom: 65px;
	left: 17px;
	padding-left: 19px;
}
.svvg-icon-linkdn svg { color:#fff !important; }
#fac-dtls-wdth_90 .facultty-nnme h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 33px;
	color: #ed1c24;
}
#fac-dtls-wdth_90 .facultty-nnme h3 {
	margin: 0 auto 14px;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 2px;
}
#fac-dtls-wdth_90 .facultty-nnme h5 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 auto 10px;
	font-weight: 300;
}
#fac-dtls-wdth_90 .fac-mmg-brds {
	position: relative;
	z-index: 0;
}
#fac-dtls-wdth_90 .fac-mmg-brds img {
	position: relative;
	z-index: 9;
	width: 100%;
	border-radius: 27px;
	box-shadow: 17px 17px 0px -7px #ed1c24;
}
#fac-dtls-wdth_90 .hod-bordrr_4 {
	width: 220px;
	height: 198px;
	background: #ed1c24;
	position: absolute;
	bottom: 11px;
	right: -7px;
	rotate: -4deg;
}
#fac-dtls-wdth_90 .fac-bttn-hegt {
	background: #f4f4f4;
	height: 278px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#fac-dtls-wdth_90 .paa-faculty-dtls {
	margin: 33px auto 29px;
	line-height: 30px;
	width: 92%;
	text-align: center;
}
#fac-dtls-wdth_90 .facultty-nnme svg {
	color: #ed1c24;
}
#fac-dtls-wdth_90 .detls-prf {
	width: 86%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
	margin-top: 17px; margin-bottom: 18px;
}
#fac-dtls-wdth_90 .detls-prf p {
	margin: 0px auto;
	line-height: 32px;
}
#fac-dtls-tb-accor {
  padding: 0;
  position: relative;
  margin: -61px auto 65px;
}
.fac-pro-tab-contents { padding: 86px 0 0; }
#fac-dtls-tb-accor .accordion {
	max-width: 84%;
	margin: 0px auto;
	border-radius: 5px;
	overflow: hidden;
}
#fac-dtls-tb-accor .accordion-button {
	cursor: pointer;
	padding: 15px 0;
	width: 100%;
	border: none;
	text-align: left;
	font-size: 18px;
	outline: none;
	transition: background 0.3s ease;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#fac-dtls-tb-accor .accordion-item {
	border: none;
}
#fac-dtls-tb-accor .accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	padding: 0;
}
#fac-dtls-tb-accor .accordion-content p {
	margin: 0;
	border-bottom: 1px dashed #ccc;
	padding: 6px 0;
}
#fac-dtls-tb-accor .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: matrix(1, 0, 0, 1, 0, 0);
}
#fac-dtls-tb-accor table {
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
}
#fac-dtls-tb-accor th {
	text-align: left;
	padding: 11px 11px !important;
	background-color: #9BBB59;
	color: #FFF;
}
#fac-dtls-tb-accor td {
	text-align: left;
	padding: 11px 11px;
	background: none;
	line-height: 28px;
}
#fac-dtls-tb-accor tr:nth-child(odd) {
	background-color: #eed4d4;
	transition: all 0.4s ease;
}
#fac-dtls-tb-accor tr:nth-child(odd):hover {
	background-color: #d9bbbb;
	transition: all 0.4s ease;
}
#fac-dtls-tb-accor tr:nth-child(even) {
	background-color: #fff3f3;
	transition: all 0.4s ease;
}
#fac-dtls-tb-accor tr:nth-child(even):hover {
	background-color: #f2caca;
	transition: all 0.4s ease;
}
#fac-dtls-tb-accor table thead tr td {
	background: #DDAE68;
}
#fac-dtls-tb-accor table thead tr th {
	background: #DDAE68;
}
#content-sidemenubar {
	position: relative;
}
#content-sidemenubar .accordion-menu {
	width: 100%;
	background-color: #fff;
}
#content-sidemenubar .menu-item {
	border-bottom: 1px solid #ddd;
}
#content-sidemenubar .menu-title {
	padding: 9px;
	cursor: pointer;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
}
#content-sidemenubar .menu-title:hover {
	background-color: #f0f0f0;
}
#content-sidemenubar .icon {
	font-size: 18px;
}
#content-sidemenubar .submenu {
	display: none;
	background-color: #f5f5f5;
}
#content-sidemenubar .submenu-item {
	padding: 12px 20px;
	border-top: 1px solid #ddd;
	position: relative;
}
#content-sidemenubar .submenu.open, #content-sidemenubar .sub-submenu.open {
	display: block;
}
#content-sidemenubar .submenu-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
}
#content-sidemenubar .sub-submenu {
	display: none;
	background-color: #eaeaea;
}
#content-sidemenubar .sub-submenu .submenu-item {
	padding-left: 40px;
}
.vsn-misn-item {
  text-align: left;
  border: 1px solid #ccc;
  padding: 22px;
  background: url(../images/bg-addi.jpg);
  background-size: cover;
  border-radius: 16px;
  border-bottom: 3px solid #ed1d25;
  margin-bottom: 24px;
}
.vsn-misn-item img {
	width: 78px;
	margin: 0px auto 14px;
	background: #ffffff;
	border-radius: 50%;
	padding: 12px 13px;
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}
.vsn-misn-item p {
	margin: 0px auto;
}
.cntn-vsn-msn-1234 {
	margin: 20px auto;
	background: #ffffff;
	border-radius: 19px;
	padding: 11px;
	box-shadow: 0px 0px 7px -4px #000;
}
.cntn-vsn-msn-1234 h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.cntn-vsn-msn-1234 img {
	border-radius: 19px;
}
.innn {
	padding: 15px 0;
}
.innn p {
	margin: 0px auto;
}
/* Menu List */
.nav-links {
	display: flex; margin:0px auto; width:fit-content;
	list-style: none;
}
.nav-links li {
	padding: 16px 15px;
	border-right: 1px solid #d9d9d9;
	background: #f4f4f4;
}
.nav-links a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	transition: color 0.3s;
}
.nav-links a:hover {
	color: #ed1c24;
}
/* Hamburger Icon */
.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
}
.menu-toggle span {
	width: 25px;
	height: 3px;
	background: #fff;
	margin: 4px 0;
	transition: 0.3s;
}
/* Responsive Styles */
@media (max-width: 768px) {
.nav-links {
	position: absolute;
	top: 60px;
	left: -100%;
	background: #222;
	width: 100%;
	flex-direction: column;
	align-items: center;
	transition: left 0.3s ease;
	padding: 20px 0;
}
.nav-links.active {
	left: 0;
}
.nav-links li {
	margin: 15px 0;
}
.menu-toggle {
	display: flex;
}
}
#inner-banners h1 {
	font-weight: 500;
	font-size: 3.5rem;
}
.innt-hdd-brdcrmp p {
	line-height: 29px;
	margin: 0px auto;
}
.aplynw-dwnld-brochure {
	margin: 20px auto 0;
}
.aplynw-dwnld-brochure a {
	padding: 10px 27px;
	font-size: 19px;
}
.btn-danger {
	background: #ed1c24;
	border: 1px solid #ed1c24;
}
#content-pge-123 .container { max-width: 86%; }
#dep-menu { background: #f4f4f4; border-radius: 24px 24px 0 0; }
.achrr-tg-mennu { background: #f00;
  color: #fff;
  position: fixed;
  top: 41%;
  z-index: 9;
  right: -84px;
  rotate: -90deg;
  padding: 13px 18px;
  text-transform: uppercase;
  border-radius: 11px 11px 0 0; }



/*faculty research*/

#fac-itm-paras{position:relative}
.facc-wdth-bg{background:#e5e1e1;height:140px}
.menu-top-fac{position:absolute;bottom:0;left:0;right:0;width:58%;margin:0 auto}
.top-menus-iitems{text-transform:uppercase;font-size:23px;background:#fff;font-weight:700;letter-spacing:1px;text-align:center;padding:19px 14px;border-radius:11px 11px 0 0;transition:all .4s ease}
.top-menus-iitems:hover{text-transform:uppercase;font-size:23px;background:#f3c2c2;font-weight:700;letter-spacing:2px;text-align:center;padding:19px 14px;border-radius:11px 11px 0 0;transition:all .4s ease}
#fac-para-text{padding:68px 178px 52px;font-size:17px;line-height:33px;text-align:center}
.ffc-btn-resrch a { background: #eaeaea; text-align: center; float: left; font-size: 14px; color: #f00; padding: 16px 4px; width: 100%; border-radius: 12px; font-style: italic; text-decoration: underline; }
.ffc-btn-resrch{margin:31px auto 0}
#reserch-portnn { padding:66px 21%; background:#fff; }
.comn-hd-reserch { text-align: center; font-size: 60px; font-weight: 700; }
#reserch-portnn p { font-size: 17px; text-align: center; margin: 0px auto; line-height: 31px; }
#resch-ittm-wdth { float:left; width:100%; padding:60px 0 41px; background:url(../images/menu-bg_mob.jpg); background-size: cover; }
.comn-hd-reserch h4 { font-size:51px; color:#fff; }
.comn-hd-reserch h6 { font-size: 19px; font-weight: 400; color: #fff; line-height: 31px; width: 70%; margin: 13px auto 0; }
.resch-wdth-iitm { width: 84%; margin: 48px auto; }
#fac-impct-achvmnt { padding:68px 0 94px; background:#f4f4f4; }
#fac-impct-achvmnt .comn-hd-reserch h4 { color: #000; }
.rsch-ittm_initatives { position:relative; background: #fff; text-align: left; padding: 19px 33px; margin-bottom: 24px; height: 300px; border-radius: 14px; }
.rsch-ittm_initatives svg { color:#ed1d25; }
.rsch-ittm_initatives h2 { font-size: 29px; font-weight: bold; }
.impct-fac-highlgt { margin: 32px auto 0; }
.fac-impct-itm1 { background: #fff; padding: 22px 24px; border: 1px solid #e1e1e1; border-radius: 12px; }
.impct-fac-texts {  }
.impct-fac-texts-profile {  }
.impct-fac-texts h1 { font-size: 22px; font-weight: bold; }
.impct-fac-texts h2 { color: #ed1d25; font-weight: 400; font-size: 18px; }
.impct-fac-texts h3 { font-size: 15px; }
.impct-fac-texts h4 { font-size: 15px; color: #ed1d25; }
.impct-fac-texts-profile img { border-radius:50%; }
#fac-impct-achvmnt .comn-hd-reserch h3 { color: #ed1d25; font-size: 20px; }
.rsch-ittm_initatives p { margin:0px auto; line-height: 28px; }
#faculty-awrd-recognition { padding:60px 0; }
#faculty-awrd-recognition .comn-hd-reserch h4 { color: #000; }
.fac-awrd-recog { position:relative; box-shadow: 0px 1px 10px 0px #00000021; padding: 12px; border-radius: 16px; padding: 30px; line-height: 29px; }
#owl-demo-13 .item { margin:15px 5px; }
.brd-rd-line { background: #f00; height: 5px; width: 33%; position: absolute; bottom: 0; left: 31px; border-radius: 19px 19px 0 0; }
.fac-awrd-recog h4 { color:#f00; font-size: 19px; }


#faculty-awrd-recognition .comn-hd-reserch h3 { color: #ed1d25; font-size: 20px; }
#faculty-awrd-recognition .comn-hd-reserch { text-align: center; font-size: 60px; font-weight: 700; margin-bottom: 30px; }
#resrch-supportt  .comn-hd-reserch h4 { color: #000; }
#resrch-supportt { background:#f4f4f4; padding: 53px 0; }


#resrch-supportt .learing-out-box_1{-webkit-transition:all .4s ease;transition:all .4s ease;height:auto;text-align:center;border:1px solid #e3e3e3;background:#fff;padding:23px 13px;border-radius:13px}
#resrch-supportt .learing-out-box_1:hover{-webkit-transition:all .4s ease;transition:all .4s ease;margin-top:-9px;height:auto;text-align:center;border:1px solid #e3e3e3;background:#fff;padding:23px 13px;-webkit-box-shadow:0 1px 13px -2px #33333359;box-shadow:0 1px 13px -2px #33333359;border-radius:13px}
#resrch-supportt .knw-more_1{text-transform:uppercase;letter-spacing:2px;font-size:13px;border-radius:4px;padding:7px 19px;background:#fff;color:#3e3e3e;border:1px solid #e3e3e3}
#resrch-supportt .knw-more_1:hover{text-transform:uppercase;letter-spacing:2px;font-size:13px;border-radius:4px;padding:7px 19px;background:#ed1c24;color:#fff;border:1px solid #e3e3e3}
#resrch-supportt .lerning-icon_para h2{font-size:1.25rem;color:#ed1c24}
#owl-demo-14 .item { margin:15px auto; }
#resrch-supportt .owl-dots { display:none; }
#resch-ittm-wdth .knw-more_1{text-transform:uppercase;letter-spacing:2px;font-size:13px;border-radius:4px;padding:7px 19px;background:#fff;color:#3e3e3e;border:1px solid #e3e3e3; position: absolute;
  bottom: 29px;}
#resch-ittm-wdth .knw-more_1:hover{text-transform:uppercase;letter-spacing:2px;font-size:13px;border-radius:4px;padding:7px 19px;background:#ed1c24;color:#fff;border:1px solid #e3e3e3; position: absolute; bottom: 29px;}
.plccentr-iitm { text-align: center; font-size: 48px; font-weight: 300; color: #ed1d25; margin-bottom: 25px; }
.intrn-shpp_2 {
  transition: all 0.4s ease;
  height: 144px;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 23px 8px;margin-bottom: 24px;
  border-radius: 13px;
}
.intrn-shpp_2:hover {
  transition: all 0.4s ease;
  height: 144px;margin-top: -10px;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 23px 8px;
  margin-bottom: 24px;
  border-radius: 13px;
}
.intrn-shpp_2 img { width: 129px; }
.intrn-shpp_2 h5 { font-size: 16px; margin: 10px auto 0; }
.banner-bttns-text { padding: 12px 27px; font-size: 18px; }
.knw-mor-1 {
  text-align: center;
  float: left;
  width: 100%;
  margin: 36px auto 0;
}
#toop-recruiters { padding: 66px 118px 73px; }
.comn-hd-exc-edu h1 { text-align: center !important; font-size: 48px !important; font-weight: 300 !important; color: #f00 !important; margin-bottom: 5px !important; }
#key-highlights-image-right-bs5 h2 { text-align: center !important; font-size: 48px !important; font-weight: 300 !important; color: #f00 !important; margin-bottom: 41px !important; }
#contact { /*background: url(../images/menu-bg.jpg) center;*/ }


#tab-button{display:table;table-layout:fixed;width:100%;margin:0;padding:0;list-style:none}
#tab-button li{display:inline-block;}
#tab-button li a { display: block; padding: 18px 27px; background: #eee; border: 1px solid #ddd; text-align: center; color: #000; text-decoration: none; /*text-transform: uppercase;*/ font-weight: 700; font-size: 17px; letter-spacing: 1px; border-radius: 8px; }
#tab-button li a:hover,#tab-button .is-active a{ background: #ed1d25; color: #fff; border: 1px solid #ed1d25; }
.tab-button-outer{display:none}
.tab-contents{margin-top:20px}
@media screen and (min-width: 768px) {
	.tab-button-outer{position:relative;z-index:2;display:block;margin-bottom: 28px; text-align:center; }
	.tab-select-outer{display:none}
	.tab-contents{position:relative;top:-1px;margin-top:0}
}

.custom-dropdown{position:relative;display:inline-block;vertical-align:middle;padding:0!important;border-radius:2px;width:100%;margin:5px auto}
.custom-dropdown__select{padding:7px 9px;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;font-weight:400;color:#777;height:52px;border:1px solid #ddd;margin:0 auto;font-size:15px;letter-spacing:0;background:#fff}
#progrmm-serch-item .custom-dropdown__select{padding:9px 18px;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;font-weight:400;color:#777;height:54px;border:none;margin:0 auto;font-size:15px;letter-spacing:0}
.custom-dropdown::before,.custom-dropdown::after{content:"";position:absolute;pointer-events:none}
.custom-dropdown::after{content:url(../images/down-icon.png);height:0;font-size:13px;line-height:1;right:12px;top:56%;margin-top:-9px;color:#d72027!important}
.custom-dropdown::before{width:2.3em;right:0;top:0;bottom:0;border-radius:0 3px 3px 0}
.custom-dropdown__select[disabled]{color:rgba(0,0,0,.3)}
.custom-dropdown.custom-dropdown--disabled::after{color:rgba(0,0,0,.1)}
.custom-dropdown--white::before{background-color:transparent;border-left:none}
.custom-dropdown--white::after{color:rgba(0,0,0,.9)}
.custom-dropdown--emerald::before{background-color:#1aa181}
.custom-dropdown--emerald::after{color:rgba(0,0,0,.4)}
.custom-dropdown--red::before{background-color:#d53a22}
.custom-dropdown--red::after{color:rgba(0,0,0,.4)}
.custom-dropdown--large .custom-dropdown__select{padding-right:1.3em}
.custom-dropdown--small .custom-dropdown__select{padding-right:.5em}
.fc-serchw { padding: 14px 17px; margin: 4px auto 0; border: 1px solid #ddd; width: 100%; }
.submmt-23 { margin: 4px auto 0; text-transform: uppercase; font-weight: 600; border-radius: 0; padding: 14px 15px; width: 100%; }
.fac-fcly-filter { background: #f4f4f4; padding: 33px; border-radius: 20px; margin-bottom: 24px; }
.itmm-photo-profle_2 { /*width: 250px;*/ margin: 0px auto 19px; border-radius: 18px; overflow: hidden; border: 1px solid #ccc; padding: 0; }
.itmm-photo-profle_2 img { border-radius: 18px; padding: 8px; }


.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:9999;padding:15px}
.popup-box{background:#fff;max-width:700px;width:100%;border-radius:14px;padding:30px;position:relative;animation:popupFade .3s ease-in-out;box-shadow:0 20px 50px rgba(0,0,0,0.25)}
@keyframes popupFade {
from{opacity:0;transform:scale(0.9)}
to{opacity:1;transform:scale(1)}
}
.close-btn{position:absolute;top:12px;right:16px;font-size:28px;cursor:pointer;color:#555;transition:.2s}
.close-btn:hover{color:#e63946}
.popup-box h2{font-size:24px;font-weight:700;margin-bottom:5px;color:#1f2937}
.popup-box h4{font-size:15px;font-weight:400;color:#6b7280;margin-bottom:25px}
.popup-box .row{row-gap:18px}
.popup-box label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}
.expl-req-form1{width:100%;padding:11px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;transition:all .2s ease}
.expl-req-form1:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.15)}
textarea.expl-req-form1{min-height:100px;resize:vertical}
.ffc-btn-resrch a { display: inline-block; background: no-repeat; color: #ed1d25; padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: underline; transition: .3s; }

@media (max-width: 576px) {
.popup-box{padding:22px}
.popup-box h2{font-size:20px}
button#Submit{font-size:14px}
}
.send-collbrtn { background: #ed1d25; text-transform: uppercase; font-weight: 500; font-size: 15px; padding: 10px 20px; border-radius: 5px; color: #fff; border: 1px solid #ed1d25; }
.innt-hdd-brdcrmp h4 { line-height: 45px; margin-bottom: 19px; }
.innt-hdd-brdcrmp a { font-size: 19px; padding: 13px 26px; }
#why-choosxime .list-group { margin:0px auto !important; padding:0 !important; width: 100%; }
.intrnship-prtners ul li { float: left; border: 1px solid #d7d7d7; margin: 11px; padding: 18px 21px; text-align: center; width: 15%; height: 187px; border-radius: 12px; box-shadow: 3px 3px #e8e8e8; }
.intrn-shpp h5 { font-size: 16px; }
.admssn-heding-com { text-align:center;margin-bottom: 33px; }
.admssn-heding-com h1 { font-size: 48px; font-weight: 300; color: #f00; margin-bottom: 9px; }
.admssn-heding-com h5 { font-size: 16px; width: 75%; margin: 0px auto; line-height: 31px; color: #000; font-weight: 300; }
#plcemnt-retrw { background: #f4f4f4; padding: 2px 0 23px; margin: 62px auto; }
#admissn-contct-etails { padding:84px 0 0; }


#toop-recruiters .intrn-shpp_2 { padding: 21px 31px; }
#resch-ittm-wdth .container { max-width: 100%; }
#reserch-portnn .comn-hd-reserch h4 { color: #ed1d25; }
.pd-l-r-t-b { background: #fff; padding: 39px !important; margin: 39px auto; border-radius: 35px; }
#content-tables_1 .container { max-width:100% !important; }
.icon-svg { margin:0px auto; }
.stat-card { background: #f4f4f4 !important; }
.vimeo-wrapper img { width:100% !important; }
.innt-hdd-brdcrmp img { width:auto; margin-bottom: 16px; }
.bg-north {  }
#main-video-image-banner .carousel-control-next, #main-video-image-banner .carousel-control-prev { top: 83%; width: 3%; padding: 0; height: 70px; background: #333; }
#main-video-image-banner .carousel-control-next { left: 101px; }
#main-video-image-banner .carousel-control-prev { left: 33px; }
.ccrd-iitm-hdd { font-size: 17px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #fff; padding: 12px 10px; background: #ed1d25; text-align: center; }
#student-tels-video-slidr .almni-profl { height: 400px !important; }
#student-tels-video-slidr .grid figure { border-radius: 10px; }
#owl-demo-32 .almni-profl {
  height: 202px;
}
.owl-carousel .owl-stage {
  margin: 0px auto;
}
.enquire-logo-pgdm {  }
.pggddm-logo { width: 224px !important; margin-right: 22px; }
.indusy-love-logo-list { transition: all 0.4s ease; background: #fff; border: 1px solid #e7e7e7; margin: 0px 0px 20px; padding: 4px 62px; border-radius: 12px; box-shadow: 0px 0px 9px -7px #000; }
#owl-demo-8 .item { margin: 0 40px 0 42px; }
.btn-close2 { background: #fff; border: none; border-radius: 50%; padding: 3px 7px; }
.skll-supa-hgt { height: 200px; }
#newltr .evnt-hdd-para { height: 170px; }
#gall-categ { padding-top:36px; }
.cntr-iitem_1 { background: #f4f4f4;line-height: 36px; padding: 30px !important; border: 1px solid #ccc; border-radius: 31px; float:left; width:100%; }
#owl-demo-33 .item img { width:auto !important; }
#owl-demo-33 .logo-container { height: 133px; }
@media only screen and (max-width: 992px){
.evnt-hdd-para { padding: 0px 26px; border-radius: 14px; }
}


#toop-recruiters-ind-client .intrn-shpp_2 img { width: auto !important; }
#toop-recruiters-ind-client .intrn-shpp_2 { padding: 10px 8px !important; margin-bottom: 0 !important; display: flex; align-items: center; justify-content: center; }
#toop-recruiters-ind-client .intrn-shpp_2:hover { padding: 10px 8px !important; margin-bottom: 0 !important; display: flex; align-items: center; justify-content: center; }

#toop-recruiters-ind-client { padding: 66px 118px 73px; }





















