@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 0;

  letter-spacing: 0.02em;

  line-height: 26px;
}

h6 {
  margin-bottom: 0;
}

img {
  /* width: 100%; */

  max-width: 100%;
}

:root {
  --bs-primary-rgb: #004AAD;

  --bs-link-color: #004AAD;

  --bs-primary: #FABB16;

  --primary-color: #FABB16;

  --lite-primary-color: rgba(21, 155, 240, 0.1);

  --opacity2-primary-color: rgba(21, 155, 240, 0.2);

  --light-text-color: rgba(27, 30, 40, 1);

  --red-color: rgba(255, 0, 0, 1);
}

.btn-primary {
  --bs-btn-color: #fff;

  --bs-btn-bg: #FABB16;

  --bs-btn-border-color: #FABB16;

  --bs-btn-hover-color: #fff;

  --bs-btn-hover-bg: #004AAD;

  --bs-btn-hover-border-color: #004AAD;

  --bs-btn-focus-shadow-rgb: 49, 132, 253;

  --bs-btn-active-color: #fff;

  --bs-btn-active-bg: #004AAD;

  --bs-btn-active-border-color: #004AAD;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #fff;

  --bs-btn-disabled-bg: #004AAD;

  --bs-btn-disabled-border-color: #004AAD;
}

.btn-outline-primary {
  --bs-btn-color: #004AAD;

  --bs-btn-border-color: #004AAD;

  --bs-btn-hover-color: #fff;

  --bs-btn-hover-bg: #004AAD;

  --bs-btn-hover-border-color: #004AAD;

  --bs-btn-focus-shadow-rgb: 13, 110, 253;

  --bs-btn-active-color: #fff;

  --bs-btn-active-bg: #004AAD;

  --bs-btn-active-border-color: #004AAD;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #004AAD;

  --bs-btn-disabled-bg: transparent;

  --bs-btn-disabled-border-color: #004AAD;

  --bs-gradient: none;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #004AAD;

  --bs-nav-link-color: #FABB16;
}

.text-primary {
  color: #004AAD !important;
}

.common-text {
  font-size: 18px;

  font-weight: 400;

  line-height: 1.5;

  letter-spacing: 0em;

  text-align: left;
}

.outline-common-btn {
  border: 1px solid var(--primary-color);

  border-radius: 5px;

  background-color: rgba(255, 255, 255, 0.7);

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0em;

  text-align: left;
}

.common-btn {
  background-color: var(--primary-color) !important;

  border: none;

  color: #fff;

  border-radius: 5px;

  font-weight: 600;

  display: inline-block;
}

.common-edit-btn {
  border: 1px solid var(--primary-color);

  color: #fff;

  border-radius: 5px;

  font-weight: 600;
}

.section-card-title {
  color: var(--light-text-color);
}

.primary-title-color {
  color: var(--primary-color);
}

/* home page  */

.banner-sec {
  height: calc(100vh - 130px);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;
}

.service-img img {
  width: 60px;

  height: 60px;

  transition: all 0.8s;
}

.card-text {
  display: flex;

  align-items: center;

  padding: 0.3em 0;

  font-size: 0.9em;
}

.blog-cards {
  background: rgba(255, 255, 255, 1);

  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.15);

  border-radius: 10px;
}

.blog-cards img {
  border: 1px solid #d9d9d9;

  height: 100px;

  object-fit: contain;
}

.blog-cards.blog-list-item img {
  height: 170px;

  width: 100%;

  object-fit: cover;
}

.user_details_blog img {
  width: 35px;

  height: 35px;
}

.blog_text_title {
  font-size: 14px;

  font-weight: 600;

  line-height: 12px;

  letter-spacing: 0px;

  text-align: center;

  padding: 0.2em 0;
}

.blog_text_text {
  font-size: 14px;

  font-weight: 500;

  line-height: 20px;

  letter-spacing: 0px;

  padding: 0.2em 0;

  margin-top: 6px;

  color: #004AAD;

  min-height: 46px;
}

