/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/

/*-------------------------------------------------
    [ ### font-variable start ]
*/

/*-------------------------------------------------
    [ ### font-variable end ]
*/

/*-------------------------------------------------
    [ ### font_family-variable start ]
*/

/*-------------------------------------------------
    [ ### font_family-variable end ]
*/

/*-------------------------------------------------
    [ ### font_size-variable start ]
*/

/*-------------------------------------------------
    [ ### font_size-variable end ]
*/

/*-------------------------------------------------
    [ ### line_height-variable start ]
*/

/*-------------------------------------------------
    [ ### line_height-variable start ]
*/

/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/

/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/

/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/

/*-------------------------------------------------
    [ ## reset ]
*/

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: white;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #1d125c;
    overflow-x: hidden;
}

a {
    display: inline-block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    margin: 0 0 1.3em;
}

p {
    margin-bottom: 15px;
    line-height: 1.8em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

img {
    max-width: 100%;
    height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
}

input,
textarea {
    padding: 12px 25px;
    width: 100%;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
}

input[type=checkbox]~label,
input[type=radio]~label {
    display: inline-block;
}

span {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

blockquote {
    background-color: #f9f9f9;
    padding: 20px;
    color: #1d125c;
    border-radius: 3px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}

blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1cb005;
    border-color: #1cb005;
}

.btn-secondary {
    color: #fff;
    background-color: #1cb005;
    border-color: #1cb005;
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-100 {
        padding: 80px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-120 {
        padding: 100px 0;
    }
}

.ptb-150 {
    padding: 150px 0;
}

@media only screen and (max-width: 991px) {
    .ptb-150 {
        padding: 100px 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-10-none {
    margin-top: -10px;
}

.mt-20-none {
    margin-top: -20px;
}

.mt-30-none {
    margin-top: -30px;
}

.mt-40-none {
    margin-top: -40px;
}

.mt-50-none {
    margin-top: -50px;
}

.mt-60-none {
    margin-top: -60px;
}

.mt-80-none {
    margin-top: -80px;
}

.mt-100-none {
    margin-top: -100px;
}

.mt-120-none {
    margin-top: -120px;
}

.mt-150-none {
    margin-top: -150px;
}

.mb-10-none {
    margin-bottom: -10px;
}

.mb-20-none {
    margin-bottom: -20px;
}

.mb-30-none {
    margin-bottom: -30px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mb-50-none {
    margin-bottom: -50px;
}

.mb-60-none {
    margin-bottom: -60px;
}

.mb-80-none {
    margin-bottom: -80px;
}

.mb-100-none {
    margin-bottom: -100px;
}

.mb-120-none {
    margin-bottom: -120px;
}

.mb-150-none {
    margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/

.bg--primary {
    background-color: #9933ff !important;
}

.bg--secondary {
    background-color: #868e96;
}

.bg--success {
    background-color: #28c76f;
}

.bg--danger {
    background-color: #ea5455;
}

.bg--warning {
    background-color: #ff9f43;
}

.bg--info {
    background-color: #1e9ff2;
}

.bg--dark {
    background-color: #10163A;
}

.bg--base {
    background-color: #ffcc00 !important;
}

.text--primary {
    color: #9933ff;
}

.text--secondary {
    color: #868e96;
}

.text--success {
    color: #28c76f;
}

.text--danger {
    color: #ea5455;
}

.text--warning {
    color: #ff9f43;
}

.text--info {
    color: #1e9ff2;
}

.text--dark {
    color: #10163A;
}

.text--base {
    color: #ffcc00;
}

.border--primary {
    border: #9933ff;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.border--base {
    border: 1px solid #e5e5e5 !important;
}

.section--bg {
    background-color: #9933ff !important;
}

.bg--gray {
    background-color: #f9f9f9;
}

.border--rounded {
    border-radius: 3px;
}

.border--capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## Table ]
*/

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 10px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .custom-table thead {
        display: none;
    }
}

.custom-table thead tr {
    background-color: #9933ff;
}

.custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 8px 20px;
}

.custom-table tbody tr {
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
}

.custom-table tbody tr td {
    border: none;
    font-weight: 600;
    text-align: center;
    color: #1d125c;
    font-size: 14px;
    padding: 8px 20px;
}

@media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }
    .custom-table tbody tr td::before {
        content: attr(data-label);
        margin-right: auto;
        color: #ffcc00;
        width: 50%;
    }
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #eaf7e4;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
    background-color: #ffcc00;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #9933ff;
    color: white;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}

.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
}

.scrollToTop:hover {
    color: white;
}

/*-------------------------------------------------
    [ ## slider ]
*/

.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: white;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    background-color: #ffcc00;
}

