@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --primary-color: #2F0052;
    --white-color: #FFFFFF;
    --py: #2F0052;
    --bgc: #39004E;
    --wc: #ffffff;
    --gc: #CCCCCC;
    --ac: #424242;
    --cc: #F5F5F5;
    --ggc: #616161;
    --dvc: #1F0065;
    --pyc: #FFC700;
    --rvc: #39004E;
    --dc: #1565C0;
    --pc: #333333;
    --sc: #6B438A;
    --sc2: #182861;
    --bc: #000000;
    --bg: #F2F2F2;
    --Fjalla: 'Fjalla One', sans-serif;

}

h1,
h2,
h3,
h4,
h6 {
    font-weight: 600;
}

body a {
    text-decoration: none;
}

body {
    background: #f8f9fa;
    font-family: "Inter", sans-serif;
}

.text-justify {
    text-align: justify;
}



.btn-base {
    background: #39004E !important;
    color: #ffffff;
    padding: 10px;
}

.btn-base:hover {
    background: #39004ed8;
    color: #ffffff;
}

.btn-base.btn-sm {
    padding: 6px 10px;
}

.btn-base.btn-xsm {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}


/* ============================= Header-top ================================================= */

a.langSel {
    padding: 7px;
    margin: 2px;
    border: 1px solid var(--white-color);
    font-size: 18px;
}


.header-top {
    background: var(--primary-color);
}

.hero-content span {
    color: #F35426;
}

.help-line p {
    color: var(--white-color);
    margin-bottom: 0;
}

.sign-top a {
    color: var(--white-color);
    font-size: 14px;
    border-radius: 4px;
    margin: 5px 0;
    /* padding: 10px 10px; */
}

.sign-in-link {
    padding-top: 7px;
    font-size: 16px !important;
}

.sign-top p {
    color: #5A009D;
    padding: 10px;
    margin-bottom: 0;
}

.header-content ul {
    list-style: none;
}

.header-content ul li a {
    color: #424242;
}



/* ======================================== header top end ==================================== */

/* ======================================== header section start ========================================*/
.nav-menu ul {
    list-style: none;
    padding: 0;
}

.nav-menu ul li a {
    color: #424242;
}

.nav-menu ul li a:hover {
    color: #5A009D;
}

.search-btn {
    border: none;
    background: #fff;
}


/* // mobile Menu */
/* .mobile-menu {
    padding: 10px 0;
} */

.navigation {
    padding: 15px 0px 0 0;
}

.scrolled {
    background-color: #ffffff;
    position: sticky;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: .4s;
}

.footer-bg {
    background: var(--primary-color) !important;
}

.menuicon button i {
    margin: 18px 23px 13px;
    font-size: 35px;
}

button.menu-bar-icon {
    background: #ffffff;
    font-size: 20px !important;
}

.nav-menu-mobile .navigation ul {
    list-style: none;
    padding: 0 12px;

}

.nav-menu-mobile .navigation ul li {
    border-bottom: 1px solid #ddd;
}

.nav-menu-mobile .navigation ul li:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.nav-menu-mobile .navigation ul li a {
    color: #000;
    font-weight: 600;
}

.nav-menu-mobile .navigation ul li a:hover {
    color: var(--white-color);
    font-weight: 600;
}

.vision-check {
    padding-left: 10px;
    padding-top: 5px;
}

/* .menuicon{
      text-align: right;
} */

.menuicon button {
    border: none;
}


img.lang-flag {
    width: 25px;
}

/* .langSel {
    background: none;
    color: var(--white-color);
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ffffff67;
} */


/* // mobile Menu */

/* header section End */

/* slick slider */


/* ===Hero section Start=== */
.hero-bg {
    background: url(../images/hero-bg.png) no-repeat center center/cover;

}

.hero-content {
    color: var(--white-color);
}

.btn-request {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    transition: 0.3s ease-in-out;
}

