@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=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/**font-family: 'Nunito Sans', sans-serif;**/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/**font-family: 'Pacifico', cursive;**/
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
p, .sbix ul li, .tabox li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
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;
}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**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**/
/*******landingpage code************/
/*********old LP css********/
.lsobix {
  position: relative;
  z-index: 2;
}
.sliderbx {
  position: relative;
}
.sliderbx .container {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
}
.toplobx-andm {
  display: block;
  width: 100%;
}
.lobx {
  display: inline-block;
  vertical-align: top;
}
.top-number {
  display: inline-block;
  vertical-align: middle;
  float: right;
  background: #f2af1d;
  text-decoration: none;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 6px;
  color: #182b53 !important;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
}
.formandtxtbxc {
  clear: both;
}
.lefxtbx {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  background: linear-gradient(to left, #c92039, #c92039, #c92039, #c92039);
  padding: 15px;
  position: absolute;
  bottom: 115px;
}
.lefxtbx span {
  font-size: 47px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}
.lefxtbx img {
  width: 602px;
  display: block;
  margin: 0;
  padding: 0;
}
.bifonts {
  font-size: 77px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 65px;
}
.formbx {
  display: inline-block;
  vertical-align: baseline;
  width: 45%;
  text-align: right;
  float: right;
  position: relative;
  z-index: 23;
}
.formbx img {
  width: 100%;
}
.sliderbx .container.botcon {
  bottom: -115px;
  top: auto;
}
.lobx img {
  width: 330px;
}
.yelobx {
  background: #f2af1d;
  width: fit-content;
  color: #182b53;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 33px;
  border-radius: 6px;
  margin: 18px 0;
}
.devsecall.devone {
  position: relative;
}
.pikbox {
  background: url(/images/old-fil/1st-pinkbx.png) no-repeat center top #cd233d;
  padding: 53px 30px 21px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: 48px 0 0 0;
}
.bighead {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 44px;
}
.heline {
  font-size: 29px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.heline::before {
  content: "";
  height: 2px;
  width: 83px;
  position: absolute;
  left: 0;
  background: #fff;
  margin: 20px 0 0 -96px;
}
.heline::after {
  content: "";
  height: 2px;
  width: 83px;
  position: absolute;
  right: 0;
  background: #fff;
  margin: 20px -96px 0 0;
}
.threebx {
  margin: 30px 0;
}
.btonx {
  width: 100%;
  background: #c92039;
  color: #fff;
  padding: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 12px;
/*  min-height: 556px;*/
}
.btonx:hover {
  background: #182b53;
  box-shadow: 0 10px 10px #9d9b9b;
}
.threebx .btonx:nth-child(2) {
  margin: 0 20px;
}
.headingall {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 31px;
  margin: 0 0 9px 0;
}
.headingall span {
  font-weight: 800;
}
.boxab, .tbox, .throbc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boxab li {
  padding: 0px 30px 27px;
  border-bottom: solid 1px #fff;
  margin: 0 32px 27px;
  line-height: 20px;
}
.boxab li strong {
  display: block;
}
.tbox li {
  display: block;
  margin: 20px 33px 19px;
  border-bottom: solid 1px #fff;
  padding: 0 0 22px 0;
  clear: both;
  overflow: hidden;
}
tbox .firstbx {
  border-bottom: none;
  font-weight: 700;
}
.tbox li span:first-child {
  float: left;
}
.tbox li span:last-child {
  float: right;
}
.headingall.twc span {
  display: block;
}
.btonx.blubox p {
  margin: -16px 0 21px 0;
  padding: 0;
  line-height: 16px;
  font-size: 13px;
}
.throbc li {
  margin: 10px 45px;
  line-height: 19px;
  border-bottom: solid 1px #fff;
  padding-bottom: 11px;
}
.throbc li span {
  display: block;
  font-weight: 700;
}
.tbox li:last-child, .boxab li:last-child, .throbc li:last-child {
  border-bottom: none;
}
.devsecall.devtwo {
  background: #c92039;
  padding: 50px 0;
}
.allhead {
  text-align: center;
  font-size: 40px;
  margin: 0 0 43px;
  color: #c92039;
  line-height: 40px;
  text-transform: uppercase;
}
.devfour .allhead {
  color: #fff;
}
.svee {
  padding: 0 0 63px;
}
.allhead strong {
  display: inline-block;
  font-weight: 700;
}
.owl-carousel#amongre .owl-item img {
  width: 201px;
  margin: 0 auto;
}
.nabox {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.nabox span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 24px 0 5px;
}
.svee .owl-nav, .devfour .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.svee .owl-carousel .owl-nav button, .devfour .owl-carousel .owl-nav button {
  background: #fff;
  padding: 15px 9px !important;
}
.svee .owl-nav button.owl-prev, .devfour .owl-nav button.owl-prev {
  float: left;
  margin: 0 0 0 -55px;
  background: none !important;
}
.svee .owl-carousel .owl-nav button.owl-prev img, .devfour .owl-carousel .owl-nav button.owl-prev img {
  transform: rotate(180deg);
}
.svee .owl-carousel .owl-nav button.owl-next, .devfour .owl-carousel .owl-nav button.owl-next {
  float: right;
  background: none !important;
  margin: 0 -55px 0 0;
}
.devsecall.devthree {
  padding: 50px 0;
  background: #f5f5f5;
}
.devsecall.devthree .allhead.strwo {
  color: #c92039;
}
.devsecall.devthree .allhead strong {
  display: inline-block;
}
.devsecall.devthree .nav-pills .nav-link {
  background: #ffffff;
  margin: 4px 0;
  color: #222;
  font-weight: 800;
  padding: 19px 17px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 10px;
}
.devsecall.devthree .nav-pills .nav-link.active, .devsecall.devthree .nav-pills .show > .nav-link {
  background: #cd203b;
  color: #fff;
  font-weight: 800;
  padding: 19px 17px;
  border-radius: 10px;
}
.devfour {
  background: url("/images/bg-1.png") no-repeat center top/cover;
  padding: 50px 0 0;
}
.devfour .allhead.text-left strong {
  display: inline-block;
}
.theicon {
  background: #182b53;
  border-radius: 25px;
}
.theicon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.theicon ul li {
  text-align: center;
  padding: 0;
  padding-bottom: 19px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 9px;
  width: 33%;
}
.pinkx {
  background: #c92039;
  display: inline-block;
  padding: 11px 17px;
  border-radius: 13px;
  width: 56px;
  vertical-align: middle;
  margin: 0 25px 0 0;
  box-shadow: 0 0 10px #000;
}
.pinkx img {
  height: 31px;
}
.disbx {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  width: 60%;
  text-align: left;
  vertical-align: middle;
}
.disbx strong {
  display: block;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
}
.owl-carousel#organisations .owl-item img {
  display: block;
  width: auto;
  margin: 16px auto 7px;
  object-fit: contain;
  height: 100px;
  margin: 45px auto 20px;
}
.lomaibx {
  display: block;
  width: 100%;
}
.logoitem {
  background: #fff;
  display: inline-block;
  padding: 0;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  line-height: 19px;
  font-size: 13px;
  font-weight: 700;
  vertical-align: top;
  min-height: 249px;
  margin: 0;
}
.logoitem img {
  width: 80%;
  display: block;
  margin: 0 auto 30px;
}
.testmon {
  margin-top: 9%;
}
.owl-carousel .owl-item img.testimonimg {
  display: inline-block;
  width: 35%;
  margin: 0 0 0 41px;
}
.rightcont {
  display: inline-block;
  width: 50%;
  float: right;
  margin: 13% 69px 0 44px;
}
.owl-carousel .owl-item .quimg.top {
  width: 32px;
  margin: 0 0 0 -31px;
  transform: rotate(180deg);
}
.tesetxt p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.owl-carousel .owl-item .quimg.bottomg {
  width: 32px;
  margin: -32px 0 0 0;
  float: right;
}
.nabx {
  color: #fff;
}
.nabx span {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.lonaname {
  display: block;
  margin: 20px 0 0 0;
}
.nambl {
  width: fit-content;
  background: #fff;
  padding: 3px 20px 11px;
  color: #000;
  border-radius: 5px 5px 0 0;
}
.testmon .allhead {
  margin: 0 0 -9% 32%;
}
.owl-carousel .owl-item .imboxa img {
  background: #fff;
  padding: 12px 20px;
  width: 194px;
  border-radius: 10px;
  margin: -11px 0 0 0;
}
.devsecall.devfive {
  padding: 100px 0 50px;
}
.unjkhead {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 32px 0;
  width: fit-content;
  margin: 1px auto 44px;
}
.unjkhead span {
  color: #c92039;
  font-family: 'Pacifico', cursive;
  font-size: 77px;
  font-weight: 600;
  margin: -73px 0 0 0;
  display: inline-block;
  float: left;
  vertical-align: bottom;
}
.immaibx {
  clear: both;
}
.leimgb {
  width: 49%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.seconea, .sliderbx {
  width: 100%;
}
.firstimg {
  object-fit: cover;
  width: 100%;
  height: 538px;
  border-radius: 30px;
}
.conox {
  position: absolute;
  bottom: 33px;
  z-index: 0;
  padding: 0 42px;
}
.conox img {
  width: 259px;
}
.conox span {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.righx {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
}
.imgox {
  position: relative;
}
.txtbxc {
  position: absolute;
  bottom: 13px;
  z-index: 0;
  padding: 0 42px;
}
.txtbxc img {
  width: 150px;
}
.txtbxc span {
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: 600;
  vertical-align: bottom;
  line-height: 30px;
  text-align: left;
  margin: 0 0 0 10px;
}
.imgox:first-child {
  margin-bottom: 22px;
}
.row.nnebox {
  margin-top: 56px;
}
.abxr {
  font-size: 40px;
  text-transform: uppercase;
  color: #c92039;
  margin: 0 0 9px 0;
}
.abxr strong {
  font-weight: 800;
}
.leabox {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.leabox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.leabox ul li {
  display: inline-block;
  width: auto;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  margin: 2px 0;
  padding: 0 0 0 14px;
  line-height: 21px;
}
.riboxa {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 34%;
  float: right;
}
.twreg {
  background: url(/images/cer-bg.webp) no-repeat top center / cover;
  height: 240px;
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 75px 0 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  transform: rotate(-8deg);
}
.ilobx {
  display: block;
  margin: 0 auto -15px;
  width: 268px;
}
.abcd {
  display: block;
  width: fit-content;
  background: #c92039;
  padding: 12px 75px 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  margin: 14% auto 0;
  border-radius: 50px;
}
.abcd img {
  display: inline-block;
  margin: 0 0 8px 0;
  width: 21px;
}
.leabox ul li::before {
  content: "|";
  /*  font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;*/
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: -1px;
}
.leabox ul li:first-child:before {
  display: none
}
.devsix {
  background: url(/images/old-fil/footer-bg.png) no-repeat center top/cover;
  padding: 206px 0 50px;
}
.imgtxtb {
  display: inline-block;
  padding: 0 3%;
  text-align: center;
  vertical-align: top;
}
.imgtxtb:first-child {
  margin: -16px 0 0 0;
}
.imgtxtb img {
  display: block;
  margin: 0 auto;
}
.imgtxtb a {
  color: #fff;
  text-decoration: none;
  margin: 10px 0 0 0;
  display: block;
  line-height: 26px;
  font-size: 17px;
}
.devsecall.devthree .tab-content {
  width: 100%;
  display: block;
  background: #dce0dd;
  padding: 17px 27px 27px;
  border-radius: 10px;
}
.boxrow .clbox {
  display: block;
  width: 100%;
}
.clbox {
  display: block;
  width: 100%;
}
.ondebx {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.hebox {
  font-weight: 800;
  font-size: 18px;
  margin: 15px 0 5px 0;
}
.devthree .calspan button.btn.btn-primary {
  margin: 2px 0;
  padding: 0 0 0 19px;
  background: none;
  color: #323232;
  border: none;
  position: relative;
  font-weight: 600;
  text-align: left;
  outline: none;
  box-shadow: none;
  border: none;
}
.devthree .calspan button.btn.btn-primary::before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: -1px;
  color: #c92039;
}
.card.card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card.card-body ul li {
  position: relative;
  padding: 0 0 0 19px;
  font-weight: 600;
}
.card.card-body ul li::before, .devthree .calspan.onecalspan button.btn.btn-primary::before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: -1px;
  color: #c92039;
}
.card.card-body ul li::before {
  content: "\f105";
}
.devthree .card-body {
  margin: 5px 0 10px 22px;
  padding: 0;
  border: none;
  background: none;
}
/***100323*****/
.formbx {
  color: #fff;
}
.boxonef {
  display: inline-block;
  width: 48%;
  text-align: left;
  padding: 1%;
}
.boxonef label {
  display: block;
  margin: 6px 0 6px 0;
  font-size: 13px;
}
.boxonef input[type="text"], .boxonef select {
  background: none;
  color: #fff;
  border: solid 1px #d1cfcf;
  border-radius: 3px;
  height: 39px;
  width: 100%;
}
.boxonef select option {
  background: #192c55;
}
.boxonef button[type="submit"] {
  background: #c92039;
  color: #fff;
  border: none;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
}
.boxonef.fullwitbox {
  display: inline-block;
  width: 97%;
  text-align: left;
  padding: 1%;
}
.boxonef.submtbtn {
  margin-top: 14px;
}
/****230323*****/
.lsq-form-wrapper .label-placement.top .field-control-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/****thank you*****/
.thakyupage .form-block-holder.block-inner-content.registration-form {
  padding-top: 57px !important;
}
.thakyupage .lefxtbx {
  bottom: 0;
}
.thakyupage .sliderbx .container.botcon {
  bottom: 0;
}
/*********old LP css END********/
/*******abt abt-one top banner************/
.abt-one {
    background: rgb(211, 211, 211);
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(211, 211, 211, 1) 49%);
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.aboutspart {
    top: 37%;
}
.loded {
  width: 300px;
}
.leide {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding-top: 27%;
}
.dekstobnr {
  width: 100%;
  margin: 68px 0 0 0;
}
.mobier {
  display: none;
}
.rder {
  display: block;
  width: fit-content;
  background: #f77708;
  color: #333333;
  text-decoration: none;
  padding: 12px 30px;
  font-weight: 700;
  border-radius: 50px;
  margin: 33px 0 0 26px;
  font-size: 20px;
  text-transform: uppercase;
}

.formx img {
  width: 100%;
}
/*******abt abt-one IN SCHOLARSHIPS************/
.abt-two {
  padding: 68px 0;
  background: #f4f4f4;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}
.borime {
  position: relative;
}
.borimg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  top: 69px;
}
.abt-two h1 {
  text-align: center;
  font-size: 94px;
  font-weight: 800;
  color: #c92039;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: -67px 0 0 36%;
  transform: rotate(-2deg);
}
.abt-two h1 span {
  font-size: 48px;
  font-weight: 800;
  margin: 0 10px 0 0;
}
.abt-two h2 {
  position: relative;
  z-index: 2;
  width: fit-content;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(201, 32, 57);
  background: linear-gradient(176deg, rgba(201, 32, 57, 1) 0%, rgba(107, 38, 71, 1) 100%);
  margin: -10px 0 32px 36%;
  transform: rotate(-2deg);
}
.abt-two .parbixd {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.abt-two .parbixd span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 7px 0;
}
/******ftr******/
.abt-three .lefethe {
  width: 30%;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
  z-index: 5;
  padding-top: 121px;
  vertical-align: top;
}
.tedb {
  position: relative;
  z-index: 2;
  width: fit-content;
  color: #fff;
  padding: 10px 38px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(201, 32, 57);
  background: linear-gradient(176deg, rgba(201, 32, 57, 1) 0%, rgba(107, 38, 71, 1) 100%);
  text-decoration: none;
  display: block;
  font-size: 26px;
  margin: 9px 0 0 0;
}
/******ftr******/
footer {
  background: #323232;
  color: #fff;
  font-size: 12px;
  padding: 11px 0;
}
.leode {
  display: inline-block;
  width: 49%;
  font-size: 12px;
  vertical-align: middle;
}
.leode img {
  width: 22px;
}
.leode p {
  font-size: 12px;
  font-weight: 400;
  width: 80%;
  display: inline-block;
  margin: 0 0 0 11px;
}
.rigct {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.rigct i {
  display: inline-block;
  margin: 0 7px 0 0;
}
/***************/
.rigode.slbod {
  position: relative;
  overflow: hidden;
  margin: -25% 0 0 30%;
}
.owl-carousel#faculty {
  width: 100%;
  margin: 0 auto;
}
.owl-carousel#faculty .owl-item img {
  opacity: 1;
  height: 504px;
  object-fit: cover;
  width: 57%;
  margin: 0 0 0 -67px;
  border-radius: 10px;
}
.sabox {
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 40px;
  font-size: 25px;
  font-weight: 700;
}
.sabox span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.owl-carousel#faculty .owl-item .sabox {
  transform: rotate(-90deg);
  left: 13px;
  bottom: 139px;
  right: 34%;
  margin: 0;
    display: none;
}
.owl-carousel#faculty .owl-item .sabox span {
  display: none;
}
.owl-carousel#faculty .owl-item .item {
  overflow: hidden;
  border-radius: 10px;
}
.owl-carousel#faculty .owl-item.active.center img {
  margin: 0;
  width: 100%;
  height: 504px;
}
.owl-carousel#faculty .owl-item.active.center .sabox {
  transform: rotate(-0deg);
  left: 30px;
  bottom: 20px;
     display: block;
}
.owl-carousel#faculty .owl-item.active.center .sabox span {
  display: block;
}
.rigode.slbod::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  height: 100%;
  width: 18%;
  z-index: 3;
}
/*******Thankyou page css******/
body.thankpage {
  background: #efefef;
}
.thankpage {
  background: #efefef;
}
.fuleithd {
  position: absolute;
  width: auto;
  z-index: 1;
  top: 151px;
}
.boode {
  position: relative;
  z-index: 4;
}
.thankone {
  position: relative;
}
.mobilesho {
  display: none;
}
.lobobx {
  display: block;
  clear: both;
  padding: 50px 0;
}
.devlogo {
  width: 356px;
  float: left;
}
.ouuologo {
  width: 250px;
  float: right;
}
.midlog {
  display: block;
  clear: both;
  text-align: center;
  margin: 13% 0 4%;
}
.dektopsho {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.herobx {
  text-align: center;
}
.herobx a {
  display: inline-block;
  background: #f77708;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 7px;
  width: 388px;
  text-align: center;
}
.sociicon {
  display: block;
  text-align: center;
  margin: 42px 0;
}
.jeds {
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  color: #323232;
  letter-spacing: 3px;
  margin: 0 15px 0 0;
}
.soicn {
  display: inline-block;
  width: auto;
  margin: 0 15px;
}
.soicn img {
  object-fit: contain;
  height: 35px;
  width: auto;
}
.thankftr {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.leocont {
  display: inline-block;
  vertical-align: middle;
}
.leocont span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
.leocont img {
  display: inline-block;
  vertical-align: middle;
}
.condeals {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
}
.condeals a {
  text-decoration: none;
}
.condeals img {
  display: inline-block;
  vertical-align: middle;
}
.condeals span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 11px;
}
/**********/
.aboutspart {
  height: 900px;
  position: absolute;
  background: none;
  padding: 0 0 50px;
  width: 76%;
  z-index: 0;
  top: -20%;
}
.hero-app-one {
  position: absolute;
  left: 20%;
  top: 0;
}
.hero-app-two {
  position: absolute;
  left: 28%;
  top: -5%;
}
.hero-app-three {
  position: absolute;
  left: 34%;
  top: 0%;
}
.hero-app-four {
  position: absolute;
  left: 35%;
  top: -15%;
}
.hero-app-five {
  position: absolute;
  left: 47%;
  top: -5%;
}
.hero-app-six {
  position: absolute;
  left: 45%;
  top: 10%;
}
.hero-app-seven {
  position: absolute;
  left: 57%;
  top: 2%;
}
.hero-app-eight {
  position: absolute;
  left: 62%;
  top: 4%;
}
.hero-app-nine {
  position: absolute;
  left: 70%;
  top: 4%;
}
.hero-app-8 {
  position: absolute;
  left: 68%;
  top: 60%;
}
.aboutspart .hero-app-8 {
  position: absolute;
  left: 35%;
  bottom: 50%;
}
.hero-app-6 {
  position: absolute;
  right: 50%;
  top: 10%;
}
.hero-app-8 {
  position: absolute;
  right: 40%;
  top: 5%;
}
.aboutspart .hero-app-7 {
  position: absolute;
  top: 8%;
  left: 10%;
}
.custom-animation {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}
.aboutspart .hero-app-8 {
  position: absolute;
  left: 10%;
  bottom: 40%;
}
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}
.custom-animation1 {
  backface-visibility: hidden;
  animation: jumping1 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}
