
#topbar {
	    height: 30px;
    background: linear-gradient(45deg, #ff9241, #eb31a4);
    background: radial-gradient(circle, #ffbaed 0%, #eb31a4 100%);
}
#topbar a {
    color: #fff;
}

#header {
    padding: 1px 0;
	top: 30px;
    background-color:rgb(247, 220, 239);
}

#header .logo img {
    max-height: 80px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #eb31a4;
}

a:hover {
    color: #eb31a4;
    text-decoration: none;
}

.navbar .dropdown ul {
    /* display: block; */
    /* position: absolute; */
    /* left: 14px; */
    /* top: calc(100% + 30px); */
    /* margin: 0; */
     padding: 0px 0; 
    /* z-index: 99; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* background: #fff; */
    box-shadow: 0px 0px 30px rgb(245 124 124 / 25%);
    /* transition: 0.3s; */
    border-radius: 0px;
}

.navbar .dropdown ul a {
    padding: 5px 20px;
    text-transform: none;
    border-bottom: 1px solid;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #eb31a4;
}

.navbar-mobile ul {
    border-radius: 0px;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 5px 20px;
    border-bottom: 1px solid;
}

.appointment-btn {
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
}

.appointment-btn:hover {
    background: #eb31a4;
    color: #fff;
}
.appointment-btn {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	top: 75px;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(63, 187, 192, 0.8);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #eb31a4;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #eb31a4;
}

.featured-services .icon-box {
    padding: 15px 0px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(144 93 68 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    background: radial-gradient(circle, #ffbaed 0%, #eb31a4 100%);
}

.featured-services .icon i {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.featured-services .title a {
    color: #fff;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #eb31a4;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #eb31a4;
    top: 0;
    border-radius: 0px;
}

.cta {
    background: #3fbbc0;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
}

.management{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffbaed, #ff1300);
}

.management h3{
	font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.management .carousel-inner .carousel-item img{
	border: 2px solid #ccc;
    border-radius: 4px;
    width: 100% !important;
    margin: 0px auto 0px auto;
    height: 150px;
    max-width: 150px;
}

.management .carousel-caption {
    position: static;   
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.membar{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffbaed, #ff1300);
}

.membar h3{
	font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.membar .carousel-inner .carousel-item img{
	border: 2px solid #ccc;
    border-radius: 4px;
    width: 100% !important;
    margin: 0px auto 0px auto;
    height: 150px;
    max-width: 150px;
}

.membar .carousel-caption {
    position: static;   
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.recentact{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffbaed, #ff1300);
}

.recentact h3{
	    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.recentact marquee{
	padding:0px 10px;
	min-height: 255px;
}

.recentact marquee h4 {
    margin: 0px;
}

.recentact marquee h4 a{
	font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
    color: #fff;
}

.about p{
	text-align: justify;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #eb31a4;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 155px;
    height: 4px;
    background: radial-gradient(circle, #ffbaed, #eb31a4);
    bottom: 0;
    left: calc(50% - 80px);
}

.features{
	background: #faf0fa;
}

.section-bg {
    background-color: #faf0fa;
}

.enqurybtn {
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
    color: #fff;
    text-transform: uppercase;
}

.enqurybtn:hover {
    background: #eb31a4;
    color: #fff;
}

.testimonials{
	background:#faf0fa;
	background-size: cover;
    background-position: center;
	background-image: linear-gradient(rgb(217 14 14 / 83%), rgb(217 126 11 / 87%)), url(../img/1.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.testimonials .section-title h2 {
    color:#fff;
}

.testimonials .section-title p {
     color:#fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ebebeb;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #f0fafa;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
	color:#fbf1f1;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #fbf1f1;
    font-size: 26px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb31a4;
}



.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb31a4;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb31a4;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb31a4;
}

  .gallery .swiper-slide-active {
    border: 6px solid #eb31a4;
	border-radius:10px;
    padding: 0px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
  
  .contact{
	  background:#faf0fa;
  }
  
 .contact .info-box i {
    font-size: 32px;
    color: #eb31a4;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #eb31a4;
} 

.contact .php-email-form button[type=submit] {
  background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #eb31a4;
}
 
.departments .nav-tabs {
    border: 0;
    background: #faf0fa;
}

.departments .nav-link {
    border: 0;
    padding: 10px 20px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #fed6ff;
    cursor: pointer;
    border-bottom: 1px solid #ffd6fd;
}

.departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.departments .nav-link h5 {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
	margin: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
   background: radial-gradient(circle, #ffaeff45 0%, #fe0afd52 100%);
    border-color: #eb31a4;
	padding: 20px;
}

.departments .nav-link:hover h4 {
    color: #eb31a4;
}

.departments .nav-link:hover h5 {
    color: #662100;
    font-size: 15px;
    font-weight: 600;
}

.departments .nav-link.active {
    background: radial-gradient(circle, #ffaeff45 0%, #fe0afd52 100%);
    border-color: #eb31a4;
	padding: 20px;
}

.departments .nav-link.active h4 {
    color: #eb31a4;
}

.departments .nav-link.active h5 {
    color: #662100;
    font-size: 15px;
    font-weight: 600;
}

.departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0.25rem;
    margin-right: 15px;
}

.departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #eb31a4;
    text-align: center;
}
.departments .tab-pane h5 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #662100;
    text-align: center;
}

.form-control {
    border: var(--bs-border-width) solid #f59bf5;
}
  
  #footer {
    background: #eeeeee;
    padding: 0 0 0px 0;
    color: #555555;
    font-size: 14px;
}
  
  #footer .footer-top {
    background: #000;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb31a4;
}

#footer .footer-top .footer-newsletter p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #eb31a4;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


#footer .footer-top .social-links a:hover {
  background: #eb31a4;
    color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3fbbc0;
    color: #fff;
    transition: 0.3s;
    border-radius: 0px;
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #eb31a4;
}




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #eb31a4;
  border-top-color: #ffbaed;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3fbbc0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    background: radial-gradient(circle, #ffbaed 33%, #eb31a4 100%);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #eb31a4;
  color: #fff;
}

.social nav{
  position: fixed;
  width: 60px;
  margin-top: 150px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  z-index: 5;
}

.social nav ul {
   margin-top: 0;
    margin-bottom: 0rem;
    list-style-type: none;
    padding: 0;
}
.social nav li{
  height: 45px;
  position:relative;
}
.social nav li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  text-decoration: none !important;
}
.social nav li:nth-child(1) a{
  background: #4267B2;
}
.social nav li:nth-child(2) a{
  background: #1DA1F2;
}
.social nav li:nth-child(3) a{
  background: #E1306C;
}
.social nav li:nth-child(4) a{
  background: #2867B2;
}
.social nav li:nth-child(5) a{
  background: #eb31a4;
}
.social nav li:nth-child(6) a{
  background: #eb31a4;
}
.social nav li a i{
      position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
}
.social ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social a:hover {
  z-index:1;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.social ul li:hover a span{
  padding-left: 30%;
  display: block;
  font-size: 15px;
}

.modal {
    --bs-modal-width: 792px;
}