:root {
    --container-width: 1250px;
    --container-edge: 15px;
    --font: 'HSDream-Regular', 'CoHeadlineW23-ArabicRegular', Arial;
    --font-light: 'HSDream-Light', 'CoHeadlineW23-ArabicLight', Arial;
    --font-medium: 'HSDream-Medium', 'CoHeadlineW23-ArabicRegular', Arial;
    --font-bold: 'HSDream-Bold', 'CoHeadlineW23-ArabicBold', Arial;
    --main-color: #49AB53;
    --second-color: #10A7BF;
    --third-color: #FBD515;
    --fourth-color: #C82026;
    --main-bg-color: #F8F8F8;
    --main-text-color: #707070;
    --desc-color: #848484;
    --main-border-color: rgba(66, 73, 82, 0.05);
    --border-image-color: rgb(242 242 242);
    --box-shadow: 0 0 20px rgb(96 96 96 / 12%);
    --title-size: 25px;
    --sub-title-size: 20px;
    --description-size: 18px;
    --description-size2: 16px;
    --grid-gutter: 15px;
    --border-radius: 12px;
    --border-large-radius: 23px;
    --margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    :root {
        --title-size: 24px;
        --border-large-radius: 22px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --title-size: 23px;
        --sub-title-size: 17px;
        --border-large-radius: 21px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --title-size: 22px;
        --sub-title-size: 16px;
        --border-large-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    :root {
        --title-size: 21px;
        --description-size: 15px;
    }
}

@media (max-width: 475.98px) {
    :root {
        --title-size: 20px;
    }
}

::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-left: -15px;
    margin-right: -15px
}

.row.row5,
.row.row5 .row {
    margin-left: -5px;
    margin-right: -5px
}

.row.row5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row10,
.row.row10 .row {
    margin-left: -10px;
    margin-right: -10px
}

.row.row10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 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-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.no-gutter > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 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-left: 15px;
    padding-right: 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: 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 25%;
        max-width: 25%
    }
}

@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;
}

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;
}

.falign-center {
    align-items: center;
}

.is-full {
    width: 100%;
}

.text-center {
    text-align: center;
}

.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: ltr;
}

.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);
}

.uppercase {
    text-transform: uppercase;
}

@media (max-width: 475.98px) {
    .field-error {
        font-size: 12px;
    }
}

