@charset "UTF-8";
body {
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

h2 {
  font-size: 40px;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.logo-main {
  max-width: 300px;
}

.bg-theme {
  background-color: #ef7d00 !important;
}

#banner {
  background-color: #fdf5ef;
}
#banner h2 {
  font-size: 35px !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 520px) {
  #banner h2 {
    font-size: 28px !important;
  }
}
#banner h2 span {
  text-transform: uppercase;
  color: #ef7d00;
  text-decoration: underline;
}
#banner h1 {
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  color: #595959;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: justify;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media only screen and (max-width: 520px) {
  #banner h1 {
    font-size: 22px;
  }
}
#banner h1 span {
  text-transform: uppercase;
  color: #000;
  font-size: 55px;
}
@media only screen and (max-width: 520px) {
  #banner h1 span {
    font-size: 45px;
  }
}
#banner h5 {
  font-size: 18px;
  color: #000;
  display: inline-flex;
}
#banner ul {
  display: inline-flex;
  gap: 10px 15px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
#banner ul li {
  list-style: none;
  background-color: #ef7d00;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 700;
}

.top-form {
  background-color: #fff;
  box-shadow: 0 0 15px 8px rgba(255, 131, 0, 0.13);
}
.top-form input[type=text],.top-form input[type=email], .top-form select {
  border: 0;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.top-form .form-check-input:checked {
  background-color: #ef7d00;
  border-color: #ef7d00;
  box-shadow: none;
}

#stats-sec {
  background-color: #ef7d00;
  padding-top: 30px;
  padding-bottom: 30px;
}
#stats-sec h3 {
  font-size: 40px;
  color: #fdf5ef;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  word-spacing: 5px;
}
#stats-sec .stat-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #stats-sec .stat-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#stats-sec .stat-box .stat {
  width: 20%;
  text-align: center;
  margin: 0 auto;
  height: 162px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  color: #000;
  border: 2px solid #4d2b06;
}
@media only screen and (max-width: 767px) {
  #stats-sec .stat-box .stat {
    min-width: 200px;
  }
}
#stats-sec .stat-box .stat .count {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
#stats-sec .stat-box .stat h5 {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #000;
}

#rankingNrecongnition h2 {
  margin-bottom: 100px;
}
#rankingNrecongnition .recognition .slick-list {
  overflow: visible;
}
#rankingNrecongnition .recognition .slick-list .slick-slide {
  opacity: 0;
}
#rankingNrecongnition .recognition .slick-list .slick-active {
  opacity: 1;
}
#rankingNrecongnition .recognition .slick-list .card {
  position: relative;
  overflow: visible;
  padding-top: 50px;
  height: 260px;
  border-radius: 4px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2588235294);
}
@media only screen and (max-width: 767px) {
  #rankingNrecongnition .recognition .slick-list .card {
    height: auto;
  }
}
#rankingNrecongnition .recognition .slick-list .card img {
  position: absolute;
  top: -50px;
  left: 50%;
  border: 4px solid #ef7d00;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translate(-50%);
}
#rankingNrecongnition .recognition .slick-list .card .card-body {
  text-align: center;
  color: #595959;
  max-height: 100%;
  overflow: hidden;
}
#rankingNrecongnition .recognition .slick-list .card .card-body span {
  color: #ef7d00;
}
#rankingNrecongnition .recognition .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #rankingNrecongnition .recognition .slick-dots {
    bottom: -30px;
  }
}
#rankingNrecongnition .recognition .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#rankingNrecongnition .recognition .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #ef7d00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
#rankingNrecongnition .recognition .slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ef7d00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.course-area {
  background: -moz-linear-gradient(0deg, #fff 40%, #f58220 0);
}
.course-area .card {
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border: 0;
}
.course-area .card h2 {
  text-align: left;
  margin-bottom: 20px;
}
.course-area .card p {
  font-size: 18px;
}

.usp {
  padding-top: 100px;
  padding-bottom: 100px;
}
.usp .card {
  box-shadow: rgba(245, 130, 32, 0.5) 0px 3px 8px;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  margin: 10px 0;
  min-height: 170px;
}
.usp .slick-list {
  overflow: visible;
}
.usp .slick-list .slick-slide {
  opacity: 0;
}
.usp .slick-list .slick-active {
  opacity: 1;
}
.usp .slick-list .card {
  box-shadow: rgba(245, 130, 32, 0.5) 0px 3px 8px;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  min-height: 170px;
  display: flex !important;
  justify-content: space-between;
}
.usp .slick-list .card .usp-black-heading {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 28px;
  font-weight: 600;
  color: #444444;
}
.usp .slick-list .card .usp-data {
  font-size: 16px;
  color: #444444;
  padding-top: 20px;
  display: block;
}
.usp .slick-list .card .card-body {
  text-align: center;
  color: #595959;
}
.usp .slick-list .card .card-body span {
  color: #ef7d00;
}
.usp .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.usp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.usp .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #ef7d00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.usp .slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ef7d00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.usp .btn-theme {
  margin-top: 100px !important;
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-md-2 {
  grid-column: auto/span 2;
}

