* {
  padding    : 0;
  margin     : 0;
  box-sizing : border-box;
  font-family: 'Poppins', sans-serif;
}

.btn-danger {
  background-color: #a32420 !important;
}

.text-danger {
  color: #a32420 !important;
}

#Home {
  height: 500px;
}

.red {
  background-color: #FF0000 !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.Ln-23 {
  line-height: 23px;
}

.fw-600 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.navbar-toggler {
  background-color: white !important;
}

.sectionmargin {
  margin: 60px 0;
}

/* About University============================== */

.aboutHomeImg::before {
  content         : '';
  position        : absolute;
  right           : 65px;
  width           : 96%;
  height          : 100%;
  border-radius   : 5px;
  bottom          : -21px;
  background-image: repeating-linear-gradient(-45deg, #FFCA2C, #FFCA2C 15px, transparent 15px, transparent 30px);
}

/* forms===================================== */

form label.error {
  color      : red;
  font-size  : 12px;
  font-weight: 500;
}

.applyNowPop {
  padding: 0px 25px 30px;
}

label#contactno-error {
  position : absolute;
  margin   : 11px 0 0 0;
  font-size: 12px;
  bottom   : -18px;
}


/* whatsapp form css ===================================*/
#whatsappForm label.error {
  color      : red;
  font-size  : 12px;
  font-weight: 500;
}

/* admission process================================== */

.step-wrapper::before {
  content         : "";
  position        : absolute;
  top             : 16px;
  left            : 8%;
  right           : 8%;
  height          : 2px;
  background-color: #8b0000;
  z-index         : 0;
}

.step-circle {
  width           : 30px;
  height          : 30px;
  background-color: #8b0000;
  color           : white;
  border-radius   : 50%;
  display         : flex;
  justify-content : center;
  align-items     : center;
  z-index         : 1;
  position        : relative;
  font-size       : 0.8rem;
  font-weight     : 600;
}

/* TOP HIGHLIGHTS============== */
.fixed-height {
  height: 255px;
}

.fixed-height img {
  object-fit: cover;
}

.lifeathightfixed {
  object-fit   : cover;
  height       : 206px;
  border-radius: 10px;
}

/* .still_unsure ============ */


.banner-bg {
  background: linear-gradient(90deg, #842423 0%, #AE3630 100%);
}

.expert-img {
  max-height: 240px;
}

/* our Top Placement Partners ============================*/
div#ourwork .item {
  width: 95%;
}

div#ourwork .owl-stage-outer {
  padding: 20px 0;
}