*,
body,
contentmain {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: initial
}

mark,
mark a {
    color: #000
}

*,
nav {
    color: #fff
}

footer,
nav {
    background-color: #ff9800
}

.footer h5,
.navbar-brand h2 {
    font-size: 24px
}

.contentmain p,
.footer p,
.pinkbg .container,
ol,
ul {
    text-align: justify
}

.card,
.card-body a,
.navbar,
.profile-items {
    position: relative
}

.card-body a:hover,
.my-button,
.nav-link,
.navbar-brand,
.navbar-toggler:hover,
a {
    text-decoration: none
}

*,
.areabutton,
::after,
::before {
    box-sizing: border-box
}

.navbar-nav a,
nav,
td,
th {
    padding: 10px
}

.areabutton,
.my-button,
button {
    cursor: pointer
}

* {
    max-width: 100%
}

body {
    background-color: #000
}

strong {
    color: #ff9500
}

ol,
ul {
    margin: 7px
}

body,
contentmain {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 25px
}

h1,
h2 {
    font-size: 2rem
}

h3,
h4,
h5,
h6 {
    font-size: 1.5rem
}

p a {
    color: #ff7272
}

mark {
    background-color: #ff7272
}

header {
    background-color: #16c019;
    overflow: hidden
}

.navbar-nav a {
    margin: 5px;
    border: 2px solid #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;


}

section {
    width: 100%;
    background-color: #000000
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.footer-box {
    margin: 1% 0;
    padding: 1%
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.footer-box li {
    overflow: hidden;
    list-style: none;
    padding: 2px 0 2px 22px;
    margin: 0 0 4px
}

.contentmain h1,
.footer h5,
h2,
h3,
h4,
h5,
h6 {
    color: #c5ff95;
    margin-bottom: 10px
}

.footer h5 {
    padding: 5px 0
}

.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;
    text-align: center
}

@media(min-width:320px) {
    .area-list li {
        width: 100%
    }
}

@media screen and (min-width:425px) {

    .content-left,
    .content-right,
    .footer-box {
        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: 0px solid #ff9800;
    }

    .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
    }
}

.areabutton,
.my-button,
.profile,
.testimonials,
.text-center,
td,
th {
    text-align: center
}

@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
}

footer>.container,
main>section>.container {
    padding-top: 30px;
    padding-bottom: 30px
}

.pinkbg .container {
    background-color: #ff9800
}

.contentmain>p {
    margin-top: 15px;
    margin-bottom: 20px
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: 3px double #fff
}

.navbar>.container {
    width: 100%;
    display: contents;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.collapse:not(.show) {
    display: none
}

@media (min-width:992px) {
    nav .navbar-collapse {
        justify-content: flex-end
    }

    .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: #fff
}

.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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.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,
.content-right h1,
h2,
h3,
h4,
h5 {
    color: #ff9800
}

.call-button,
.whatsapp-button {
    width: 50px;
    height: 50px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    animation: .5s ease-in-out slideIn;
    padding: 5px;
    margin: 2px
}

.bs-example {
    margin-bottom: 15px
}

.card {
    border-radius: 18px 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border: 4px solid #ff9800;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ff9800;
    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: 18px 18px;
    object-fit: cover;
    border: 1px solid #d68102;
    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: .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;
    bottom: 5px
}

.card-body a:hover {
    color: #ff9800;
    transition: 1s
}

a.profile-btn {
    background-color: #ff9800;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    border: 2px solid transparent;
    visibility: hidden
}

.social-btn i,
areabutton:hover,
button {
    background-color: #ff9800;
}

.social-btn i {
    color: #fff;
    padding: 8px 10px;
    margin: 10px;
    border-radius: 2px;
    border: 2px solid #341151
}

.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #ff9800;
    color: #ff9800
}

.profile-view {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    background: #341151;
    padding: 15px;
    border-radius: 10px
}

.profile-items {
    overflow: hidden;
    border-radius: 20px
}

.profile-items img {
    width: 100%
}

.profile-items .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: .3s;
    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: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px
}

.shadow {
    border: 1px solid;
    width: 100%;
    align: center;
    background: #341151;
    font-size: 20px;
    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: #ff990076;
    border: 1px solid #000000;
    border-radius: 5px
}

.faq-question h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffe252;
    font-size: 20px
}

.areabutton {
    display: inline-block;
    background-color: #b06c05;
    border-radius: 10px;
    border: 4px double #ccc;
    color: #eee;
    font-size: 16px;
    padding: 5px;
    width: 200px;
    transition: .5s;
    margin: 2px
}

table {
    width: 100%;
    border-collapse: collapse
}

td,
th {
    border: 1px solid #ddd;
    color: #fff !important
}

th {
    background-color: #ff9800
}

td {
    color: #f0f8ff !important
}

button {
    color: #fff;
    padding: 10px 12px;
    border: none;
    border-radius: 4px
}

@media screen and (max-width:768px) {
    .areabutton {
        font-size: 14px;
        width: 150px
    }

    table {
        padding-left: 15px !important
    }
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.testimonial-card {
    background-color: #ff990076;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    border: 5px double #fff;
    width: 30%
}

.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%
    }
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    gap: 20px;
    margin: 0 auto;
    width: 100%
}

.profile {
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    opacity: .8;
    transition: opacity .3s ease-in-out;
    border: 1px dotted #fff
}

.profile:hover {
    opacity: 1
}

.profile img {
    width: 100%;
    height: auto;
    border-radius: 10% solid;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff
}

.profile h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.imgnew {
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #ba16c0
}