body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 62.5%;
  --orange: #f46427;
  --grey: #636262;
  --white: #fff;
  --black: #000;
  --dark-blue: #060125;
  --blue: #1269b3;
  --light: #f8f9fa;
  --green: #2b6130;
  --black-light: #384349;
  --transition: all 0.3s ease;
  --red: #ff9873;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.r-g-3 {
  row-gap: 3rem;
}
.text-black {
  color: var(--black);
}
.flex-center {
  display: flex;
  align-items: center;
}
.fs14 {
  font-size: 1.4rem;
}
.fs16 {
  font-size: 1.6rem;
}
/* ===== Header ===== */
header img {
  max-width: 100%;
  max-height: 6.5rem;
}
header p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
a {
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}

.bg-light {
  background: var(--light);
}
.banner-image {
  position: relative;
  background-image: url(../images/test.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-image::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(92deg, rgb(255 255 255 / 86%) 15%, #00000000 85%); */
  background: linear-gradient(180deg, rgb(12 66 154 / 66%) 15%, #272626ba 85%);
}
.banner-logo img {
  max-height: 8rem;
  border-radius: 1rem;
  background: white;
  padding: 5px;
}
.feat-info {
  grid-template-columns: repeat(3, 0fr);
  gap: 6rem;
}
.feat-info img {
  max-height: 10rem;
}
.feat-info svg {
  height: 4rem;
  width: 4rem;
  fill: var(--light);
}
.feat-info p {
  font-size: 1.6rem;
  color: var(--light);
  margin: 0.5rem 0 0;
}
/* top nav change */
/* .top-right-logo{
  display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: center;
  
}
.top-right-logo> p {
  order: 1;
}

.top-right-logo > a {
  order: -1; 
} */
.why-choose-list .item img {
  height: 6rem;
  width: 6rem;
  margin-bottom: 1rem;
}

.why-choose-list li > div {
  position: relative;
  /* padding: 2rem; */
  /* background: var(--white); */
  height: 100%;
  font-size: 1.6rem;
  /* border-radius: 1rem; */
  /* box-shadow: rgb(131 3 3 / 24%) 0px 0rem 1.4rem 0px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.why-choose-list .divider {
  height: 52px;
  background-color: #fe7f50;
  width: 3px;
}

.why-choose-list {
  margin-top: 5rem;
}
.top_form {
  background: var(--white);
  /* padding: 2rem; */
  margin: 5rem auto;
  position: relative;
  width: 70%;
  border-radius: 1.6rem;
  /* box-shadow: 0 2rem 5rem rgb(26 76 135 / 50%); */
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.25);
  /* position: relative;
  top: 45px; */
}
.top-card {
  background: var(--red);
  color: var(--white);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.2rem 2.5rem;
}
.top_form p {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey);
}
.top_form h2 {
  font-size: 2rem;
  font-weight: 600;
}
.top_form label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.top_form .form-group {
  margin-bottom: 1.5rem;
}
.top_form .form-control {
  border: 0.1rem solid var(--white);
  border-left: 0.1rem solid var(--white);
  height: 4.5rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.input-group-text {
  border: 0.1rem solid var(--white);
  border-right: 0.1rem solid var(--white);
}
.top_form .form-control::placeholder {
  color: var(--grey);
}
.top_form .form-control:focus {
  box-shadow: none;
}
.submit-btn button {
  border: 0;
  background: var(--red);
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
  color: var(--white) !important;
  border-radius: 1rem;
  padding: 9px 24px;
  font-size: 1.8rem;
  margin: 1rem 0;
  box-shadow: 0 1rem 2rem rgb(169 111 77 / 58%);
}
.submit-btn button:hover {
  color: #fff;
}
.submit-btn button:focus {
  outline: 0;
  box-shadow: none;
}
.banner-title h1 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
}
.banner-title {
  max-width: 85%;
}
.banner-title h3 {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.14);
  padding: 10px 20px;
}
.fs26 {
  font-size: 26px;
}
.fs40 {
  font-size: 38px;
}
.text-red {
  color: var(--red);
}
.text-green {
  color: var(--red);
}
.feature-icon {
  height: 5rem;
  width: 5rem;
  margin: auto;
  border-radius: 50%;
}
.feature-icon img {
  height: 4.5rem;
  width: 4.5rem;
}
.course-info svg {
  height: 1.6rem;
  width: 1.6rem;
}
.course-info span {
  font-size: 1.4rem;
}
.specialization {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  gap: 1rem;
}
.specialization span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  background: var(--white);
  font-weight: 500;
}

.college-list li p {
  margin-bottom: 1rem;
  width: 98%;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  height: 45px;
}
.college-list li img {
  height: 18rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.college-list li > div {
  background: var(--light);
  border-radius: 1rem;
  /* box-shadow: 0px 3px 10px rgb(207 207 207); */
  box-shadow: rgb(131 3 3 / 24%) 0px 0rem 1.4rem 0px;
}
.college-list li .clg-action {
  padding: 1.6rem 1rem;
}
header {
  padding: 1.4rem 0;
}
/* .explore-btn {
  border: 0.1rem solid var(--red);
  color: var(--red) !important;
  font-size: 1.2rem;
  background: transparent;
  border-radius: 0.4rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  font-weight: 600;
} */
.explore-btn {
  background: var(--black);
  color: var(--white) !important;
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 22px;
  font-weight: 600;
}
section {
  padding: 3rem 0;
}
.heading h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem 0;
  text-align: center;
  color: var(--black);
  line-height: 160%;
}
.heading h2 span {
  color: #0078b7;
}