/*-------------------------------------------------
    [ ## pagination ]
*/

.pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #1d125c;
    padding: 0;
    line-height: 30px;
    display: block;
    margin: 0;
}

.pagination .page-item.disabled span {
    background: #ffcc0049;
    border: 1px solid #ffcc0049;
    color: white;
}

.pagination .page-item .page-link {
    transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    background: #ffcc00;
    border-color: #ffcc00;
    color: white;
}

/*-------------------------------------------------
    [ ## Heading ]
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2em;
    color: #1d125c;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: "Josefin Sans", sans-serif;
}

h1 {
    font-size: 90px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 60px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    h6 {
        font-size: 12px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

.section-header {
    margin-bottom: 40px;
}

.section-header.white .section-title {
    color: white;
}

.section-header .section-title {
    position: relative;
    font-weight: 700;
    color: #1d125c;
    margin-bottom: 10px;
    margin-top: -17px;
}

.section-header .title-border {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffcc00;
    width: 60px;
}

.section-header .title-border::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    height: 1px;
    width: 30px;
    border: 1px solid #ffcc00;
}

.section-header .title-border::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    height: 1px;
    width: 30px;
    border: 1px solid #ffcc00;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*-------------------------------------------------
    [ ## Buttons ]
*/

input[type="submit"]:hover {
    color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn-rounded {
    border-radius: 3px;
}

.btn-capsule {
    border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/

.btn--primary {
    background-color: #9933ff;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--success {
    background-color: #28c76f;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--dark {
    background-color: #10163A;
}

.badge--primary {
    background-color: #9933ff;
}

.badge--secondary {
    background-color: #868e96;
}

.badge--success {
    background-color: #28c76f;
}

.badge--danger {
    background-color: #ea5455;
}

.badge--warning {
    background-color: #ff9f43;
}

.badge--info {
    background-color: #1e9ff2;
}

.badge--dark {
    background-color: #10163A;
}

.border--primary {
    border: 1px solid #9933ff;
}

.border--secondary {
    border: 1px solid #868e96;
}

.border--success {
    border: 1px solid #28c76f;
}

.border--danger {
    border: 1px solid #ea5455;
}

.border--warning {
    border: 1px solid #ff9f43;
}

.border--info {
    border: 1px solid #1e9ff2;
}

.border--dark {
    border: 1px solid #10163A;
}

.btn--base {
    position: relative;
    color: #1d125c;
    padding: 6px 25px;
    text-transform: capitalize;
    border: 1px solid #ffcc00;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

@media only screen and (max-width: 991px) {
    .btn--base {
        font-size: 14px;
    }
}

.btn--base::before {
    right: 50%;
}

.btn--base::after {
    left: 50%;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    background-color: #ffcc00;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn--base.active {
    color: #1d125c;
    border: 1px solid white;
}

.btn--base.active::before,
.btn--base.active::after {
    background-color: white;
}

.btn--base.active:focus,
.btn--base.active:hover {
    color: #1d125c;
    background-color: #ffcc00;
    border: 1px solid transparent;
}

.btn--base:focus,
.btn--base:hover {
    color: #1d125c;
    background-color: white;
    border: 1px solid white;
}

.btn--base:focus::before,
.btn--base:hover::before {
    right: 100%;
}

.btn--base:focus::after,
.btn--base:hover::after {
    left: 100%;
}

.custom-btn {
    color: white;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.custom-btn span {
    float: right;
    font-size: 16px;
}

.custom-btn:hover {
    color: white;
}

/*-------------------------------------------------
    [ ## Fields ]
*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input,
textarea {
    padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
    color: #655b9f;
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
}

input,
select,
textarea {
    border: 1px solid #e5e5e5;
    vertical-align: baseline;
    font-size: 100%;
    color: #655b9f;
}

label {
    font-size: 14px;
    color: #1d125c;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

/*--------Select----------*/

select {
    outline: none;
    cursor: pointer;
}

option {
    color: #1d125c;
}

.form-group {
    margin-bottom: 20px;
}

.form--control {
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    box-shadow: none;
    height: 38px;
    padding: 0 10px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
}

.form--control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    color: white;
}

.form--control::placeholder {
    color: white;
}

.form--control:disabled,
.form--control[readonly] {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 475px) {
    .google-captcha * {
        max-width: 220px !important;
    }
}

.checkbox-wrapper {
    margin-top: 10px;
}

.checkbox-wrapper .checkbox-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.checkbox-wrapper .checkbox-item input[type="checkbox"] {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
}

@media only screen and (max-width: 991px) {
    .checkbox-wrapper .checkbox-item input[type="checkbox"] {
        width: 24px;
    }
}

.checkbox-wrapper .checkbox-item label {
    margin: 0;
    color: white;
    font-size: 14px;
}

.checkbox-wrapper .checkbox-item label a {
    color: #ffcc00;
}

.forgot-password a {
    color: #ffcc00;
    font-weight: 600;
}

.submit-btn {
    padding: 6px 30px;
    width: 100%;
    background-color: #ffcc00;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/

.bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-overlay-black {
    position: relative;
}

.bg-overlay-black:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bg-overlay-black>div {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/

/*-------------------------------------------------
    [ ## Preloader ]
*/

.preloader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #9933ff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: white;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #ffcc00;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ffcc00;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #ffcc00;
    }
}

::selection {
    background-color: #ffcc00;
    color: #1d125c;
}

.container-fluid.custom-container {
    padding-left: 6%;
    padding-right: 6%;
}

@media only screen and (max-width: 1600px) {
    .container-fluid.custom-container {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media only screen and (max-width: 320px) {
    .container-fluid.custom-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*-------------------------------------------------
    [ ## Header ]
*/

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

@media only screen and (max-width: 991px) {
    .header-section .header-top-area .container {
        max-width: 100%;
    }
}

.header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.header.active {
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    transition: all 1s;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #9933ff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-bottom-area {
    position: relative;
    background-color: transparent;
    padding: 5px 0;
}

.header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-expand-lg {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
        max-height: 320px;
        overflow: auto;
    }
}

@media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
        background-color: #9933ff;
    }
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
        padding: 15px 0;
        background-color: #9933ff;
    }
    .header-bottom-area .navbar-collapse .main-menu li a {
        color: white !important;
    }
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
        color: white !important;
    }
    .header-bottom-area .menu_has_children .sub-menu {
        display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
        width: 100%;
    }
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: flex !important;
        flex-wrap: wrap;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
        padding-right: 18px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 18px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px;
    }
}

.header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 20px 0 20px 0;
    color: white;
    font-weight: 600;
    align-items: center;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 12px 15px !important;
        display: block;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 170px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffcc00;
    z-index: -1;
    transition: all 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover::before {
    width: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #1d125c;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    display: block;
    transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}

.language-select-area {
    position: relative;
    z-index: 99;
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    .language-select-area {
        margin-right: 0;
    }
}

.language-select {
    font-size: 15px;
    color: white;
    font-weight: 600;
    border: none;
    background-color: transparent;
    font-family: "Josefin Sans", sans-serif;
}

.site-logo img {
    max-width: 190px;
}

.footer-logo img {
    max-width: 190px;
}

@media only screen and (max-width: 420px) {
    .site-logo img {
        height: 30px;
    }
}

.header-action {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

@media only screen and (max-width: 991px) {
    .header-action {
        margin: 0;
        margin-left: 12px;
        margin-bottom: 20px;
        display: block;
    }
}

.header-action a {
    font-size: 12px;
    padding: 1px 20px;
    display: flex;
    margin: 5px;
}

@media only screen and (max-width: 991px) {
    .header-action a {
        display: inline-block;
    }
}

.navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffcc00;
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .navbar-toggler span {
        font-size: 24px;
    }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/

.banner-section {
    position: relative;
    z-index: 9;
    padding-top: 250px;
    padding-bottom: 220px;
}

@media only screen and (max-width: 991px) {
    .banner-section {
        padding-top: 170px;
        padding-bottom: 110px;
    }
}

.banner-section .banner-bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    z-index: 2;
    height: 7.750em;
}

.banner-section .banner-content {
    position: relative;
    z-index: 9;
}

.banner-section .banner-content .sub-title {
    font-size: 35px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .sub-title {
        font-size: 24px;
    }
}

.banner-section .banner-content .title {
    margin-bottom: 20px;
}

.banner-section .banner-content p {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content p {
        width: 100%;
        font-size: 16px;
    }
}

.banner-section .banner-content .banner-btn {
    margin: 50px -10px -10px -10px;
}

@media only screen and (max-width: 991px) {
    .banner-section .banner-content .banner-btn {
        margin: 40px -10px -10px -10px;
    }
}

.banner-section .banner-content .banner-btn a {
    margin: 0 10px 10px 10px;
}

.survey-list {
    margin: 0 -3px;
}

.survey-list li {
    display: inline-block;
    margin: 0 3px;
}

.survey-list li .smile {
    margin-bottom: 5px;
    position: relative;
}

.survey-list li .smile input[type="radio"] {
    display: none;
}

.survey-list li .smile label {
    position: relative;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    font-size: 60px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: white;
    transition: all 450ms;
}

.survey-list li .smile label:hover {
    background-color: #ffcc00;
    color: #1d125c;
}

.survey-list li .smile label span {
    display: none;
}

.survey-review textarea {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #dfdfdf;
}

.survey-review textarea::placeholder {
    color: #dfdfdf;
}

.inner-banner-section {
    padding-top: 200px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .inner-banner-section {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    justify-content: center;
}

.breadcrumb li {
    color: white;
    font-family: "Josefin Sans", sans-serif;
}

.breadcrumb-item a {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 2;
    color: #ffcc00;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: white;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.breadcrumb-item.active::before {
    content: "/";
    font-weight: 600;
    color: #ffcc00;
    font-size: 14px;
    left: 0;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/

.footer-section {
    background-color: #9933ff;
}

.footer-widget .widget-title {
    color: white;
    margin-bottom: 15px;
}

.footer-widget p {
    color: #dfdfdf;
    font-size: 16px;
}

.footer-social li {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-social li:hover {
    background-color: #ffcc00;
    color: white;
}

.footer-social li+li {
    margin-left: 10px;
}

.footer-bottom-area {
    border-top: 1px dashed rgba(255, 255, 255, 0.33);
    margin-top: 40px;
    padding: 20px 0;
    position: relative;
}

.footer-bottom-area::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    width: 14px;
    height: 14px;
    top: -7px;
    margin-left: -7px;
}

.footer-bottom-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #ffcc00;
    top: -2px;
    margin-left: -2px;
}

.footer-bottom-area p {
    color: white;
    font-size: 16px;
}

.footer-bottom-area .copyright-area {
    border: none;
    padding: 0;
}

.footer-bottom-area .copyright-area p {
    color: white;
    font-size: 16px;
}

.footer-bottom-area .copyright-list li {
    display: inline-block;
    color: white;
    font-size: 16px;
}

.footer-bottom-area .copyright-list li+li {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team-block
--------------------------------------------------------------*/

.team-item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    transition: all 0.3s;
}

.team-item:hover {
    transform: translateY(-7px);
}

.team-thumb {
    position: relative;
    transition: all 0.3s ease-in;
}

.team-thumb img {
    width: 100%;
}

.team-thumb .team-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    text-align: left;
}

.team-thumb .team-social li {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    line-height: 32px;
    margin: -1px 0 0 0;
    transition: all 0.3s ease-in;
}

.team-thumb .team-social li:hover {
    height: 32px;
    width: 100%;
    margin: -1px 0 0 0;
}

.team-thumb .team-social li:hover a {
    height: 32px;
}

.team-thumb .team-social li a {
    height: 32px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    display: initial;
    text-align: left;
    width: 32px;
    line-height: 32px;
    padding: 0 9px;
}

.team-thumb .team-social li a i {
    margin-right: 5px;
}

.team-content {
    background-color: white;
    padding: 30px 20px;
}

.team-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.team-content .sub-title {
    font-size: 14px;
    color: #1d125c;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonial-block
--------------------------------------------------------------*/

.client-area {
    border-radius: 10px;
    overflow: hidden;
    padding: 60px;
}

@media only screen and (max-width: 991px) {
    .client-area {
        padding: 40px 20px;
    }
}

.client-slider {
    overflow: hidden;
}

.client-item {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .client-item {
        padding: 20px;
        display: block !important;
    }
}

.client-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 100%;
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: -1;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .client-item::before {
        left: 0;
        width: 100%;
    }
}

.client-item .first-shadow {
    position: absolute;
    bottom: -39px;
    left: 12%;
    width: 86%;
    height: 50px;
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    z-index: -2;
    opacity: 0.3;
}

@media only screen and (max-width: 991px) {
    .client-item .first-shadow {
        display: none;
    }
}

.client-item .second-shadow {
    position: absolute;
    bottom: -20px;
    left: 11%;
    width: 88%;
    height: 50px;
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    z-index: -2;
    opacity: 0.6;
}

@media only screen and (max-width: 991px) {
    .client-item .second-shadow {
        display: none;
    }
}

.client-thumb {
    width: 170px;
    height: 170px;
}

@media only screen and (max-width: 991px) {
    .client-thumb {
        width: 120px;
        height: 120px;
    }
}

.client-thumb img {
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 10px solid white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}

.client-content {
    width: calc(100% - 170px);
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .client-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.client-content p {
    font-size: 16px;
}

.client-thumb-content .title {
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    margin-left: 52px;
}

.client-thumb-content .title::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #1d125c;
    position: absolute;
    left: -52px;
    top: 10px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/

/*-------------------------------------------------
    [ ### about block ]
*/

.about-area p {
    line-height: 2;
    font-size: 14px;
}

.about-thumb {
    position: relative;
}

.about-thumb img {
    width: 100%;
}

/*-------------------------------------------------
    [ ### service block ]
*/

.service-item {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    padding: 60px 30px;
    border-radius: 5px;
    transition: all 0.5s;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 90px;
    margin: 0 auto;
}

.service-content {
    padding-top: 30px;
}

.service-content .title {
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .service-content .title {
        font-size: 20px;
    }
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/

.call-to-action-section {
    position: relative;
    overflow: hidden;
}

.call-to-action-section .call-to-action-element {
    position: absolute;
    top: 0;
    left: 0;
}

.call-to-action-form {
    border: 2px solid #e1dcff;
    box-shadow: 5px 5px 0 0 #ffcc00;
    padding: 20px;
    border-radius: 100px;
}

@media only screen and (max-width: 991px) {
    .call-to-action-form {
        border-radius: 3px;
    }
}

.call-to-action-form input {
    background-color: transparent;
    border: 2px solid #e1dcff;
    box-shadow: none;
    height: 50px;
    text-align: center;
    color: white;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    border-radius: 100px;
    font-size: 14px;
    width: 100%;
}

.call-to-action-form input::placeholder {
    color: white;
}

.call-to-action-form input:focus {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    color: #fff;
}

.call-to-action-form .submit-btn {
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/

.statistics-area {
    padding: 120px 60px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .statistics-area {
        padding: 60px 40px;
    }
}

.statistics-item p {
    font-weight: 600;
    font-size: 18px;
    color: white;
}

.odo-area .odo-title {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: -12px;
    color: #ffcc00;
}

@media only screen and (max-width: 991px) {
    .odo-area .odo-title {
        font-size: 30px;
    }
}

/*-------------------------------------------------
    [ ### brand block ]
*/

@media only screen and (max-width: 991px) {
    .brand-item {
        text-align: center;
    }
}

/*-------------------------------------------------
    [ ### account block ]
*/

.account-logo-area {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.account-logo-area::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.account-logo-area .account-logo img {
    height: 30px;
}

.account-header {
    margin-bottom: 30px;
}

.account-header .title {
    font-weight: 700;
    font-size: 26px;
    color: white;
}

@media only screen and (max-width: 991px) {
    .account-header .title {
        font-size: 22px;
    }
}

.account-header .sub-title {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

@media only screen and (max-width: 991px) {
    .account-header .sub-title {
        font-size: 14px;
    }
}

.account-header .sub-title a {
    color: #ffcc00;
}

.account-form-area {
    position: relative;
    z-index: 9;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.account-form-area .input-group-text {
    padding: 0;
    background-color: transparent;
    border: none;
}

.account-form-area .input-group-text select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.account-form-area label {
    color: white;
}

/*-------------------------------------------------
    [ ### contact block ]
*/

.contact-form-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    padding: 20px;
    border-radius: 5px;
}

.contact-form-area .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form-area input,
.contact-form-area textarea {
    height: 40px;
    border: 1px solid #e5e5e5;
    color: #1d125c;
    font-size: 12px;
    font-weight: 600;
}

.contact-form-area input::placeholder,
.contact-form-area textarea::placeholder {
    color: #1d125c;
}

.contact-info-item-area .header-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.contact-info-item-area p {
    font-size: 14px;
}

.contact-info-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: #ffcc00;
    font-size: 16px;
}

.contact-info-content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.contact-info-content .title {
    font-size: 18px;
    font-weight: 700;
}

.contact-info-content p {
    font-size: 14px;
}

.maps {
    height: 400px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/

.page-container {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.page-container.show .sidebar-menu {
    width: 60px;
}

.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
    background-color: transparent;
}

.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li:hover a span:not(.badge) {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.page-container.show .sidebar-menu .sidebar-main-menu li a .title {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .title {
    display: none;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
    position: absolute;
    left: 60px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 220px;
    transition: all ease .5s;
    z-index: 999;
    background-color: #9933ff;
    display: block;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
    display: flex;
}

.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu .title {
    display: block !important;
}

.page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 20px;
}

.page-container.show .sidebar-menu .sidebar-main-menu li ul li a i {
    margin-top: 5px;
}

.page-container.show .sidebar-menu .sidebar-main-menu li ul li .sidebar-submenu .title {
    display: block !important;
}

.page-container.show .sidebar-menu .sidebar-main-menu li:hover .sidebar-submenu {
    visibility: visible !important;
    opacity: 1 !important;
}

.page-container.show .logo-env {
    display: block;
    padding: 20px;
}

.page-container.show .logo-env .logo {
    overflow: hidden;
    width: 0;
}

.page-container.show .logo-env .sidebar-collapse {
    display: block;
    padding: 0;
    right: 5px;
}

.page-container.show .body-wrapper {
    margin-left: 60px;
}

.page-container.show .copyright-wrapper {
    margin-left: 60px;
}

.page-container .sidebar-menu {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu {
        width: 100%;
        position: relative;
        min-height: 0px;
        display: block;
    }
}

.page-container .sidebar-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 4, 24, 0.3);
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu {
        display: none;
        margin-bottom: 0;
    }
}

.page-container .sidebar-menu .sidebar-main-menu li {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-container .sidebar-menu .sidebar-main-menu li.active a {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
    background-color: transparent;
}

.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    position: absolute;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: white;
    font-size: 11px;
    right: 20px;
    top: 10px;
}

.page-container .sidebar-menu .sidebar-main-menu li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    color: white;
    z-index: 2;
    transition: all 0.3s;
}

.page-container .sidebar-menu .sidebar-main-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-container .sidebar-menu .sidebar-main-menu li a i {
    margin-right: 5px;
}

.page-container .sidebar-menu .sidebar-main-menu li ul {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    z-index: 1;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
    border: none;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 40px;
}

.page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
    display: none;
}

.page-container .sidebar-menu .sidebar-menu-inner {
    position: relative;
}

.page-container .sidebar-menu .logo-env {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-collapse {
        display: none;
    }
}

.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
        display: block;
    }
}

.page-container .sidebar-menu .logo-env .sidebar-collapse,
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    position: relative;
}