.btn-service {
    border: 1px solid #FFC700 !important;
    border-radius: 8px;
    color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 10px 15px;
}

.card {
    border-radius: 15px;
}

.btn-request:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.aboutus-text h1 {

    padding: 0 10px;
    margin-top: 30px;
}

.about-icon img {
    width: 120px;
    height: 120px;

}

.service_page_bg {
    background: var(--primary-color);
}

.service-text {
    color: var(--white-color);
}

.service-top h1 {
    border-bottom: 3px solid var(--primary-color) !important;
    display: inline;
}

.service {
    padding: 20px 15px;
    background: var(--white-color);
    border-left: 7px solid #2196F3;
    border-radius: 20px;
}

.card-titlem {
    color: var(--white-color);
    background: var(--primary-color);

    padding: 15px;
}

.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.card-body p i {
    padding-right: 7px;
}

/* ===reserarch next section End=== */
/* ===Footer section Start=== */
.footer-bg {
    background: var(--primary-color);

    position: relative;
}

.footer-link ul li a {
    color: #ffffffb0;
    font-size: 14px;
}

.footer-link ul li {
    transition: .3s ease;
    padding: 4px 0;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
}

.social-media-link ul li {
    color: #ffffff81;
}

.social-media-link ul li {
    background: var(--rvc);
    height: 30px;
    width: 30px;
    color: var(--ac);
    border: 1px solid #8022a3;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
}

.footer-left p {
    line-height: 25px;
    color: #ffffffb0 !important;
}

.copyright-part {
    background: #430275;
}

.copyright-part p {
    margin: 0;
    color: #d5d5d5;
}



/* ===Footer section End=== */





/* for user panel */

/* avatar image*/
.avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.avatar.avatar--xl img {
    width: 75px;
    height: 75px;
}

.avatar.avatar--lg img {
    width: 65px;
    height: 65px;
}

.avatar.avatar--md img {
    width: 55px;
    height: 55px;
}

.avatar.avatar--sm img {
    width: 45px;
    height: 45px;
}

.avatar.avatar--xs img {
    width: 35px;
    height: 35px;
}


/* table responsive */
[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 13px 15px;
    display: none;
}


table thead th:last-child {
    text-align: right;
}

table tr td:last-child {
    text-align: right;
}

@media (max-width: 767px) {
    .table-responsive--sm table .user {
        justify-content: flex-end;
    }

    .table-responsive--sm table .user .name {
        width: auto;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    table.dataTable .user {
        justify-content: flex-start;
    }

    table.dataTable .user .name {
        width: calc(100% - 40px);
    }

    .table-responsive--sm table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--sm table.dataTable .user .name {
        width: auto;
    }

}

@media (max-width: 1199px) {
    .table-responsive--lg thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--lg tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--lg tr th,
    .table-responsive--lg tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--lg .user-table-list,
    .table-responsive--lg .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--lg [data-label]::before {
        display: block;
    }

    .table-responsive--lg table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--lg table.dataTable .user .name {
        width: auto;
    }

    .table-responsive--lg table .user {
        justify-content: flex-end;
    }

    .table-responsive--lg table .user .name {
        width: auto;
    }
}

@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background: #e2e2e233;
    }

    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--md .user-table-list,
    .table-responsive--md .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--md [data-label]::before {
        display: block;
    }

    .table-responsive--md table.dataTable .user {
        justify-content: flex-end;
    }

    .table-responsive--md table.dataTable .user .name {
        width: auto;
    }

    .table-responsive--md table .user {
        justify-content: flex-end;
    }

    .table-responsive--md table .user .name {
        width: auto;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--sm .user-table-list,
    .table-responsive--sm .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }
}

@media (max-width: 575px) {
    .table-responsive--xs thead {
        display: none;
    }

    table thead th:first-child {
        border-radius: 0;
    }

    table thead th:last-child {
        border-radius: 0;
    }

    .table-responsive--xs tbody tr:nth-child(odd) {
        background-color: #e2e2e233;
    }

    .table-responsive--xs tr th,
    .table-responsive--xs tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--xs .user-table-list,
    .table-responsive--xs .customer-details {
        justify-content: flex-end;
    }

    .table-responsive--xs [data-label]::before {
        display: block;
    }
}

