/*:root {
    --thm-primary-color: #a88a54;
    --thm-primary-color-rgb: 107, 142, 35;
    --thm-body-font-color: #5a5b58;
    --thm-heading-font-color: #1c1d19;
    --thm-black: #1c1d19;
    --thm-black-bg: #1c1d19;
    --thm-gray-bg: #fff9ef;
    --thm-border-color: #e6e8e3;
}*/

:root {
    --thm-primary-color: #bd944b;
    --thm-primary-color-rgb: rgb(189, 148, 75);
    --thm-body-font-color: #61605d;
    --thm-heading-font-color: #2a2317;
    --thm-black: #2a2317;
    --thm-black-bg: #2a2317;
    --thm-black-bg2: #362f24;
    --thm-gray-bg: #f6f2eb;
    --thm-border-color: #e5e1db;
}
.tx_main { font-family: var(--thm-font) !important; }

.btn_blackufa {
    backdrop-filter: blur(20px);
    padding: 12px 15px;
    border-radius: 30px;
    background: linear-gradient(140deg, #272727 30%, #333333 97.23%) padding-box, linear-gradient(90deg, #E6CEA1 0%, #A6772E 96.86%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(0.2px);
    color: #EFD8A5;
    border-width: 1px;
    border-color: #00000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_blackufa:hover {
    color: #271805;
    background: linear-gradient(181deg, #f8f1c0 0%, #a88a54 100%) padding-box, linear-gradient(90deg, #97660c 0%, #A6772E 96.86%);
}

.btn_goldufa {
    backdrop-filter: blur(20px);
    padding: 12px 15px;
    border-radius: 30px;
    background: linear-gradient(181deg, #f8f1c0 0%, #a88a54 100%) padding-box, linear-gradient(90deg, #97660c 0%, #A6772E 96.86%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(0.2px);
    
    color: #271805;
    border-width: 1px;
    border-color: #00000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn_goldufa:hover {
    color: #EFD8A5;
    background: linear-gradient(140deg, #272727 30%, #333333 97.23%) padding-box, linear-gradient(90deg, #E6CEA1 0%, #A6772E 96.86%);
}


.-providers-logo-inner {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
    font-size: 22px;
    font-weight: 400;
    color: rgb(239, 216, 165) !important;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    /*background: linear-gradient(181deg, rgb(103, 93, 71) 0%, rgb(32, 28, 25) 100%) padding-box padding-box, linear-gradient(90deg, rgb(230, 206, 161) 0%, rgb(166, 119, 46) 96.86%);*/
    /*border-radius: 25px;*/

    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}

.-providers-logo-inner .-img {
    width: 136px;
    min-height: 38px;
    background: unset;
    padding: 2px 6px;
    border-radius: 54px;
    margin: 0.5rem 0.2rem;
    transition: 0.4s;
}

.animate-char_eff {
    text-transform: uppercase;
    background-image: linear-gradient(130deg, #deb541 0%, #cfa14b 10%, #b58b41 20%, #fff9b6 49%, #c2962d 80%, #deb541 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.tx_gray { color: #bcbcbc !important; }
.tx_gold_1 { color: #e8dcaa !important; }

.welcome-style1__rotated-text::before { border: 30px solid #a08f64; }
.welcome-style1-experience-box__inner { color: #5b5032; }
.events-classes-info-box {
    width: 100% !important;
}

.uael-img-grid__column-2{
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: flex;
}
.uael-grid-item {align-items: flex-start; display: inline-grid; /*width: 19.6666%;*/ padding-right: calc( 20px/2); padding-left: calc( 20px/2); }
.uael-img-grid__column-2 .uael-grid-item  { width: 50%; }
.uael-img-grid__column-5 .uael-grid-item  { width: 19.5%; }

.logo_nav { height: 70px; }

@media (max-width: 1199px) {
    .uael-img-grid__column-2 .uael-grid-item  { width: 50%; }
    .uael-img-grid__column-5 .uael-grid-item  { width: 24%; }

}
@media (max-width: 991px) {
    .uael-img-grid__column-5 .uael-grid-item {
        width: 32%;
    }
}
@media (max-width: 602px) {
    .uael-img-grid__column-5 .uael-grid-item {
        width: 49%;
        padding-right: calc(5px / 2);
        padding-left: calc(5px / 2);
    }
    .uael-img-grid__column-2 .uael-grid-item {
        width: 100%;
    }
    .logo_nav { height: 50px; }
}
@media (max-width: 303px) {
    .uael-img-grid__column-5 .uael-grid-item {
        width: 100%;
    }
}

.main-slider-style3 .image-layer:before { opacity: 0.30; }
.main-slider-style3 .banner-slider-control-style2 {
    backdrop-filter: blur(20px);
    padding: 12px 15px;
    border-radius: 30px;
    background: linear-gradient(140deg, #272727 30%, #333333 97.23%) padding-box, linear-gradient(90deg, #E6CEA1 0%, #A6772E 96.86%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(0.2px);
    color: #EFD8A5;
    border-width: 1px;
    border-color: #00000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider-control-style2:before { border-radius: 50px; }