.page-container .sidebar-menu .logo-env .sidebar-collapse a,
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu a {
    width: 30px;
    height: 30px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 3px;
    transition: all 0.3s;
}

.page-container .sidebar-menu .logo-env .sidebar-collapse a:hover,
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.sidebar-submenu.open {
    display: block !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a {
    position: relative !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #9933ff;
}

.body-wrapper {
    margin-left: 250px;
    padding: 30px;
    background-color: #f9f9f9;
    transition: all 0.3s;
    min-height: calc(100vh - 76px);
}

@media only screen and (max-width: 991px) {
    .body-wrapper {
        margin-left: 0;
        padding: 30px 15px;
        min-height: calc(100vh - 144px);
    }
}

.body-header-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    padding: 10px 20px;
    border-radius: 3px;
}

@media only screen and (max-width: 575px) {
    .body-header-area {
        justify-content: center !important;
    }
}

.body-header-area button,
.body-header-area input[type="button"],
.body-header-area input[type="reset"],
.body-header-area input[type="submit"] {
    background-color: transparent;
}

@media only screen and (max-width: 575px) {
    .body-header-left {
        margin-bottom: 10px;
    }
}

.body-header-left .title {
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .body-header-left .title {
        font-size: 20px;
    }
}

.header-user-thumb {
    width: 35px;
}