.header {
    position: fixed;
    z-index: 996;
    top: 0;
    transition: position 10s;
    width: 100%;
    padding: 10px 0;
    background-color: rgb(0 0 0 / 38%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.website-logo {
    margin-left: 30px;
    filter: brightness(0) invert(1);
}

.header.sticky .website-logo {
    filter: none;
}

.website-logo,
.website-logo img {
    display: block;
    cursor: pointer;
}

.header.sticky {
    animation: smoothScroll 1s forwards;
    z-index: 999;
    box-shadow: 0 0 0 0 rgb(96 96 96 / 22%), 0 4px 22px 0 rgb(96 96 96 / 6%);
    background: white;
}

.header--right {
    flex: 1;
}

.mobile-arrow {
    display: block;
    position: absolute;
    left: -10px;
    font-size: 10px;
    margin-top: 7px;
    transform: rotate(0deg);
    transition: transform .5s linear;
    color: white;
}

.menu-li.drop:hover .mobile-arrow {
    transform: rotate(180deg);
    transition: transform .5s linear;
}

.header.sticky .menu-li.drop:hover .mobile-arrow,
.menu-li.drop:hover .mobile-arrow {
    color: var(--second-color);
}

.header.sticky .menu3-item,
.header.sticky .mobile-arrow {
    color: var(--desc-color);
}

.header.sticky .menu3-item:not(:last-child):after {
    background: var(--main-border-color);
}

html[dir="ltr"] .lang-font {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
}

.right-side-header {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.right-side-menu {
    margin-right: 10px;
}

.right-side-menu .default-btn-bg {
    padding: 7px 15px;
    height: 38px;
}

.top-header {
    flex: 1;
    justify-content: flex-end;
    margin-right: auto;
}

@media (min-width: 1150.98px) {
    .main-header {
        justify-content: flex-start;
    }

    .main-menu > .menu-inner {
        display: flex;
        align-items: center;
    }

    .main--menu > .menu-li:not(:last-child) {
        margin-left: 20px;
    }

    .menu-item {
        color: white;
        font-size: 17px;
        font-family: var(--font-medium);
        display: block;
        position: relative;
        transition: all 0.3s linear;
        text-transform: capitalize;
        padding: 8px 6px;
        white-space: nowrap;
    }

    /*rtl:begin:ignore*/
    [dir="ltr"] .menu-item{
        font-size: 15px;
        padding: 8px 4px;
    }
    /*rtl:end:ignore*/
    a.menu-item:hover {
        color: var(--second-color);
    }

    .sub-menu-style {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        right: 50%;
        z-index: 1;
        transform: translateX(50%);
        /*white-space: nowrap;*/
        transition: all 0.5s ease-in-out;
        top: 1.875rem;
    }

    .sub-menu-style .sub-menu-style {
        top: 0;
        transform: translateX(-100%);
        left: 0;
        right: auto;
    }

    .menu-li.drop:hover .sub-menu {
        top: 2.5rem;
        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-left: 0;
        background: var(--second-color);
        box-shadow: var(--box-shadow);
        padding: 10px;
        border-radius: var(--border-radius);
        opacity: 0;
        visibility: hidden;
        transform: translateY(70px);
        transition: all .3s ease;
    }

    .main--menu > .menu-li.drop .menu-li:not(:first-child) {
        margin-top: 3px;
    }

    .menu-item-child {
        font-size: 16px;
        color: white;
        text-align: center;
        text-transform: capitalize;
        display: block;
        /*transition: all 0.3s linear;*/
    }

    .main--menu > .menu-li.drop .menu-li:hover {
        background: white;
    }

    .main--menu > .menu-li.drop .menu-li:hover .menu-item-child {
        color: var(--second-color);
    }

    .main-menu .menu-li.drop {
        position: relative;
        display: flex;
        align-items: center;
    }

    .header.sticky .menu-item {
        color: var(--main-text-color);
    }

}

@keyframes animateUl {
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes liAnim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(70px);
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 1250.98px) {
    .website-logo {
        margin-left: 25px;
    }

    .main--menu > .menu-li:not(:last-child) {
        margin-left: 15px;
    }

    .default-btn-bg.menu3-btn {
        padding: 4px 12px 7px;
    }
}

@media (max-width: 1200.98px) {
    .website-logo {
        margin-left: 15px;
    }

    .main--menu > .menu-li:not(:last-child) {
        margin-left: 14px;
    }

    .default-btn-bg.menu3-btn {
        padding: 4px 10px 6px;
    }

    .menu-item {
        font-size: 16.4px;
        padding: 8px 5px;
    }
}

.social-list-fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 35%;
}

.social-li,
.menu2-li {
    transition: all 0.8s;
    transform: translate(10px, 0);
}

.social-li:hover,
.menu2-li:hover {
    transform: translate(0px, 0);
}

.social-li:not(:last-child),
.menu2-li:not(:last-child),
.menu2-list {
    margin-bottom: 5px;
}

.social-item,
.menu2-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--second-color);
    font-size: 16px;
    transition: all 0.3s linear;
    width: 48px;
    height: 32px;
    background: white;
    box-shadow: var(--box-shadow);
    border-radius: 30px 0 0 30px;
    padding-left: 10px;
}

.menu2-item {
    background: var(--main-color);
    color: white;
    font-size: 18px;
}

.social-item i.icon-youtube {
    font-size: 18px;
}

footer {
    background: var(--second-color);
    position: relative;
    overflow: hidden;
}

