:root {
    --container-width: 1250px;
    --container-edge: 15px;
    --font: 'FFShamelRounded', Arial;
    --font-light: 'FFShamelRounded-Light', Arial;
    --font-medium: 'FFShamelRounded-Medium', Arial;
    --font-bold: 'FFShamelRounded-Bold', Arial;
    --main-color: #FAA83E;
    --second-color: #009ede;
    --main-bg-color: #F5F6F6;
    --main-text-color: #545353;
    --desc-color: #707070;
    --blue-color: #30A3BC;
    --main-border-color: rgba(112, 112, 112, 0.20);
    --border-image-color: rgb(242 242 242);
    --box-shadow: 0 0 20px rgb(112 112 112 / 15%);
    /*--box-shadow: 0 0 20px rgb(250 168 62 / 15%);*/
    --title-size: 22px;
    --sub-title-size: 16px;
    --description-size: 15px;
    --grid-gutter: 15px;
    --border-radius: 14px;
    --border-radius-large: 28px;
    --margin-bottom: 20px;
}

:root[lang="en"] {
    --font: 'Montserrat', serif;
    --font-light: 'Montserrat-Light', serif;
    --font-medium: 'Montserrat-Medium', serif;
    --font-bold: 'Montserrat-Bold', serif;
}

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