.header-user-thumb img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-user-content {
    padding-left: 10px;
}

.header-user-content span {
    color: #1d125c;
    font-size: 15px;
    font-weight: 700;
}

.header-user-icon {
    padding-left: 10px;
}

.dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
}

.dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
}

.dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}

.dropdown-menu__item {
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu__item:last-child {
    border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
    margin-top: -5px;
}

.dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 14px;
}

.panel-default {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
}

.panel-heading {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.panel-heading i {
    color: #1d125c;
}

.panel-heading .panel-title {
    font-size: 15px;
    color: #1d125c;
    font-weight: 700;
}

.panel-body {
    padding: 20px;
}

.panel-body-inner {
    background-color: #f9f9f9;
    padding: 20px;
}

.panel-form-area {
    padding: 20px;
    background-color: white;
}

.profile-thumb-area {
    margin: 0 auto;
}

.profile-thumb-area .image-preview {
    width: 150px;
    height: 150px;
    border: 2px solid #7367f0;
    border-radius: 50%;
    margin: 0 auto;
}

.rank-label {
    margin-top: -22px;
}

.profile-edit .upload {
    display: none;
}

.profile-edit .imgUp {
    padding: 7px 10px 7px 10px;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    display: initial;
    cursor: pointer;
}

.profile-content-area button,
.profile-content-area input[type="button"],
.profile-content-area input[type="reset"],
.profile-content-area input[type="submit"],
.profile-content-area a {
    font-size: 14px;
}

.btn-icon {
    line-height: 1em;
}

.btn-icon i {
    float: left;
    right: auto;
    left: 0;
}

.panel-table-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    padding: 20px;
    border-radius: 3px;
}