@media (max-width: 1199px) {

    *[class*="table-responsive--"].data-label--none tr th,
    *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}

*[class*="table-responsive--"] .table-dark tbody [data-label]::before {
    color: #5b6e88;
}

@media (max-width: 1199px) {
    .table-responsive--lg .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--lg .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--lg table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .table-responsive--md .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--md .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--md table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--sm .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    .table-responsive--sm table.dataTable tbody tr td {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .table-responsive--xs .table-dark tbody tr:nth-child(odd) {
        background-color: #343a40;
    }

    .table-responsive--xs .table-dark tbody tr:nth-child(even) {
        background-color: #222930;
    }

    ol.sec-item li i,
    ol.sec-item li span {
        font-size: 18px;
    }
}


/* image uploder */
.image--uploader {
    width: 240px;
    border-radius: 10px;
}

.image-upload-wrapper {
    height: 280px;
    position: relative;
}

.image-upload-preview {
    max-width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px dashed #CED4DA;
}

.image-upload-input {
    height: 0;
    width: 0;
    opacity: 0;
}

.image-upload-wrapper label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}

.image__support_file_size button {
    font-size: 12px;
    background: #616161;
    border-radius: 5px;
    padding: 0px 5px;
    color: #ffffff;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 300;
}

/* image uploder end*/




.btn-base {
    background: #39004E;
    color: #ffffff;
    padding: 10px;
}

.btn-base:hover {
    background: #39004ed8;
    color: #ffffff;
}

.btn-base.btn-sm {
    padding: 6px 10px;
}

.btn-base.btn-xsm {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}

/* secure password */
.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

/* end secure password */
/* cookies */
.cookies-card {
    width: 420px;
    padding: 20px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.coocke-btn {
    background: #39004E;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 14px;
}

.coocke-link {
    text-decoration: underline;
    color: #39004E;
}

.cookie-consent i {
    font-size: 50px;
    color: #39004E;
}

.cookie-consent h4 {
    margin: 0;
    font-size: 20px;
}

.cookies-card_content {
    text-align: left;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

/* end cookies */




select.form-select {
    padding: 9px;
    outline: none;
}

select.form-select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}

input.form-control {
    padding: 9px;
    outline: none;
}

input.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}

textarea.form-control {
    padding: 9px;
    outline: none;
    height: 100px;
}

textarea.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #712f9aa5;
}



.canvas-mobile-menu a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}

.canvas-mobile-menu a:hover {
    background: #e4e4e4;
}

.offcanvas.offcanvas-mobile-menu {
    max-width: 300px !important;
}

.footer-title>h5 {
    border-bottom: 1px solid #cccccc45;
    color: #ffffffb0 !important;
}

.footer-title>h6 {
    border-bottom: 1px solid #cccccc45;
    color: #ffffffb0 !important;
}

.offcanvas-mobile-menu .offcanvas-header .btn-close {
    border: 1px solid #cccccc;
    outline: none;
    box-shadow: none;
}

.offcanvas-mobile-menu .offcanvas-header {
    align-items: start;
}

.footer-left p {
    line-height: 25px;
    color: #ffffffb0 !important;
}

.propertyTyper-header img {
    width: 40px;
}

.property-type-area a {
    width: 100%;
    display: block;
    position: relative;
}

.property-type-area a img {
    width: 100%;
}

.type-area-overlay {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
}

@media(max-width:775px) {
    .property-type-area {
        padding: 0 15px;
    }
}


/* dashboard */
.dashboard-main {
    background: #f7f7f7;
    position: relative;
}