.container {
    width: var(--container-width);
    padding: 0 var(--container-edge);
    margin: 0 auto;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row.row5,
.row.row5 .row {
    margin-right: -5px;
    margin-left: -5px
}

.row.row5 [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row.row10,
.row.row10 .row {
    margin-right: -10px;
    margin-left: -10px
}

.row.row10 [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.row.row5,
.row.row5 .row {
    margin-bottom: -10px
}

.row.row5 [class*="col-"] {
    padding-bottom: 10px;
}

.row.row10,
.row.row10 .row {
    margin-bottom: -20px
}

.row.row10 [class*="col-"] {
    padding-bottom: 20px;
}

.row {
    margin-bottom: -30px
}

.row [class*="col-"] {
    padding-bottom: 30px;
}

.no-gutter {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.no-gutter > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 575.98px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 767.98px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 991.98px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 991.98px) {
    .col-lg-custom-5 {
        flex: 0 0 20%;
        max-width: 20%
    }
}
@media (min-width: 1199.98px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 991.98px) {
    .col-xl-custom {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-custom2 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1199.98px) {
    .col-xl-custom {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-custom2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media (max-width: 475.98px) {
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}
* {
    font-family: var(--font);
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    cursor: default;
    margin: 0;
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
}

a[href] {
    text-decoration: none;
    cursor: pointer;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

.lazyloaded {
    height: auto;
    width: auto;
}

.lazyload,
.lazyloading {
    background-color: transparent;
    background-image: url("/themes/default/assets/images/loader.gif");
    background-size: 64px 64px !important;
    background-repeat: no-repeat !important;
    background-position: 50%;
}

.loading {
    background-color: white;
    background-image: url("/themes/default/assets/images/loader.gif");
    background-size: 64px 64px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.lazyload.small-loading,
.lazyloading.small-loading,
.loading.small-loading {
    background-size: 36px 36px !important;
}

.center .leg-block__actions {
    top: 50% !important;
    transform: translateY(-50%);
}

.justify-content-md-center,
.justify-content-sm-center,
.justify-content-xs-center,
.justify-content-lg-center {
    justify-content: center;
}

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

.color-default{
    color: var(--blue-color);
}

input, select, button, textarea {
    outline: 0;
    border: 0;
    font-family: var(--font);
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.row-reverse {
    flex-direction: row-reverse;
}

.column-reverse {
    flex-direction: column-reverse;
}
.align-items-end{
    align-items: flex-end;
}


.is-full {
    width: 100%;
}

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

.text-default{
    text-align: left;
}
.text-inverse{
    text-align: right;
}

.jc-bs3-container.container {
    width: 100%;
}

.no-p,
.no-padding {
    padding: 0 !important;
}

.no-pt {
    padding-top: 0 !important;
}

.no-pb {
    padding-bottom: 0 !important;
}

.no-m,
.no-margin {
    margin: 0 !important;
}

.no-mt {
    margin-top: 0 !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

[dir=rtl] .d-ltr {
    direction: rtl;
}

.hide {
    display: none !important;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: hidden !important;
}

.field-error {
    color: #c90f0f;
    font-size: 13px;
}

.shadow-g-recaptcha {
    overflow: hidden;
}

.recaptcha label {
    display: none !important;
}

.shadow-g-recaptcha:not([data-widget_id]) {
    display: none !important;
}

.font-bold {
    font-family: var(--font-bold);
}

.font-medium {
    font-family: var(--font-medium);
}

.font-reg {
    font-family: var(--font);
}
.mt-15{
    margin-top: 15px;
}
.mt-0{
    margin-top: 0 !important;
}
@media (max-width: 475.98px) {
    .field-error {
        font-size: 12px;
    }
}
.header {
    /*position: absolute;*/
    z-index: 996;
    top: 0;
    transition: position 10s;
    width: 100%;
    padding: 10px 0;
    background-color: white;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.website-logo {
    margin-right: 40px;
    position: relative;
}

.website-logo,
.website-logo img {
    display: block;
    cursor: pointer;
    transition: all 0.4s ease;
}

.header.sticky {
    position: fixed;
    top: 0;
    animation: smoothScroll 1s forwards;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 0 0 rgb(112 112 112 / 15%), 0 4px 22px 0 rgb(112 112 112 / 15%);
    background: white;
}

/*.header.sticky .main-header {*/
/*    margin: 0;*/
/*    padding: 10px 0;*/
/*}*/

.mobile-arrow {
    display: none;
}

html[dir="rtl"] .lang-font {
    font-size: 15px;
}

.header-left-side {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu2-list {
    /*align-items: center;*/
    /*margin: 0 -3px;*/
}

.menu2-li {
    background: var(--second-color) !important
}

.menu2-item {
    color: white;
    font-size: 17px;
    font-weight: 600;
}

/*!* search header css*!*/
/*.header-search .filters-form {*/
/*    margin: 0;*/
/*}*/

/*.header-search .filters-form .header-form-control {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.header-search .filters-form .header-form-input {*/
/*    min-width: 260px;*/
/*    padding: 5px 30px 5px 15px;*/
/*    border: 0;*/
/*    border-radius: var(--border-radius-large);*/
/*    font-size: 15px;*/
/*    color: var(--desc-color);*/
/*    font-family: var(--font);*/
/*    height: 40px;*/
/*    margin: 0;*/
/*    background: #DBE5EE !important;*/
/*}*/

/*.header-search .filters-form .header-form-input ::placeholder { !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    font-size: 14px;*/
/*    color: var(--desc-color);*/
/*    font-family: var(--font);*/
/*}*/

/*.header-search .filters-form .header-form-input :-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*    font-size: 14px;*/
/*    color: var(--desc-color);*/
/*    font-family: var(--font);*/
/*}*/

/*.header-search .filters-form .header-form-input ::-ms-input-placeholder { !* Microsoft Edge *!*/
/*    font-size: 14px;*/
/*    color: var(--desc-color);*/
/*    font-family: var(--font);*/
/*}*/

/*.header-search .filters-form .header-form-control i {*/
/*    color: var(--desc-color);*/
/*    font-size: 20px;*/
/*    right: 10px;*/
/*    position: absolute;*/
/*}*/

@media (min-width: 1100.98px) {
    .main-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: white;
        /*padding: 10px 15px;*/
        /*margin: 10px 0;*/
        /*border-radius: var(--border-radius-large);*/
        /*border-bottom: 5px solid var(--main-color);*/
    }

    .main-menu > .menu-inner {
        display: flex;
        align-items: center;
    }

    .main--menu > .menu-li:not(:last-child) {
        margin-right: 30px;
    }

    .menu-item {
        color: var(--main-text-color);
        font-size: 17px;
        font-family: var(--font-medium);
        display: block;
        position: relative;
        transition: all 0.3s linear;
        text-transform: capitalize;
        padding: 16px 5px;
    }

    .menu-item:hover {
        color: var(--main-color);
    }

    .sub-menu-style {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        left: 50%;
        transform: translateX(-50%);
        /*white-space: nowrap;*/
        transition: all 0.5s ease-in-out;
        top: 1.875rem;
        z-index: 9;
    }

    .sub-menu-style .sub-menu-style {
        top: 0;
        transform: translateX(100%);
        right: 0;
        left: auto;
    }

    .menu-li.drop:hover .sub-menu {
        top: 3.1rem;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .menu-li.drop:hover .sub-menu .sub-menu {
        top: 0;
    }

    .main-menu .menu-li.drop:hover > ul {
        display: block;
        animation: animateUl 0.5s 0.005s forwards;
    }

    .main-menu .menu-li.drop:hover > ul > li {
        animation: liAnim 0.4s ease-in-out forwards;
    }

    .main--menu > .menu-li.drop .menu-li {
        margin-right: 0;
        background: white;
        box-shadow: var(--box-shadow);
        padding: 10px;
        border-radius: var(--border-radius);
        opacity: 0;
        visibility: hidden;
        transform: translateY(70px);
    }

    .main--menu > .menu-li.drop .menu-li:not(:first-child) {
        margin-top: 5px;
    }

    .menu-item-child {
        font-size: 16px;
        color: var(--main-text-color);
        text-align: center;
        text-transform: capitalize;
        display: block;
        transition: all 0.3s linear;
    }

    a.menu-item-child:hover {
        color: var(--main-color);
    }

    .main-menu .menu-li.drop {
        position: relative;
    }

}

@media (max-width: 1199.98px) {
    .main--menu > .menu-li:not(:last-child) {
        margin-right: 25px;
    }

    .website-logo {
        margin-right: 30px;
    }
}

@media (max-width: 1160.98px) {
    .main--menu > .menu-li:not(:last-child) {
        margin-right: 20px;
    }

    .website-logo {
        margin-right: 25px;
    }
}

@keyframes animateUl {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes liAnim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(70px);
        /*transform: translateX(30px);*/
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        /*transform: translateX(0px);*/
    }
}

/*.social-list {*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-wrap: wrap;*/
/*    margin: -6px -6px;*/
/*}*/

/*.social-li {*/
/*    margin: 6px 6px;*/
/*}*/

/*.social-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: var(--desc-color);*/
/*    font-size: 16px;*/
/*    transition: all 0.3s linear;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    border-radius: 50%;*/
/*    box-shadow: var(--box-shadow);*/
/*    background: rgb(255 255 255 / 40%);*/
/*}*/
a.social-item {
    cursor: pointer;
}

/*.social-item:hover {*/
/*    color: var(--main-color);*/
/*}*/

/*.social-item i.icon-youtube {*/
/*    font-size: 18px;*/
/*}*/


/*left side social*/
.social-fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 40%;
}

.social-fixed ul {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.social-fixed li {
    width: 50px;
    background: var(--main-color);
    transition: all 0.8s;
    padding: 5px 10px;
    border-radius: var(--border-radius-large) 0 0 var(--border-radius-large);
    margin: 2px 0;
    transform: translate(10px, 0);
}

.social-fixed li:hover {
    transform: translate(0, 0);
}

.social-fixed .social-item {
    color: white;
    font-size: 17px;
}

.social-fixed li:hover i {
    transform: rotate(360deg);
    transition: all 1.5s;
}


.menu2-li.auth-item {
  width: auto;
  transform: unset;
  padding-block: 10px;
}

.menu2-item__title {
  font-size: clamp(8px,3vw,11px);
  font-weight: 200;
}

.menu2-li.auth-item .menu2-item {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: row-reverse;
}

.menu2-li.auth-item .menu2-item i {
  transform: unset;
}

footer {
    background: var(--main-bg-color);
}

.top-footer {
    padding: 20px 0;
}

.bottom-footer {
    border-top: 1px solid var(--main-border-color);
    padding: 10px 0;
}

.bottom-footer {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.copy-rights,
.design-by {
    color: var(--desc-color);
    font-size: 13px;
}

.copy-rights span {
    font-family: sans-serif !important;
}

.design-by {
    display: flex;
    align-items: center;
}

a.design-by {
    transition: all 0.3s linear;
}

.blue-signature-img {
    background-image: url('https://www.blue.ps/permanent-data/powered_by.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    margin-left: 5px;
    width: 37px;
}

a.design-by:hover {
    text-decoration: underline;
    color: var(--main-color);
}

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

@media (max-width: 575.98px) {
    .copy-rights,
    .design-by {
        font-size: 12px;
    }
}

@media (max-width: 500.98px) {
    .bottom-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.inner-body-desc a > span.default-btn,
.inner-body-content a > span.default-btn,
.default-btn {
    font-size: 14px !important;
    color: var(--main-color) !important;
    padding: 0 5px;
    font-family: var(--font-medium);
    display: contents;
}

.default-btn-bg {
    background: var(--main-color);
    color: white;
    font-size: 14px;
    line-height: 1;
    border-radius: var(--border-radius-large);
    border: 1px solid var(--main-color);
    transition: all 0.3s linear;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 10px 20px;
}

.default-btn-bg:hover {
    color: var(--main-color);
    background: transparent;
    border-color: var(--main-color);
}


/*@media (max-width: 575.98px) {*/
/*    .default-btn-bg {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

.default-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.default-title {
    font-size: var(--sub-title-size);
    /*line-height: 28px;*/
    line-height: 26px;
    color: var(--main-text-color);
    font-family: var(--font-medium);
}

.small-title {
    font-size: 15px;
    line-height: 25px;
}

.large-title {
    font-size: 18px;
    line-height: 28px;
}

.default-description {
    font-size: var(--description-size);
    line-height: 25px;
    color: var(--desc-color);
    margin-top: 10px;
}

.small-description {
    font-size: 14px;
    line-height: 24px;
}

.default-description > :first-child {
    margin-top: 0;
}

.default-description > :last-child {
    margin-bottom: 0;
}

.default-description ol,
.default-description ul {
    padding-inline-start: 20px;
    list-style: inherit;
}

.default-description ol ::marker,
.default-description ul ::marker {
    color: var(--main-color);
}

.default-description ul li {
    margin-bottom: 5px;
}

.default-description p a,
.default-description span a {
    color: var(--blue-color) !important;
}

.default-image img {
    display: block;
}

.default-border-radius,
.default-border-radius.default-image,
.default-border-radius.default-image img {
    border-radius: var(--border-radius);
}

.default-date {
    margin: 5px 0;
    line-height: 12px;
    font-size: 12px;
    color: var(--desc-color);
    font-family: var(--font-medium);
}

.municipality-item {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.municipality-item,
.inner-body-content .municipality-item span {
    color: var(--main-color) !important;
    font-size: 15px !important;
    line-height: 25px;
    font-family: var(--font-medium);
}

.municipality-item i {
    margin-right: 5px;
}

/*.overlay:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*    width: 100%;*/
/*    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .9) 3%, rgb(0 0 0 / 0));*/
/*    border-radius: var(--border-radius);*/
/*}*/

@media (max-width: 767.98px) {
    .large-title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 575.98px) {
    .large-title {
        font-size: 16px;
        line-height: 26px;
    }

    .municipality-item,
    .inner-body-content .municipality-item span {
        font-size: 14px !important;
        line-height: 24px;
    }
}


@media (max-width: 475.98px) {
    .default-title {
        font-size: 15px;
        line-height: 25px;
    }

    .default-description,
    .small-title {
        font-size: 14px;
        line-height: 24px;
    }
}


.spinner {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.spinner:after {
    content: "";
    position: absolute;
    margin: auto;
    border: 2px solid #eee;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    border-right: 3px solid var(--main-color);
    text-align: center;
    animation-name: spin;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.alert {
    font-size: 15px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #383d41;
    background-color: #e2e3e5;
}

.full--alert {
    display: block;
}

.alert {
    border-color: #d6d8db;
}

.alert-danger, .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert a {
    text-decoration: underline;
}

@media (max-width: 475.98px) {
    .alert {
        font-size: 14px;
    }
}
/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
    overflow: hidden;
}

.mobile-menu {
    display: none;
    position: relative;
}

.sm_menu_outer.active .mobile-menu {
    display: block;
    max-height: calc(100vh - 50px);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.sm_menu_outer {
    top: 0 !important;
    height: 100vh;
    /*overflow-y: scroll;*/
    padding: 100px 0;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: var(--main-color);
    transition: opacity 0.2s;
    transition-delay: 0.3s;
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}

.sm_menu_outer .mobile-menu li.back a {
    padding: 20px 10px;
    position: relative;
}

.sm_menu_outer .mobile-menu li.back a:after {
    content: "\e91f";
    font-family: 'icomoon';
    font-size: 15px;
    color: white;
    position: absolute;
    left: 15px;
}

.sm_menu_outer .mobile-menu a,
.sm_menu_outer .mobile-menu span {
    color: #ffffff !important;
    width: 100%;
    display: flex;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 1px;
    padding: 20px 15px;
    text-transform: capitalize;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/*Sub Menu anim */
.sm_menu_outer.slide .mobile-menu .sub-menu {
    background-color: var(--main-color);
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer.slide .mobile-menu li.active > .sub-menu {
    right: 0;
}

.sm_menu_outer .mobile-menu li {
    list-style-type: none;
    color: #ffffff;
}

.sm_menu_outer .mobile-menu li:not(:last-child) {
    border-bottom: 0.5px solid white;
    -o-border-image: linear-gradient(to right, rgba(220, 220, 220, 0) 0%, white 20%, white 50%, white 80%, rgb(220 220 220 / 0%) 100%) 0 0 1 0;
       border-image: linear-gradient(to right, rgba(220, 220, 220, 0) 0%, white 20%, white 50%, white 80%, rgb(220 220 220 / 0%) 100%) 0 0 1 0;
}

.sm_menu_outer.slide .mobile-menu li.hasChild > .menu-item {
    position: relative;
}

.sm_menu_outer .close {
    position: absolute !important;
    top: 20px !important;
    left: 20px;
    font-size: 18px;
    color: white;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

/*disable mobile arrow*/
.sm_menu_outer.slide .mobile-menu li.hasChild > .menu-item:after {
    content: '\e916';
    font-family: 'icomoon';
    font-size: 12px;
    color: white;
    position: absolute;
    right: 15px;
}

[dir=rtl] .sm_menu_outer.slide .mobile-menu li.hasChild > .menu-item:after {
    transform: rotate(180deg);
}


@media (max-width: 575.98px) {
    .sm_menu_outer .mobile-menu a,
    .sm_menu_outer .mobile-menu span {
        font-size: 16px;
        line-height: 16px;
    }
}
.main-menu {
    opacity: 0;
    height: 0;
}

@media (min-width: 1100.98px) {
    .js-burger,
    .sm_menu_outer {
        display: none;
    }
}

@media only screen and (max-width: 1100.98px) {
    .header {
        border-top: 2px solid var(--main-color);
    }
    .main-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: transparent;
        /*padding: 10px 15px;*/
        /*margin: 10px 0;*/
        /*border-radius: var(--border-radius-large);*/
    }

    .main-header .website-logo {
        margin-right: 0;
    }

    .js-burger-wrapper {
        margin-left: 30px;
    }

    .main--menu > .menu-li:not(:last-child) {
        margin: 0;
    }

    /*css for burger*/
    .hamburger {
        cursor: pointer;
        height: 20px;
        width: 26px;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger .line {
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 5px;
        background: var(--main-color);
    }

    .hamburger .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .hamburger .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger.active .line1 {
        transform: rotate(45deg);
    }

    .hamburger.active .line2 {
        transform: scaleY(0);
    }

    .hamburger.active .line3 {
        transform: rotate(-45deg);
    }
}


@media (max-width: 767.98px) {
    .header {
        position: relative;
        padding: 10px 0;
        border-top: 2px solid var(--main-color);
    }

    .main-header {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
}

/*!* ltr:ignore *!*/
/*[dir=rtl] i.mobile-arrow.icon-arrow-right {*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(*/
/*            180deg);*/
/*}*/

[dir=rtl] .sm_menu_outer .mobile-menu li.back a:after { /* IE 9 */
    transform: rotate(180deg);
}

@media (max-width: 575.98px) {
    footer {
        padding-bottom: 50px; /*height of mini mobile menu*/
    }

    .main-header .header-left-side .js-burger-wrapper,
    .social-fixed {
        display: none;
        opacity: 0;
    }

    .main-header .main-menu {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .main-header {
        justify-content: center;
        display: flex;
    }

    .main-header .website-logo {
        /*margin: 0 auto !important;*/
    }

    .mini-mobile {
        display: flex !important;
        flex: 1;
        z-index: 9991;
        position: fixed;
        width: 100%;
        bottom: 0;
        align-items: center;
        padding: 0;
        min-height: 50px;
        box-shadow: 0 0 6px 0 rgb(112 112 112 / 10%), 0 0 4px 0 rgb(112 112 112 / 20%);
    }

    .mini-mobile > ul {
        display: flex;
        flex: 1;
        align-items: center;
        padding: 10px 10px;
        background-color: var(--main-color);
    }

    /*!************* start css for mobile items ****************!*/
    .mini-mobile-item {
        height: 100%;
        text-align: center;
        list-style: none;
        align-items: center;
        display: flex;
        cursor: pointer;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        flex: 1;
    }

    .mini-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
        margin: 0;
        height: 32px;
        border: 1px solid white;
        width: 32px;
        border-radius: 50%;
        transition: all 0.3s linear;
    }

    .mini-item .mobile-icon i {
        color: white;
        font-style: inherit;
        font-size: 17px;
        display: block;
        transition: all 0.3s linear;
    }

    .mini-item i.icon-dashboard {
        font-size: 20px;
        color: white;
    }

    .active .mini-item {
        border-color: white;
        background: white;
    }

    .active .mini-item i.icon-dashboard {
        color: var(--main-color) !important;
    }

    .active .mini-item .mobile-icon > i {
        color: var(--main-color);
    }

    [dir=ltr] i.lang-font {
        margin-top: -3px;
        font-family: initial !important;
        font-size: 20px;
    }

    .mini-mobile-item .js-burger {
        display: block;
    }

    .mini-mobile-item .js-burger .icon-menu {
        font-size: 23px;
    }

    /*!*mobile social list*!*/
    .mobile-social-list {
        opacity: 0;
        top: 0;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 100%);
        transition: all .5s linear;
        position: absolute;
        overflow: hidden;
        z-index: -1;
    }

    .mobile-social-list ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-social-item {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--main-color);
    }

    .mobile-social-list .social-item {
        background: var(--main-color) !important;
    }

    .mobile-social-item:not(:last-child) {
        margin: 0 0 5px;
    }

    .mobile-social-list .mobile-social-item i {
        color: white;
        font-size: 16px;
    }

    .active .mobile-social-list {
        height: auto;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, calc(-100% + -20px));
    }

}