.blog_text_text span {
  font-size: 14px;
}

.footer-sec {
  /*background: rgba(54, 56, 78, 80%);*/

  background: #24231f;
}

.footer-about img {
  max-width: 250px;
}

.icon-bg {
  width: 30px;

  height: 30px;

  background-color: #fff;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  border-color: #FABB16;
}

.icon-bg {
  color: #FABB16;
}

.icon-bg:hover {
  background: #FABB16;

  color: #fff;
}

.copyright-text {
  font-size: 0.9rem;
}

.footer-title {
  font-size: 22px;

  font-weight: 600;

  line-height: 32px;

  letter-spacing: 0em;

  text-align: left;

  color: #51fffe;
}

/* blog details  */

.blogBanner img {
  height: 60vh;

  width: 100%;

  object-fit: cover;
}

.latest-notification-sec .card-title {
  overflow: hidden;

  min-height: 50px;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.statusListInput {
  border: none;

  border-bottom: 1px solid var(--primary-color);

  padding: 0.5em 0.8em;
}

.latest-blog-sec .form-floating label {
  padding-left: 2em !important;
}

.latest-blog-sec .form-floating iconify-icon {
  top: 33%;

  left: 2%;
}

/* new  */

#navbarSupportedContent .nav-item .nav-link {
  color: #000;

  font-weight: 400;

  padding: 0;

  text-transform: capitalize;
}

#navbarSupportedContent ul li {
  margin: 0 1rem;
}

.login-btn {
  min-width: 130px;
}

.cus-drop.dropdown-toggle::after {
  border: 0;
}

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

.object-fit-cover {
  object-fit: cover;
}

.left-img {
  width: 60px;
}

.cmn-header-text {
  color: #3e3e3e;

  max-width: 80%;

  margin: 0 auto;
}

.common-heading {
  font-size: 2rem;

  font-weight: 600;
}

.footer-bottm-sec {
  background: #004AAD;
}

.footer-service a,
.footer-company a,
.footer-support a {
  color: #fff;
}

.footer-service.small-font-size ul {
  border-color: #FABB16;
}

.footer-service a:hover {
  color: #FABB16;
}

.testimonial-card img {
  width: 100px !important;

  border-radius: 50%;

  margin: 0 auto;
}

.blog-item .left-img {
  width: 150px;
}

.offers-sec {
  background: #ededed;

  padding: 1.5rem 0;
}

.banner-bg-gradient {
  background: #3754ab;
}

.bg-theme {
  background-color: #ffa801;
}

.banner-text {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.banner-btn {
  padding: 1rem 2.5rem;

  font-size: 1.2rem;

  text-transform: capitalize;

  font-weight: 500;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;
}

.btn-search-box input::placeholder {
  color: #adb5bd;
}

.banner-para-text {
  font-size: 1.2rem;

  line-height: 1.8rem;

  font-weight: 300;
}

.explore-programs-sec {
  background: #004AAD;
}

.programs-item li a {
  font-size: 0.9rem;

  font-weight: 600;

  color: #000;
}

/*.explore-programs-item li {







    background: #fff;







}*/

.explore-programs-item li a {
  color: #333;
}

.popular-courses-sec {
  background-color: #20155a;
}

.downloadApp-content {
  background: linear-gradient(
    45deg,
    rgba(34, 20, 97, 60%),
    rgba(81, 255, 254, 60%)
  );

  padding: 0.5rem 2.5rem;
}

.line {
  background: #FABB16;

  width: 120px;

  height: 7px;

  display: inline-block;

  border-radius: 10px;
}

.latest-notification-sec .card-title {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

section.latest-notification-sec .blog-cards p {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

  padding-bottom: 0 !important;

  margin-bottom: 1rem;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #FABB16;
}

.navbar-nav .nav-link.active {
  color: #004AAD !important;

  font-weight: 600 !important;
}

.navbar-nav .nav-link:hover {
  color: #FABB16 !important;
}

.home .navigation-sec {
  position: relative;

  /* top: 0; */

  width: 100%;

  background: rgb(255 255 255);

  backdrop-filter: blur(2px);

  z-index: 999;
}

.navigation-sec {
  transition: 0.3s;
}

.writer-name {
  font-size: 14px;

  font-weight: 600;
}

.publish-date {
  background: #004AAD;

  color: #fff;

  border-radius: 5px;
}

.blog-list-item p {
  font-size: 14px;

  line-height: 22px;

  margin-bottom: 0.5rem;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}

.blog-list-item h5 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.btn-style-2 {
  background-color: #FABB16;

  color: #fff;
}

.btn-style-2:hover {
  background-color: #004AAD;

  color: #fff;
}

.add-title {
  background:rgb(32 47 90 / 14%);
}

.contact-icon-list li:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;

  margin-bottom: 1.5rem;

  padding-bottom: 1.5rem;
}

.contact-icon-box {
  width: 60px;
    height: 60px;
  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.5rem;
  border-radius: 50%;
}
.contact-icon-box svg{
  font-size: 1.8rem;
}
.text-sm {
  font-size: 0.9rem;

  line-height: 20px;
}

.contact-form input {
  line-height: 36px;
}

.dropdown-menu li a {
  text-transform: capitalize;
}

input#searchLocation {
  outline: 0;

  box-shadow: none !important;
}

