/********** Template CSS **********/
:root {
    --primary: #bc3384;
    --secondary: #999999;
    --light: #F2F8FE;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

body{
    color:#000!important;
}

p{
    color:#000!important;
    font-family: "Poppins", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 500 !important;
      color: #393567!important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
  background: #fbb82c;
}

.navbar .navbar-brand {
    height: 95px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 15px;
    /* padding: 25px 0; */
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: #fbb82c;
  border-radius: 1em;
  background-color: #393466;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -50px;
    right: -50px;
    border: 50px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
    box-shadow: 2px 2px #FBB82C;
}

.service-item.bg-white::after {
  border-color: transparent transparent #FBB82C transparent;}

.service-item.bg-light::after {
  border-color: transparent transparent #FBB82C transparent;}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}


.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: #000;
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;  background-color: #fbb82c;
}

.accordion .accordion-button {
    background: #ffffff;
    border-radius: 2px;
    color: #000000;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
  padding: 15px 0 0 0;
  background: #393466;
  color: #fff;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}

/* mystyles start*/
.text-primary{
    color:#bc3384!important;
}
.bg-primary{
    background-color:#bc3384!important;
}
.btn-primary {
    color: #000;
    background-color: #bc3384!important;
    border-color: #bc3384!important;
    border-radius: 0!important;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #393464!important;
    border-color: #393464!important;
}
.bg-light {
  background-color: #fbb82c !important;
}

a {
    color: #bc3384;
}
a:hover{
    color:#000;
}
.modal-dialog {
    max-width: 1000px!important;
}
/* my styles end */

/* owl carousel testoimonial start */
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 0px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    /* height: 200px; */
    /* object-fit: cover; */
    border-radius: 0px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 28%;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #ffffff;
    padding: 0.3rem 0.4rem;
    /* border-radius: 5px; */
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
/* owl carousel testoimonial end */

/* Modal Start */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
  }
  .custom_search_pop .modal-content .serch_form {
    position: relative;
  }
  .custom_search_pop .modal-content .serch_form input {
    width: 100%;
    height: 70px;
    background: #fff;
    border: none;
    padding-left: 20px;
    color: #000;
    font-size: 15px;
    padding-right: 120px;
  }
  @media (max-width: 767px) {
    .custom_search_pop .modal-content .serch_form input {
      height: 50px;
    }
  }
  .custom_search_pop .modal-content .serch_form input::placeholder {
    color: #000;
    font-size: 15px;
  }
  .custom_search_pop .modal-content .serch_form input:focus {
    outline: none;
  }
  .custom_search_pop .modal-content .serch_form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 100%;
    padding: 20px;
    color: #fff;
    background: #ee1c24;
    display: inline-block;
    border: none;
    line-height: 50px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .custom_search_pop .modal-content .serch_form button {
      height: 50px;
    }
  }
  .modal::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1062;
    opacity: 1;
    position: fixed;
    content: "";
    opacity: 0.8;
    z-index: -1;
  }
  /* MOdal end */

  
#movetop1 {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    height: 45px;
    background: #ffa500;
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
    padding: 0 10px;
    border-radius: 20px 0px 0px;
    padding-right: 9em;
}
  
  #movetop2 {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    height: 45px;
    background: #25d366;
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
    padding: 0 10px;
    border-radius: 20px 0px 0px;
}


.text-secondary{
    color: #393464 !important;
}
.bg-secondary{
    background-color: #393464 !important;
}
.bg-dark {
  background-color: #383466 !important;
}
.text-light {
  color: #ffc107 !important;
}
.bg-white {
  background-color: #f2d9e8 !important;
}
.text-pink {
  color: #fff1fa !important
}/*--------------------------------------------------------------
# Admissions Section
--------------------------------------------------------------*/
.admissions h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.admissions h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background-color:#383365;
}

.admissions h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;  font-weight: bold;
}

.admissions h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;  font-weight: bold!important;
}

.admissions p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.admissions .admissions-steps .steps-wrapper {
  position: relative;
}

.admissions .admissions-steps .steps-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 2px;
  background-color: color-mix(in srgb,#383365, transparent 80%);
  z-index: 0;
}

.admissions .admissions-steps .step-item {
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}

.admissions .admissions-steps .step-item:last-child {
  margin-bottom: 0;
}