footer:after {
    position: absolute;
    content: "";
    bottom: -100%;
    left: -15%;
    width: 100%;
    height: 100%;
    background-image: url("/themes/default/assets/images/footer-image.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    transform: rotate(21deg);
    filter: brightness(0) invert(1);
    opacity: 0.2;
}

.top-footer {
    padding: 40px 0;
}

.footer-title {
    font-size: var(--sub-title-size);
    line-height: 1.4;
    color: white;
    font-family: var(--font-bold);
    text-transform: capitalize;
}

.footer-description {
    font-size: 15px;
    line-height: 25px;
    color: rgb(255 255 255 / 90%);
    margin-top: 10px;
}

.footer-description > :first-child {
    margin-top: 0;
}

.footer-description > :last-child {
    margin-bottom: 0;
}

.footer-body {
    margin-top: 15px;
}

.bottom-footer {
    border-top: 1px solid rgb(186 211 232 / 53%);
    padding: 10px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.copy-rights,
.design-by {
    color: rgb(255 255 255 / 90%);
    font-size: 13px;
    line-height: 1;
    z-index: 9;
}

.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 {
    margin-right: 5px;
    display: block;
    height: 15px;
    filter: brightness(0) invert(1);
}

a.design-by:hover {
    text-decoration: underline;
}

@media (max-width: 500.98px) {
    .bottom-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 475.98px) {
    .copy-rights,
    .design-by {
        font-size: 12px;
    }
}

.contact-icon {
    color: var(--second-color);
    font-size: 15px;
}

.contact-content {
    margin-right: 10px;
}

.contact_value a.contact_desc,
.contact_desc {
    color: var(--desc-color) !important;
    font-size: 15px !important;
    line-height: 20px;
}

.contact_value a.contact_desc {
    display: inline-block;
}

.contact_value a.contact_desc:hover {
    color: var(--second-color) !important;
}

.footer-contact .contact-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--second-color);
    background: var(--main-bg-color);
}

.footer-contact:not(:last-child) {
    margin-bottom: 10px;
}

.footer-contact .contact_value a.contact_desc,
.footer-contact .contact_desc {
    color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 475.98px) {
    .contact_value a.contact_desc,
    .contact_desc {
        font-size: 14px !important;
    }
}

.default-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.default-item.flex-row {
    flex-direction: row;
}

.default-title {
    font-size: var(--sub-title-size);
    line-height: 1.4;
    color: var(--main-text-color);
    font-family: var(--font-medium);
}

.color-white .default-title {
    color: white;
}

.default-title.small-title {
    font-size: 16px;
    line-height: 1.5;
}

.default-title.small--title {
    font-size: 15px;
    line-height: 23px;
}

.default-title.large-title {
    font-size: 20px;
    line-height: 28px;
}

.default-description {
    font-size: var(--description-size);
    line-height: 1.5;
    color: var(--desc-color);
}

.color-white .default-description {
    color: rgb(255 255 255 / 95%);
}

.default-description.small-description {
    font-size: 15px;
    line-height: 23px;
}

.default-description.small--description {
    font-size: 14px;
    line-height: 22px;
}

.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(--second-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: 13px;
    color: var(--desc-color);
}

.color-white .default-date {
    color: rgb(255 255 255 / 95%);
}

.font-bold {
    font-family: var(--font-bold);
}

.font-medium {
    font-family: var(--font-medium);
}

.font-reg {
    font-family: var(--font);
}

.default-btn {
    font-size: 15px;
    color: var(--main-color);
    padding: 0 5px;
    font-family: var(--font-medium);
    display: contents;
}

.default-btn.small-font {
    font-size: 14px;
}

.default-btn-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--main-color);
    color: white;
    font-size: 15px;
    border-radius: var(--border-large-radius);
    border: 1px solid var(--main-color);
    transition: all 0.3s linear;
    padding: 0 15px 2px;
    line-height: normal;
    height: 36px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-text-size-adjust: 100%;
}

.default-btn-bg:hover {
    color: var(--main-color);
    background: transparent;
}

.default-lottie-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.default-lottie-icon svg {
    display: block;
    height: auto !important;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) !important;
    z-index: 9;
}

.default-btn-bg.bg-white {
    background: white;
    border-color: white;
    color: var(--main-text-color);
}

.default-btn-bg.bg-white:hover {
    color: white;
    background: transparent;
}

.default-btn-bg.bg-blue {
    background: var(--second-color);
    border-color: var(--second-color);
}

.default-btn-bg.bg-blue:hover {
    background: transparent;
    color: var(--second-color);
}

.default-btn-bg.bg-dark-gray {
    background: var(--desc-color);
    border-color: var(--desc-color);
}