.explore-programs-item .nav-link {
  border: 1px solid #c1c1c1;

  margin: 0.5rem 0.3rem;

  color: #333;

  background: #fff;
}

li.nav-item.dropdown-main:hover .sub-1 {
  display: block;

  opacity: 1;
}

li.nav-item.dropdown-main .sub-1 li:hover .sub-2 {
  display: block;

  opacity: 1;
}

li.nav-item.dropdown-main .sub-2 li:hover .sub-3 {
  display: block;

  opacity: 1;
}

ul.dropdown-menu.sub-2 {
  left: 99%;

  top: 15%;
}

ul.dropdown-menu.sub-3 {
  left: 99%;

  top: 25%;
}

ul.dropdown-menu li {
  margin: 0 !important;

  position: relative;
}

ul.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
}

ul.dropdown-menu li a {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.navigation-sec.fixed-header {
  position: fixed;

  width: 100%;

  top: 0;

  left: 0;

  transition: 0.3s;

  background: #fff;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

  z-index: 999;
}

.fixed-header .navbar-brand img {
  max-height: 50px;

  transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;

  background-color: #FABB16;
}

.footer-service ul li:not(:last-child) {
  margin-right: 1rem;
}

.contact-title {
  background-color: rgb(32 47 90 / 14%);
}

.readMore-btn:hover {
  color: #0fbcf9 !important;
}

li.breadcrumb-item a,
li.breadcrumb-item {
  color: #ffffff;
}

.about-content p {
  text-align: justify;
}

.readMore-btn.fw-500.text-primary.text-capitalize {
  text-align: right;

  margin-top: 6px;
}

.clg-name {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  font-size: 1.1rem;
}

.college-list-item .blog-item .left-img {
  width: 150px;

  border-right: 1px solid #cdcdcd;

  padding: 5px;

  object-fit: contain !important;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  /* background: #8d8d8d; */
}

.college-list-item .blog-item .left-img img {
  max-height: 80px;

  width: auto;
}

.active > .page-link,
.page-link.active {
  z-index: 3;

  color: var(--bs-pagination-active-color);

  background-color: #004AAD;

  border-color: #004AAD;
}

.college-list-item .blog-item .card-body {
  width: 90% !important;
}

.bg-theme-primary {
  background-color: #202F5A;
}

.top-contact-details li:not(:last-child) {
  margin-right: 1rem;
  text-align:left
}

.top-contact-details li svg {
  color: #FABB16;
}

.top-contact-details li a {
  font-size: 0.9rem;
}

#courseDropdown {
  top: 100%;

  width: 100%;

  max-height: 400px;

  padding-right: 1rem;

  overflow-y: auto;
}

/* width */