.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}
.custom-animation5 {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation6 {
  backface-visibility: hidden;
  animation: jumping6 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation7 {
  backface-visibility: hidden;
  animation: jumpingnew2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
.custom-animation8 {
  backface-visibility: hidden;
  animation: jumpingnew1 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}
/*@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}
@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}
@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}
@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: .9;
  }
}
@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}
@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}*/
@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-10px) translateX(-10px) rotate(10deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px) translateX(-5px) rotate(5deg) scale(1);
    opacity: 1;
  }
  75% {
    transform: translateY(-8px) translateX(-8px) rotate(8deg) scale(1);
    opacity: 1;
  }
  85% {
    transform: translateY(-5px) translateX(-5px) rotate(5deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px) translateX(-10px) rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg);
    opacity: 1;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg);
    opacity: 1;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0);
    opacity: 1;
  }
}
@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg);
    opacity: 1;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg);
    opacity: 1;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0);
    opacity: 1;
  }
}
@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0);
    opacity: 1;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg);
    opacity: 1;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg);
    opacity: 1;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) s;
    opacity: 1;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0);
    opacity: 1;
  }
}
@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}
@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}
@keyframes jumpingnew1 {
  0% {
    transform: translateY(10px) translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateY(20px) translateX(10px);
    opacity: 1;
  }
  40% {
    transform: translateY(15px) translateX(-15px);
    opacity: 1;
  }
  40% {
    transform: translateY(-15px) translateX(-25px);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 1;
  }
}
@keyframes jumpingnew2 {
  0% {
    transform: translateY(10px) translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateY(20px) translateX(10px);
    opacity: 1;
  }
  40% {
    transform: translateY(35px) translateX(-15px);
    opacity: 1;
  }
  40% {
    transform: translateY(45px) translateX(-25px);
    opacity: 1;
  }
  80% {
    transform: translateY(50px) translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(65px) translateX(15px);
    opacity: 1;
  }
}
/****slideobx****/
.slbox {
  width: 103px;
  margin: -97px 0 0 39px;
  padding-bottom: 13px;
}
.slbox .item {
  background: #686868;
  transform: rotate(0deg);
}
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*******margqune********/
.marbox {
    display: inline-block;
    width: 12%;
    overflow: visible;
    padding: 0;
}

