@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&amp;display=swap');

/*----------------------------------------------*
01.) Variable CSS
/*----------------------------------------------*/
:root {
    --body-text-color: #3f3f3f;
    --heading-text-color: #111111;
    --menu-link-color: #111111;
    --white-color: #ffffff;
    --very-light-gray: #f2f2f2;
    --light-gray: #ebebeb;
    --gray: #cccccc;
    --dark-gray: #797979;
    --success: #28a745;
    --success-bg: #d4edda;
    --info: #17a2b8;
    --info-bg: #cce5ff;
    --warning: #ffc107;
    --warning-bg: #fff3cd;
    --danger: #dc3545;
    --danger-bg: #f8d7da;
}

/*----------------------------------------------*
02.) General CSS
/*----------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    clear: both;
}

html {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    min-width: 320px;
    /*-webkit-overflow-scrolling: touch;*/
    color: var(--body-text-color);
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

body.dc-six {
    overflow-x: hidden !important;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #2a1fbc;
}

a:active {
    outline: 0;
}

a:active,
a:hover,
a:focus {
    color: var(--menu-link-color);
    text-decoration: none;
}

b,
strong {
    font-weight: bold;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1rem
}

mark {
    background: #ff0;
    color: #111111;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

h1,
.h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -1px;
    margin-bottom: 18px;
}

h2,
.h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -1px;
    margin-bottom: 18px;
}

h3,
.h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -0.6px;
    margin-bottom: 18px;
}

h4,
.h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -0.4px;
    margin-bottom: 18px;
}

h5,
.h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--heading-text-color);
    letter-spacing: 0px;
}

h6,
.h6 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: var(--heading-text-color);
}

p:not(:empty) {
    margin-bottom: 0px;
}


.banner {
    position: relative;
    background: url('../images/default-color/half-circle-bg.png') no-repeat scroll bottom center;
    color: #fff;
    text-align: center;
    padding: 170px 0px 100px 0px;
    overflow: hidden;
}

.banner h1 {
    color: #fff;
    font-weight: bold;
}

.banner p {
    margin: 10px 0 20px;
    color: #fff;
    font-size: 20px;
}

.banner .breadcrumb {
    background: rgba(0, 0, 0, 0.2);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.banner .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.info-section {
    padding: 80px 0;
}

.info-section button {
    background: linear-gradient(to bottom, #488fed 0%, #2a1fbc 100%);
    border: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
}

.info-section h2 {
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 0;
}

.underline {
    display: inline-block;
    width: 70px;
    height: 5px;
    border-radius: 4px;
    margin: 10px 0 25px;
    background: linear-gradient(90deg, #4285f4, #2a2ed4);
}

.info-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.info-img {
    border-radius: 12px;
    overflow: hidden;
}

.info-img img {
    width: 80% !important;
    margin: 0 auto;
}

#contact {
    padding: 80px 0 0;
}

#contact .box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}

#contact .box img {
    width: 70px;
    margin-bottom: 20px;
}

#contact .box p {
    padding-bottom: 10px;
}

#contact .box h5 {
    padding-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 768px) {
    .info-section h2 {
        font-size: 3rem;
        line-height: 30px;
    }

    .info-section p {
        font-size: 16px;
    }

    .info-img img {
        width: 100% !important;
        margin: 20px auto 30px;
    }

    .feature-title {
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 0;
    }

    .underline {
        margin: 10px 0 25px;
    }

    .mlm-title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 26px;
    }

    p.mlm-subtitle {
        font-size: 14px;
    }

    .mlm-right h3 {
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        font-size: 28px;
    }
}

.features-card {
    background: #f9f9ff;
    padding: 40px 0;
}

.feature-section .row {
    margin-bottom: 80px;
}

.features-section h2 {
    font-weight: 800;
    text-align: start;
    margin-bottom: 50px;
}

.feature-img img {
    width: 80%;
    margin: 0 auto;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 400ms ease-in-out;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.feature-card .f-icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}

.feature-card .f-icon img {
    max-width: 90px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 1;
    position: relative;
}

.feature-card:hover img {
    filter: invert(1);
}

.feature-card:before {
    background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.feature-card:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.feature-icon {
    font-size: 50px;
    color: #2a2ed4;
    margin-bottom: 20px;

}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
}

.feature-card:hover h5 {
    color: #fff;
}

.feature-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.feature-card:hover p {
    color: #fff;
}

.features-card .h-100 {
    height: 100%;
    padding: 20px 0;
}