.heading p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}

.course-list li {
  background: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem;
  /* box-shadow: 0 1rem 2rem rgb(60 128 213 / 42%); */
  text-align: center;
  width: 90%;
  margin: auto;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
.partner-list li {
  /* background: #fff; */
  /* padding: 3rem 1rem; */
  border-radius: 1rem;
  /* box-shadow: rgb(131 3 3 / 24%) 0px 0rem 1.4rem 0px; */
}
.partner-clg {
  padding: 3rem 0 0 0;
}
.recruiter {
  padding: 3rem 0 0 0;
}
.partner-list img {
  height: 5rem;
  width: 100%;
  object-fit: contain;
}
.recruiter img {
  height: 4rem;
}
.partner-list {
  text-align: center;
  margin-bottom: 3rem;
}
.p-clgs {
  text-align: center;
}

.counselling-grid {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.counselling-grid > div {
  border-right: 3px solid #ff7f50;
}
.counselling-grid > div:last-child {
  border-right: none;
}
/* .counselling-grid > div {
  padding: 2rem 1rem;
  transition: all 0.4s ease;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: rgb(131 3 3 / 24%) 0px 0rem 1.4rem 0px;
} */
.counselling-grid .count-text {
  text-align: center;
}
.counselling-grid img {
  height: 6rem;
  object-fit: contain;
}
.figure-img {
  width: auto;
  position: relative;
  margin: 0 auto 2rem;
  padding: 1.2rem;
}

.counselling-grid figure {
  margin-bottom: 0px;
}
.counselling-grid figcaption {
  font-size: 1.8rem;
  font-weight: 600;
  /* margin: 1rem 0; */
  margin: 0;
}
.counselling-grid p {
  font-size: 1.4rem;
  margin: 0;
}

footer {
  background: #2d3436;
  color: var(--white);
  padding: 2rem 0;
}
footer img {
  max-height: 7rem;
}
footer h3 {
  font-size: 1.6rem;
}
footer p {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
footer .icon {
  font-size: 2rem;
  margin-right: 1rem;
}
.footer-bottom {
  background: #2d3436;
  color: var(--white);
}

.card-features p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.card-features img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}
.feature-card {
  background: transparent;
  transition: all 0.4s ease;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
}
.feature-card:hover {
  background: var(--white);
}
.college-list {
  row-gap: 2rem;
}
/* new changes */

.head-email {
  color: var(--black) !important;
}
.head-number {
  color: var(--black) !important;
}
.container-fluid {
  width: 90%;
  margin: auto;
}

.items img {
  border-radius: 18px;
  width: 70px;
  background: white;
}

.count-num {
  font-size: 30px;
  font-weight: 600;
}

.count-text {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #a1a1a1;
}

.sub-head h2 {
  margin: 3rem;
  text-align: center;
  font-weight: 600;
  color: var(--green);
}

.text-black {
  /* color: white; */
  font-weight: 500;
}

.img-back {
  padding: 5px;
}

.title {
  font-size: 3rem !important;
}

.fa-envelope {
  margin-right: 1rem;
}
.input-group-text {
  background-color: #fff !important;
}
.form-inner {
  padding: 20px 25px;
}
.fa {
  font-size: 17px;
}
.courses .fa {
  font-size: 37px;
}
.text-weight {
  font-weight: 600;
}
.input-group {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.courses {
  background: rgba(0, 120, 183, 0.07);
}
.course-title h3 {
  font-size: 25px;
  font-weight: 600;
  /* color: var(--orange); */
  margin-bottom: 15px;
  border-bottom: 1px solid var(--grey);
  padding-bottom: 10px;
}
.course-title p {
  font-size: 18px;
  font-weight: 600;
}
.course-title.black h3 {
  color: var(--black-light);
}
.course-info h4,
.course-info p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.course-info {
  margin-bottom: 20px;
}
.course-info span {
  color: var(--grey);
  margin-left: 1rem;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button {
  font-size: 40px !important;
  outline: 0;
  color: var(--black) !important;
}
.owl-nav button.owl-next {
  right: -40px;
}
.owl-nav button.owl-prev {
  left: -40px;
}
.partner-list .owl-nav button {
  top: 37%;
}
.owl-nav button.owl-prev {
  left: -40px;
}
.course-info p {
  color: var(--orange);
}

.why-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 0 0rem 0;
  gap: 6rem;
}

/* Image Container */
.why-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Content Container */
.why-content {
  width: 45%;
  max-width: 600px;
}

.why-content h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #ff7f50;
}

.why-content h2 span {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.1;
}

.why-content p {
  font-size: 1.8rem;
  color: #a1a1a1;
  line-height: 1.5;
  text-align: justify;
  margin-top: 2rem;
}