.dashboard {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dashboard-head img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard-head p {
    color: #9e9e9e;
    margin: 0;
}

.dashboard-head h4 {
    color: #39004E;
    font-size: 20px;
}

.dashboard-head .add-property-btn {
    background: #39004E;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 5px;
}

.d-mobile-btn {
    background: #39004E;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 5px;
    display: none;
}

.d-mobile-btn:hover {
    background: #39004ee5;
}

.d-mobile-btn i {
    font-size: 22px;
}

.dashboard-head .add-property-btn:hover {
    background: #39004ee5;
}

.dashboard-sidnav {
    background: #EDF8FF;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 110px;
    z-index: 2;
}

.dashboard-body {
    background: #EDF8FF;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.d-submenu {
    padding-top: 5px;
}

.d-submenu a {
    display: flex;
    padding: 5px 0;
    align-items: center;
    gap: 5px;
}

.dashboard-sidnav>ul>li {
    padding: 10px 0;
}

.d-submenu {
    padding-left: 15px;
    display: none;
}

.d-submenu i {
    font-size: 10px;
    padding: 3px;
    padding-top: 0;
}

.d-submenu.mm-active {
    display: block;
}

.dashboard-sidnav ul li a.mm-active {
    color: #39004E;
    font-weight: 500;
}

.d-subbtn.mm-active>a {
    color: #39004E;
    font-weight: 500;
}

.d-submenu.mm-active>.mm-active {
    color: #39004E;
    font-weight: 500;
}

.dashboard-card {
    display: flex;
    align-items: start;
    gap: 15px;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.dashboard-card i {
    font-size: 40px;
}

.dashboard-sidnav .d-mobile-close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 8px;
    display: none;
}

.dashboard-sidnav .d-mobile-close i {
    font-size: 25px;
}

.event-page.text-center {
    background: #b5d1fb;
}


@media(max-width:991px) {
    .d-mobile-menu {
        position: absolute;
        width: 250px;
        left: -260px;
        top: 0;
        height: 100%;
        transition: .4s;
        display: none;
    }

    .d-mobile-menu .dashboard-sidnav {
        height: 100%;
        border-right: 1px solid #ffffff;
    }

    .d-mobile-menu.active {
        display: block;
        left: 0px;
    }

    .d-mobile-btn {
        display: block;
    }

    .dashboard-sidnav .d-mobile-close {
        display: block;
    }

    .sm-ul {
        margin-top: 15px;
    }
}



.user-profile-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.user-profile-img>div {
    width: 150px;
}

.user-profile-img .image-upload-wrapper {
    height: 150px;
}

.user-profile-img .image-upload-preview {
    border-radius: 50%;
}

.profile-information p {
    margin: 0;
    font-size: 18px;
    padding: 2px 0;
}

.custom-card.card {
    background: #ffffff;
    border: none;
    border: 1px solid #f2faff;
}

.custom-card.card .card-body {
    background: #ffffff;
}

.custom-card.card .card-footer {
    background: #ffffff;
    border-top: 1px solid #f2faff;
}

.table {
    border: 1px solid #39004e19;
}

.table>:not(caption)>*>* {
    background: none;
}

.custom-card.card .card-header {
    background: #ffffff;
    border-bottom: 1px solid #39004e19;
}

.card {
    overflow: hidden;
}


.card-footer.pagination-card-footer {
    background: inherit;
    border-top: none;
    border-top: 1px solid #e6e6e6;
}



.card-footer.pagination-card-footer .pagination {
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.card-footer.pagination-card-footer .pagination .page-item .page-link {
    border-radius: 20px;
    margin: 0 5px 5px 0;
    outline: none;
    box-shadow: none;
    min-height: 38px;
    min-width: 38px;
    text-align: center;
}

.card-body .card-list {
    display: flex;
    padding: 8px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f1f1f1;
    justify-content: space-between;

}

.card-body .card-list:last-child {
    border-bottom: none;
}

/* dashboard end*/



/* ====================================================== FOOTER SECTION  ============================================================================================ */

.footer-logo img {
    width: 180px;
}

.footer-part {
    background: var(--bgc);
}

.footer-left p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffffb0;
}

.footer-title .paragraph {
    font-weight: 500;
    font-size: 18px;
    color: var(--wc);
    position: relative;
}

.footer-title .paragraph::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--pyc);
    top: 30px;
    left: 0px;
    content: '';
}

