* {
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    background-color: #000;
}
strong{
	color: #ff9500;
}
ul{
	text-align: justify;
	margin: 7px;
}
ol{
	text-align: justify;
	margin: 7px;
}
body, contentmain {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
h1,h2 {
    font-size: 2rem;
	line-height: initial;
}
h3,h4,h5,h6 {
    font-size: 1.5rem;
	line-height: initial;
}
a {text-decoration: none;
}
p a {color: #fa72ff;
}
mark {background-color: #F04DFF;
    color: #000;
}
mark a {
	color: #000;
}
header {
    background-color: #ba16c0;
    overflow: hidden;
}
nav {
    background-color: #571c89;
    color: white;
    padding: 10px;
}
.navbar-brand h2 {
    font-size: 24px;
}
@media (min-width: 992px) {
nav .navbar-collapse {
    justify-content: flex-end;
}
}
.navbar-nav a {
    margin: 5px;
    padding: 10px;
    border: 2px solid #fff;
    border-bottom-right-radius: 25px;
}
section {
    width: 100%;
	background-color: #341151;
}
footer {
    background-color: #571c89;
}
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.footer-box {
    margin: 1% 0;
    padding: 1% 1%;
}
.footer-box li {
    overflow: hidden;
    list-style: none;
    padding: 2px 0 2px 22px;
    margin: 0 0 4px 0;
}
.footer p {
    text-align: justify;
}
.footer h5 {
    font-size: 24px;
    color: #c5ff95;
    padding: 5px 0;
    margin-bottom: 10px;
}
.footer-bar {
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
}
.footer-bar>.container {
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .5px;
}
.container{
    padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;text-align: center;}
@media(min-width:320px){
    .area-list li {width: 100%;}
}
@media screen and (min-width:425px) {
    .footer-box {width:100%;}
    .content-left, .content-right {width: 100%;}
}
@media(min-width:576px){
    .container{max-width:540px}
}
@media(min-width:768px){
    .container{max-width:720px}
    .footer-box {width: 31.33%;}
    .area-list li {width: 29.6%;}
    .content-left, .content-right {
        width: 65.7%;
    }
    .content-left {
        padding-right: 30px;
    
    }
    .content-right {
        float: right;
        padding-left: 30px;
    }
    .img-left, .img-right {
        width: 30%;
		border: 5px #ff49ff solid
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .card-body {
        text-align: left;
    }
}
@media(min-width:992px){
    .container{max-width:960px}
    .area-list li {width: 22.29%;}
    .content-left, .content-right {
        width: 66.8%;
    }
}
@media(min-width:1200px){
    .container{max-width:1140px}
}
.container-fluid{width:100%;padding-right:30px;padding-left:30px;margin-right:auto;margin-left:auto}
footer>.container {
    padding-top: 30px;
    padding-bottom: 30px;
}
main>section>.container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pinkbg .container {
    text-align: justify;
	background-color: #ba16c0;
}
.contentmain h1,h2,h3,h4,h5,h6 {
    color: #c5ff95;
    margin-bottom: 10px;
}
.contentmain p {
    text-align: justify;
}
.contentmain>p {
    margin-top: 15px;
    margin-bottom: 20px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
	border: #FFFFFF 3px double;
}
.navbar>.container {
    width: 100%;
    display: contents;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    text-decoration: none;
}
.collapse:not(.show) {
    display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #ffffff;
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.m-auto {
    margin: auto !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.text-center {
    text-align: center;
}
.row {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.content-left p, .content-right p {
    text-align: justify;
	color: #fff;
	font-size: 17px;
}
.content-left h1,h2,h3,h4,h5, .content-right h1,h2,h3,h4,h5
{color: #c5ff95;}
.sticky-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
}
.call-button, .whatsapp-button {
  width: 50px;
  height: 50px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.5s ease-in-out;
  padding: 5px;
  margin: 2px;
}
.bs-example {
	margin-bottom: 15px;
}
.card {
    border-radius: 185px 1px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    border: #ba16c0 4px solid;
    min-width: 0;
    word-wrap: break-word;
    background-color: #dbbe53;
    background-clip: border-box;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.card-img-top {
    border-radius: 485px 50px;
    object-fit: cover;
	border: 5px solid black;
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 5px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-text {
    color: #000;
    line-height: 28px;
    font-size: 17px;
    padding: 5px 20px 15px 0;
}
.btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 7px;
}
.card-body a {
    color: #000;
    font-size: 20px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}
.card-body a:hover {
    color: #f0f;
    text-decoration: none;
    transition: 1s;
}
a.profile-btn {
    background-color: transparent;
    background-color: #f0f;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    border: 2px solid transparent;
    visibility: hidden;
}
.social-btn i {
    background-color: #ba16c0;
    color: #fff;
    padding: 8px 10px;
	margin: 10px;
    border-radius: 2px;
    border: 2px solid #341151;
}
.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #f0f;
    color: #f0f;
}
.profile-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-gap: 10px;
	background: #341151;
	padding: 15px;
	border-radius: 10px;
}
.profile-items {
  position: relative; /* Position the mask relative to the image */
  overflow: hidden; /* Hide the overflow */
  border-radius: 20px;
}
.profile-items img {
  width: 100%; /* Fill the width of the grid item */
}
.profile-items .mask {
  position: absolute; /* Position the mask absolute to the grid item */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
display: block;
align-items: center;
justify-content: center;
}
.profile-items:hover .mask {
opacity: 1;
visibility: visible;
padding: 10px;
}
.profile-items .mask h4 {
color: #fff;
font-size: 30px;
margin: 50px;
align-items: flex-start;
}
.profile-items .mask p {
color: #fff;
align: center;
}
@media screen and (max-width: 600px) {
.profile-view {
grid-template-columns: repeat(1, 1fr); 
}
}
.sticky-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
}
.my-button {
  padding: 12px 24px;
  width: 80%;
  border-radius: 4px;
  border: none;
  background-color: #341151;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.shadow {
  border: 1px solid;
  width: 100%;
  align: center;
  background: #341151;
  font-size: 20px;
  padding: -5px;
  box-shadow: 2px 2px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}
.shadow h1, h2, h4 {
  margin: 12px;
}
.my-button:hover {
  background-color: #fff; 
  color: #341151;
}
@media only screen and (max-width: 600px) {
  .my-button {
    font-size: 12px;
  }
}
.faq {
    padding: 20px;
}
.faq-questions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 20px 0;
}
.faq-question {
    padding: 20px;
    background-color: #571c89;
    border: 1px solid #fa80ff;
    border-radius: 5px;
}
.faq-question h4 {
    margin-top: 0;
    margin-bottom: 10px;
	color: #ffe252;
	font-size: 20px;
}
.areabutton {
        display: inline-block;
        background-color: #7b38d8;
        border-radius: 10px;
        border: 4px double #cccccc;
        color: #eeeeee;
        text-align: center;
        font-size: 16px;
        padding: 5px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 2px;
		box-sizing: border-box;
      }
      areabutton:hover {
        background-color: #ba16c0;
      }
@media screen and (max-width: 768px) {
  .areabutton {
    font-size: 14px;
	width: 150px;
  }
}
table {
  width: 100%; 
  border-collapse: collapse;
}
th, td {
  text-align: center; /* Left-align content */
  padding: 10px; /* Add padding for better spacing */
  border: 1px solid #ddd; /* Add thin borders */
  color: #FFFFFF !important;}

th {
  background-color: #f00;
}
td {color: aliceblue !important; }
button {
  background-color: #ba16c0; 
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer; 
}
@media screen and (max-width: 768px) { /* Adjust breakpoint as needed */
	table{
	padding-left: 15px!important;
}
}
    .testimonials {
  text-align: center; /* Center the testimonials section */
}
.testimonial-container {
  display: flex;
  flex-wrap: wrap; /* Allow testimonials to wrap on small screens */
  justify-content: space-around; /* Space testimonials evenly */
}
.testimonial-card {
  background-color: #571c89;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  border: 5px white double;
  width: 30%; /* Adjust width as needed for your layout */
}
.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-text {
  font-style: italic;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%; /* Make testimonials full width on small screens */
  }
}
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}
.profile {
    background-color: #000;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
	border: 1px white dotted;
}
.profile:hover {
    opacity: 1;
}
.profile img {
    width: 100%;
    height: auto;
    border-radius: 10% solid;
    margin-bottom: 10px;
	border-bottom: 1px white dotted;
}
.profile h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.bg-light a{color:#db0a00;}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:2.2;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;margin:5px;}
.label a{color:#fff;}
.label-default{background-color:#db0a00;}
.label-primary{background-color:#8fbde4;}
.label-success{background-color:#19bb19;}
.label-info{background-color:#14a1ce;}
.label-warning{background-color:#574750;}
.label-danger{background-color:#571c89;}