.default-btn-bg.bg-dark-gray:hover {
    background: transparent;
    color: var(--desc-color);
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.bg-white {
    background: white;
}

.default-padding {
    padding: var(--grid-gutter);
}

.default-box-shadow {
    box-shadow: var(--box-shadow);
}

.default-box {
    box-shadow: var(--box-shadow);
    padding: 40px;
}

.default-links {
    margin-top: 15px;
    gap: 5px;
    align-items: center;
}

.default-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    background: rgb(255 255 255 / 43%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--second-color);
}

@media (max-width: 767.98px) {
    .default-btn-bg {
        font-size: 14px;
        /*padding: 3px 10px;*/
    }
}

@media (max-width: 575.98px) {
    .default-date {
        font-size: 12px;
    }

    .default-title.small-title {
        font-size: 15px;
    }

    .default-btn-bg.mt-20 {
        margin-top: 15px;
    }
}

.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-left: 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: 2px 10px 4px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #383d41;
    background-color: #e2e3e5;
    text-align: right;
}

.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;
    left: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: var(--second-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: "\e932";
    font-family: 'icomoon';
    font-size: 15px;
    color: white;
    position: absolute;
    right: 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(--second-color);
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer.slide .mobile-menu li.active > .sub-menu {
    left: 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;
    right: 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;
    left: 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;
    }
}

.js-burger {
    display: none;
}

.main-menu {
    opacity: 0;
    height: 0;
}

@media (min-width: 1150.98px) {
    .js-burger,
    .sm_menu_outer {
        display: none;
    }

    .main-menu {
        opacity: 1;
        height: auto;
    }
}

@media only screen and (max-width: 1150.98px) {
    .main-header {
        display: flex;
        align-items: center;
    }

    .main-header .website-logo {
        margin-left: 0;
    }

    .js-burger-wrapper {
        margin-right: 20px;
    }

    .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: white;
    }

    .sticky .hamburger .line {
        background: var(--main-color);
    }

    .hamburger .line1 {
        transform-origin: 100% 0;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .hamburger .line3 {
        transform-origin: 100% 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);
    }
}

/*!* 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) {
    .header {
        position: relative;
        background: white;
    }

    footer {
        padding-bottom: 50px; /*height of mini mobile menu*/
    }

    .main-header .js-burger-wrapper,
    .social-list-fixed,
    .right-side-header {
        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 {
        filter: none;
        margin: 0 auto;
    }

    .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(255 255 255 / 30%), 0 0 4px 0 rgb(255 255 255 / 30%);
    }

    .mini-mobile > ul {
        display: flex;
        flex: 1;
        align-items: center;
        padding: 10px 10px;
        background-color: var(--second-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-label {
        display: flex !important;
        flex-direction: column;
        gap: 2px;
        height: 32px;
        justify-content: center;
    }

    .mini-item .mobile-icon-label i {
        color: white;
        font-style: inherit;
        font-size: 16px;
        min-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s linear;
    }

    .mini-mobile-label {
        color: white;
        font-size: 10px;
        line-height: 12px;
        text-transform: capitalize;
    }

    li.mini-mobile-item.active:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: white;
        top: -12px;
        right: 0;
    }

    [dir=ltr] i.lang-font {
        margin-top: -3px;
        font-family: sans-serif !important;
        font-size: 18px;
    }

    .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;
        right: 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-list .social-li {
        transform: translate(0, 0);
    }

    .mobile-social-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-social-list .social-item {
        background: white;
        width: 32px;
        height: 32px;
        background: var(--second-color) !important;
        border: 1px solid var(--second-color);
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        color: white !important
    }

    .mobile-social-item:not(:last-child) {
        margin: 0 0 5px;
    }

    .active .mobile-social-list {
        height: auto;
        right: 50%;
        opacity: 1;
        transform: translate(50%, calc(-100% + -20px));
    }
}

@media (max-width: 350.98px) {
    .mini-mobile-label {
        font-size: 9px;
        line-height: 11px;
    }
}

.monochrome .invert-colors {
  filter: grayscale(100%) !important;
}

.invert .invert-colors {
  filter: invert(100%) !important;
}

.sepia .invert-colors {
  filter: sepia(100%) !important;
}

.disability--menu-icon {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 999;
}

.disability--menu-items {
  position: relative;
}

