* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
  font-family: "Castoro", serif !important;
  scroll-behavior: smooth !important;
  scroll-padding-top: 90px !important;
}

header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1000;
  box-shadow: 2px 0px 5px 2px #333;
}

.navbar-collapse {
  justify-content: space-around !important;
}

.navbar-expand-lg {
  background-color: #fff !important;
  box-shadow: 0px 6px 26px -15px #27213d;
  justify-content: space-around !important;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin-left: 13px;
  margin-right: -45px;
}

.nav-link {
  margin: 0px 10px;
  color: #008080 !important;
  font-size: 21px !important;
  font-weight: bolder !important;
  letter-spacing: 0.28px;
  border-radius: 10px;
  transition: 0.3s;
  padding: 7px 20px !important;
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: #fff !important;
  background-color: #ffa800;
  border-radius: 20px;
  padding: 7px 20px !important;
}

.navbar-expand-lg img {
  width: 80px;
  height: auto;
  margin: 0px 10px;
}

.navbar.top {
  background-color: #ffa800;
}

.navbar-text {
  margin-left: 5%;
  font-weight: bold;
  color: white !important;
}

.socicon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-right: 5%;
}

nav .btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  background-color: #008080;
  transition: 0.3s;
  margin-right: 6%;
  margin-top: 10px;
  transition: 0.3s;
}

nav .btn:hover {
  color: #fff;
  background-color: #ffa800;
  transform: scale(1.1);
}

/* .phno {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    margin-bottom: -27px;
} */
.phno p {
  margin-top: 1px;
}

.phno p a {
  text-decoration: none;
  color: #00052d;
  transition: o.2s;
}

.phno p a:hover {
  color: #00a2c7;
}

.phno p img {
  width: 20px;
  margin-right: 10px;
  margin-left: 0px;
}

.nums p a {
  color: #008080;
  text-decoration: none;
}

.nums {
  margin-bottom: -16px;
}

.nums img {
  height: 20px;
  width: 20px;
  margin-bottom: -20px;
}

.nums p a:hover {
  color: #ffa800;
}

/* ---------------------------- */
.banner {
  display: flex;
  align-items: center;
  margin-top: 0px;
  height: auto;
}
.banimg {
  margin-top: 100px;
  width: 1800px !important;
  height: 75vh;
}
.carousel-item {
  position: relative;
}
.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-120%, -40%);
}
.carousel-indicators [data-bs-target] {
  background-color: #008080 !important;
}
.form-container2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10%, -40%);
}
.banner .form {
  position: relative;
  background-color: rgba(0, 128, 127, 0.9);
  backdrop-filter: blur(2px);
  color: white;
  padding: 13% 5%;
  width: 500px;
  border-radius: 10px;
  text-align: center;
  height: 385px;
}

.banner .form h1 {
  font-size: 25px;
  margin-top: 30px;
}

.banner .form p {
  font-size: 17px;
  margin-top: 20px;
}