.feature-section {
    padding: 40px 0;
    background: linear-gradient(to bottom, #f6f5ff 0%, #ffffff 100%);
}

.feature-title {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 0;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-title span {
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.features-card h2 span {
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.info-section h2 span {
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.location h2 span {
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.feature-section h3 span {
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.feature-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: self-start;
    color: #333;
}

.feature-list li::before {
    content: "▮";
    color: #3949ab;
    font-weight: bold;
    margin-right: 10px;
}

.feature-para {
    margin-top: 20px;
    color: #555;
}

.feature-img img {
    max-width: 100%;
    border-radius: 10px;
}

.mlm-section {
    padding: 80px 0;

}

.service-card {
    background: linear-gradient(135deg, rgb(92 171 207), rgb(10 117 169));
    border: 1px solid rgb(42 31 188);
    border-radius: 10px;
    padding: 8px;
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.service-card h4 {
    font-size: 20px;
}

.mlm-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.mlm-subtitle {
    color: #444;
    margin-bottom: 40px;
}

.mlm-right h3 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.mlm-right h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4285f4, #2a2ed4);
    margin-top: 8px;
    border-radius: 5px;
}

.mlm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mlm-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #333;
}

.mlm-list li::before {
    content: "▮";
    color: #3949ab;
    font-weight: bold;
    margin-right: 10px;
}

.mlm-left img {
    max-width: 100%;
    border-radius: 10px;
}

.location {
    padding: 40px 0;
}

.contact-section {
    padding: 80px 0;
}

.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: 0 auto;
}

.contact-box h3 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
}

.contact-box h3 span {
    color: #3949ab;
    font-style: italic;
}

.form-control {
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #3949ab;
    box-shadow: 0 0 8px rgba(57, 73, 171, 0.3);
}

.btn-submit {
    display: inline-block;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, #3949ab, #2196f3);
    box-shadow: 0 4px 15px rgba(57, 73, 171, 0.3);
    transition: 0.3s;
}

.btn-submit:hover {
    background: linear-gradient(90deg, #2196f3, #3949ab);
}

.map-container iframe {
    width: 100%;
    height: 420px;
    border: none;
    border-radius: 12px;
}

.cta-section {
    position: relative;
    background: url('../images/default-color/bg-2.jpg') no-repeat scroll center bottom;
    color: #fff;
    padding: 60px 20px;
    overflow: hidden;
}

/* wave effect */
.cta-section::before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("https://svgshare.com/i/13sZ.svg") no-repeat;
    background-size: cover;
}

.cta-text {
    font-weight: 600;
    color: #fff;
}

.cta-text span {
    font-style: italic;
    font-weight: 700;
}

.cta-btn {
    background: #fff;
    color: #2d3748;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}


.footer {
    background: #fff;
    padding: 80px 0 0;
    border-top: 1px solid #eee;
}

.footer h5 {
    font-weight: 700;
    color: #2d2db3;
    margin-bottom: 20px;
}

.social-links p {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.social-links p i {
    margin-right: 10px;
    color: #291fbc;
    font-size: 20px;
}

.footer p,
.footer a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
}

.footer a:hover {
    color: #2d2db3;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li i {
    color: #2d2db3;
    margin-right: 8px;
}

.footer .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    text-align: center;
    line-height: 40px;
    color: #444;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer .social-icons a:hover {
    background: #2d2db3;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.footer-bottom a {
    color: #2d2db3;
    font-weight: 600;
}

.business-section {
    padding: 180px 0 80px;
    background-color: #f4faff;
}

.business-section h2 {
    font-size: 4rem;
    color: #000;
}

.business-section .brand-name {
    color: #3d4dd2;
    font-style: italic;
    font-weight: bold;
}

.business-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 450px;
}

.custom-btn {
    background: #3d4dd2;
    color: #fff;
    padding: 0px 30px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(61, 77, 210, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-sizing: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
}

.custom-btn:hover {
    background: #2b38a4;
    color: #fff;
}

.business-section img {
    width: 80%;
}


#learning {
    padding: 60px 0;
    background-color: #f6f5ff;
}

.section-title h2 {
    font-weight: 800;
    text-align: start;
    margin-bottom: 20px;
    font-size: 36px;
}

.section-title h2 span {
    font-family: 'Alegreya', serif;
    font-style: italic;
    color: #2a1fbc;
}

.section-title p {
    margin-bottom: 20px;
}

.focus-section {
    background: #f7f5ff;
    padding: 40px 0;
}

/* Title */
.focus-section .section-title {
    font-size: 32px;
    font-weight: 700;
}

.focus-section .title-underline {
    width: 60px;
    height: 6px;
    background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
    margin-top: 0px;
    border-radius: 3px;
}

.focus-section .section-desc {
    font-size: 18px;
    color: #555;
    max-width: 950px;
    margin: 15px auto 0;
    line-height: 1.6;
}

/* Cards */
.focus-section .info-card {
    background: none;
    padding: 20px;
    border-radius: 10px;
}

.focus-section .icon-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.focus-section .icon-circle img {
    max-width: 64px;
}

.focus-section .info-card h5 {
    font-weight: 700;
    margin-top: 20px !important;
}

.focus-section .info-card p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .focus-section .section-title {
        font-size: 22px;
    }

}

#benefits {
    padding: 80px 0;
}