.marbox img {width: 100%;}
.marbox:first-child img {width: 80%;}
.marbox:nth-child(2) img {width: 75%;}
.marbox:nth-child(3) img {width: 90%;}
.marbox:nth-child(4) img {width: 70%;}
.marbox:nth-child(5) img {width: 65%;}
.marbox:nth-child(6) img {width: 85%;}
.marbox:last-child img {width: 90%;}
.marbox marquee {height:1500px; padding:0;}

/***********form css**********/

.formx {
    display: inline-block;
    width: 34%;
    vertical-align: top;
    margin: -8% 0 0 0;
}

.foboxe {
    width: 100%;
    float: right;
    background: rgba(0, 0, 0, 0.4);
    padding: 29px;
    border-radius: 30px;
}
.fromhead {
    font-size: 22px;
    text-align: center;
    color: #fff;
	margin-bottom: 20px;
}
.form-label, .form-control, .form-select {
    font-size: 14px;
	color:#fff;
	margin: 0;
	display: inline-block;
}

.form-label {
    width: 84px;
}

.form-control, .form-control:focus,  .form-select, .form-check-label, .form-select:focus {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    margin: 0 0 0 11px;
    padding: 7px 0;
    box-shadow: none;
    color: #000;
    outline: none;
}

.form-check-label {
    border: none;
    width: 90%;
    font-size: 12px;
    line-height: 18px;
}

