body {
  font-family: "Poppins", sans-serif;
}
header .container-fluid {
  padding-left: 60px;
}
.form p {
  margin-bottom: 0px;
}
p {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 22px;
}
p span {
  color: #3e703f;
  font-weight: 600;
}
@font-face {
  font-family: UniSansHeavyCAPS;
  font-style: normal;
  font-weight: 400;
  src: local("Bebas Neue Regular"),
    url(../fonts/UniSansHeavyCAPS.woff) format("woff");
}
.foster {
  padding: 60px 90px 0 60px;
}
.foster .heading {
  margin-bottom: 40px;
  text-align: center; /* Center align for all screen sizes */
}
.count-particles {
  display: none;
}
.can ~ div {
  display: none;
}

/* ---- reset ---- */
canvas {
  display: block;
  vertical-align: bottom;
}

/*form*/
.applybtn a {
  position: fixed;
  right: -63px;
  transform: rotate(90deg);
  background: #259609;
  top: 50%;
  color: #fff;
  padding: 8px 20px 9px;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: -60px;
  border: solid 1px #259609;
  cursor: pointer;
  z-index: 99;
  text-decoration: none;
  display: none;
  border-radius: 0 0 13px 15px;
  font-weight: 600;
}
html {
  scroll-behavior: smooth;
}
.applybtn.sticky a {
  display: block;
}
.form-sec {
  position: fixed;
  transition: all 0.5s;
  width: 320px;
  background: #fff;
  padding: 0px 17px 20px;
  border-radius: 6px;
  float: right !important;
  z-index: 99;
  top: 10rem;
  right: 45px;
  box-shadow: 0 0 40px 0px #8e8e8e;
}
.form-sec.sticky {
  right: -1450px;
}
.form-sec.slide {
  right: 45px;
}
.form-sec::before {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  top: -0.5rem !important;
  left: 0;
  border-top: 0.5em solid #259609;
  margin: 0.5em auto 0;
  border-radius: 6px;
}
.adm-txt {
  font-size: 19px;
  color: #259609;
  text-align: left;
  text-transform: uppercase;
  margin: 23px auto 15px;
  font-weight: 500;
}
.form-sec .form-group {
  position: relative;
}
.form-sec .form-group {
  position: relative;
}
label.checkbox-label {
  position: relative;
  width: 100%;
}
label.checkbox-label > input[type="checkbox"] {
  left: 0px;
}
.form-sec .form-group::before {
  position: absolute;
  content: "";
  background-image: url("../images/form-icon.png");
  width: 30px;
  height: 34px; /* background-position: -3px -11px; */
  top: 7px;
  left: -5px;
  opacity: 0.3;
}
.Name::before {
  background-position: -3px -12px !important;
}
.email::before {
  background-position: -3px -58px !important;
}
.Mobile::before {
  background-position: -3px -103px !important;
}
.Course::before {
  background-position: -3px -150px !important;
}
.State::before {
  background-position: -3px -243px !important;
}
.City::before {
  background-position: -3px -195px !important;
  top: 3px !important;
}
.Course::before {
  background-position: -3px -146px !important;
  top: 3px !important;
}
.mobile {
  display: none !important;
}
.input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: solid 2px #ece8e8;
}
.input {
  padding: 0 11px 0 28px;
  height: 30px;
  width: 100%;
  /* border-radius: 6px; */
  font-size: 14px;
  color: #585858;
  border: none;
  background: none;
  font-weight: 300;
  border-bottom: solid 2px #ece8e8;
  border-radius: 0;
}
.form-group {
  margin-bottom: 5px;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #585858;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #585858;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #585858;
  opacity: 1;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #585858;
  opacity: 1;
}
.term {
  font-size: 0.8rem !important;
}
.sbt {
  border: 0;
  border-radius: 2px;
  background: #259609;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px auto 5px;
  width: 100%;
  display: inherit;
  cursor: pointer;
  padding: 8px 20px;
}
.mobile {
  display: none !important;
}
.tablist {
  background: #ffbf00;
  padding: 30px 30px 13px;
  border-radius: 10px;
  position: relative;
}
.tablist p {
  font-size: 22px;
  font-weight: 600;
  min-height: 129px;
}
.tablist img {
  width: 44px;
  height: 40px;
  object-fit: scale-down;
}
.tablist span {
  position: absolute;
  bottom: 0px;
  right: 26px;
  font-size: 103px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
  line-height: 74px;
  font-family: arial;
}
.desktop {
}
.Edgelist img {
  max-width: 43px;
  position: absolute;
  left: 0;
  top: 0;
}