.disability-menu--btn,
.disability-menu--item {
  height: 45px;
  width: 45px;
  border: 2px solid #fff;
  background-color: var(--main-color);
  color: #fff;
  outline: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s linear;
}

.disability-menu--btn {
  font-size: 25px;
  opacity: 1;
}

.disability--menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.disability--menu li {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(1, -1, 0.5, 0.5);
}

.disability-menu--item.active .playIcon,
.disability-menu--item .pauseIcon {
  display: none;
}

.disability-menu--item.active .pauseIcon {
  display: block;
}

.active .disability-menu--item {
  opacity: 1;
  transition: opacity 0s linear;
}

.disability-menu--item.active {
  background-color: #fff;
  color: var(--fourth-color);
  border-color: var(--fourth-color);
}

.black-yellow .disability-menu--btn,
.black-yellow .disability-menu--item {
  background-color: yellow;
  border-color: #000;
  color: #000;
}

button.disability-menu--item i.icon-view {
  color: black;
}

@media (max-width: 900px) {
  .disability--menu-icon {
    display: none;
  }
}
body.black-yellow {
  --main-color: yellow;
  --background-color: #000;
  --main-bg-color: #000;
}
body.black-yellow * {
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
body.black-yellow .block,
body.black-yellow header,
body.black-yellow footer,
body.black-yellow section {
  background-color: var(--background-color) !important;
}
body.black-yellow a, body.black-yellow button, body.black-yellow input, body.black-yellow select, body.black-yellow textarea {
  color: var(--main-color) !important;
  background-color: var(--background-color) !important;
  border-color: var(--main-color) !important;
}
body.black-yellow a:hover, body.black-yellow a:focus, body.black-yellow button:hover, body.black-yellow button:focus, body.black-yellow input:hover, body.black-yellow input:focus, body.black-yellow select:hover, body.black-yellow select:focus, body.black-yellow textarea:hover, body.black-yellow textarea:focus {
  outline-color: var(--main-color) !important;
}
body.black-yellow .website-logo,
body.black-yellow img,
body.black-yellow .blue-signature-img {
  filter: brightness(1) !important;
}
body.black-yellow .list10-icon img,
body.black-yellow .menu3-btn .menu3-image img,
body.black-yellow .values-block .values-icon img,
body.black-yellow .list8-item .list8-icon img,
body.black-yellow .list16-head .list16-icon img,
body.black-yellow .list18-icon img {
  filter: brightness(0%) !important;
}
body.black-yellow .list4-item .list4-body,
body.black-yellow .list1-col .list1-item .list1-image:before,
body.black-yellow .input__newsletter__input,
body.black-yellow .main--menu > .menu-li.drop .menu-li:hover,
body.black-yellow .contact-icon,
body.black-yellow .list2-item .list2-body,
body.black-yellow .main--menu > .menu-li.drop .menu-li,
body.black-yellow .list15-item,
body.black-yellow .bg-white,
body.black-yellow .list14-item,
body.black-yellow .list18-footer .default-btn-bg.bg-white.list18-btn-bg,
body.black-yellow .input__form, body.black-yellow form .select2-container--default .select2-selection--single,
body.black-yellow .inner-box-content,
body.black-yellow .attachment-item {
  background: var(--background-color);
}
body.black-yellow .list12-item,
body.black-yellow .list19-body,
body.black-yellow .list11-body {
  background: transparent !important;
}
body.black-yellow .main--menu > .menu-li.drop .menu-li:hover .menu-item-child {
  text-decoration: underline;
}
body.black-yellow .input__newsletter__input,
body.black-yellow .inner-box-content,
body.black-yellow .list16-item,
body.black-yellow .list21-item,
body.black-yellow .list14-item,
body.black-yellow .list20-item,
body.black-yellow .list13-item,
body.black-yellow .list18-item,
body.black-yellow .list9-item,
body.black-yellow .list17-item:hover .list17-body,
body.black-yellow .list5-item,
body.black-yellow .list4-item,
body.black-yellow .list2-item,
body.black-yellow .list8-item,
body.black-yellow .list15-item,
body.black-yellow .menu2-item,
body.black-yellow .social-item,
body.black-yellow .list12-item {
  border: 1px solid var(--main-color) !important;
}
body.black-yellow footer {
  border-top: 1px solid var(--main-color);
}
body.black-yellow .owl-default-dots .owl-dots .owl-dot,
body.black-yellow .list10-col .list10-item .list10-footer .list10-line:before,
body.black-yellow .list22-items.carousel-wrapper .owl-default-dots .owl-dots .owl-dot,
body.black-yellow .list14-items.carousel-wrapper .owl-default-dots .owl-dots .owl-dot {
  border-color: var(--main-color) !important;
}
body.black-yellow .owl-default-dots .owl-dot.active,
body.black-yellow .newsletter__btn,
body.black-yellow .list10-col .list10-item .list10-footer:before,
body.black-yellow .list10-col .list10-item .list10-footer .list10-line:before,
body.black-yellow .list10-col:first-child .list10-item .list10-footer:after,
body.black-yellow .style-scroll-x::-webkit-scrollbar-thumb,
body.black-yellow .submit-style1-btn,
body.black-yellow .default-btn-bg,
body.black-yellow .inner-header,
body.black-yellow .breadcrumb-item,
body.black-yellow .values-block .values-icon,
body.black-yellow .list8-item .list8-icon,
body.black-yellow .list16-head .list16-icon,
body.black-yellow .list18-item,
body.black-yellow .alert,
body.black-yellow .goal .custom-progress,
body.black-yellow .list10-col .list10-item .list10-footer .list10-line {
  background: var(--main-color) !important;
}
body.black-yellow .footer-contact .contact_value a.contact_desc,
body.black-yellow .footer-contact .contact_desc,
body.black-yellow .contact_value a.contact_desc, body.black-yellow .contact_desc,
body.black-yellow .list18-footer .default-btn-bg.bg-white.list18-btn-bg,
body.black-yellow .color-white .default-title.event--title {
  color: var(--main-color) !important;
}
body.black-yellow .newsletter__btn,
body.black-yellow .submit-style1-btn,
body.black-yellow .default-btn-bg,
body.black-yellow .inner-header-title,
body.black-yellow .breadcrumb-item,
body.black-yellow .breadcrumb li:not(:last-child):after,
body.black-yellow .color-white .default-title,
body.black-yellow .color-white .default-description,
body.black-yellow .alert,
body.black-yellow .event--time .event--day,
body.black-yellow .event--time .event--month {
  color: var(--background-color) !important;
}
body.black-yellow .list10-col:nth-child(odd) .list10-item .list10-footer:before,
body.black-yellow .list10-col:nth-child(even) .list10-item .list10-footer:before {
  z-index: 1;
}
body.black-yellow ::-moz-placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
body.black-yellow ::placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
body.black-yellow ::-moz-selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
body.black-yellow ::selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}