.banner .btns {
  background-color: white;
  padding: 3% 6%;
  color: #00052d;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}
.grad {
  width: 40px;
  height: auto;
  margin-top: -7px;
}

.banner .btn {
  background-color: #ffa800;
  color: white;
  transition: 0.3s;
  font-size: 17px;
  padding: 10px 30px;
}

.banner .btn:hover {
  background-color: #ffa800;
  transform: scale(1.1);
}

/*------------------*/

.strt {
  background-color: #008080;
  height: 263px;
}

.fee {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.line {
  display: flex;
  border-right: 1px solid white;
  height: 200px;
  opacity: 0.6;
  align-self: center;
}

.fee .box {
  width: 33%;
  text-align: center;
  padding: 2%;
  color: white;
}

.fee .box img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

/*--------------------------*/
.overview {
  padding: 3% 0px;
  text-align: center;
  background-color: #fff;
}

.nums {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nums .num {
  width: 23%;
  text-align: center;
  padding: 5% 0px;
  background-color: #008080;
  border-radius: 20px;
  margin: 20px 0px;
  margin-left: 20px;
  box-shadow: 2px 20px 20px -14px #333;
  transition: 0.3s;
}

.nums .num:hover {
  cursor: pointer;
  transform: scale(1.04);
  box-shadow: 0px 3px 17px 1px #333;
}

.overview h1 {
  font-weight: bold;
}

.overview p {
  margin-top: 20px;
  font-size: 20px;
}

.num h1 {
  color: #ffa800;
  font-size: 55px;
  font-weight: bold;
}

.num p {
  font-size: 20px;
  color: white;
}

/*------------------*/
.high {
  text-align: center;
  background-color: #008080 !important;
  color: white;
  padding: 4% 0px;
}

.high img {
  width: 100px;
  height: auto;
}

.highlights {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.high h1 {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
}

.lit {
  width: 26%;
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 2%;
  color: #00052d;
  box-shadow: 2px 24px 27px -14px #000;
  transition: 0.3s;
}

.lit:hover {
  cursor: pointer;
  transform: scale(1.04);
  box-shadow: 0px 3px 37px 1px #000;
}

.lit p {
  margin-top: 20px;
  font-size: 18px;
}

/*------------------*/
.enrol {
  display: grid;
  margin-top: 30px;
}

.enrol button {
  font-size: 35px !important;
  padding-left: 33%;
  border-bottom: 1px solid #00052d;
}

.accordion {
  width: 85%;
  justify-self: center;
  text-align: center;
}

.accordion-body {
  text-align: justify;
}

.accordion .accordion-item .accordion-header button {
  background-color: transparent;
  box-shadow: none;
}

.accordion .accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed) {
  transition: all 0.3s ease-in-out;
  color: white !important;
  background-color: #ffa800 !important;
}

.why {
  margin-top: 30px;
  background-color: #e7e7e7;
  height: 260px;
  overflow: hidden;
}

.why .stats {
  display: flex;
}

.why .line {
  border-right: 1.5px solid grey;
  opacity: 0.6;
}

.why .stats .stat {
  width: 33%;
  text-align: center;
  padding: 6% 2%;
}

.stats .stat span {
  position: relative;
  bottom: -15%;
  color: gray;
}

.stats .stat p {
  font-size: 17px;
}

.stats .stat h1 {
  color: #008080;
  font-size: 47px;
  font-weight: bold;
}

.who {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}

.who h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.who p {
  font-size: 20px;
  text-align: center;
  color: #2e2e2e;
}

.who ul li {
  font-size: 18px;
  color: #2e2e2e;
}

.who ul li span {
  font-size: 20px;
  font-weight: 600;
}

.learn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #e7e7e7;
  padding: 3%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.learn h1 {
  text-align: center;
  font-weight: bold;
}

.lrns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.lrn {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrns img {
  width: 100px;
  height: auto;
}

.lrn p {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 17px;
}

.learn .btn {
  background-color: #ffa800;
  color: white;
  transition: 0.3s;
  font-size: 17px;
  padding: 10px 30px;
  align-self: center;
  justify-self: center;
}

.learn .btn:hover {
  color: white;
  background-color: #ffa800;
  transform: scale(1.1);
}

.note {
  color: grey;
  font-style: italic;
}

.note h6 {
  margin-left: 2.5%;
}

.note ul li {
  list-style: none;
}

/*----------------------*/

.modules {
  padding: 4%;
  display: grid;
}

.modules h1 {
  font-weight: bold;
  text-align: center;
}

.mods {
  display: grid;
  margin-top: 30px;
}

.mods .accordion-button {
  background-color: #e7e7e7 !important;
  margin-bottom: 2px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.mods .accordion-button::after {
  background-image: none !important;
}

.mods .accordion-button:not(.collapsed) {
  transition: all 0.3s ease-in-out;
  color: #00052d !important;
  background-color: #e7e7e7 !important;
}

.mods ul li {
  text-align: start;
  font-size: 18px;
  font-weight: 300;
  line-height: 45px;
}

.mods p {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}

.modules .note {
  margin-top: 40px;
}

.modules .btn {
  background-color: #ffa800;
  color: white;
  transition: 0.3s;
  font-size: 17px;
  padding: 10px 30px;
  align-self: center;
  justify-self: center;
}

.modules .btn:hover {
  color: white;
  background-color: #ffa800;
  transform: scale(1.1);
}

/*-----------------------*/
.dir {
  background-color: #008080;
  padding: 5%;
}

.dir h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

.dir2 h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: white;
}

.profs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.prof {
  gap: 40px;
  height: auto;
  align-items: center;
  width: 31%;
  color: white;
  text-align: center;
  font-size: 20px;
}

.prof img {
  width: 280px;
  height: 175px;
  border-radius: 6%;
  box-shadow: 1px 1px 18px -8px #e7e7e7;
}

.pla {
  margin: 14px;
}

.dir2 {
  background-color: #e7e7e7;
  padding: 5%;
}

.dir2 h1 {
  color: #00052d;
}

.dir2 .prof {
  color: #00052d;
}

.dir .note {
  margin-top: 60px;
}

.dir2 .note {
  margin-top: 60px;
}

/*------------------------*/
.certificate {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 4%;
  gap: 30px;
  background-color: #e7e7e7;
}

.certi h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.certi {
  width: 50%;
}

.certi p {
  font-size: 20px;
  margin-bottom: 20px;
}

.ficate img {
  width: 380px;
  height: auto;
  box-shadow: 1px 1px 18px -5px #00052d;
}

/*------------------*/
.pasts {
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex-direction: row;
  justify-content: center;
}

.past {
  display: flex;
  flex-direction: column;
  width: 31%;
  align-items: center;
}

.past ul li {
  font-size: 20px;
}

.past h1 {
  font-weight: bold;
  color: #008080;
}

.pasts .note {
  width: 100%;
}

/*----------------------*/
.cmplogo {
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3%;
}

.cmplogos {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.cmplogos img {
  width: 250px;
  height: auto;
  margin-top: -4%;
}

.tcs {
  width: auto;
  height: 100px !important;
}

.cmplogo h1 {
  text-align: center;
  font-weight: bold;
}

.cmplogo .note {
  margin-top: 40px;
  width: 100%;
}

/*---------------------------------*/
.services {
  padding: 4%;
}

.services h1 {
  text-align: center;
  margin-bottom: 50px;
}

.services h6 {
  font-weight: 800;
  font-size: 20px;
}

.services p {
  font-size: 16px;
}

.services .serv {
  text-align: center;
  margin-top: 15px;
  transition: all 0.6s;
}

.serv img {
  width: 70px;
  height: 70px;
}

.serv:hover img {
  width: 80px;
  height: 80px;
  transition: all 0.6s;
}

.servs {
  height: 90px;
}

.serv p {
  font-size: 18px;
  font-weight: 500;
}

.rounds {
  background-color: #00052d;
  color: white;
  padding: 50px 0px;
  text-align: center;
}

.rounds .button {
  background-color: white;
  color: #00052d !important;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none !important;
}

.round {
  padding: 20px;
}

.rounds a {
  color: white !important;
}

/*------------------------*/
.lexps {
  background-color: #e7e7e7;
}

.lexp {
  padding: 3% 7% !important;
  text-align: justify;
}

.lexp h1 {
  text-align: center;
  margin-bottom: 30px;
}

.lexp p {
  margin-bottom: 20px;
  font-size: 17px;
}

/*------------------------*/
.colab {
  padding: 4%;
}

.colabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colabs img {
  margin: 30px 0px;
}

.colabs .p {
  margin-top: 20px;
  padding: 0px 10%;
  font-size: 17px;
}

/*------------------------*/
.brouc .modal .mb-3 {
  margin-bottom: 10px !important;
  height: 40px;
}

.brouc .modal-content {
  margin-top: 100px;
  background-color: #008080 !important;
}

.brouc .modal-header {
  background-color: #008080 !important;
  color: #ffa800 !important;
  border-bottom: none;
}

.brouc .modal-title {
  margin-left: 30%;
}

.brouc .modal-footer {
  border-top: none !important;
  justify-content: center !important;
}

.brouc .modal .btn-primary {
  background-color: #e7e7e7;
  padding: 10px 40px;
  color: #000;
  border: none !important;
  transition: 0.3s;
  margin-top: 50px;
}

.brouc .modal .btn-primary:hover {
  background-color: #e7e7e7;
  padding: 10px 40px;
  color: #00052d;
}

.brouc .form-control {
  background-color: #e7e7e7 !important;
}
.pla p {
  font-size: 18px;
}
/* ---------------------- */
.price .modal-content {
  background-color: #e7e7e7;
}

.price .modal-header {
  color: #00052d;
  flex-direction: column;
  border-bottom: none;
}

.price .modal-body {
  color: #00052d;
  text-align: left;
  padding: 10px 50px;
}

.price .buttn {
  display: flex;
  justify-content: center;
}

.price .modal .btn-primary {
  padding: 10px 40px;
  background-color: #fff !important;
  border: none !important;
  transition: 0.3s;
  color: #00052d !important;
}

.price .modal .btn-primary:hover {
  padding: 10px 50px;
  background-color: #fff !important;
}

.plan .modal-header {
  color: #00052d;
  flex-direction: column;
  border-bottom: none;
}

.plan .modal-body {
  color: #00052d;
}

/* ---------------------- */
.gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.gotop img {
  width: 50px;
  height: auto;
}

/* ---------------------- */
#backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup {
  position: fixed !important;
  background-color: #ffffff;
  width: 450px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  display: none;
  text-align: center;
  transition: 0.4s !important;
  z-index: 2000;
}

.popup button {
  display: block;
  margin: -29px -20px -18px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}

.popup .mb-3 {
  margin-bottom: 1rem !important;
  height: 35px;
}

.popup .btn {
  margin-top: 50px;
  padding: 10px 30px;
  float: left;
  font-size: 20px;
  color: white;
  background-color: #008080;
}
.popup .btn:hover {
  color: white;
  background-color: #ffa800 !important;
}
.popup form {
  margin-top: -25px;
}
/* ----------------------- */
.apply {
  position: fixed;
  width: 100%;
  height: 10%;
  bottom: 0%;
  background-color: #008080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.apply .btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  background-color: #ffa800;
  transition: 0.3s;
  transition: 0.3s;
}

.apply .btn:hover {
  color: #fff;
  background-color: #ffa800;
}

/*-----------footer-------*/
.footer {
  height: 420px;
  background-color: #e7e7e7;
  color: #008080 !important;
}

.foot {
  justify-content: center;
}

.foothed {
  display: flex;
  justify-content: space-between;
  background-color: rgb(246 239 226);
}

.foothed img {
  width: 90px;
  height: 80px;
  margin: 0px 60px;
}

footer ul {
  padding-left: 5px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: #008080;
  line-height: 25px;
}

footer ul li a:hover {
  color: #ffa800;
}

footer .logo img {
  width: 250px;
  height: 225px;
  margin-top: -20px;
  margin-left: -42px;
  margin-bottom: -26px;
}

footer .logo {
  padding: 40px;
}

footer .logo p {
  padding: 0px 30px;
  font-weight: 400;
  margin-top: -5px;
}

footer .mid {
  padding-top: 4%;
  padding-bottom: 2%;
}

footer .lst {
  padding-top: 4%;
  padding-bottom: 4%;
}

footer .socials {
  width: 400px;
  padding-top: 4%;
  padding-bottom: 4%;
}

footer h4 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
}

footer .lst a {
  font-size: 15px;
}

footer .lst ul {
  margin-left: 20px;
}

footer .lst img {
  margin-left: -35px;
  width: 20px;
}

footer .socicon {
  margin-left: 10px;
  margin-right: 160px !important;
  margin-top: -8px;
  overflow: hidden;
}

footer .socicon img {
  width: 30px !important;
  height: 30px !important;
}

footer .copy {
  width: 16px !important;
  height: 16px !important;
  margin-top: -2px;
}

footer .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin-top: -40px;
}

footer .sub p {
  margin-left: 50px;
}

footer .form-control {
  width: 585px;
  border-radius: 50px !important;
  margin-right: -135px !important;
}

footer h5 {
  align-self: center;
  font-weight: bold;
  margin-left: 20px;
  margin-right: -90px;
}

footer .sub .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 6%;
  padding: 5px 20px !important;
  height: 45px;
  margin: 1%;
  background-color: #c2953a !important;
  color: white;
  border-radius: 25px;
}

footer .sub img {
  margin: 4px 2px;
}

/*-----------------------------------------------*/
@media screen and (min-width: 995px) {
  .footer .col-lg-3 {
    width: 24% !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
    height: auto !important;
  }

  .navbar-toggler {
    display: none;
  }

  .banner {
    height: auto;
    margin-top: 0px;
  }
  .banimg {
    position: relative;
    height: 475px;
    z-index: -1;
  }
  .form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .form-container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .strt {
    height: auto;
  }

  .banner .form {
    width: 105%;
  }
  .box p {
    font-size: 12px;
  }
  .overview .num {
    width: 22%;
    margin: 7px 9px;
  }

  .overview .container {
    padding: 0px;
    margin: 0px;
    max-width: 768px;
  }

  .high {
    padding: 4% 0px;
  }

  .high img {
    width: 70px;
  }

  .high h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .lit {
    width: 100%;
    padding: 1%;
  }

  .lit p {
    font-size: 14px;
  }

  .enrol button {
    font-size: 32px !important;
    padding-left: 27%;
  }

  .accordion {
    width: 100%;
  }

  .why {
    margin-top: 20px;
    height: auto;
  }

  .fee .line {
    height: 50px;
  }
  .why .stats {
    display: block;
  }
  .stats .stat p {
    margin-bottom: 0px;
  }

  .why .line {
    border-right: none;
    border-bottom: 1px solid grey;
    height: 0px;
  }

  .why .stats .stat {
    width: 100%;
    padding: 2% 1%;
  }

  .stats .stat h1 {
    font-size: 30px;
  }

  .learn {
    flex-direction: column;
    padding: 2%;
  }

  .lrns {
    flex-direction: column;
    gap: 1rem;
  }

  .lrn {
    width: 100%;
  }

  .lrn p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .learn .btn {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 20px;
  }

  .who {
    flex-direction: column;
    align-items: flex-start;
  }

  .who h1 {
    font-size: 24px;
    text-align: left;
  }

  .who p {
    font-size: 16px;
  }

  .who ul li {
    font-size: 14px;
  }

  .who ul li span {
    font-size: 16px;
  }

  .modules {
    padding: 2%;
  }

  .modules h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .mods .accordion-button {
    font-size: 16px;
  }

  .mods ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .mods p {
    font-size: 14px;
  }

  .modules .btn {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 20px;
  }

  .dir,
  .dir2 {
    padding: 10%;
  }

  .dir h1,
  .dir2 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }

  .dir h3,
  .dir2 h3 {
    font-size: 20px;
    text-align: center;
  }

  .profs {
    flex-direction: column;
  }

  .prof {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .prof img {
    width: 100px;
  }

  .dir .note,
  .dir2 .note {
    margin-top: 30px;
  }

  .certificate {
    flex-direction: column;
    padding: 2%;
    gap: 15px;
  }

  .certi {
    width: 100%;
  }

  .certi p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ficate img {
    width: 100%;
  }

  .pasts {
    flex-direction: column;
    padding: 2%;
    gap: 1rem;
  }

  .past {
    width: 100%;
  }

  .past ul li {
    font-size: 16px;
  }

  .past h1 {
    font-size: 24px;
  }

  .cmplogo {
    flex-direction: column;
    padding: 2%;
    gap: 1rem;
  }

  .cmplogo h1 {
    font-size: 24px;
  }

  .cmplogo .note {
    margin-top: 20px;
  }

  .services h1 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .services h6 {
    font-size: 16px;
  }

  .services p {
    font-size: 14px;
  }

  .services .serv {
    margin-top: 10px;
  }

  .serv img {
    width: 50px;
    height: 50px;
  }

  .serv:hover img {
    width: 60px;
    height: 60px;
  }

  .servs {
    height: 60px;
  }

  .serv p {
    font-size: 14px;
  }

  .rounds {
    padding: 25px 0px;
  }

  .rounds button {
    padding: 5px 10px;
    font-size: 14px;
  }
  .cmplogos img {
    width: 165px;
  }
  .phno {
    display: none;
  }
  .round {
    padding: 10px;
  }
  .footer {
    height: 725px;
  }
  .footer .socicon {
    margin-left: 50px;
  }
  footer .sub {
    margin-top: 0px;
  }
}

@media screen and (max-width: 520px) {
  #topbar {
    text-align: center;
  }

  .phno {
    display: none;
  }

  .socicon {
    margin: 0px 33%;
  }

  .fee .box {
    width: 33%;
    text-align: center;
    padding: 2%;
    color: white;
  }

  .fee .box img {
    width: 25px;
    height: auto;
    margin: 15px 0px;
  }
  .w-100 {
    width: 100% !important;
    height: 300px;
  }
  .banner .form {
    width: 230px;
    height: 215px;
    margin: -10% 15px 0px;
    padding: 20px 20px;
  }
  .banimg {
    margin-top: 0px;
    height: 290px;
  }
  .carousel-indicators {
    margin-bottom: 3px;
  }
  .banner .form h1 {
    font-size: 12px;
    margin-top: 20px;
  }
  .banner .form p {
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .banner .btns {
    padding: 2% 3%;
    font-size: 10px;
  }
  .strt {
    height: auto;
    margin-top: 0px;
  }
  .grad {
    width: 19px;
    height: auto;
    margin-top: -2px;
  }
  .banner .btn {
    font-size: 6px;
    padding: 6px 15px;
  }
  .box p {
    font-size: 6px;
  }

  .num p {
    font-size: 15px;
    color: white;
    text-align: center !important;
    padding: 0px !important;
  }

  .overview p {
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 30px;
  }

  .overview .num {
    width: 45%;
    margin: 7px 8px;
  }

  .highlights .lit {
    width: 43%;
  }

  .modal .mb-3 {
    margin-bottom: 10px !important;
    height: 40px;
  }

  .modal-content {
    margin-top: 100px;
  }

  .high img {
    width: 50px;
  }

  .lit p {
    font-size: 9px;
  }

  .enrol button {
    font-size: 19px !important;
    padding-left: 10%;
  }

  .accordion {
    width: 100%;
  }

  .high {
    padding: 4% 2%;
  }

  .highlights {
    gap: 1.2rem;
    margin-bottom: 20px;
  }

  .services .serv {
    margin-top: 10px;
    width: 50%;
  }

  .who {
    justify-items: center;
  }

  .lexp p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .cmplogos {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 1;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
  }

  .cmplogos img {
    width: 80px;
    height: auto;
  }

  .tcs {
    width: auto;
    height: 50px !important;
  }

  .footer {
    height: 1160px;
  }

  footer .mid {
    padding: 20px 40px;
  }

  footer .lst {
    padding: 20px 40px;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  footer .lst img {
    margin-left: -25px;
    width: 25px;
  }

  .socicon {
    width: 300px;
  }
  footer .socicon {
    margin-right: 0px !important;
    width: auto;
    margin-left: 0px !important;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
  }
  footer .socials {
    width: 100%;
    padding-left: 40px;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  footer .sub {
    flex-direction: column-reverse;
  }

  footer .sub p {
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
  }

  nav .btn {
    display: none;
  }

  .popup {
    width: 320px;
    padding: 40px 25px;
    margin-top: -31px;
  }

  .popup button {
    margin: -40px -10px -18px auto;
  }
}

@media (max-width: 360px) {
  .prof {
    width: 100%;
  }

  .prof img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 432px) {
  .prof {
    width: 100%;
  }

  .prof img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .prof {
    width: 100%;
  }

  .prof img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 461px) and (max-width: 768px) {
  .high img {
    width: 75px;
    height: auto;
  }

  .high h1 {
    font-size: 35px;
  }

  .highlights {
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .lrn {
    width: 79%;
  }
}

@media screen and (max-width: 768px) {
  .lit {
    width: 40%;
    padding: 1%;
  }
}

@media screen and (max-width: 768px) {
  .phno {
    margin: 0;
    margin-left: -8px;
  }
}

@media screen and (max-width: 360px) {
  .nums img {
    height: 30px;
    width: 20px;
    margin-bottom: -14px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-link {
    padding: 6px 3px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .banner .form {
    width: 450px;
    height: 320px;
  }
  .banner .form h1 {
    font-size: 20px;
  }
  .banner .form p {
    font-size: 15px;
  }
  .pla p {
    font-size: 16px;
  }
}