#benefits .section-title {
    text-align: center;
    margin-bottom: 60px;
}

#benefits .section-title h2 {
    text-align: center;
}

#benefits .section-title h2 span {
    color: #fff;
}

#benefits .section-title p {
    font-size: 18px;
}

#benefits .cards {
    background: rgb(62 105 220 / 42%);
    transition: all 400ms ease-in-out;
    padding: 40px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    height: 230px;
    margin-bottom: 20px;
}

#benefits .cards h4 {
    font-size: 24px;
}

#benefits .cards p {
    font-size: 16px;
}

#how-it-works {
    padding: 60px 0;
    background: linear-gradient(to bottom, #f6f5ff 0%, #ffffff 100%);
}

#how-it-works .section-title {
    text-align: center;
    margin-bottom: 60px;
}

#how-it-works .section-title h2 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #2a1fbc;
    font-family: 'Alegreya', serif;
    font-style: italic;
}

#how-it-works .section-title p {
    font-size: 18px;
    color: #555;
    max-width: 950px;
    margin: 15px auto 0;
    line-height: 1.6;
}

.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
    position: absolute;
    background: #291fbc;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.main-timeline-section .timeline-end {
    right: 0px;
}

.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #291fbc;
}

.timeline-article {
    width: 20%;
    position: relative;
    min-height: 300px;
    float: right;
}

.timeline-article .content-date {
    position: absolute;
    top: 15%;
    left: -20px;
    font-family: 'Alegreya', serif;
    font-style: italic;
    font-size: 70px;
    font-weight: bold;
    color: #291fbc;
}

.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #291fbc;
}

.timeline-article .content-box {
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border: 1px solid #291fbc;
    border-radius: 5px;
    background-color: #fff;
    width: 318px;
    position: absolute;
    top: 60%;
    left: -148px;
    padding: 10px;
}

.timeline-article .content-box h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.timeline-article .content-box p {
    font-size: 14px;
    text-align: center;
}

.timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #291fbc;
}

.timeline-article-bottom .content-date {
    top: 50%;
}

.timeline-article-bottom .content-box {
    top: 0%;
}

.timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #291fbc;
}

#how-it-works .card {
    padding: 0;
}

#how-it-works .card .card-header {
    background: transparent;
    border-bottom: none;
    width: 100%;
}

#how-it-works .card .card-header button {
    padding: 0;
}

#best-services {
    padding: 40px 0;
}

#best-services .section-title {
    text-align: center;
    margin-bottom: 60px;
}

#best-services .section-title h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 36px;
}

#best-services .section-title h2 span {
    font-family: 'Alegreya', serif;
    font-style: italic;
    color: #2a1fbc;
}

#best-services .section-title p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
}

#best-services .ser-cards {
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    margin-bottom: 30px;
    height: 200px;
}

#best-services .ser-cards:hover {
    border: 1px solid #2a1fbc;
    box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
}

#best-services .ser-cards img {
    width: 80px;
    margin-bottom: 20px;
}

#best-services .ser-cards h5 {
    font-size: 18px;
}

@media (min-width: 320px) and (max-width: 991px) {

    .logo .logo-dark {
        width: 100px;
    }

    .business-section h2 {
        font-size: 3rem;
        color: #000;
    }

    .business-section {
        padding: 100px 0 80px;
        background-color: #f4faff;
    }

    .section-padding {
        padding: 70px 0px 100px 0px;
    }

    #best-services .section-title p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .cta-text {
        font-weight: 600;
        color: #fff;
        text-align: center;
        font-size: 26px;
    }

    .feature-section {
        padding: 40px 0 0;
    }

    .mlm-section {
        padding: 20px 0 !important;
    }

    .location h2 {
        font-size: 30px;
    }

    .banner h1 {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
    }

    .banner p {
        margin: 10px 0 20px;
        color: #fff;
        font-size: 16px;
    }

    .banner .breadcrumb .breadcrumb-item.active {
        color: rgba(255, 255, 255, 0.7);
        font-weight: bold;
        font-size: 14px;
    }

    .feature-title {
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 0;
    }

    .info-section {
        padding: 40px 0 0;
    }

    .features-card h2 {
        font-size: 32px;
    }

    .section-padding {
        padding: 70px 0px 100px 0px;
    }

}