.panel-table-area .panel-table {
    border: 1px solid #7367f0;
    border-radius: 3px;
}

.panel-card-header {
    font-size: 14px;
    padding: 7px 20px;
    font-weight: 700;
}

.panel-card-header i {
    margin-right: 5px;
}

.panel-card-body {
    padding: 25px;
}

@media only screen and (max-width: 991px) {
    .panel-card-body {
        padding: 10px;
    }
}

.panel-card-widget-area {
    padding: 15px;
}

.panel-card-widget-area .panel-card-widget-list a {
    font-size: 14px;
    color: #1d125c;
    font-weight: 600;
    border: 1px solid #e5e5e5;
    padding: 1px 7px;
    margin: 0;
    border-radius: 3px;
    transition: all 0.3s;
}

.panel-card-widget-area .panel-card-widget-list a:hover {
    background-color: #f9f9f9;
}

.panel-card-widget-area .panel-widget-search-area label {
    font-size: 14px;
    color: #1d125c;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
}

.panel-card-widget-area .panel-widget-search-area input {
    max-width: 180px;
    padding: 5px 15px;
    border-radius: 3px;
}

.panel-card-footer-area {
    padding: 15px;
}

.panel-card-footer-area span,
.panel-card-footer-area a {
    font-size: 14px;
    color: #1d125c;
    font-weight: 600;
}

