/********** Template CSS **********/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}



.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
}

.fw-medium {
font-weight: 500;
}

.btn-orange {
color: #fff;
background-color: #de6f41;
border-color: #de6f41;
}
.btn-check:checked + .btn-orange,
.btn-check:active + .btn-orange,
.btn-orange:active,
.btn-orange.active,
.show > .btn-orange.dropdown-toggle {
color: #fff;
background-color: #de6f41;
border-color: #de6f41;
}

/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
z-index: 99999;
}

#spinner.show {
transition: opacity 0.5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}

/*** Button ***/
.btn {
transition: 0.5s;
font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
color: var(--bs-dark);
}

.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;
border-radius: 50px;
font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
position: relative;
padding: 0 0 10px 10px;
z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
font-size: 25px;
line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
position: absolute;
content: "";
width: 50px;
height: 50px;
left: 0;
bottom: 0;
border-radius: 35px;
transition: 0.5s;
z-index: -1;
}

.icon-box-primary::before {
background:  #8e53a338 !important;;
}

.icon-box-light::before {
background: var(--bs-light);
}

/*** Navbar ***/
.sticky-top {
top: -100px;
transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
margin-right: 35px;
padding: 20px 0;
color: var(--bs-dark);
font-size: 18px;
font-weight: 500;
outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: #8e53a3 !important;
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
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 {
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
}
}

button:focus:not(:focus-visible) {
  color: #de6f41;
}

@media (max-width:991px){
  .sticky-top{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  
}



@media (min-width: 992px) {
/* .sticky-top {
  margin-top: -34px;
} */

.navbar {
  height: 68px;
}



.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.navbar .nav-item:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}


}

/*** Header ***/
@media (min-width: 992px) {
.header-carousel,
.page-header {
  margin-top: -34px;
}
.px-lg-3 {
  padding-left: 6rem !important;
  align-items: center;
}
.navbar-expand-lg .navbar-collapse {
  padding-left: 15rem;

}
}

.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
background: rgba(3, 27, 78, 0.3);
z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3.5rem;
height: 3.5rem;
border-radius: 3.5rem;
background-color: #8E53A3;
border: 15px solid #8E53A3;
}

@media (max-width: 767.98px) {
#header-carousel .carousel-item {
  position: relative;
  min-height: 450px;
}

#header-carousel .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.page-header {
background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
  url(../img/testimonial.jpg) center center no-repeat;
background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
font-size: 18px;
color: var(--bs-white);
}

/*** Features ***/
.feature {
background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
  url(../img/feature.jpg) left center no-repeat;
background-size: cover;
}

.feature-row {
box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
border-color: rgba(0, 0, 0, 0.03) !important;
}

.experience .progress {
height: 5px;
}

.experience .progress .progress-bar {
width: 0px;
transition: 3s;
}

.experience .nav-pills .nav-link {
color: var(--dark);
}

.experience .nav-pills .nav-link.active {
color: #ffffff;
}

.experience .tab-content hr {
width: 30px;
}

/*** About ***/
.about-fact {
width: 220px;
height: 220px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
.about-fact.mt-n130 {
  margin-top: -130px;
}
}

.btn-play {
position: relative;
display: block;
box-sizing: content-box;
width: 36px;
height: 46px;
border-radius: 100%;
border: none;
outline: none !important;
padding: 18px 20px 20px 28px;
background: var(--bs-primary);
}

.btn-play:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: var(--bs-primary);
border-radius: 100%;
animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: var(--bs-primary);
border-radius: 100%;
transition: all 200ms;
}

.btn-play span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
left: 3px;
border-left: 30px solid #ffffff;
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}

100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
  opacity: 0;
}
}

.modal-video .modal-dialog {
position: relative;
max-width: 800px;
margin: 60px auto 0 auto;
}

.modal-video .modal-body {
position: relative;
padding: 0px;
}

.modal-video .close {
position: absolute;
width: 30px;
height: 30px;
right: 0px;
top: -30px;
z-index: 999;
font-size: 30px;
font-weight: normal;
color: #ffffff;
background: #000000;
opacity: 1;
}

/*** Service ***/
.container-service {
position: relative;
}