#courseDropdown::-webkit-scrollbar,
div#pills-home .programs-item::-webkit-scrollbar,
.select-course::-webkit-scrollbar {
  width: 5px;
}

/* Track */

#courseDropdown::-webkit-scrollbar-track,
div#pills-home .programs-item::-webkit-scrollbar-track,
.select-course::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

#courseDropdown::-webkit-scrollbar-thumb,
div#pills-home .programs-item::-webkit-scrollbar-thumb,
.select-course::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

#courseDropdown::-webkit-scrollbar-thumb:hover,
div#pills-home .programs-item::-webkit-scrollbar-thumb:hover,
.select-course::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div#pills-home .programs-item {
  max-height: 200px;

  min-height: 200px;

  overflow-y: auto;

  padding-right: 0.5rem;
}

.course-wrap thead tr th {
  width: 33%;
}

.blog-cards.card-body {
  margin: 0.4rem 0;
}

.blog-item .card-body.py-2.ps-2.ps-lg-3 {
  width: 100%;
}

.course-wrap thead tr th:nth-child(2),
.course-wrap tbody tr td:nth-child(2) {
  text-align: center;
}

.course-wrap td {
  vertical-align: middle;
}


.accordion-button {
  font-size: 1.1rem;

  padding: 0.5rem 1rem;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;

  background-color: #004AAD;

  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.founder .card-body {
  background: #004AAD;

  color: #fff;

  text-align: center;
}

.card.founder {
  padding-top: 1rem;
}

figure.table table {
  border: 1px solid #ddd;

  width: 100%;
}

figure.table tr td {
  padding: 0.5rem;

  border: 1px solid #ddd;
}

figure.table {
  margin-top: 1rem;

  margin-bottom: 2rem;
}

figure.table tr td:first-child {
  font-weight: 500;
}

h3.py-2.px-3.banner-bg-gradient.text-white.text-capitalize ~ p {
  padding: 0 1rem;

  padding-bottom: 1rem;
}

.terms-condition h4,
.privacy-policy h4 {
  color: #004AAD;
}

input#searchInput {
  outline: 0;

  box-shadow: none;
}

.about-content.text-center.col-12.col-md-12.mx-auto > h3 {
  font-size: 2rem;

  font-weight: 600;
}

.privacy-policy ul li {
  margin: 0.7rem 0;
}

.privacy-policy a,
.terms-condition a {
  color: #0fbcf9;
}

.testimonial-card .card-body p.pt-3 {
  min-height: 200px;
}

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

.easy-step-item:not(:last-child) {
  margin-bottom: 1rem;
}

.easy-step-item {
  padding: 1rem;

  border-radius: 10px;
}

.easy-step-item.shadow-lg {
  position: relative;

  padding-left: 4rem;

  display: flex;

  align-items: center;
}

.easy-step-item p:first-child {
  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 6rem;

  width: 6rem;

  border-radius: 50%;

  font-weight: 700;

  font-size: 1.2rem;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.easy-step-item:nth-child(2n + 1) p:first-child {
  color: #ffffff;

  background: #5327c1;

  left: -3rem;
}

.easy-step-item.shadow-lg:nth-child(2n + 1) {
  background: #6234d6;

  color: #ffffff;
}

.easy-step-item.shadow-lg:nth-child(2n + 0) {
  padding-left: 0;

  padding-right: 4rem;

  text-align: right;

  background: #91fdfc;
}

.easy-step-item:nth-child(2n + 0) p:first-child {
  left: inherit;

  right: -3rem;

  background: #74e1e0;
}

.easy-step-item h3 {
  /* color: #4a24ab; */

  font-size: 1.3rem;

  margin-top: 1rem;
}

.popular-item span p {
  min-height: 130px;
}

#all-programs.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;

  background-color: #46c2fb;
}

.shadow.popular-item {
  text-align: center;
}

.accordion-button strong {
  font-weight: 500;

  padding: 5px;

  background: #004AAD24;

  border-radius: 50%;

  width: 2.5rem;

  height: 2.5rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 7px;
}