.black-yellow {
  --main-color: yellow;
  --background-color: #000;
  --main-bg-color: #000;
}
.black-yellow * {
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.black-yellow .block,
.black-yellow header,
.black-yellow footer,
.black-yellow section {
  background-color: var(--background-color) !important;
}
.black-yellow a, .black-yellow button, .black-yellow input, .black-yellow select, .black-yellow textarea {
  color: var(--main-color) !important;
  background-color: var(--background-color) !important;
  border-color: var(--main-color) !important;
}
.black-yellow a:hover, .black-yellow a:focus, .black-yellow button:hover, .black-yellow button:focus, .black-yellow input:hover, .black-yellow input:focus, .black-yellow select:hover, .black-yellow select:focus, .black-yellow textarea:hover, .black-yellow textarea:focus {
  outline-color: var(--main-color) !important;
}
.black-yellow .website-logo,
.black-yellow img,
.black-yellow .blue-signature-img {
  filter: brightness(1) !important;
}
.black-yellow .list10-icon img,
.black-yellow .menu3-btn .menu3-image img,
.black-yellow .values-block .values-icon img,
.black-yellow .list8-item .list8-icon img,
.black-yellow .list16-head .list16-icon img,
.black-yellow .list18-icon img {
  filter: brightness(0%) !important;
}
.black-yellow .list4-item .list4-body,
.black-yellow .list1-col .list1-item .list1-image:before,
.black-yellow .input__newsletter__input,
.black-yellow .main--menu > .menu-li.drop .menu-li:hover,
.black-yellow .contact-icon,
.black-yellow .list2-item .list2-body,
.black-yellow .main--menu > .menu-li.drop .menu-li,
.black-yellow .list15-item,
.black-yellow .bg-white,
.black-yellow .list14-item,
.black-yellow .list18-footer .default-btn-bg.bg-white.list18-btn-bg,
.black-yellow .input__form, .black-yellow form .select2-container--default .select2-selection--single,
.black-yellow .inner-box-content,
.black-yellow .attachment-item {
  background: var(--background-color);
}
.black-yellow .list12-item,
.black-yellow .list19-body,
.black-yellow .list11-body {
  background: transparent !important;
}
.black-yellow .main--menu > .menu-li.drop .menu-li:hover .menu-item-child {
  text-decoration: underline;
}
.black-yellow .input__newsletter__input,
.black-yellow .inner-box-content,
.black-yellow .list16-item,
.black-yellow .list21-item,
.black-yellow .list14-item,
.black-yellow .list20-item,
.black-yellow .list13-item,
.black-yellow .list18-item,
.black-yellow .list9-item,
.black-yellow .list17-item:hover .list17-body,
.black-yellow .list5-item,
.black-yellow .list4-item,
.black-yellow .list2-item,
.black-yellow .list8-item,
.black-yellow .list15-item,
.black-yellow .menu2-item,
.black-yellow .social-item,
.black-yellow .list12-item {
  border: 1px solid var(--main-color) !important;
}
.black-yellow footer {
  border-top: 1px solid var(--main-color);
}
.black-yellow .owl-default-dots .owl-dots .owl-dot,
.black-yellow .list10-col .list10-item .list10-footer .list10-line:before,
.black-yellow .list22-items.carousel-wrapper .owl-default-dots .owl-dots .owl-dot,
.black-yellow .list14-items.carousel-wrapper .owl-default-dots .owl-dots .owl-dot {
  border-color: var(--main-color) !important;
}
.black-yellow .owl-default-dots .owl-dot.active,
.black-yellow .newsletter__btn,
.black-yellow .list10-col .list10-item .list10-footer:before,
.black-yellow .list10-col .list10-item .list10-footer .list10-line:before,
.black-yellow .list10-col:first-child .list10-item .list10-footer:after,
.black-yellow .style-scroll-x::-webkit-scrollbar-thumb,
.black-yellow .submit-style1-btn,
.black-yellow .default-btn-bg,
.black-yellow .inner-header,
.black-yellow .breadcrumb-item,
.black-yellow .values-block .values-icon,
.black-yellow .list8-item .list8-icon,
.black-yellow .list16-head .list16-icon,
.black-yellow .list18-item,
.black-yellow .alert,
.black-yellow .goal .custom-progress,
.black-yellow .list10-col .list10-item .list10-footer .list10-line {
  background: var(--main-color) !important;
}
.black-yellow .footer-contact .contact_value a.contact_desc,
.black-yellow .footer-contact .contact_desc,
.black-yellow .contact_value a.contact_desc, .black-yellow .contact_desc,
.black-yellow .list18-footer .default-btn-bg.bg-white.list18-btn-bg,
.black-yellow .color-white .default-title.event--title {
  color: var(--main-color) !important;
}
.black-yellow .newsletter__btn,
.black-yellow .submit-style1-btn,
.black-yellow .default-btn-bg,
.black-yellow .inner-header-title,
.black-yellow .breadcrumb-item,
.black-yellow .breadcrumb li:not(:last-child):after,
.black-yellow .color-white .default-title,
.black-yellow .color-white .default-description,
.black-yellow .alert,
.black-yellow .event--time .event--day,
.black-yellow .event--time .event--month {
  color: var(--background-color) !important;
}
.black-yellow .list10-col:nth-child(odd) .list10-item .list10-footer:before,
.black-yellow .list10-col:nth-child(even) .list10-item .list10-footer:before {
  z-index: 1;
}
.black-yellow ::-moz-placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
.black-yellow ::placeholder {
  color: var(--main-color) !important;
  opacity: 0.5 !important;
}
.black-yellow ::-moz-selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
.black-yellow ::selection {
  background-color: var(--main-color) !important;
  color: var(--background-color) !important;
}