/*header*/
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 28px;
  z-index: 9999;
  transition: all 0.5s;
}
.main-banner {
  /*! position: relative; */
}
.banner-text {
  position: absolute;
  padding-left: 60px;
  top: 58%;
  color: #fff;
  text-align: left;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9; /*! padding-top: 250px; */
}
.owl-nav {
  display: none;
}
.owl-dot.active span {
  width: 7px;
  background: #e9be31;
  border-color: #e9be31;
}
.owl-dots {
  position: absolute;
  top: 290px;
  right: 290px;
  z-index: 999999;
}
.owl-dot span {
  width: 43px;
  height: 7px;
  display: inline-block;
  border: solid 2px #00cfcd;
  margin: 0 2px;
  border-radius: 50px;
  background: transparent;
}
.main-banner img {
  width: 100%;
}
.banner-text h2 span,
.banner-text h1 span {
  color: #ffad00;
  font-weight: 700;
}
.banner-text h2,
.banner-text h1 {
  color: #000;
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.secpadding {
  padding: 70px 0;
}
h2 {
  font-size: 37px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 10px;
}
.heading h2 span,
.heading p span {
  color: #ffad00;
}
.logo {
  width: 200px;
  display: inline-block;
}
.heading p {
  font-size: 16px;
  color: #000;
}
.banner-btn {
  width: 300px;
}
.list_init {
  padding: 40px 110px;
}
.imgban {
  color: #3e703f;
  font-size: 54px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.list-sal .lpa {
  padding: 0px 4px 50px;
  position: relative;
  z-index: 9;
}
.list-sal ul {
  list-style: none;
  display: block;
  padding: 25px;
  margin: 0px;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.lpabox {
  background: #ffcc00;
}
.list-sal ul li:first-child {
}
.list-sal ul li {
  padding: 20px 0 20px;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  color: #000;
  transition: all 0.4s;
}
.list-sal ul li h3 {
  font-weight: 900;
  font-size: 56px;
  line-height: 51px;
  color: #3e703f;
  font-family: UniSansHeavyCAPS;
  text-align: left;
}
.list-sal ul li h3 label {
  font-size: 18px;
  margin-left: 15px;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 37px;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.list-sal ul li p {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: #5c5c5c;
}
.about-university h2 {
  background: #3b1a6f;
  color: #fff;
  display: inline-block;
  padding: 10px 70px;
  width: 70%;
  text-align: right;
  margin: 0;
}
.about-university .heading p {
  background: #43cfcf;
  color: #fff;
  padding: 50px 200px 50px 330px;
  font-size: 14px;
  line-height: 25px;
}
.about-university > div {
  position: relative;
  margin-top: -80px;
}
.girl {
  position: relative;
  top: -209px;
  width: 590px;
  left: -420px;
  margin-bottom: -377px;
}
.list_li li label {
  cursor: pointer;
}
.ENGINEERING ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 0;
}
.bulding {
  position: absolute;
  bottom: 0;
  right: -187px;
}
.list_li ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0;
  max-width: 89%;
  margin: auto;
}
.list_li ul > li {
  position: relative;
  margin-bottom: 0;
  min-height: 80px;
  padding-top: 20px;
  list-style: none;
  margin-left: 0;
  padding: 20px;
  cursor: pointer;
  transition: all 0.4s;
  width: 23%;
  text-align: left;
  margin-top: 34px;
}
.list_li ul > li:hover {
  box-shadow: 0 0 4px #b8b5b5;
  margin-top: 15px;
}
.list_li ul > li:hover h3 {
  color: #3e703f;
}
.list_li li > span {
  position: static;
  left: 0;
  top: 0;
  display: block;
  margin: auto;
}
.list_li li img {
  top: 0;
  width: 54px;
  height: 68px;
  object-fit: scale-down;
  position: static;
  display: block;
  margin: auto 0;
}
.list_li h3 {
  font-size: 17px;
  color: #5b5b5b;
  transition: all 0.4s;
  font-weight: 500;
  margin: 19px 0 6px;
}
.list_li li label {
  margin: auto;
  width: 28px;
  display: block;
}
.imagesection {
  width: 520px;
  position: absolute;
  top: 51px;
  transform: translate(-50%, 0%);
  left: 50%;
  height: 0px;
}
.imagesection img {
  transition: width 2s, height 2s, transform 2s;
}
.imagesection img:hover {
  transform: rotate(360deg);
}
.heading:hover .bulb {
  width: 250px;
  filter: grayscale(0);
}
.points {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.points > div {
  margin-right: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 119px;
  text-transform: uppercase;
  position: relative;
  width: 218px;
}
.waysec.secpadding {
  height: 590px;
}
.waysec .heading {
  position: relative;
  top: 50px;
}
.way {
  position: absolute;
  margin-top: 0;
  z-index: -1;
  width: 320px;
  top: 0;
  right: 60px;
  float: right;
}
.waysec .container {
  position: relative;
}
.points > div span {
  display: inline-block;
  background-image: url(../images/plus.png);
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 29px;
  cursor: pointer;
}
.points > div > img {
  position: absolute;
  left: -29px;
  width: 130px;
  bottom: -276px;
  height: 260px;
  object-fit: scale-down;
}
.waysec .heading {
}
.relative {
  position: relative;
}
.left-side {
  position: absolute;
  left: -250px;
  top: 50%;
}
.rotate-heading {
  position: absolute;
  right: -48px;
  bottom: -135px;
  width: 90px;
}
.listbox .rotate-heading {
  right: 90px;
  bottom: -105px;
  width: 419px;
  position: static;
  text-align: right;
  margin-left: auto;
  margin-right: 40px;
  height: 80px;
}
.left-side p {
  margin: 0;
  color: #5e5e5e;
  font-size: 23px !important;
  font-weight: 600;
  display: inline-block;
  transform: rotate(-90deg);
}
.chair {
  position: absolute;
  bottom: -167px;
  right: 0;
  width: 360px;
  z-index: 9999;
}
.placement {
  background: #3e703f;
}
.chair span {
  position: absolute;
  width: 239px;
  right: 9px;
  top: 40px;
}
.placement .container {
  position: relative;
}
.placement ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.placement h3 {
  color: #e0b300;
  font-size: 70px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  transition: all 0.4s;
}
.placement li div:hover h3 {
  color: #fff;
}
.placement p {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
}
.placement ul li {
  width: 50%;
  margin: 20px 0 0;
  position: relative;
}
.placement ul li div {
  position: relative;
  display: inline-block;
}
.placement ul li label {
  font-size: 14px;
  color: #e0b300;
  position: absolute;
  top: 70px;
  right: -22px;
}
.TopRecruiters .owl-dots {
  position: static;
  text-align: center;
  margin-bottom: -30px;
}
.TopRecruiters .owl-dot span {
  width: 9px;
  border: solid 2px #fff;
  background: transparent;
  height: 9px;
}
.TopRecruiters .owl-dot.active span {
  width: 37px;
  background: #ffc646;
  border-color: #ffc646;
}
.placement ul li:nth-child(2) label {
  right: -25px;
}
.placement h3 span.rt {
  transform: rotate(-90deg);
  position: absolute;
  font-size: 21px;
  top: 26px;
  right: -46px;
}
.placement h2 {
  color: #fff;
}
button:focus {
  outline: none;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.click-icon {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.TopRecruiters {
  background-image: url(../images/requt-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.listbox .left-side {
  position: absolute;
  left: -175px;
  top: 50%;
}
.TopRecruiters .owl-carousel .owl-item img {
  width: 190px;
  height: 80px;
  object-fit: scale-down;
  margin: 40px 0;
  transition: all 0.4s;
  cursor: pointer;
  transform: scale(0.8);

  padding: 10px;
  margin: 30px auto 0;
}
.TopRecruiters .owl-carousel .owl-item img:hover {
  transform: scale(1);
  border: solid 1px #fff;
  border-radius: 4px;
}
.Futureready .img-fluid {
  transition: all 0.4s;
  filter: grayscale(1);
  border: solid 1px #fff;
}
.logo-uni ul {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  list-style: none;
  flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
}
.logo-uni ul li {
  padding: 30px;
  width: 33%;
  text-align: center;
  border-right: solid 2px #ccc;
  margin-bottom: 0;
  border-bottom: solid 2px #ccc;
}
.logo-uni ul li:nth-child(3n) {
  border-right: 0;
}
.logo-uni ul li:nth-child(4),
.logo-uni ul li:nth-child(5),
.logo-uni ul li:nth-child(6) {
  margin-bottom: 0;
  border-bottom: solid 0px #ccc;
}
.logo-uni ul li img {
  width: 210px;
  height: 90px;
  object-fit: scale-down;
  padding: 0;
}
.Futureready .img-fluid:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
.TopRecruiters h2 {
  color: #fff;
}
.bgtest {
  background-image: url(../images/testimonial.jpg);
  height: 690px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  margin: 50px auto 0px 50px;
}
.StudentSpeak .owl-carousel .owl-item img {
  width: 130px;
  background: #3e703f;
  border-radius: 330px;
  padding: 0px 0 0;
  height: 130px;
  margin-top: 0;
  position: relative;
  top: 0px;
}
.list_li {
  position: relative;
}
.list_li .knowmore {
  top: 0;
  width: 100%;
  display: block;
}
.content-box {
  display: none;
}
.content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #f80081;
  padding: 31px;
  box-shadow: 0px 10px 13px #6c6a6a;
  min-height: 220px;
}
.content-box h4 {
  text-transform: capitalize;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
}
.content-box .close {
  float: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 71px;
  cursor: pointer;
  line-height: 25px;
}
.content-box p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}
.bgtest h3 {
  color: #3e703f;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}
.namestudent p {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 15px;
}
.namestudent {
  position: relative;
  left: 60px;
  top: 100px;
}
.detailsname p {
  color: #000;
  font-size: 15px;
  padding-left: 380px;
  padding-right: 80px;
  padding-top: 30px;
  line-height: 26px;
}
.bgtest .owl-dots {
  position: absolute;
  top: 90px;
  right: auto;
  left: -30px;
  transform: rotate(90deg);
}
.bgtest .owl-dot span {
  width: 10px;
  height: 10px;
  border: solid 2px #3e703f;
}
.bgtest .owl-dot.active span {
  width: 10px;
  background: #3e703f;
  border-color: #3e703f;
}
.bgtest .detailsname {
  pointer-events: none;
}
.Life .owl-dots {
  display: none;
}
.Life .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
}
.Life .owl-nav span {
  font-size: 0;
  color: #000;
  display: inline-block;
  line-height: 21px;
  background-color: #fff;
  width: 39px;
  height: 38px;
  margin: 0;
  text-align: center;
  border-radius: 0;
  background-image: url(../images/nxpv.jpg);
  background-size: 80px;
  background-position: -1px -1px;
}
.Life .owl-nav .owl-next span {
  background-position: 40px -1px;
}
.bottom-bdr {
  text-align: center;
}
.bottom-bdr p {
  font-weight: 600;
  margin: 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.mobile {
  display: none !important;
}
.knowmore {
  position: absolute;
  left: 0;
  top: 60px;
  width: 1040px;
  background: #ddb100; /* height: 220px; */
  z-index: 9;
  padding: 55px;
  display: none;
  box-shadow: 0px 10px 13px #6c6a6a;
}
.knowmore .close {
  float: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #111110;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 71px;
  cursor: pointer;
  line-height: 25px;
}
.knowmore p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-transform: none;
}
.knowmore p a {
  color: #fff;
  text-decoration: underline;
}
.knowmore h4 {
  text-transform: capitalize;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.Knowbox2 .knowmore {
  left: -380px;
}
.tablinks {
  background: transparent;
  border: none;
  color: #5b5b5b;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding: 0 0 0px 58px;
  width: 100%;
  border-bottom: solid 2px #d0d0d0;
  margin: 23px 0 30px;
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 20px;
}
.tablinks:before {
  content: "";
  background-image: url(../images/icons.png);
  position: absolute;
  width: 50px;
  height: 49px;
  background-size: 182px;
  background-repeat: no-repeat;
  left: 0;
  top: 8px;
}
.tablinks:hover:before {
  background-image: url(../images/icon-black.png);
}
.tablinks.two::before {
  background-position: -150px 2px;
}
.tablinks.three::before {
  background-position: -78px 10px;
  top: 3px;
}
.tablinks.four::before {
  background-position: 0 -65px;
}
.tablinks.five::before {
  background-position: -146px -65px;
}
.tablinks.six::before {
  background-position: -80px -62px;
}
.tablinks.seven::before {
  background-position: 1px -133px;
}
.tablinks.eight::before {
  background-position: -146px -132px;
}
.tablinks.nine::before {
  background-position: -80px -135px;
}
#tabpoint2 .contb h3::before {
  background-position: -150px 2px;
}
#tabpoint3 .contb h3::before {
  background-position: -78px 10px;
}
#tabpoint4 .contb h3::before {
  background-position: 0 -65px;
}
#tabpoint5 .contb h3::before {
  background-position: -146px -65px;
}
#tabpoint6 .contb h3::before {
  background-position: -80px -62px;
}
#tabpoint7 .contb h3::before {
  background-position: 1px -133px;
}
#tabpoint8 .contb h3::before {
  background-position: -146px -132px;
}
#tabpoint9 .contb h3::before {
  background-position: -80px -135px;
}
.tab {
  padding: 0 110px;
  position: relative;
}
.tab .row > div {
  padding: 0 25px;
}
.contb {
  background: #ffcc00;
  padding: 20px;
}
.tabcontent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 250px;
  box-shadow: 0 0 100px 0px #7b7b7b;
  margin-left: -125px;
}
.contb h3 {
  position: relative;
  font-weight: 600;
  line-height: 24px;
  padding-left: 53px;
  font-size: 21px;
  height: 43px;
  display: flex;
  align-items: center;
  margin: 0;
}
.contb p {
  color: #000;
  font-size: 13px;
  line-height: 19px;
  margin: 20px 0 0;
  text-align: justify;
}
.contb h3::before {
  content: "";
  background-image: url(../images/icon-black.png);
  position: absolute;
  width: 50px;
  height: 49px;
  background-size: 182px;
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
}
.tabcontent .close {
  float: right;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fc0;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 71px;
  cursor: pointer;
  line-height: 25px;
  text-shadow: none;
}
.tablinks:hover,
.tablinks.active {
  color: #fc0;
  border-bottom-color: #fc0;
  margin-left: 10px;
}
.Futureready .left-side {
  left: -129px;
}
.Futureready .rotate-heading {
  left: 8px;
  bottom: auto;
  width: 61px;
  top: -53px;
}
.waysec .left-side {
  left: -154px;
  top: 70%;
}
.placement .left-side {
  left: -174px;
}
.TopRecruiters .left-side {
  left: -154px;
  color: #fff;
}
.TopRecruiters .left-side p {
  color: #fff;
}
.Futureready .left-side {
  left: -225px;
}
.StudentSpeak .left-side {
  left: -154px;
  top: 40%;
}
.Life .item img {
  filter: grayscale(1);
}
.Life .item img:hover {
  filter: grayscale(0);
}
.StudentSpeak .rotate-heading {
  position: relative;
  left: 20px;
  bottom: auto;
  width: 320px;
  right: auto;
  top: -220px;
  margin-bottom: -150px;
}
.leader {
  position: relative;
}
.leader ul {
  padding: 0;
  list-style: none;
}
.leader li {
  position: absolute;
  top: 89px;
  right: 1%;
  width: 250px;
  line-height: 20px;
}
.leader li:nth-child(2) {
  top: 166px;
  right: 13%;
}
.leader li:nth-child(3) {
  top: 242px;
  right: 24%;
}
.leader li:nth-child(4) {
  top: 315px;
  right: 35%;
}
.leader li:nth-child(5) {
  top: 391px;
  right: 46%;
}
.leader li:nth-child(6) {
  top: 467px;
  right: 57%;
}
.steplist {
  position: absolute;
  width: 100%;
  top: 0;
}
.leader .heading {
  position: absolute;
  right: 10%;
  bottom: 120px;
  text-align: right;
}
.leader .left-side {
  left: -161px;
  top: 270px;
}
.li {
}
.naac {
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  background: #ffbf00;
  color: #000;
  width: 390px;
}