.curriculum-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .curriculum-icons {
    justify-content: space-evenly;
  }
}
.curriculum-icons .d-flex {
  width: calc(20% - 80px);
  min-width: 150px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.curriculum-icons .icon {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e57d00;
  display: inline-block;
  margin-bottom: 10px;
}
.curriculum-icons .icon img {
  width: 30px;
  height: 30px;
}
.curriculum-icons .head-curriculum {
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.accordion-section {
  padding-top: 20px;
}
.accordion-section .accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-top: 10px;
  border: 1px solid #f2f2f2;
}
.accordion-section .accordion::after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion-section .accordion.active, .accordion-section .accordion:hover {
  background-color: #ef7d00;
  color: #fff;
}
.accordion-section .card {
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(128, 137, 150, 0.1);
  border-radius: 5px;
}
.accordion-section .card span {
  display: block;
  color: #e57d00;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}

.panel {
  padding: 0px;
  background-color: white;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  border-top: 0;
  display: none;
  transition: max-height 0.2s ease-out;
}
.panel .grid {
  padding: 20px;
}
.panel .grid .g-col-md-6 {
  grid-column: auto/span 6;
}

.key-features {
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.key-features .img-content {
  color: #595959;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .key-features .img-content {
    text-align: center;
  }
}
.key-features .img-content:hover .img {
  border: 8px solid #e57d00;
  background-color: #ffffff;
}
.key-features .img-content .img {
  height: 90px;
  width: 90px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: border 750ms;
  background-color: #efebea;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .key-features .img-content .img {
    margin: 0 auto;
  }
}
.key-features .img-content .img img {
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 15px;
}
.key-features h4 {
  font-size: 16px;
  color: #000;
  margin: 0 0 5px 0;
}

.slick-list {
  overflow: visible;
}
.slick-list .slick-slide {
  opacity: 0;
}
.slick-list .slick-active {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #ef7d00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ef7d00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placement {
  background-color: #fdf5ef;
  padding-top: 80px;
  padding-bottom: 80px;
}
.placement h2 {
  text-align: center;
}
.placement .placement-slider {
  margin-bottom: 80px;
}
.placement .placement-slider .card {
  border: 0;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.placement .placement-slider .card .card-body {
  border: 0;
}
.placement .placement-slider .card .card-body .img-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .placement .placement-slider .card .card-body .img-content {
    flex-direction: column;
  }
}
.placement .placement-slider .card .card-body .img-content .img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .placement .placement-slider .card .card-body .img-content .img img {
    width: 150px;
    height: 150px;
  }
}
.placement .placement-slider .card .card-body .img-content span.name {
  font-size: 30px;
}
.placement .placement-slider .card .card-body .img-content span.class {
  font-size: 18px;
  display: block;
}
.placement .placement-slider .card .card-body .img-content span.salary {
  font-size: 45px;
  color: #ef7d00;
}
.placement h3 {
  text-align: center;
}
.placement .brand-logo img {
  width: 100%;
}

.hide-on-mobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}

.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .modal-dialog .modal-content .modal-body .top-form {
  box-shadow: none;
}

.btn-theme {
  background-color: #ef7d00;
  min-width: 250px;
  text-align: center;
  border: 0;
  margin: 0 auto;
  display: block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  max-width: 260px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #fff;
  transition: 0.5s ease;
}
.btn-theme:hover {
  background-color: #fff;
  color: #ef7d00;
  border: 1px solid #ef7d00;
}

.student-say {
  padding: 50px 0;
}
.student-say h2 {
  margin-bottom: 80px;
}
.student-say .slick-list .slick-slide .card {
  position: relative;
}
.student-say .slick-list .slick-slide .card img {
  max-width: 100px;
}
.student-say .slick-list .slick-slide .card img.av-img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}
.student-say .slick-list .slick-slide .card .card-body {
  border: 3px solid #ef7d00;
  border-radius: 5px;
  height: 300px;
  padding-top: 50px;
  overflow: hidden;
}

.admission-process {
  padding: 50px 0;
  text-align: center;
}
.admission-process .col-lg-3:not(:last-child) {
  position: relative;
}
.admission-process .col-lg-3:not(:last-child)::before {
  content: "";
  display: block;
  border: 1px dashed #ccc;
  position: absolute;
  width: 77%;
  top: 25px;
  left: 62%;
}
@media only screen and (max-width: 767px) {
  .admission-process .col-lg-3:not(:last-child)::before {
    display: none;
  }
}
.admission-process .number {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e57d00;
  color: #ffffff;
}
.admission-process .data-admission-process {
  font-size: 14px;
}
.admission-process .data-admission-process h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .col-md-8 {
    text-align: center !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col-md-8 .btn-theme {
    margin: 10px auto !important;
  }
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=style-new.css.map */

.notshow {
    display: none;
}