/*


---------------------- common content ----------
1.body reset content
#.header-area
#.footer-area
#.breadcrumb-area
#.privacy-policy
#.hero-banner-area
#.section-title
#.service-area
#.about-area
#.how-work-area
#.features-area
#.price-area
#.products
#.testimonial-area
#.faq-area
#.callto-action
#.blog-area
#.contact-area
#.single-post
#.sticky-posts
#.latest-blog
#.sidebar-area
#.table
#.mining-request
#.modal
#.tabs
#.register-area
#.settings
#.deposit-method
#.latest-transaction-area
#.card-area
#.mission-area
#.team-area
#.counter-area
#.total-volume-area



*/
:root {
    font-size: 62.5%;
    --primary-color: #09c269;
    --hover-color: #009537;
    --bColor: #707070;
    --tColor: #1e2329;
    --bgColor: #161414;
    --Color1: #212121;
    --border-color: #eaeaea;
    --white: #ffffff;
    --black: #000000;
    --primary-gradient: linear-gradient(
        250.72deg,
        #09c269 -60.43%,
        #161414 19.49%,
        #161414 77.85%,
        #09c269 166.79%
    );
    --secondary-gradient: linear-gradient(
        170.77deg,
        #161414 53.67%,
        #09c269 197.91%
    );
}