.footer-link ul li {
    transition: .3s ease;
    padding: 4px 0;
}

.footer-link ul li i {
    color: var(--pyc);
}

.footer-link ul li a {
    color: #ffffffb0;
    font-size: 14px;
}

.footer-link ul li:hover {
    margin-left: 3px;
}

.footer-part .media img {
    border: 5px solid var(--wc);
    width: 80px;
}

.footer-part .media p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--wc);
}

.footer-part .media span {
    color: var(--pyc);
}

.footer-part .custom-control {
    height: 45px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
    color: #474747;
    border: none;
    background: var(--wc);
    outline: none;
    border-radius: 5px;
}

.footer-part button {
    font-weight: 700;
    font-size: 14px;
    color: var(--wc);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    background: #8022a3;
}

.social-media-link ul li {
    background: var(--rvc);
    height: 30px;
    width: 30px;
    color: var(--ac);
    border: 1px solid #8022a3;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
}

.social-media-link ul li {
    color: #ffffff81;
}

.social-media-link ul li:hover {
    background: none;
    border: 1px solid #8022a3;
}

.social-media-link ul li:hover a {
    color: var(--pyc);
}

.social-media-link ul li i {
    font-size: 14px;
}

/* copyright section */
.copyright-part {
    background: #230030;
}

.copyright-part span {
    color: var(--pyc);
}

.copyright-part p {
    margin: 0;
    color: #d5d5d5;
}




/* image uploder */
.image--uploader {
	width: 240px;
	border-radius: 10px;
}

.image-upload-wrapper {
	height: 280px;
	position: relative;
}

.image-upload-preview {
	max-width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 1px dashed #CED4DA;
}

.image-upload-input {
	height: 0;
	width: 0;
	opacity: 0;
}

.image-upload-wrapper label {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}

.image__support_file_size button {
	font-size: 12px;
	background: #616161;
	border-radius: 5px;
	padding: 0px 5px;
	color: #ffffff;
	display: inline-block;
	outline: none;
	border: none;
	font-weight: 300;
}
/* image uploder end*/


table .user .thumb img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
	-o-object-position: center;
	border: 2px solid #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}


img {
	width: 100%;
}


.menubar ul li {
    display: inline-block;
}

.menubar ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 5px;
    color: var(--ggc);
    font-weight: 600;
}

.menubar ul li a:hover {
    color: var(--bgc);
}

.menubar ul li a.head-lang-button {
    padding: 2px 10px;
    border-radius: 3px;
}

.menubar ul li button {
    background: none;
    color: var(--wc);
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ffffff67;
}

.menubar .login-menu {
    color: var(--wc);
    border-radius: 5px;
    border: 1px solid var(--wc);
    line-height: 25px;
}

.menubar .sub-btn.button1>a:hover {
    background: #39004E !important;
    color: #ffffff !important;
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--bgc);
    width: 280px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 2;
    overflow: hidden;
    border-bottom: 3px solid var(--ic);
}

.sub-menu a {
    color: var(--wc) !important;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
    z-index: 3;
}

.sub-menu>a {
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    padding: 5px 15px !important;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--wc);
    font-size: 15px;
    text-transform: capitalize;
}

.header-top a:hover {
    background: #6600cc;
    color: #ffffff !important;
}

.sub-menu a:hover {
    background: #6600cc;
    color: #ffffff !important;
}

.search-bar input {
    height: 40px;
    background: var(--wc);
    font-weight: 400;
    font-size: 16px;
    color: #9E9E9E;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
    outline: none;
    border: none;
    padding-left: 15px;
    border-radius: 50px;
    width: 140px;
}