.container-service::before {
position: absolute;
content: "";
background: var(--bs-light);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
z-index: -1;
}

.service-item {
position: relative;
height: 100%;
padding: 45px 30px;
background: var(--bs-white);
box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.service-item::before {
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
bottom: 0;
transition: 0.5s;
background: #8E53A3;
}

.service-item:hover::before {
height: 100%;
top: 0;
}

.service-item * {
position: relative;
transition: 0.5s;
z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
color: var(--bs-white) !important;
}

/*** Team ***/
.container-team {
position: relative;
}

.container-team::before {
position: absolute;
content: "";
background: var(--bs-light);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
z-index: -1;
}

.team-item {
background: var(--bs-white);
box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.team-item .team-social {
position: absolute;
width: 0;
height: 100%;
top: 0;
right: 0;
transition: 0.5s;
background: #8E53A3;
display: flex;
align-items: center;
justify-content: center;
}

.team-item:hover .team-social {
width: 100%;
left: 0;
}

.team-item .team-social .btn {
opacity: 0;
transition: 0.5s;
}

.team-item:hover .team-social .btn {
opacity: 1;
}

/*** Testimonial ***/
.testimonial {
background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
  url(../img/testimonial.jpg) left center no-repeat;
background-size: cover;
}

.testimonial-item img {
width: 60px !important;
height: 60px !important;
border-radius: 60px;
}

.testimonial-carousel .owl-nav {
position: absolute;
top: 0;
right: 0;
display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
margin-left: 15px;
color: var(--bs-primary);
font-size: 30px;
line-height: 0;
transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
color: var(--bs-dark);
}

/*** Contact ***/
@media (min-width: 992px) {
.contact-info::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
}
}

@media (max-width: 991.98px) {
.contact-info::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  top: 50%;
  left: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
}

/*** Footer ***/
.footer {
background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
  url(../img/footer.png) center center no-repeat;
background-size: contain;
}

@media (min-width: 992px) {
.footer::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
}
}

.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: rgba(255, 255, 255, 0.5);
font-weight: normal;
text-transform: capitalize;
transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
color: var(--bs-primary);
letter-spacing: 1px;
box-shadow: none;
}