.form-check-input[type=checkbox] {
    margin: 10px 0 0 0;
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color:#dbdbdb;
}

.form-control::placeholder {
  color: #dbdbdb;

}
.imgbga {
    position: relative;
    padding: 0 0 0 45px;
}

.form-select option { background: #000;}

.imgbga::before {content: ""; position: absolute; background: url("/images/form/icon-1.webp") no-repeat left top/ contain; height: 33px; width: 39px; left: 0;}
.emailbx::before {content: ""; position: absolute; background: url("/images/form/icon-2.webp") no-repeat left top/ contain;}
.mobilebx::before {content: ""; position: absolute; background: url("/images/form/icon-3.webp") no-repeat left top/ contain;}
.mobilebx::before {content: ""; position: absolute; background: url("/images/form/icon-3.webp") no-repeat left top/ contain;}
.statebx::before  {content: ""; position: absolute; background: url("/images/form/icon-4.webp") no-repeat left top/ contain;}

.citybx::before {content: ""; position: absolute; background: url("/images/form/icon-6.webp") no-repeat left top/ contain;}

.programbx::before {content: ""; position: absolute; background: url("/images/form/icon-7.webp") no-repeat left top/ contain;}

.coursebx::before {content: ""; position: absolute; background: url("/images/form/icon-8.webp") no-repeat left top/ contain;}

.foboxe .btn.btn-primary {
    background: #c92039;
    border-color: #c92039;
    display: block;
    padding: 6px 38px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 16px auto 0;
}
.mb-2.imgbga {
    margin-bottom: 1rem !important;
}


  .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #ff3532;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    position: absolute;
    bottom: -10px;
    left: 143px;
    font-size: 9px;
    font-weight: 600;
    background: #fff;
    padding: 4px;
    border-radius: 2px;
	  display: none;
}
        .parsley-errors-list.filled {
            opacity: 1;
        }