.admissions .admissions-steps .step-item .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#383365;
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 1.5rem;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}.admissions .admissions-steps .step-item .step-number em {
 color: #fbb82c;}

.admissions .admissions-steps .step-item .step-content {
  padding-top: 0.25rem;
}

.admissions .deadlines .deadline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

.admissions .deadlines .deadline-item {
  background-color: var(--surface-color);
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 3px solid#383365;
  transition: transform 0.3s, box-shadow 0.3s;
}

.admissions .deadlines .deadline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.admissions .deadlines .deadline-item h4 {
  margin-bottom: 0.75rem;
}

.admissions .deadlines .deadline-item .date {
  color:#383365;
  font-weight: 600;
}

.admissions .admissions-requirements {
  background-color: var(--surface-color);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.admissions .admissions-requirements .requirements-list {
  margin-top: 1.5rem;
}

.admissions .admissions-requirements .requirement-item {
  display: flex;
  margin-bottom: 1.75rem;
}

.admissions .admissions-requirements .requirement-item:last-child {
  margin-bottom: 0;
}

.admissions .admissions-requirements .requirement-item .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: color-mix(in srgb,#383365, transparent 90%);
  color:#383365;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.admissions .admissions-requirements .requirement-item .icon-box i {
  font-size: 1.25rem;
}

.admissions .request-info .card {
  background-color: var(--surface-color);
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.admissions .request-info .card .card-body {
  padding: 2rem;
}

.admissions .request-info .card .card-title {
  position: relative;
  padding-bottom: 0.75rem;
}

.admissions .request-info .card .card-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color:#383365;
}

.admissions .request-info .form-control,
.admissions .request-info .form-select {
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.admissions .request-info .form-control:focus,
.admissions .request-info .form-select:focus {
  border-color:#383365;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb,#383365, transparent 90%);
}

.admissions .request-info .form-control::placeholder,
.admissions .request-info .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.admissions .request-info .btn-primary {
  background-color:#383365;
  border-color:#383365;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  color: var(--contrast-color);
}

.admissions .request-info .btn-primary:hover {
  background-color: color-mix(in srgb,#383365, transparent 20%);
  border-color: color-mix(in srgb,#383365, transparent 20%);
}

.admissions .cta-wrapper {
  margin-top: 4rem;
}

.admissions .cta-wrapper .cta-item {
  padding: 2.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s;
}

.admissions .cta-wrapper .cta-item:hover {
  transform: translateY(-5px);
}

.admissions .cta-wrapper .cta-item i {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color:#383365;
}

.admissions .cta-wrapper .cta-item h3 {
  margin-bottom: 1rem;
}

.admissions .cta-wrapper .cta-item p {
  margin-bottom: 1.5rem;
}

.admissions .cta-wrapper .cta-item .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.admissions .cta-wrapper .cta-item.tour {
  background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
  border-radius: 8px 0 0 8px;
}

.admissions .cta-wrapper .cta-item.tour .btn-secondary {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--contrast-color);
}

.admissions .cta-wrapper .cta-item.tour .btn-secondary:hover {
  background-color: color-mix(in srgb, var(--heading-color), transparent 20%);
  border-color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.admissions .cta-wrapper .cta-item.apply {
  background-color: color-mix(in srgb,#383365, transparent 90%);
  border-radius: 0 8px 8px 0;
}

.admissions .cta-wrapper .cta-item.apply .btn-primary {
  background-color:#383365;
  border-color:#383365;
  color: var(--contrast-color);
}

.admissions .cta-wrapper .cta-item.apply .btn-primary:hover {
  background-color: color-mix(in srgb,#383365, transparent 20%);
  border-color: color-mix(in srgb,#383365, transparent 20%);
}

@media (max-width: 991px) {
  .admissions h2 {
    font-size: 2rem;
  }

  .admissions h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .admissions .cta-wrapper .cta-item.tour {
    border-radius: 8px 8px 0 0;
  }

  .admissions .cta-wrapper .cta-item.apply {
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 576px) {
  .admissions .deadlines .deadline-grid {
    grid-template-columns: 1fr;
  }

  .admissions .requirement-item {
    flex-direction: column;
  }

  .admissions .requirement-item .icon-box {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .admissions .cta-item {
    padding: 2rem 1.5rem;
  }
}

.nav-pills .nav-link {
  
  border-radius: 3px;
  background: #eee;
  border: none;
  color: #000;
  margin-bottom: 10px;  font-size: 12px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #383365;
}




.admissions ul{
list-style-type: none;
}

.admissions ul li {
  display: flex;

}
.admissions ul li strong {
  display: contents;

}
.admissions ul li::before {
    font-family: "FontAwesome";
    content: "\f0da";
  color:#ffc107;

    padding: 0 10px 0 0;
}
.me-3 {
  margin-right: 0rem !important;
}
.tab-content > .tab-pane {
  /* display: none; */
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 20px;
  }
}

.service-item .bg-light{
  min-height: 220px;
}

h6, .h6 {
  font-size: 14px;
}.table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #999;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #999;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  color: #000;
}


.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fbb82c;
  padding: 0;
  font-size: 14px;
  color: #393567 !important;
  font-weight: 500;
}
.accordion .accordion-button:not(.collapsed) {
  color: #393466;
  background: #fbb82c;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
 
.yellow{
  color: #fbb82c!important;
}