.copyright {
border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.copyright a {
color: var(--bs-white);
}

.copyright a:hover {
color: var(--bs-primary);
}
.bg-purple {
background-color: #8E53A3 !important;
}

.btn:hover {
  color: #6A0DAD;
}

.bg-orange {
  background-color: #de6f41 !important;
}

.text-orange{
  color:  #de6f41 !important;
}

.text-purple{
  color:  #8E53A3 !important;
}

.bi-arrow-right::before{
  color: #8E53A3 !important;
}


.bi-arrow-left::before{
  color: #8E53A3 !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;  font-weight: 600;
  line-height: 1.2;
  color: #031b4e;
  color: #8E53A3;
}

.bg-light-purple {
  background-color: #8e53a385 !important;
}

.icon-box-primary i, .icon-box-light i {
  font-size: 25px !important;
  line-height: 0;
}

.bg-dark {
  background-color: #8E53A3 !important;
}

.text-white-50{
  color: #ffffff !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
.text-white{
  color: #fff;
}

.alert-danger {

  z-index: 1036;
}

.icon-box-primary i, .icon-box-light i{
    color: #de6f41 !important;
}
.bi-phone::before {
  margin-top: 2rem;
}

.bi-envelope::before {
  margin-top: 2rem;

}


.Our-Values-sec {
  background: #f5f5f5;
  padding: 30px 100px
}

.our-values-container {
  background: linear-gradient(97deg,#411950 -9.26%,#8E53A3 87.68%);
  border-radius: 20px;
  height: auto;
  padding: 60px 80px
}

.oure-value-card {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0,0,0,.06);
  box-shadow: 0 4px 24px 0 rgba(0,0,0,.06);
  padding: 24px
}

.our-values-height {
  height: 100px
}

.recognized-for-Exc-sec {
  background: #fff;
  padding: 80px 100px
}

.quality-for-Exc-sec {
  background: #fff;
  padding: 60px 100px
}

.our-affiliates-sec {
  background: linear-gradient(168deg,#144c92 -17.68%,#00a984 86.24%,#02c399 102.51%);
  padding: 80px 100px
}

.our-affiliates-card {
  background: #fff;
  border: 1px solid #ecfdf5;
  border-radius: 10px;
  padding: 20px
}

.know-more-btn {
  background: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline
}

.our-aff-captions-hi {
  height: 90px
}

.our-value-profile {
  height: 100px;
  width: 100px
}

.cardimge-container {
  background-image: url(https://asterlab-website-images.s3.ap-south-1.amazonaws.com/images/HealthAcademynm.webp);
  border-radius: 10px;
  height: 200px;
  position: relative;
  width: 100%
}

.cardimge-container .OurAffiliatesPh-text {
  background: #0c285f;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  opacity: .7;
  padding: 14px 20px 11px;
  position: absolute;
  width: 100%
}

.cardimge-container2 {
  background-image: url(https://asterlab-website-images.s3.ap-south-1.amazonaws.com/images/HealthAcademyn.webp);
  border-radius: 10px;
  height: 200px;
  position: relative;
  width: 100%
}

.cardimge-container2 .OurAffiliatesPh-text {
  background: #0c285f;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  opacity: .7;
  padding: 14px 20px 11px;
  position: absolute;
  width: 100%
}

@media only screen and (max-width: 576px) {
  .about-astra-sec1 {
      height:746px;
      padding: 10px 30px
  }

  .aboutus-bottom-table {
      padding: 20px;
      top: 22%
  }

  .aboutus-banner-top1 {
      padding: 80px 50px 0
  }

  .aboutus-bottom-list {
      border: none;
      margin-top: 20px
  }

  .about-banner-text {
      font-size: 22px;
      margin-top: 90px
  }

  .aboutastra-OurStory-top {
      padding: 30px
  }

  .aboutastra-OurStory-sec {
      height: auto
  }

  .Our-Values-sec {
      padding: 100px 30px
  }

  .our-values-container {
      padding: 20px
  }

  .our-affiliates-sec,.quality-for-Exc-sec,.recognized-for-Exc-sec {
      padding: 30px
  }
}

@media only screen and (max-width: 768px)and (min-width:576px) {
  .about-astra-sec1 {
      padding:30px 50px
  }

  .aboutus-bottom-table {
      padding: 20px;
      top: 38%
  }

  .aboutus-banner-top1 {
      padding: 180px 50px 0
  }

  .aboutus-bottom-list {
      border: none;
      margin-top: 20px
  }

  .about-banner-text {
      font-size: 28px
  }

  .aboutastra-OurStory-top {
      padding: 30px 50px
  }

  .aboutastra-OurStory-sec {
      height: 550px
  }

  .Our-Values-sec {
      padding: 20px 50px
  }

  .our-affiliates-sec,.our-values-container,.quality-for-Exc-sec,.recognized-for-Exc-sec {
      padding: 40px 50px
  }
}

@media only screen and (max-width: 992px)and (min-width:768px) {
  .about-astra-sec1 {
      padding:30px 50px
  }

  .aboutus-bottom-table {
      padding: 20px;
      top: 40%
  }

  .aboutus-banner-top1 {
      padding: 180px 80px 0
  }

  .aboutus-bottom-list {
      border: none;
      margin-top: 20px
  }

  .about-banner-text {
      font-size: 32px
  }

  .our-values-container {
      padding: 40px 50px
  }

  .Our-Values-sec {
      padding: 20px 50px
  }

  .aboutastra-OurStory-top {
      padding: 30px 50px
  }

  .quality-for-Exc-sec,.recognized-for-Exc-sec {
      padding: 60px 50px
  }

  .our-affiliates-sec {
      padding: 40px 50px
  }

  .aboutastra-OurStory-sec {
      height: 562px
  }
}

.breadcrum_wrapper {
  margin-bottom: 12px
}

@media only screen and (max-width: 576px) {
  .breadcrum_wrapper {
      margin-bottom:5px
  }
}

.value-card-heading{
  text-align: center;
}

.alert-success {

  z-index: 100000 !important;
}