.accordion-button strong {
  font-weight: 500;

  padding: 5px;

  background: #004AAD24;

  border-radius: 50%;

  width: 2.5rem;

  height: 2.5rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 7px;
}

.maintained-by {
  font-size: 12px;
}

.select-course {
  overflow-y: scroll;

  max-height: 250px;
}

.our-vission-content {
  background: rgb(31 18 94);

  margin-top: 3rem;
}

/* .our-mission-content {



    background: rgb(76 44 176)



} */

.mission-item p {
  font-size: 0.9rem;

  line-height: 24px;

  margin-top: 0.7rem;
}

.mission-item h6 {
  font-size: 1.1rem !important;
}

.mission-item {
  padding: 1rem;

  border: 1px solid #e1e1e1;

  height: 100%;

  border-radius: 10px;
}

.row.mission-wrap {
  margin-bottom: 1rem;
}

.usp-list {
  margin-top: 1rem;
}

.usp-list li {
  font-size: 0.9rem;

  line-height: 22px;
}

.blog-cards.blog-list-item .card-body.flex-wrap.flex-column {
  word-break: break-all;
}

.blog-list-item p {
  padding-bottom: 0 !important;
}

h4.service-title {
  font-size: 1.2rem;
}

.top-tabbar li a {
  font-size: 1.1rem;

  font-weight: 500;
}

.top-tabbar li a.active {
  color: #f47237 !important;
}

.top-tabbar.p-3 {
  /* background: #004AAD; */

  overflow: auto;

  white-space: nowrap;
}

.top-tabbar li {
  margin: 0 1rem;
}

.dropdown-menu .d-flex ul {
  max-height: 200px;

  overflow-y: auto;
}

.logo-name-text {
  font-size: 0.8rem;

  margin-bottom: 0;

  line-height: 1.2rem;
}

p.logo-slogan {
  font-size: 0.8rem;

  font-weight: 500;

  color: #FABB16;

  line-height: 1.2rem;
}
.about-img img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border: 10px solid #355fb5;
    padding: 1rem;
}
.my-3.about-img p.text-center {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.banner-sec {
  position: relative;
}
.banner-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(162deg, black, transparent);
  z-index: 0;
}
#banner-carousel .banner-box {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  border: 5px solid #355fb569;
}
.bg-theme {
  background: #FABB16;
}
.text-theme {
  color: #FABB16;
}
.terms-condition h3, .terms-condition h2, .terms-condition h4,
.privacy-policy h3, .privacy-policy h2, .privacy-policy h4 {
   font-size: 1.3rem;
   margin-top: 1.5rem;
}
.privacy-policy .container > h2:first-child{
  margin-top: 0;
}
.about-main .card img{
  max-height: 400px;
  min-height: 300px;
  object-fit: cover;
}
.course-tab li a {
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
.course-main h3 {
  background: #f3f3f3;
  padding: 0.7rem 1rem;
  border-top: 3px solid #355fb5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.course-main .about-content{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.service-charge{
  min-height: 55vh;
}
#banner-carousel.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2rem;
}
.explore-programs-sec p {
  margin: 1rem 0;
}
.register-now{
  color: #000 !important;
}
.register-now:hover{
  color: #fff !important;
}
.footer-service ul li a:after {
  content: '/';
  position: absolute;
  padding-left: 0.5rem;
}
.footer-service ul li:last-child a:after {
  content: '';
}
.agree-list ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.agree-list{
  padding-left: 0;
}
.agree-list ul li {
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;
}
.agree-list ul li:after {
    content: '';
    position: absolute;
    right: -1rem;
    width: 5px;
    height: 5px;
    background: #004aad;
    top: 10px;
    border-radius: 50%;
}
.agree-list ul li:last-child:after {
    content: '';
    display: none;
}
nav.navbar .navbar-brand, nav.navbar form, nav.navbar .navbar-collapse {
    flex-grow: 1;
}
 nav.navbar form {
  justify-content: center;
}
nav.navbar .navbar-brand{
text-align: start !important;
}