@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/**  font-family: "Montserrat", sans-serif;***/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/**  font-family: "Jost", sans-serif;***/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/****font-family: "Playfair Display", serif;**/
/**  font-family: "Jost", sans-serif;***/
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}
body {
  font-family: "Jost", sans-serif;
  margin: 0;
  padding: 0;
}
p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {

	position: fixed;

	bottom: 7px;

	right: 15px;

	z-index: 99;

	cursor: pointer;

	display: block;

	text-align: center;

	font-size: 11px;

	text-transform: uppercase;

	text-decoration: none;

	color: #bbb;

	-webkit-transition: 1s;

	-moz-transition: 1s;

	transition: 1s;

}



#back-top a img {

	margin: 0 auto;

}



#back-top a:hover {

	color: #000;

}

#back-top a i {

	background: #ff2c2b;

	color: #fff;

	height: 40px;

	width: 40px;

	border-radius: 50%;

	font-size: 29px;

	padding-top: 2px;

	border: solid 2px #fff;

	box-shadow: 0px 0px 5px #777;



}**/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  background: #000;
  /**background: -moz-linear-gradient(left, #f37c12 0%, #eb4645 100%);

  background: -webkit-linear-gradient(left, #f37c12 0%, #eb4645 100%);

  background: linear-gradient(to right, #f37c12 0%, #eb4645 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37c12', endColorstr='#eb4645', GradientType=1);**/
  display: block;
  padding: 5px;
  border-radius: 50%;
  border: solid 2px #fff;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.red-col {
  color: #c23e27 !important;
}
/*******landingpage code************/
.allhead {
  font-size: 35px;
  color: #c23d27;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
/*******lwliindts inibxone top baneers: ;************/
.topbaner img {
  width: 100%;
}
.topbaner img.mobilebnr {
  display: none;
}
/*******lwliindts inibxtwob Summer School Details************/
.inibxtwob {
  background: #eeeae6;
  padding: 50px 0;
}
.haxbx {
  text-align: center;
}
.timetablex li {
  display: inline-block;
  background: #fff;
  padding: 30px 20px;
  width: 23%;
  text-align: center;
  box-shadow: 0px 0px 23px #b7abab;
  vertical-align: top;
  margin: 0 2% 2% 0;
  min-height: 255px;
  position: relative;
}
.timetablex li:nth-child(4), .timetablex li:last-child {
  margin-right: 0;
}
.texbx span {
  font-size: 21px;
  color: #000;
  font-weight: 700;
}
.timetablex li:nth-child(5), .timetablex li:last-child {
  width: 48.4%;
  min-height: 260px;
}
.iboxs {
  position: absolute;
  top: 20%;
  right: 204px;
  cursor: pointer
}
.iboxs:hover .imgoxd {
  opacity: 1;
  z-index: 2;
}
.imgoxd {
  width: 249px;
  font-size: 11px;
  line-height: 15px;
  background: #fff;
  padding: 14px;
  position: absolute;
  top: -139px;
  left: -109px;
  box-shadow: 0px 0px 23px #b7abab;
  opacity: 0;
  z-index: 0;
}
.sammtext span {
  color: #000;
  font-size: 11px;
  display: block;
  text-align: left;
  margin: 0 0 10px 0;
}
.texbx i {
  font-style: normal;
}
/*******lwliindts inibxtwob About the Programme************/
.inibxthree {
  position: relative;
  overflow: hidden;
}
.inibxthree, .greeobd {
  position: relative;
}
.greeobd::before {
  content: "";
  background: #cacb2c;
  width: 100%;
  position: absolute;
  height: 100%;
}
.inibxthree .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
}
.groxs {
  position: relative;
  width: 70%;
  padding: 33px 33px 18%;
}
.inibxthree img {
  width: 100%;
  position: relative;
}
.haxbx i {
  font-weight: 600;
  font-style: normal;
}
/*******lwliindts inibxfour Programme Overview************/
.inibxfour {
  background: #c23d27;
  padding: 50px 0 0;
}
.inibxfour .allhead {
  color: #fff;
  margin-bottom: 24px;
}
.proover li {
  width: 49%;
  display: inline-block;
  color: #fff;
  padding-right: 4%;
  margin-bottom: 5%;
}
.proover li img {
  display: inline-block;
  background: #fff;
  padding: 17px;
  border-radius: 10px;
  margin: 0 15px 0 0;
  vertical-align: top;
}
.texta {
  display: inline-block;
  width: 82%;
  vertical-align: top;
}
.texta h4 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  margin: 0 0 4px 0;
}
.proover li p {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
}
/*******lwliindts inibxfive Programme Schedule************/
.inibxfive {
  background: #cacb2c;
  padding: 50px 0;
}
.inibxfive .allhead {
  margin-bottom: 20px;
}
.taobds .nav-pills .nav-link {
  border-radius: 0;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  padding: 2px 40px;
  border-right: solid 1px #fff;
}
.taobds .nav-pills .nav-item:last-child .nav-link {
  border-right: none;
}
.taobds .nav-pills .nav-link.active, .taobds .nav-pills .show > .nav-link {
  border-radius: 0;
  font-size: 25px;
  background: #fff;
  color: #c23d27;
  font-weight: 600;
  padding: 2px 40px;
}
.shobox {
  overflow: hidden;
  background: #fff;
}
.leobcongd {
  display: inline-block;
  width: 52.6%;
  vertical-align: top;
  padding: 30px;
}
.leobcongd h3 {
  color: #cacb2c;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin: 0 0 27px 0;
}
.tabld {
  display: block;
  font-weight: 500;
  color: #000;
  margin: 10px 0;
}
.timbx {
  display: inline-block;
  width: 159px;
  color: #c23d27;
  font-weight: 500;
}
.cbox {
  display: inline-block;
  width: 70%;
  font-weight: 500;
}
.shobox img {
  width: 47%;
  height: 100%;
  object-fit: cover;
}
/*******lwliindts inibxsix Get to Know Where You Will Stay************/
.inibxsix {
  padding: 50px 0;
  position: relative;
  margin: 0;
  z-index: 2;
}
.boxangd {
  display: block;
  vertical-align: middle;
}
.lebd {
  width: 66%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 0 0;
}
.lebd .allhead {
  margin: 0 0 14px 0;
}
.lebd span {
  color: #c23d27;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 13px 0;
}
.lebd p a, .inibxnine.inibxten .roobx p a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: normal;
  background: #c23d27;
  width: fit-content;
  margin: 13px 0;
  padding: 6px 17px;
  border-radius: 10px;
}
.riimg {
  display: inline-block;
  vertical-align: top;
}
/*******lwliindts inibxseven************/
.inibxseven {
  position: relative;
  z-index: 0;
}
.inibxseven .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 24%;
}
.inibxseven .container span {
  font-size: 21px;
  color: #fff;
  font-family: "Playfair Display", serif;
  display: block;
  width: 100%;
  text-align: center;
}
.arrowthme.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  display: block;
  padding: 6px !important;
}
.arrowthme.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}
.arrowthme.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.arrowthme.owl-theme .owl-dots .owl-dot.active span, .arrowthme.owl-theme .owl-dots .owl-dot:hover span {
  background: #cacb2c;
}
.inibxseven .allhead {
  text-align: center;
  color: #fff;
}
.lwliindts.inibxseven p {
  text-align: center;
  color: #ffff;
  margin: 14px 0 0 0;
}
.inibxseven a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: normal;
  background: #c23d27;
  width: fit-content;
  margin: 13px auto;
  padding: 6px 17px;
  border-radius: 10px;
}
/*******lwliindts inibxeight Terms and Conditions************/
.inibxeight {
  padding: 50px 0;
}
.inibxeight .allhead {
  text-align: center;
  margin: 0 0 26px 0;
}
.ulobd p {
  position: relative;
  padding: 0 0 0 24px;
}
.ulobd p span {
  position: absolute;
  left: 0;
}
/*******lwliindts inibxnine Get to know the Organizations************/
.inibxnine {
  background: #c23d27;
  position: relative;
  clear: both;
}
.imbod {
  position: relative;
  width: 48%;
}
.imbod img:first-child {
  width: 100%;
  object-fit: cover;
  height: 700px;
}
.imbod .lobc {
  position: absolute;
  z-index: 2;
  bottom: 82px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.inibxnine .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.roobx {
  width: 46%;
  float: right;
  margin: 86px 0 0 0;
}
.roobx .allhead {
  color: #fff;
}
.hued {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  line-height: 53px;
  margin: 28px 0;
}
.roobx p {
  color: #fff;
}
/*******lwliindts inibxnine inibxten THE

ENTREPRENEURSHIP

CENTRE************/
.inibxnine.inibxten img {
  width: 100%;
  float: right;
  object-fit: cover;
  height: 659px;
}
.inibxnine.inibxten .hued {
  color: #c23d27;
}
.inibxnine.inibxten .imbod {
  position: relative;
  width: 40%;
  float: right;
}
.inibxnine.inibxten .roobx {
  width: 57%;
  float: left;
  margin: 6% 0 0 0;
}
.inibxnine.inibxten .roobx p {
  color: #000;
}
/*.inibxnine.inibxten  .roobx p a {

    display: block;

    color: #c23d27;

    text-decoration: none;

}*/
/*******lwliindts inibxnine inibxten Awards and Recognition for students

************/
.inibxteten {
  clear: both;
  background: #cacb2c;
  padding: 61px 0 0;
  position: relative;
}
.linbix ul li {
  display: inline-block;
  background: #fff;
  padding: 44px 37px 0;
  width: 28%;
  text-align: center;
  box-shadow: 0px 0px 23px #b7abab;
  vertical-align: top;
  margin: 0;
  min-height: 374px;
  position: relative;
}
.linbix ul li:nth-child(2) {
  margin: 0 7%;
}
.linbix ul li span {
  color: #c23d27;
  font-size: 21px;
  font-weight: 500;
  line-height: 23px;
  margin: 10px 0;
  display: block;
}
.linbix {
  position: relative;
  z-index: 5;
  margin: 42px 0 0 0;
}
/*******footer red-back************/
footer {
  position: relative;
  margin: -201px 0 0 0;
  z-index: 3;
}
.ftrimg {
  width: 100%;
}
.fotbgd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.fotbgd h4 {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  padding-top: 28px;
  padding-bottom: 21px;
}
.fotbgd .btobd {
  text-align: center;
}
.fotbgd .grlog {
  margin: 3% 0;
}
.fotbgd .btobd a {
  margin: 10px;
}
.fotbgd .grlog img {
  width: 172px;
  object-fit: contain;
  height: 73px;
}
.btobd a {
  background: #c23d27;
  width: fit-content;
  display: inline-block;
  padding: 13px 31px 15px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
}
.btobd a span {
  display: inline-block;
  vertical-align: middle;
}
.btobd a img {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
}
.btobd a.white {
  background: #fff;
  color: #c23d27;
}
.grlog {
  margin: 14% 0 0 0;
}
.grlog img:last-child {
  float: right;
}
.ibde p span {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #383838;
}
/****top nav****/
#nav-sticky {
  position: relative;
  z-index: 4;
}
.navbar-brand img {
  width: 207px;
  display: inline-block;
  vertical-align: top;
  object-fit: contain;
  height: 80px;
  margin: 0 14px 0 0;
  border-right: solid 1px #fff;
  padding: 0 13px 0 0;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  margin: 0 9%;
}
.navbar.navbar-expand-sm .nav-item {
  margin: 0 3%;
  font-size: 20px;
  font-weight: 600;
}
.navbar-brand img:last-child {
  border: none;
}
.navbar-expand-sm .navbar-nav {
  width: 100%;
}
.navbar-expand-sm {
  border-bottom: 1px solid #ffb81c;
}
.navbar-expand-sm .navbar-nav .nav-link {
  color: #000;
}
.navbar.navbar-expand-sm.navbar-dark.bg-dark .nav-link {
  color: #fff;
  margin: 0 24px;
}
/********feespage******/
.feespage .timetablex ul {
  text-align: center;
  margin: 44px 0 0;
}
/***hrefteg***/
.tagb {
  display: block;
  color: #fff;
  text-decoration: none;
}
/**************260924*****************/
.mibe {
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 23px #b7abab;
}
.mibe strong {
  display: block;
  font-size: 29px;
  font-size: 21px;
  color: #000;
  font-weight: 700;
}



/*******241224*******/
.neowes .hued {
    margin-top: 28%;
	    font-weight: 500;
}