html,
body {
    height: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

button:focus {
    -moz-outline: none;
    outline: none;
    box-shadow: none;
}

/* Font size */
.fs-32 {
    font-size: 32px;
}

@media screen and (min-width: 576px) {
    .fs-sm-0 {
        font-size: 0;
    }
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

/* Font weight */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-1000 {
    font-weight: 1000;
}

/* Line Height */
.lh-0 {
    line-height: 0;
}

@media screen and (min-width: 576px) {
    .lh-sm-0 {
        line-height: 0;
    }
}

.lh-10 {
    line-height: 10px !important;
}

.lh-11 {
    line-height: 11px !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-13 {
    line-height: 13px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-17 {
    line-height: 17px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-23 {
    line-height: 23px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-27 {
    line-height: 27px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-31 {
    line-height: 31px !important;
}

.lh-32 {
    line-height: 32px !important;
}

.lh-33 {
    line-height: 33px !important;
}

.lh-34 {
    line-height: 34px !important;
}

/* Letter Spacing */
.ls-1 {
    letter-spacing: 1px;
}

/* text justify */
.text-justify {
    text-align: justify;
}

/* Colors */
.text-primary-color {
    color: var(--primary-color) !important;
}

.text-hover-color {
    color: var(--hover-color) !important;
}

.text-bColor {
    color: var(--bColor) !important;
}

.text-tColor {
    color: var(--tColor) !important;
}

.text-bgColor {
    color: var(--bgColor) !important;
}

.text-Color1 {
    color: var(--Color1) !important;
}

.text-border-color {
    color: var(--border-color) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-primary-gradient {
    color: var(--primary-gradient) !important;
}

.text-secondary-gradient {
    color: var(--secondary-gradient) !important;
}

/* Background Color */
.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.bg-hover-color {
    background-color: var(--hover-color) !important;
}

.bg-bColor {
    background-color: var(--bColor) !important;
}

.bg-tColor {
    background-color: var(--tColor) !important;
}

.bg-bgColor {
    background-color: var(--bgColor) !important;
}

.bg-Color1 {
    background-color: var(--Color1) !important;
}

.bg-border-color {
    background-color: var(--border-color) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.bg-primary-gradient {
    background-color: var(--primary-gradient) !important;
}

.bg-secondary-gradient {
    background-color: var(--secondary-gradient) !important;
}

/* Border Color */
.bd-c-primary-color {
    border-color: var(--primary-color) !important;
}

.bd-c-hover-color {
    border-color: var(--hover-color) !important;
}

.bd-c-bColor {
    border-color: var(--bColor) !important;
}

.bd-c-tColor {
    border-color: var(--tColor) !important;
}

.bd-c-bgColor {
    border-color: var(--bgColor) !important;
}

.bd-c-Color1 {
    border-color: var(--Color1) !important;
}

.bd-c-border-color {
    border-color: var(--border-color) !important;
}

.bd-c-white {
    border-color: var(--white) !important;
}

.bd-c-black {
    border-color: var(--black) !important;
}

.bd-c-primary-gradient {
    border-color: var(--primary-gradient) !important;
}

.bd-c-secondary-gradient {
    border-color: var(--secondary-gradient) !important;
}

/* z-index */
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}

.sf-p-1 {
  padding: 1px !important;
}

.sf-p-2 {
  padding: 2px !important;
}

.sf-p-3 {
  padding: 3px !important;
}

.sf-p-4 {
  padding: 4px !important;
}

.sf-p-5 {
  padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-11 {
    padding: 11px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-13 {
    padding: 13px !important;
}

.p-14 {
    padding: 14px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-17 {
    padding: 17px !important;
}

.p-18 {
    padding: 18px !important;
}

.p-19 {
    padding: 19px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-21 {
    padding: 21px !important;
}

.p-22 {
    padding: 22px !important;
}

.p-23 {
    padding: 23px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-26 {
    padding: 26px !important;
}

.p-27 {
    padding: 27px !important;
}

.p-28 {
    padding: 28px !important;
}

.p-29 {
    padding: 29px !important;
}

.p-30 {
    padding: 30px !important;
}

@media screen and (min-width: 576px) {
    .p-sm-16 {
        padding: 16px !important;
    }
}

@media screen and (min-width: 576px) {
    .p-sm-20 {
        padding: 20px !important;
    }
}

@media screen and (min-width: 576px) {
    .p-sm-25 {
        padding: 25px !important;
    }
}

@media screen and (min-width: 576px) {
    .p-sm-30 {
        padding: 30px !important;
    }
}

/* Padding top & bottom */
.sf-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sf-py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.sf-py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.sf-py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.sf-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.sf-py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.py-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.py-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

.py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.py-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

.py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.py-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

.py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
}

.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.py-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
    .py-sm-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

@media screen and (min-width: 576px) {
    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (min-width: 576px) {
    .py-sm-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 576px) {
    .py-sm-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* Padding left & right */
.sf-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sf-px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.sf-px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.sf-px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.sf-px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.sf-px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.px-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.px-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.px-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-21 {
    padding-left: 21px !important;
    padding-right: 21px !important;
}

.px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.px-23 {
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
}

.px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.px-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media screen and (min-width: 576px) {
    .px-sm-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media screen and (min-width: 576px) {
    .px-sm-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (min-width: 576px) {
    .px-sm-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media screen and (min-width: 576px) {
    .px-sm-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Padding top */
.sf-pt-0 {
  padding-top: 0 !important;
}

.sf-pt-1 {
  padding-top: 1px !important;
}

.sf-pt-2 {
  padding-top: 2px !important;
}

.sf-pt-3 {
  padding-top: 3px !important;
}

.sf-pt-4 {
  padding-top: 4px !important;
}

.sf-pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-11 {
    padding-top: 11px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pt-13 {
    padding-top: 13px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-17 {
    padding-top: 17px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pt-19 {
    padding-top: 19px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-21 {
    padding-top: 21px !important;
}

.pt-22 {
    padding-top: 22px !important;
}

.pt-23 {
    padding-top: 23px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-26 {
    padding-top: 26px !important;
}

.pt-27 {
    padding-top: 27px !important;
}

.pt-28 {
    padding-top: 28px !important;
}

.pt-29 {
    padding-top: 29px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

/* Padding bottom */
.pb-16 {
    padding-bottom: 16px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.sf-pb-1 {
  padding-bottom: 1px !important;
}

.sf-pb-2 {
  padding-bottom: 2px !important;
}

.sf-pb-3 {
  padding-bottom: 3px !important;
}

.sf-pb-4 {
  padding-bottom: 4px !important;
}

.sf-pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-11 {
    padding-bottom: 11px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pb-13 {
    padding-bottom: 13px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pb-19 {
    padding-bottom: 19px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-21 {
    padding-bottom: 21px !important;
}

.pb-22 {
    padding-bottom: 22px !important;
}

.pb-23 {
    padding-bottom: 23px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-26 {
    padding-bottom: 26px !important;
}

.pb-27 {
    padding-bottom: 27px !important;
}

.pb-28 {
    padding-bottom: 28px !important;
}

.pb-29 {
    padding-bottom: 29px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
}

/* Padding Left */
.sf-pl-0 {
  padding-left: 0 !important;
}

.sf-pl-1 {
  padding-left: 1px !important;
}

.sf-pl-2 {
  padding-left: 2px !important;
}

.sf-pl-3 {
  padding-left: 3px !important;
}

.sf-pl-4 {
  padding-left: 4px !important;
}

.sf-pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-11 {
    padding-left: 11px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-13 {
    padding-left: 13px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-17 {
    padding-left: 17px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pl-19 {
    padding-left: 19px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

@media screen and (min-width: 1200px) {
    .pl-xl-0 {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 576px) {
    .pl-sm-0 {
        padding-left: 0 !important;
    }
}

/* Padding Right */
.sf-pr-0 {
  padding-right: 0 !important;
}

.sf-pr-1 {
  padding-right: 1px !important;
}

.sf-pr-2 {
  padding-right: 2px !important;
}

.sf-pr-3 {
  padding-right: 3px !important;
}

.sf-pr-4 {
  padding-right: 4px !important;
}

.sf-pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-11 {
    padding-right: 11px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pr-13 {
    padding-right: 13px !important;
}

.pr-14 {
    padding-right: 14px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-17 {
    padding-right: 17px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.pr-19 {
    padding-right: 19px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.top-10 {
    top: 10px;
}

.right-10 {
    right: 10px;
}

/* Margin Left & Right */
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Margin top */
.sf-mt-0 {
  margin-top: 0 !important;
}

.sf-mt-1 {
  margin-top: 1px !important;
}

.sf-mt-2 {
  margin-top: 2px !important;
}

.sf-mt-3 {
  margin-top: 3px !important;
}

.sf-mt-4 {
  margin-top: 4px !important;
}

.sf-mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-19 {
    margin-top: 19px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-21 {
    margin-top: 21px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mt-23 {
    margin-top: 23px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-26 {
    margin-top: 26px !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mt-29 {
    margin-top: 29px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

/* Margin right */
.sf-mr-0 {
  margin-right: 0 !important;
}

.sf-mr-1 {
  margin-right: 1px !important;
}

.sf-mr-2 {
  margin-right: 2px !important;
}

.sf-mr-3 {
  margin-right: 3px !important;
}

.sf-mr-4 {
  margin-right: 4px !important;
}

.sf-mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-11 {
    margin-right: 11px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-13 {
    margin-right: 13px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-17 {
    margin-right: 17px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.mr-19 {
    margin-right: 19px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

/* Margin bottom */
.sf-mb-0 {
  margin-bottom: 0 !important;
}

.sf-mb-1 {
  margin-bottom: 1px !important;
}

.sf-mb-2 {
  margin-bottom: 2px !important;
}

.sf-mb-3 {
  margin-bottom: 3px !important;
}

.sf-mb-4 {
  margin-bottom: 4px !important;
}

.sf-mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-17 {
    margin-bottom: 17px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-19 {
    margin-bottom: 19px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-21 {
    margin-bottom: 21px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.mb-27 {
    margin-bottom: 27px !important;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.mb-29 {
    margin-bottom: 29px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/* Margin left */
.sf-ml-0 {
  margin-left: 0 !important;
}

.sf-ml-1 {
  margin-left: 1px !important;
}

.sf-ml-2 {
  margin-left: 2px !important;
}

.sf-ml-3 {
  margin-left: 3px !important;
}

.sf-ml-4 {
  margin-left: 4px !important;
}

.sf-ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-11 {
    margin-left: 11px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.ml-13 {
    margin-left: 13px !important;
}

.ml-14 {
    margin-left: 14px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-17 {
    margin-left: 17px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.ml-19 {
    margin-left: 19px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

/* Gap */
.g-0 {
    gap: 0px;
}

.g-1 {
    gap: 1px !important;
}

.g-2 {
    gap: 2px !important;
}

.g-3 {
    gap: 3px !important;
}

.g-4 {
    gap: 4px !important;
}

.g-5 {
    gap: 5px !important;
}

.g-6 {
    gap: 6px !important;
}

.g-7 {
    gap: 7px !important;
}

.g-8 {
    gap: 8px !important;
}

.g-9 {
    gap: 9px !important;
}

.g-10 {
    gap: 10px !important;
}

.g-11 {
    gap: 11px !important;
}

.g-12 {
    gap: 12px !important;
}

.g-13 {
    gap: 13px !important;
}

.g-14 {
    gap: 14px !important;
}

.g-15 {
    gap: 15px !important;
}

.g-16 {
    gap: 16px !important;
}

.g-17 {
    gap: 17px !important;
}

.g-18 {
    gap: 18px !important;
}

.g-19 {
    gap: 19px !important;
}

.g-20 {
    gap: 20px !important;
}

.g-21 {
    gap: 21px !important;
}

.g-22 {
    gap: 22px !important;
}

.g-23 {
    gap: 23px !important;
}

.g-24 {
    gap: 24px !important;
}

.g-25 {
    gap: 25px !important;
}

.g-26 {
    gap: 26px !important;
}

.g-27 {
    gap: 27px !important;
}

.g-28 {
    gap: 28px !important;
}

.g-29 {
    gap: 29px !important;
}

.g-30 {
    gap: 30px !important;
}

/* Row Gap */
.rg-0 {
    row-gap: 0px;
}

.rg-1 {
    row-gap: 1px !important;
}

.rg-2 {
    row-gap: 2px !important;
}

.rg-3 {
    row-gap: 3px !important;
}

.rg-4 {
    row-gap: 4px !important;
}

.rg-5 {
    row-gap: 5px !important;
}

.rg-6 {
    row-gap: 6px !important;
}

.rg-7 {
    row-gap: 7px !important;
}

.rg-8 {
    row-gap: 8px !important;
}

.rg-9 {
    row-gap: 9px !important;
}

.rg-10 {
    row-gap: 10px !important;
}

.rg-11 {
    row-gap: 11px !important;
}

.rg-12 {
    row-gap: 12px !important;
}

.rg-13 {
    row-gap: 13px !important;
}

.rg-14 {
    row-gap: 14px !important;
}

.rg-15 {
    row-gap: 15px !important;
}

.rg-16 {
    row-gap: 16px !important;
}

.rg-17 {
    row-gap: 17px !important;
}

.rg-18 {
    row-gap: 18px !important;
}

.rg-19 {
    row-gap: 19px !important;
}

.rg-20 {
    row-gap: 20px !important;
}

.rg-21 {
    row-gap: 21px !important;
}

.rg-22 {
    row-gap: 22px !important;
}

.rg-23 {
    row-gap: 23px !important;
}

.rg-24 {
    row-gap: 24px !important;
}

.rg-25 {
    row-gap: 25px !important;
}

.rg-26 {
    row-gap: 26px !important;
}

.rg-27 {
    row-gap: 27px !important;
}

.rg-28 {
    row-gap: 28px !important;
}

.rg-29 {
    row-gap: 29px !important;
}

.rg-30 {
    row-gap: 30px !important;
}

/* Column gap */
.cg-0 {
    column-gap: 0px;
}

.cg-1 {
    column-gap: 1px !important;
}

.cg-2 {
    column-gap: 2px !important;
}

.cg-3 {
    column-gap: 3px !important;
}

.cg-4 {
    column-gap: 4px !important;
}

.cg-5 {
    column-gap: 5px !important;
}

.cg-6 {
    column-gap: 6px !important;
}

.cg-7 {
    column-gap: 7px !important;
}

.cg-8 {
    column-gap: 8px !important;
}

.cg-9 {
    column-gap: 9px !important;
}

.cg-10 {
    column-gap: 10px !important;
}

.cg-11 {
    column-gap: 11px !important;
}

.cg-12 {
    column-gap: 12px !important;
}

.cg-13 {
    column-gap: 13px !important;
}

.cg-14 {
    column-gap: 14px !important;
}

.cg-15 {
    column-gap: 15px !important;
}

.cg-16 {
    column-gap: 16px !important;
}

.cg-17 {
    column-gap: 17px !important;
}

.cg-18 {
    column-gap: 18px !important;
}

.cg-19 {
    column-gap: 19px !important;
}

.cg-20 {
    column-gap: 20px !important;
}

.cg-21 {
    column-gap: 21px !important;
}

.cg-22 {
    column-gap: 22px !important;
}

.cg-23 {
    column-gap: 23px !important;
}

.cg-24 {
    column-gap: 24px !important;
}

.cg-25 {
    column-gap: 25px !important;
}

.cg-26 {
    column-gap: 26px !important;
}

.cg-27 {
    column-gap: 27px !important;
}

.cg-28 {
    column-gap: 28px !important;
}

.cg-29 {
    column-gap: 29px !important;
}

.cg-30 {
    column-gap: 30px !important;
}

/* Minimum width */
.min-w-auto {
    min-width: auto !important;
}

.min-w-0 {
    min-width: 0;
}

/* Maximum width */
.max-w-0 {
    max-width: 0;
}

/* Width */
.w-16 {
    width: 16px !important;
}

.w-20 {
    width: 20px !important;
}

.w-25 {
    width: 25px !important;
}

.w-30 {
    width: 30px !important;
}

/* Minimum Height */
.min-h-0 {
    min-height: 0 !important;
}

/* Maximum Height */
.max-h-0 {
    max-height: 0;
}

/* Height */
.h-16 {
    height: 16px !important;
}

.h-20 {
    height: 20px !important;
}

.h-25 {
    height: 25px !important;
}

.h-307 {
    height: 307px !important;
}

/* Border */
.bd-one {
    border-width: 1px !important;
    border-style: solid;
}

/* Border top */
.bd-t-zero {
    border-top-width: 0 !important;
    border-top-style: solid;
}

.bd-t-one {
    border-top-width: 1px !important;
    border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
}

/* Border right */
.bd-r-one {
    border-right-width: 1px !important;
    border-right-style: solid;
}

/* Border Radius */
.bd-ra-0 {
    border-radius: 0 !important;
}

.bd-ra-1 {
    border-radius: 1px !important;
}

.bd-ra-2 {
    border-radius: 2px !important;
}

.bd-ra-3 {
    border-radius: 3px !important;
}

.bd-ra-4 {
    border-radius: 4px !important;
}

.bd-ra-5 {
    border-radius: 5px !important;
}

.bd-ra-6 {
    border-radius: 6px !important;
}

.bd-ra-7 {
    border-radius: 7px !important;
}

.bd-ra-8 {
    border-radius: 8px !important;
}

.bd-ra-9 {
    border-radius: 9px !important;
}

.bd-ra-10 {
    border-radius: 10px !important;
}

.bd-ra-11 {
    border-radius: 11px !important;
}

.bd-ra-12 {
    border-radius: 12px !important;
}

.bd-ra-13 {
    border-radius: 13px !important;
}

.bd-ra-14 {
    border-radius: 14px !important;
}

.bd-ra-15 {
    border-radius: 15px !important;
}

.bd-ra-16 {
    border-radius: 16px !important;
}

.bd-ra-17 {
    border-radius: 17px !important;
}

.bd-ra-18 {
    border-radius: 18px !important;
}

.bd-ra-19 {
    border-radius: 19px !important;
}

.bd-ra-20 {
    border-radius: 20px !important;
}

/* Border Top left Radius */
.bd-tl-ra-0 {
    border-top-left-radius: 0 !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
    border-top-right-radius: 0 !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
    border-bottom-left-radius: 0 !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
    border-bottom-right-radius: 0 !important;
}

.section-space {
    padding: 192px 0;
}

.section-space-top {
    padding: 192px 0 0;
}

.section-space-bottom {
    padding: 0 0 192px 0;
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.acurate {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 24px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 24px;
}

.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 24px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: #542ace;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: var(--primary-color);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    text-shadow: none;
    color: #ffffff;
}

.browserupgrade {
    margin: 24px 0;
    background: var(--primary-color);
    color: #ffffff;
    padding: 24px 0;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.pb-70 {
    padding-bottom: 70px;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
    background: #000000;
    bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s linear;
    z-index: 1000;
    border-radius: 5px;
}

#scrollUp:hover {
    background: var(--hover-color);
}

.section-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-bg {
    background-color: #f9f9f9;
}

.section-bg-gradient {
    background: var(--primary-gradient);
}

.slick-slider {
    margin: 0 -12px;
}

.slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.main-content {
    margin-top: -6rem;
}

.content-wrap {
    background-color: var(--white);
    border-radius: 24px;
    padding: 3.5rem;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9999;
}

.preloader img {
    max-width: 22rem;
    animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@media (max-width: 1199px) {
    .content-wrap {
        padding: 3.5rem 2.5rem;
    }
}
@media (max-width: 991px) {
    .section-space {
        padding: 6rem 0;
    }
    .section-space-top {
        padding: 6rem 0 0;
    }
    .section-space-bottom {
        padding: 0 0 6rem 0;
    }
}
@media (max-width: 767px) {
    .main-content {
        margin-top: 6rem;
    }
}
/*===============================
 #.header-area
=================================*/
/* header.all-top {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
} */
.header-area .over-lay span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header {
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.3s;
}

@media (max-width: 767.55px) {
    .header {
        padding: 16px 0;
    }
}
.header-element {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    height: auto;
    max-width: 150px;
}

.header-menu {
    display: flex;
    align-items: center;
}

@media (max-width: 991.55px) {
    .header-menu {
        position: absolute;
        top: 100px;
        background: linear-gradient(
            90deg,
            rgb(3, 0, 96) 0%,
            rgb(130, 97, 223) 100%
        );
        border-top: 1px solid #000;
        left: 0;
        width: 100%;
        z-index: 9;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .header-menu.show-menu {
        opacity: 1;
        visibility: visible;
        animation: fadeInDown 0.5s;
        transition: 0.5s;
    }
}
@media (max-width: 767.55px) {
    .header-menu {
        top: 79px;
    }
}
.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
}

.header-menu .active a {
    color: #4a37ce !important;
}

.header-menu.pageMenu .active a {
    color: #000 !important;
}

@media (max-width: 991.55px) {
    .header-menu ul li {
        list-style: none;
        display: block;
        margin: 16px;
    }
}
.header-menu ul li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
}

.header-menu ul li a:hover {
    color: #4a37ce;
}

@media (max-width: 991.55px) {
    .header-menu ul li a {
        color: #fff;
    }
    .header-menu ul li a:hover {
        color: #fff;
        background: #4a37ce;
        border-radius: 7px;
    }
}
.down-btu {
    background: #000000;
    color: #fff;
    padding: 17px 33px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 600;
    transition: all 0.35s ease 0s;
}

.down-btu:hover {
    background-color: #6659ff;
    color: #fff;
}

.down-btu-2 {
    background: #6659ff;
    color: #fff;
    padding: 17px 33px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 600;
    transition: all 0.35s ease 0s;
}

.down-btu-2:hover {
    background-color: #fff;
    color: #000;
}

.down-btu-3 {
    background: #fff;
    color: #000;
    padding: 17px 33px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 600;
    transition: all 0.35s ease 0s;
}

.down-btu-3:hover {
    background-color: #6659ff;
    color: #fff;
}

.down-btu-hide {
    display: none !important;
}

.theme-color {
    background: #6659ff;
}

@media (max-width: 991.55px) {
    .down-btu {
        display: none;
    }
    .down-btu-hide {
        display: block !important;
    }
}
.header-menu ul li a.active:after,
.header-menu ul li a:hover:after {
    width: 100%;
}

@media (max-width: 767.55px) {
    .header-menu ul li a {
        font-size: 32px;
    }
}
.header-toggle {
    display: none;
}

@media (max-width: 991.55px) {
    .header-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.menu-icon {
    width: 4.5rem;
    height: 4.5rem;
    position: relative;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 0.4rem;
    width: 65%;
    background: #000000;
    border-radius: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.25s ease-in-out;
    transform-origin: right center;
}

.menu-icon span:nth-child(1) {
    top: 25%;
}

.menu-icon span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-icon span:nth-child(3) {
    bottom: 25%;
}

.menu-icon.menu-icon-design span:nth-child(1) {
    transform: rotate(-45deg);
    top: 0.9rem;
    left: 0.4rem;
}

.menu-icon.menu-icon-design span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-icon.menu-icon-design span:nth-child(3) {
    transform: rotate(45deg);
    top: 3rem;
    left: 0.4rem;
}

/* .pageMenu ul li a {
    color: #fff;
}

.pageMenu ul li a:hover {
    color: #000000;
} */
/* fix menu */
.header.header-fixed {
    box-shadow: 0px 5px 10px rgba(179, 179, 179, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgb(255, 255, 255);
    width: 100%;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
}

.header-menu ul li a.active {
    border-bottom: 1px solid #000;
}

.langHome img {
    width: 30px;
    height: 30px;
}

.imglang {
    width: 30px;
    height: 30px;
}

.langHome button {
    border: none;
    background: no-repeat;
}

.langHome button img {
    border: 1px solid #000;
    border-radius: 50%;
}

.dropdown-menu-lang.show {
    padding: 7px;
    font-size: 14px;
}

.langHome .dropdown-menu {
    min-width: 158px;
}

.langHome .dropdown-menu-lang.show {
    border: none;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 7px;
    top: 20px !important;
    width: 124px;
}

.langHome .dropdown-menu-lang.show a {
    color: #000;
    text-align: center;
}

.d-flex.align-items-center.gap-4.mb-3.ps-2:hover {
    font-weight: 600;
    font-size: 14px;
    color: #596680;
}

.langHome.hide {
    display: none !important;
}

/* menu area end */
/* Hero area start */
.padding-top {
    padding-top: 122px;
}

.coustom-container {
    background-image: url(../images/banner.png);
    max-width: 1520px;
    margin: auto;
    padding-top: 148px;
    padding-bottom: 164px;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
}

@media (min-width: 68px) and (max-width: 1520.98px) {
    .coustom-container {
        width: auto;
    }
}
.hero-text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 84px;
    font-weight: 600;
}

.hero-text {
    text-align: center;
    padding: 0 30px;
    width: 1008px;
    margin: auto;
}

.hero-text > p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    margin: auto;
    margin-bottom: 32px;
    max-width: 712px;
}

.search-box {
    max-width: 680px;
    margin: auto;
    background: #fff;
    padding: 24px 20px;
    position: relative;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 24px;
}

.search-box input {
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 72%;
}

button.secrch-btu {
    font-size: 18px;
    font-weight: 500;
    padding: 14px 33px;
    color: #fff;
    background: #6659ff;
    position: absolute;
    border: none;
    border-radius: 8px;
    right: 15px;
    top: 10px;
    transition: all 0.35s ease 0s;
}

button.secrch-btu:hover {
    background-color: #000;
}

.popular-search {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.popular-search p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.search-key button {
    border: none;
    background: no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/* Hero area end */
/* logical area start */
.logical-text h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62.4px;
    color: #000;
    margin-bottom: 10px;
}

.logical-text p {
    font-size: 18px;
    font-weight: 400;
    color: #737c90;
    line-height: 28.8px;
    margin-bottom: 0;
}

.logical-single-box {
    background: #f4f8ff;
    padding: 50px 46px 52px 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    transition: all 0.35s ease 0s;
}
@media screen and (max-width: 575px) {
    .logical-single-box {
        padding: 20px;
    }
}

.logical-icon {
    margin-bottom: 36px;
}

.logical-single-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 18px;
}

.logical-single-box p {
    color: #737c90;
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 400;
    margin-bottom: 0;
}

.logical-single-box:hover {
    background: #fff;
    transition: 0.3s;
    box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.1);
    -moz-box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.1);
}

.logical-text {
    margin-top: 50px;
}

section.logical-area {
    padding: 150px 0;
}

/* logical area end */
/* title area start */
.title-text h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62.4px;
    color: #000000;
    margin-bottom: 10px;
}

.title-text {
    text-align: center;
    width: 735px;
    margin: auto;
}

.title-text p {
    color: #737c90;
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 400;
    margin-bottom: 52px;
}

/* title area end */
/* knowledge  area start*/
.knowledge-area {
    background: #f4f8ff;
    padding: 138px 0 ;
}
@media screen and (max-width: 991px) {
    .knowledge-area {
        padding: 90px 0 ;
    }
}

.knowledge-part {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 50px 40px 0;
}

.knowledge-title h4 {
    font-size: 26px;
    font-weight: 500;
    /*line-height: 31.2px;*/
    line-height: 1.2;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .knowledge-title h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 575px) {
    .knowledge-title h4 {
        font-size: 18px;
    }
}

.knowledge-title span.number {
    color: #737c90;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}

.knowledge-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #737c90;
    margin-bottom: 23px;
}

.knowledge-part:after {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 87%;
    height: 1px;
    background: #dedede;
    content: "";
}

.knowledge-list {
    padding-top: 30px;
    padding-left: 109px;
    padding-bottom: 30px;
    padding-right: 44px;
}
@media screen and (max-width: 767px) {
    .knowledge-list {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.knowledge-list ul li {
    margin-bottom: 16px;
    /*font-size: 20px;*/
    /*font-weight: 400;*/
    /*line-height: 24px;*/
    /*color: #737c90;*/
    /*line-height: 30px;*/
    display: flex;
    align-items: center;
}
.knowledge-list ul li:last-child{
    margin-bottom: 0;
}

.knowledge-list ul li img {
    margin-right: 15px;
    margin-top: -3px;
}

.single-knowledge-box a:not(.knowledge-title-link) {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 21px;
    /*display: block;*/
    /*transition: 0.3s;*/
    /* padding-left: 109px; */
    /*left: 109px;*/
    /*position: absolute;*/
    /*bottom: 54px;*/
    transition: all 0.35s ease 0s;
}

.single-knowledge-box a:hover {
    color: #6659ff;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    transition: all 0.35s ease 0s;
}

.knowledge-list a .fa-solid {
    margin-left: 9px;
}

.single-knowledge-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgba(225, 225, 225, 0.75);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(225, 225, 225, 0.75);
    -moz-box-shadow: 0px 10px 10px 0px rgba(225, 225, 225, 0.75);
    margin-bottom: 15px;
    height: 100%;
    position: relative;
}

.knowledge-icon img {
    max-width: 51px;
    /*margin-bottom: 45px;*/
}

.single-knowledge-support {
    padding: 50px 40px;
    background: #6659ff;
    border-radius: 10px;
}

.single-knowledge-support h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-knowledge-support p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 32px;
}

.single-knowledge-support {
    position: relative;
}

.single-knowledge-support button {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    border: none;
    background: #260f09;
    padding: 17px 33px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.single-knowledge-support-img img {
    position: absolute;
    right: 46px;
    bottom: 0;
}

/* knowledge  area end*/
/* user slider start */
section.user-area {
    background: #f4f8ff;
    padding-top: 138px;
    padding-bottom: 150px;
}

.user-box .single-slider {
    background: #fff;
    position: relative;
    padding: 50px 40px;
    border-radius: 10px;
}

.user-box .review i {
    color: #fdc706;
}

.user-box .review {
    margin-bottom: 20px;
}

.user-box .single-slider p {
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    margin-bottom: 92px;
}

.user-box .user-info h2 {
    line-height: 38.4px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 2px;
}

.user-box .user-info p {
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    line-height: 28.8px;
}

.user-box.owl-carousel .user-logo img {
    width: auto;
    padding-bottom: 10px;
}

.user-box.owl-carousel .user-img img {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
}

.user-box.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.user-box.owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #c8c8c8;
    margin: 0 7px;
}

.user-box.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #ffffff;
    border: 2px solid #6659ff;
    height: 24px;
    width: 24px;
    position: relative;
}

.user-box.owl-carousel .owl-dots button.owl-dot.active:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #6659ff;
    content: "";
    left: 5px;
    top: 5px;
    border-radius: 5px;
}

.user-box.owl-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.user-box.owl-carousel span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

/* user slider end */
/* faq area start */
section.frequent-question-area {
    padding-top: 138px;
    padding-bottom: 150px;
}

.navigation-part h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 41.6px;
    color: #000000;
    margin-bottom: 28px;
}

.navigation-button button {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 16px 30px;
    background: #f4f8ff;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-right: 20px;
}

.navigation-button button:hover {
    background: #6659ff;
    transition: 0.3s;
    color: #fff;
}

.frequent-accordion .accordion-button:not(.collapsed) {
    background: #f4f8ff;
    box-shadow: none;
}

.frequent-accordion button.accordion-button {
    background: #f4f8ff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34.8px;
    color: #000;
    padding: 36px 40px 25px;
    border-radius: 10px !important;
    align-items: start;
    gap: 20px;
}
@media screen and (max-width: 575px) {
    .frequent-accordion button.accordion-button {
        padding: 20px 20px 25px;
    }
}

.frequent-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    background: #f4f8ff;
    border-radius: 10px;
}

.frequent-accordion .accordion-body {
    padding: 0 60px 40px 36px;
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
}
@media screen and (max-width: 575px) {
    .frequent-accordion .accordion-body {
        padding: 0 20px 20px 20px;
    }
}

.frequent-accordion .accordion-button::after {
    background: transparent;
    content: "+";
    color: #6659ff;
    line-height: 1.2;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 10px;
}

.frequent-accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    content: "\f068";
}

.navigation-button .nav-tabs {
    border-bottom: none;
}

.navigation-button .nav-tabs .nav-link {
    margin-bottom: 20px;
    border-radius: 10px;
    color: #737c90;
}

.navigation-button .nav-tabs .nav-link.active {
    background: #6659ff;
    color: #fff;
}

.navigation-button .nav-tabs .nav-link:hover {
    background: #6659ff;
    color: #fff;
}

/* faq area end */
/* support houre area start */
.support-area {
    padding-bottom: 150px;
}

.support-bg {
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    padding: 138px 0;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #fff;
}

.support-bg h2 {
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 62.4px;
    margin-bottom: 10px;
    width: 670px;
    margin: auto;
}

.support-bg > p {
    width: 670px;
    margin: auto;
}

.support-bg button {
    background: #000;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 17px 33px;
    border-radius: 10px;
    border: none;
    text-transform: capitalize;
}

/* support houre area end */
/* footer area start */
footer.footer-area {
    background: #050015;
    padding-top: 115px;
    padding-bottom: 101px;
}

.single-widget p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #737c90;
    margin-top: 22px;
    max-width: 452px;
}

.single-widget-menu h2 {
    font-size: 24px;
    color: #fff;
    line-height: 28.8px;
    margin-bottom: 43px;
    font-weight: 600;
}

.single-widget-menu ul li a {
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-widget-menu ul li {
    margin-bottom: 23px;
}

.single-widget-menu ul li a:hover {
    color: #6659ff;
    transition: 0.3s;
}

ul.solial-icon li img {
    margin-right: 12px;
}

.copyright {
    background: #050015;
}

.copy-right {
    text-align: center;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.4784313725);
    padding-top: 24px;
    padding-bottom: 35px;
}

.copy-right p {
    margin: 0;
}

/* footer area end */
/* ----------------------
knowledge page css area start
------------------------*/
/* menu */
.hero-menu .header-menu ul li a {
    color: #fff;
}

/* .all-top .header.header-fixed {
    background: linear-gradient(90deg, rgb(87 82 215) 0%, rgba(130, 97, 223, 1) 100%);
} */
.hero-menu {
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
}

.breadcrumb-text-bg h2 {
    font-size: 52px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumb-text-bg {
    text-align: center;
}

.breadcrumb-items {
    display: flex;
    justify-content: center;
}

.breadcrumb-items li {
    list-style: none;
    margin: 5px;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumb-items li a {
    color: white;
}

.breadcrumb-bg-area {
    padding-top: 150px;
    padding-bottom: 150px;
}

form.search-form.bread {
    margin-bottom: 36px;
}

.breadcrumb-items li a.active {
    text-decoration: underline;
}

/* ----------------------
knowledge page css area end
------------------------*/
/* ----------------------
category page css area start
------------------------*/
.knowledge-text.category-pd {
    padding-bottom: 150px;
}

section.category-started {
    background: #f4f8ff;
    padding-top: 107px;
    padding-bottom: 150px;
}

.category-started-title h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62.93px;
    text-transform: capitalize;
}

.category-started-title h2 span {
    font-size: 20px;
    font-weight: 500;
    color: #6659ff;
}

.category-started-title p {
    font-size: 18px;
    font-weight: 400;
    color: #737c90;
    line-height: 28.8px;
}

form.search-form.cate .search-box {
    margin-left: 0;
    max-width: 100%;
}

.category-text {
    background: #ffffff;
    padding: 50px 60px 5px 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.single-category h3 a {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    margin-bottom: 14px;
}

p.category-date {
    color: #737c90;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 27px;
    border-bottom: 1px solid #dedede;
}

p.category-date span.category-date-start {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.single-category h4 {
    color: #737c90;
    margin-top: 22px;
    margin-bottom: 0;
}

.single-category {
    padding-bottom: 66px;
}

.single-category h3 a:hover {
    color: #6659ff;
}

.category-support {
    background: #6659ff;
    color: #fff;
    border-radius: 10px;
}

.category-support h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 41.6px;
    margin-bottom: 10px;
}

.category-support p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 22px;
}

.category-support-text {
    padding: 50px 54px 0 40px;
}

.category-support button {
    background: #000;
    color: #fff;
    border: none;
    padding: 17px 33px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.category-support-img {
    margin-top: 32px;
    text-align: right;
}

/* ----------------------
category page css area end deities
------------------------*/
/* --------------------------------
single category page css area start
--------------------------------*/
.category-started-icon {
    display: flex;
    margin-bottom: 40px;
    margin-top: 28px;
}

.category-started-icon li {
    list-style: none;
    display: flex;
    gap: 8px;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
}

.single-category-deities {
    background: white;
    border-radius: 10px;
    padding: 50px 52px;
}

.single-category-deities p {
    font-size: 18px;
    font-weight: 400;
    color: #737c90;
    line-height: 28.8px;
    margin-bottom: 38px;
}

.single-category-deities h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36.4px;
    margin-bottom: 13px;
}

.short-list ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 36.4px;
    margin-bottom: 8px;
    color: #737c90;
    display: flex;
    gap: 3px;
}

.short-list ol li {
    font-size: 18px;
    font-weight: 400;
    color: #737c90;
    line-height: 28.8px;
    margin-bottom: 14px;
}

.spasila-code {
    background: #6659ff;
    text-align: center;
    padding: 34px 64px;
    border-radius: 10px;
    color: #fff;
    margin: 40px 0;
}

.spasila-code h4 {
    line-height: 38.4px;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
}

.user-think {
    background: #f4f8ff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 41px 0;
    border-radius: 10px;
    margin-bottom: 57px;
}

.user-think p {
    font-size: 20px;
    font-weight: 400;
    color: #737c90;
    margin: 0 30px 0 0;
}

.user-think .yes-btu {
    background: #04c071;
    border: none;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 14px;
    border-radius: 10px;
    margin-right: 12px;
    color: #fff;
}

.user-think .no-btu {
    font-size: 20px;
    font-weight: 400;
    padding: 7px 14px;
    border-radius: 10px;
    border: none;
    color: #fff;
    background: #ff5a3c;
}

.post-user-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.post-user-info h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.post-user-info p {
    color: #737c90;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.share-user-post p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin: 0;
}

.share-user-social {
    display: flex;
    gap: 15px;
    margin-top: 11px;
}

.share-user-social li {
    list-style: none;
}

.share-user-social li a {
    background: #f4f8ff;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    padding: 11px 16px;
    height: 50px;
    color: #000000;
}

.share-user-social li a:hover {
    color: #6659ff;
}

.short-list ul li i {
    color: #6659ff;
    transform: rotate(45deg);
    font-size: 11px;
    margin-right: 8px;
}

/* --------------------------------
single category page css area end
--------------------------------*/
/* --------------------------------
Contact page css area start
--------------------------------*/
section.contact-page-area {
    padding: 120px 0 150px;
}

.single.icon-contact {
    background: #f4f8ff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 15px;
    border-radius: 10px;
}

.single.icon-contact h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin-top: 19px;
}

.single.icon-contact p {
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
}

.contact-form {
    background: #f4f8ff;
    padding: 46px 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .contact-form {
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .contact-form {
        padding: 20px;
    }
}

.contact-form h2 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
    line-height: 43.2px;
}

.contact-input label {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 18px;
}

.contact-input input,
.contact-input textarea {
    padding: 19px 30px;
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 36px;
    width: 100%;
}

.contact-input button {
    background: #6659ff;
    color: #fff;
    border: none;
    padding: 17px 33px;
    text-transform: capitalize;
    border-radius: 10px;
}

/* --------------------------------
Contact page css area end
--------------------------------*/
/* --------------------------------
pricing page css area start
--------------------------------*/
section.price-area {
    padding-bottom: 150px;
    padding-top: 100px;
}

.single-price {
    background: #fff;
    padding: 57px 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .single-price {
        padding: 57px 30px;
    }
}
.single-price h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.single-price p {
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 26px;
}

.single-price h1 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 52px;
    padding-bottom: 33px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .single-price h1 {
        font-size: 34px;
    }
}
@media screen and (max-width: 1199px) {
    .single-price h1 {
        font-size: 22px;
    }
}
.single-price h1 span {
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
}

.single-price ul li i {
    background: #6659ff;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 13px;
}

.single-price ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}

.primary-btn {
    background: #6659ff;
    width: 100%;
    padding: 17px 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    display: block;
    transition: 0.3s;
}

.primary-btn:hover {
    background: #000;
    color: white;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.primary-btn.disabled:hover {
    background: #6659ff;
    opacity: 0.6;
}

.price-bg-container {
    background: #f4f8ff;
    max-width: 1480px;
    margin: auto;
    border-radius: 10px;
    padding-top: 165px;
    padding-bottom: 80px;
    position: relative;
    margin-top: 52px;
}

.price-tab-menu {
    background: #6659ff;
    width: 280px;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -125px;
}

.nav-pills.price-tab-menu li button.active {
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    border-radius: 10px;
    color: #000;
}

.price-tab-menu li button {
    padding: 20px 30px;
}

.nav-pills.price-tab-menu li button {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.most-populer {
    border: 8px solid #6659ff;
    position: relative;
    margin-top: -30px;
}

p.populer-text {
    background: #6659ff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 14px 50px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    position: absolute;
    top: -59px;
    left: 50%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: -101px;
}

@media screen and (max-width: 991px) {
    p.populer-text {
        padding: 10px 50px;
        top: -7px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}
/* --------------------------------
pricing page css area start
--------------------------------*/
/*--------------------
 sign up page css start
----------------------- */
.register-area .register-left-area {
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    display: grid;
    place-items: center;
}

section.signup-area {
    display: flex;
    align-items: center;
}

.signup-login {
    padding: 100px 120px 0;
}
@media screen and (max-width: 1199px) {
    .signup-login {
        padding: 0 50px;
    }
}

.signup-cover-img {
    padding: 0 138px 60px 61px;
}

.signup-cover-img img {
    width: 100%;
}

.signup-left-area > h2 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    padding: 0 120px;
    margin-top: 17px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .signup-left-area > h2 {
        padding: 0 50px;
    }
}

.signup-left-area > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #fff;
    padding: 0px 178px 0 120px;
    margin-bottom: 60px;
}
.direction-rtl .signup-left-area > p {
    padding: 0px 120px 0 178px;
}
@media screen and (max-width: 1199px) {
    .signup-left-area > p {
        padding: 0 50px;
    }
}

.signup-cover-img {
    padding: 0 138px 60px 120px;
}
@media screen and (max-width: 1199px) {
    .signup-cover-img {
        padding: 0 50px;
    }
}

.signup-cover-img img {
    width: 100%;
    max-width: 650px;
    height: auto;
}

.signup-right-area {
    padding: 15px 70px;
    margin: auto;
    max-width: 710px;
}
@media screen and (max-width: 767px) {
    .signup-right-area {
        padding: 40px;
    }
}

.signup-right-area h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62.93px;
    color: #000;
    text-transform: capitalize;
}

p.have-account {
    font-size: 18px;
    font-weight: 400;
    color: #737c90;
    line-height: 21.78px;
    padding: 12px 0 26px 0;
}

p.have-account a {
    color: #6659ff;
}

.social-signup-area a {
    background: #fff;
    font-size: 17px;
    font-weight: 400;
    color: #737c90;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    padding: 16px 28px;
}

.social-signup-area {
    display: flex;
    gap: 20px;
}

.social-signup-area a img {
    margin-right: 15px;
}

.signup-border {
    padding: 35px 0;
    text-align: center;
    position: relative;
}

.signup-border p {
    position: relative;
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin: 0;
}

.signup-border p:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34%;
    height: 1px;
    background: #cfcfcf;
    content: "";
}

.signup-border p:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34%;
    height: 1px;
    background: #cfcfcf;
    content: "";
}

.form-group label {
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 18px;
}

.form-group input {
    width: 100%;
    border-radius: 10px;
    color: #737c90;
    padding: 17px 30px;
    border: solid 1px #cfcfcf;
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 400;
}

.form-group label span {
    color: #6659ff;
}

.password-login {
    position: relative;
}

.password-login {
    position: relative;
}

.password-login i {
    position: absolute;
    right: 21px;
    top: 23px;
    color: #cfcfcf;
    cursor: pointer;
}

.form-group.conditions input {
    width: auto;
    margin-right: 10px;
}

.form-group.conditions label {
    width: auto;
    color: #737c90;
    font-size: 18px;
    font-weight: 400;
}

.form-group.conditions label a {
    color: #737c90;
    text-decoration: underline;
}

.form-group.conditions {
    margin-bottom: 20px;
}

.submit-btu {
    width: 100%;
    background: #6659ff;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 17px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.3s;
    border: 2px solid #6659ff;
}

.remember-text input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #cfcfcf;
    border-radius: 50%;
    border: 1px solid #6659ff;
    vertical-align: middle;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none;
    cursor: pointer;
}

.remember-text input:checked {
    background-color: #6659ff;
}

.remember-text .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.remember-text .remember-text p {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

.remember-area {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 400;
}

.forget-text a {
    text-decoration: underline;
    color: #6659ff;
}

/*--------------------
 sign up page css end
----------------------- */
/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9999;
}

#preloader-status {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*-------------------------------------------
      Preloader Area Start
  -------------------------------------------*/
.knowledge-title-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.register-area {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.register-wrap {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    max-width: 1212px;
    width: 100%;
    background-color: var(--white);
}

.register-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40.5%;
    height: 841px;
}

@media screen and (max-width: 767px) {
    .register-left {
        display: none;
    }
}
.register-left .register-left-wrap {
    max-width: 323px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .register-left .register-left-wrap {
        padding: 0 15px;
    }
}
.register-right {
    flex: 1;
    max-width: 575px;
    margin: 0 auto;
    padding: 24px 0;
}

@media screen and (max-width: 1099px) {
    .register-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.otp-input-fields {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.otp-input-fields input {
    flex: 1 1 auto;
    max-width: 132px;
    width: 100%;
    height: 89px;
    border: 1px solid #707070;
    border-radius: 12px;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .otp-input-fields input {
        height: 70px;
    }
}
.otp-input-fields input:focus,
.otp-input-fields input:hover {
    border-color: #09c269;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*.zMain-signLog-content {*/
/*    max-width: 37.6875rem;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    min-height: 36.8125rem;*/
/*    padding: 3.5rem;*/
/*    background-color: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .zMain-signLog-content {*/
/*        padding: 20px;*/
/*    }*/
/*}*/
/*.zMain-signLog-content .title {*/
/*    font-size: 32px;*/
/*    font-weight: 600;*/
/*    line-height: 48px;*/
/*    color: #000;*/
/*    padding-bottom: 5px;*/
/*}*/

/*.zMain-signLog-content .info {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 22px;*/
/*    color: var(--tColor);*/
/*}*/

/*.zMain-signLog-content .otp-time {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    color: var(--tColor);*/
/*    padding-top: 10px;*/
/*    padding-bottom: 25px;*/
/*    margin: 0;*/
/*}*/

/*.zMain-signLog-content .verify-btn {*/
/*    width: 100%;*/
/*    background: #6659ff;*/
/*    border-radius: 10px;*/
/*    color: #fff;*/
/*    padding: 17px 0;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    transition: 0.3s;*/
/*    border: 2px solid #6659ff;*/
/*}*/

/*.signLog-section {*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    overflow-y: hidden;*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .signLog-section {*/
/*        padding: 10px;*/
/*    }*/
/*}*/
/*.signLog-section-wrap {*/
/*    display: flex;*/
/*    !*flex-direction: row-reverse;*!*/
/*    justify-content: center;*/
/*    max-width: 1440px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/*.signLog-section-wrap .left,*/
/*.signLog-section-wrap .right {*/
/*    width: 50%;*/
/*    height: 100%;*/
/*}*/

/*.signLog-section-wrap .left {*/
/*    background-color: #fff;*/
/*    padding: 30px;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .signLog-section-wrap .left {*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 575px) {*/
/*    .signLog-section-wrap .left {*/
/*        padding: 10px;*/
/*    }*/
/*}*/
/*.signLog-section-wrap .left .wrap {*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.signLog-section-wrap .right {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .signLog-section-wrap .right {*/
/*        display: none;*/
/*    }*/
/*}*/
/*.signLog-section-wrap .right .content {*/
/*    max-width: 453px;*/
/*}*/

/*.signLog-section-wrap .right .content .title {*/
/*    padding-bottom: 12px;*/
/*    font-size: 42px;*/
/*    font-weight: 600;*/
/*    line-height: 62px;*/
/*    color: #fff;*/
/*}*/

/*.signLog-section-wrap .right .content .title span {*/
/*    font-size: 52px;*/
/*}*/

/*.signLog-section-wrap .right .content .info {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    line-height: 25px;*/
/*    color: #fff;*/
/*}*/

@media screen and (min-width: 992px) {
    .sf-pricePlanItem-wrap .row {
        row-gap: 8rem;
    }
}

@media screen and (min-width: 992px) {
    .sf-navigation-part{
        position: sticky;
        top: 120px;
    }
}

/* RTL */
.direction-rtl {
    direction: rtl;
}
.direction-rtl .sidebar__area {
    left: auto;
    right: 0;
}
.direction-rtl .main-content {
    margin-left: 0;
    margin-right: 250px;
}
.direction-rtl .table-style thead th:first-child {
    border-radius: 0 10px 10px 0;
}
.direction-rtl .table-style thead th:last-child {
    border-radius: 10px 0 0 10px;
}
.direction-rtl table.dataTable thead th,
.direction-rtl table.dataTable thead td,
.direction-rtl table.dataTable tfoot th,
.direction-rtl table.dataTable tfoot td {
    text-align: right;
}
.direction-rtl .dataTables_filter {
    text-align: left !important;
}
.direction-rtl .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.direction-rtl .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.direction-rtl .page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.direction-rtl .single-knowledge-box a:not(.knowledge-title-link) {
    left: auto;
    right: 109px;
}
.direction-rtl .knowledge-list ul li img {
    margin-right: 0;
    margin-left: 15px;
}
.direction-rtl .knowledge-list {
    padding-left: 44px;
    padding-right: 109px;
}
@media screen and (max-width: 767px) {
    .direction-rtl .knowledge-list {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.direction-rtl .password-login i {
    right: auto;
    left: 21px;
}
.direction-rtl .user-box.owl-carousel .user-img img {
    right: auto;
    left: 0;
}
.direction-rtl .select2-selection,
.direction-rtl .select2-dropdown {
    direction: rtl;
}
.direction-rtl .select2-selection .select2-selection__arrow {
    right: auto;
    left: 9px;
}
.direction-rtl .fa-solid.fa-arrow-right-long {
    transform: rotate(180deg);
}