.panel-card-footer-area .panel-widget-page-area {
    margin: -5px;
}

.panel-card-footer-area .panel-widget-page-area a {
    border: 1px solid #e5e5e5;
    padding: 1px 7px;
    margin: 5px;
    transition: all 0.3s;
}

.panel-card-footer-area .panel-widget-page-area a:hover {
    background-color: #f9f9f9;
}

.reset-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.survey-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.dashboard-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.dashboard-item {
    padding: 30px 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.dashboard-content .dashboard-icon {
    position: absolute;
    right: 5px;
    bottom: -25px;
    color: white;
    opacity: .2;
}

.dashboard-content .dashboard-icon i {
    font-size: 100px;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .dashboard-icon i {
        font-size: 70px;
    }
}

.dashboard-content .num {
    font-size: 36px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .num {
        font-size: 28px;
    }
}

.dashboard-content .title {
    font-size: 18px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .dashboard-content .title {
        font-size: 16px;
    }
    .multi_step_form {
        padding: 30px !important;
    }
    .action-button {
        min-width: auto !important;
    }
}

.multi_step_form {
    display: block;
    overflow: hidden;
    padding: 60px;
}

#msform {
    position: relative;
    min-height: 300px;
    z-index: 1;
}

#msform #progressbar {
    overflow: hidden;
    position: relative;
    z-index: 9;
    counter-reset: progress;
    display: flex;
}