.imgbga .parsley-errors-list {  display: block;}





.btonx .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #fff !important;
    background-color:transparent !important;
    border-bottom-width: var(--bs-border-width);
        padding: 5px 5px;
}



.benefits ul{
  list-style: disc !important;
}


.benefits ul li{
      line-height: 27px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 11px;
    color: #000;
    font-weight: 500;
    font-family: none;
    font-size: 20px;
    /* text-transform: uppercase; */
}
.offcanvas .nav-link {
    padding-right: 13px;
    padding-left: 11px;
    color: #000;
    font-weight: 500;
    font-family: none;
    font-size: 20px;
    /* text-transform: uppercase; */
}





/* ================= */
  html {
    scroll-behavior: smooth;
  }
 body {
        padding-top: 70px !important /* To prevent content from hiding behind the fixed bar */
    }
    .navbar-brand img {
      
    }
  .foboxe {
      width: 100%;
      float: right;
      background: #c92039 !important;
      padding: 20px 0px 0px 0px !important;
      border-radius: 30px;
  }
  @media only screen and (max-width:800px){
    .borime {
      margin-top: 30px !important;
    }
  }

  .fs-5 {
      font-size: 1rem !important;
      line-height: 23px !important;
  }
  .card ul{
    list-style: disc !important;
  }

  .applicableProgrammes .accordion-body ul{
    list-style: disc !important;
  }
  .applicableProgrammes .accordion-body ul li{
    margin-top: 3px;
      margin-left: 17px;
  }
  .applicableProgrammes .accordion-body ul li a{
    text-decoration: none;
    color:#000;
  }

  .applicableProgrammes .accordion-button {
      padding: 6px 5px !important;
      border:0px;
      color: #000 !important;
  }

  .applicableProgrammes .accordion-item {
       border:0px;
       margin-left:8px;
  }

  .applicableProgrammes .accordion-button:not(.collapsed) {
        box-shadow: none !important
    }
    #accordionExample .fa{
          margin-right: 4px !important;
       /* Nav Tabs */
    }
        .custom-tab-style .nav-link {
          background-color: #fff;
          border-radius: 30px;
          padding: 12px 25px;
          margin: 0 10px;
          font-weight: 600;
          color: #172b52;
          transition: all 0.3s ease;
          border: 2px solid transparent;
          box-shadow: 0 4px 6px rgba(0,0,0,0.08);
        }

        .custom-tab-style .nav-link:hover {
          background-color: #f5f5f5;
          border-color: #c92039;
          color: #c92039;
        }

        .custom-tab-style .nav-link.active {
          background-color: #c92039;
          color: #fff;
          border-color: #c92039;
          box-shadow: 0 4px 12px rgba(201, 32, 57, 0.4);
        }

        .mytab > .nav-tabs{
            background: transparent;
            padding: 25px;
            border-radius: 10px;
            border-bottom: 0px;
            border-width: 2px !important;
            border-color: #172b52 !important;
        } 

        .mytab > .nav-tabs .nav-link.active::after{
            display: none;
        }



        .myaccord .accordion-item {
            margin: 15px;
            border-radius: 10px !important; 
            /* border: 1px solid #dddddd !important; */
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
        }
        .myaccord .accordion-body {
/*            border: 1px solid #dddddd !important;*/
            font-size: large;
        }

        .myaccord .accordion-button:not(.collapsed){
            background: #dddddd;
        } 

        .myaccord .accordion-flush .accordion-item .accordion-button {
            font-size: 20px;
            font-weight: bold;
            color:#333;
        }

        @media (max-width: 768px) {
          .custom-tab-style {
            flex-direction: column;
            align-items: center;
          }
          .custom-tab-style .nav-item {
            margin-bottom: 10px;
          }
        }

        #sidebar{
            display: none;
        }
        .scholarshipAcc .accordion-body{
            padding: 0px;
        }


        /* 1️⃣ SECTION BACKDROP */
          .cta-section {
            /* soft white‑to‑pale‑blue vertical gradient */
            background: linear-gradient(180deg, #eeeeee 0%, #e4efff 100%);
          }

          /* 2️⃣ HEADING WITH CENTERED UNDERLINE */
          .cta-title {
            font-size: clamp(2.2rem, 5vw + .5rem, 3.5rem);   /* fluid size */
            color: #172b52;
            position: relative;
            margin-bottom: 0px !important;
          }
          .cta-title::after {
           /* content: "";
            position: absolute;
            left: 50%;
            bottom: -6px;
            transform: translateX(-50%);
            width: 60%;
            height: 4px;
            border-radius: 2px;
            background: currentColor;
            opacity: .25;*/
          }

          /* 3️⃣ SUBTITLE */
          .cta-subtitle {
            font-size: clamp(1.25rem, 3vw + .25rem, 2.25rem);
            color: #00337a;
            margin-top: 0px;
          }

          /* 4️⃣ BUTTON */
          .btn-primary {
            background-color: #f77708;
            border-color: #f77708;
          }
          .btn-primary:hover,
          .btn-primary:focus-visible {
            background-color: #002d6b;
            border-color: #002d6b;
          }
          .card{
            border:1px solid #ddd;
          }
 
          .frm-card {
             border: 4px solid #172b52;
            border-radius: 12px;
            padding: 10px;

            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
           /* display: flex;
            flex-direction: column; */
            
            }

          .exam-table {
            border: 1px solid #000;
          }

          .exam-table th,
          .exam-table td {
            border: 1px solid #000;
            padding: 8px;
            vertical-align: middle;
            font-size: 14px;
          }

          .exam-group {
            margin-bottom: 40px;
          }

          .highlight-row {
            background-color: #fdf7e3;
            font-weight: 600;
          }

          @media (max-width: 767px) {
            .exam-table th,
            .exam-table td {
              font-size: 12px;
            }
            .mobileForm{
                display: block !important;
            }
            .desktopForm{
                  display: none !important;
             }
          }
          .dateIcons{
            text-align: center;
          }
          .dateIcons .bi{
            font-size: 43px;
            color: #666;
            margin-bottom: 12px;
          }
          .btn-fill-blue {
            background-color: #c92039 !important;
            color: #fff !important;
            border-color: #c92039 !important;
            width: 100% !important;
        }
        .fs-5 {
            font-size: 1rem!important;
            line-height: 23px !important;
        }

        .notecard{
          background: #c92039;
          padding: 10px;
          border-radius: 10px;
        }
        .box-p{
        background: #fff;
        padding: 1px 7px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
        }
        .box-p h4{
           font-size: 19px;
        margin-top: 19px;
        }
        .accordion-button:not(.collapsed) {
         background-color: transparent !important;   
    }
     .accordion-button a{
      color:#000;
      text-decoration: none;
     }


    .accordion-button::after {
        content: none;
    }
    .offcanvas-header .btn-close {
        margin-right: 0;
      }