@media screen and (max-width: 768px) {
  .main-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 8px;
    min-height: unset;
  }
  .banner-text {
    align-items: center;
    text-align: center;
    padding: 28px 0 12px 0;
  }
  .imgban {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .adm-close {
    font-size: 22px !important;
    line-height: 26px !important;
    margin-top: 22px;
  }
  .last-date {
    width: 100% !important;
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }
  .last-date img {
    width: 60%;
    max-width: 260px;
    height: auto;
  }
}

/*................................... Ranking caraousel css ............................................*/
.logodiv1 img {
  max-width: 250px;
  display: inline-block !important;
  height: 125px;
  object-fit: scale-down;
  padding: 2px;
  transform: scale(0.8);
  transition: all 0.6s;
}

.logodiv1 {
  box-shadow: 0 0 10px #ddd;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 8px;
  text-align: center;
  margin: 6px 8px;
  max-width: 250px;
  overflow: hidden;
}

.ranking {
  position: relative;
}
.ranking .owl-dots {
  display: none;
}
.ranking .owl-nav {
  display: none;
  text-align: center;
  margin: 10px 0;
}
.ranking .owl-carousel .owl-nav button.owl-next {
  width: 31px;
  height: 31px;
  outline: none;
  margin: 0 3px;
  background: #2b6030 !important;
  border-radius: 6px;
}

.ranking .owl-carousel .owl-nav button.owl-prev {
  width: 31px;
  height: 31px;
  outline: none;
  margin: 0 3px;
  background: #2b6030 !important;
  border-radius: 6px;
}

.ranking button.owl-prev span,
.ranking button.owl-next span {
  color: #fff;
  font-size: 40px;

  line-height: 20px;
  display: inline-block;
}

.adm-close {
  color: #000;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 40px;
}

.last-date {
  width: 350px;
  margin-top: 40px;
}