#msform #progressbar li {
    position: relative;
    float: left;
    font-size: 18px;
    flex-grow: 1;
}

#msform #progressbar li::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#msform #progressbar li.active {
    color: white;
}

#msform #progressbar li.active::before {
    background-color: #ffcc00;
}

#msform #progressbar li.active::after {
    background-color: #ffcc00;
}

#msform #progressbar li:last-child::after {
    width: 150%;
}

#msform fieldset {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .title {
    margin-bottom: 20px;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-item input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.radio-item input[type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: white;
    border: 1px solid #e5e5e5;
}

.radio-item input[type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffcc00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-item input[type="radio"]:checked+label {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.radio-item input[type="radio"]:checked+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: white;
    border: 1px solid #e5e5e5;
}

.radio-item input[type="radio"]:checked+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffcc00;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-item input[type="checkbox"] {
    opacity: 0;
}

.checkbox-item input[type="checkbox"]~label {
    position: relative;
    padding-left: 5px;
}

.checkbox-item input[type="checkbox"]~label::before {
    position: absolute;
    content: '';
    top: 2px;
    left: -18px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.checkbox-item input[type="checkbox"]:checked~label::before {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.checkbox-item input[type="checkbox"]~label::after {
    position: absolute;
    top: -3px;
    left: -16px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f00c";
    font-size: 11px;
    opacity: 0;
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.checkbox-item input[type="checkbox"]:checked~label::after {
    opacity: 1;
    transition-delay: 0.2s;
}

.action-button {
    background: #9933ff;
    color: white;
    border: 0 none;
    border-radius: 5px;
    padding: 8px 30px;
    cursor: pointer;
    min-width: 130px;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s;
}

.action-button:hover,
.action-button:focus {
    background: #ffcc00;
    color: #1d125c;
}

@media only screen and (max-width: 435px) {
    .action-button {
        margin-top: 10px;
    }
}

.previous_button {
    background: #ffcc00;
    color: #1d125c;
}

.previous_button:hover,
.previous_button:focus {
    background: #9933ff;
    color: white;
}

.survey-loader .checkmark {
    margin: 30px auto;
}

.survey-list-item {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.survey-list-thumb img {
    width: 100%;
}

.survey-list-content {
    padding: 20px;
}

.survey-price {
    font-weight: 700;
}

.survey-list-footer {
    padding: 5px 0;
}

.deposit-area {
    background-color: white;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.deposit-item-header {
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .deposit-preview .deposit-item-body {
        display: block !important;
    }
}

.deposit-preview .deposit-thumb {
    width: 230px;
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .deposit-preview .deposit-thumb {
        width: 100%;
    }
}

.deposit-preview .deposit-content {
    width: calc(100% - 230px);
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .deposit-preview .deposit-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.deposit-preview .deposit-list li {
    border: 1px dotted #9933ff;
    padding: 10px;
    font-size: 14px;
}

.deposit-item-body {
    padding: 30px;
}

@media only screen and (max-width: 991px) {
    .deposit-item-body {
        padding: 15px;
    }
}

.deposit-item-body .deposit-thumb {
    margin: 0 auto;
}

.deposit-item-body .deposit-thumb img {
    width: 100%;
}

.deposit-item-footer {
    padding: 3px 0;
}

.deposit-item-footer button,
.deposit-item-footer input[type="button"],
.deposit-item-footer input[type="reset"],
.deposit-item-footer input[type="submit"],
.deposit-item-footer a {
    font-size: 14px;
}

.screen-thumb-preview {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.screen-thumb-preview .screen-image-preview {
    width: 100%;
    height: 100%;
}

.screenshot-edit .screen-upload {
    display: none;
}

.screenshot-edit .screenshot {
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 25px;
    width: 100%;
    border-radius: 5px;
    background-color: #9933ff;
    color: white;
}

.withdraw-log-list li {
    font-weight: 700;
    padding-bottom: 8px;
    font-size: 14px;
}

.withdraw-log-list li span {
    float: right;
}

.copyright-wrapper {
    margin-left: 250px;
    padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
    .copyright-wrapper {
        margin-left: 0;
    }
}

.copyright-area {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.copyright-area p {
    font-size: 14px;
    color: #1d125c;
    font-weight: 600;
    margin-bottom: 0;
}

.ticket-button {
    color: #9933ff;
    background-color: #fff;
}

.ticket-close-confirm-btn {
    background-color: #23272B;
}

.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
    background: #9933ff;
    color: #fff;
    font-weight: 500;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 100%;
    line-height: 40px;
    color: #777777;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #e5e5e5;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.card-header {
    background-color: #9933ff;
}

.card-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.close-button {
    display: inline-block;
    color: #9933ff;
    background-color: #fff;
    line-height: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    width: unset;
    height: 30px;
    font-size: 12px;
    padding: 5px 10px;
}

.card-header .btn-link {
    color: #fff;
}

.card-body .form-group .btn-round {
    margin-top: 35px;
}

.reply-btn {
    margin-top: 30px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px !important;
    height: unset;
}

@media (max-width:767px) {
    .card-body .form-group .btn-round {
        margin-top: 18px;
        float: right;
        margin-bottom: -30px;
        padding: 4px 5px;
        font-size: 14px;
        line-height: 0;
        position: relative;
        z-index: 1;
    }
    .reply-btn {
        margin-top: 5px;
    }
}

.card-body input {
    overflow: hidden;
}

.submit-button {
    width: auto;
    background-color: #9933ff;
    padding: 8px 10px;
    font-size: 18px;
    margin-top: 37px !important;
    color: white;
}

.submit-button:hover {
    color: #fff;
}

.admin-reply-section {
    background-color: #9933ff29;
}

.border-primary {
    border-color: #9933ff !important;
}

.page-container .sidebar-menu .sidebar-main-menu li.open .sidebar-submenu {
    display: block;
}

.page-container .sidebar-menu .sidebar-main-menu li.open .sidebar-submenu li.active {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Faq............... */

.faq-thumb img {
    width: 100%;
}

.faq-wrapper {
    margin-bottom: -20px;
}

.faq-wrapper .main-title {
    margin-bottom: 30px;
}

.faq-wrapper .faq-item {
    margin-bottom: 20px;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
    font-size: 20px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: white;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .faq-wrapper .faq-item .faq-title {
        font-size: 18px;
    }
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100% - 40px);
    padding: 15px 20px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

.faq-wrapper .faq-item.open .faq-title {
    background-color: #ffcc00;
    color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
    background-color: white;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
    background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
    display: none;
    padding: 20px;
}

.faq-wrapper .faq-content p {
    font-size: 14px;
}

.faq-wrapper .right-icon {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    right: 20px;
}

.faq-wrapper .right-icon::before,
.faq-wrapper .right-icon::after {
    position: absolute;
    content: '';
    background: #1d125c;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
}

.faq-wrapper .right-icon::after {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
}

.chart-area {
    overflow-x: auto;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .chart-scroll {
        width: 700px;
        height: 300px;
    }
}

.dropdown-menu {
    min-width: 12rem;
}