@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';

* {
    padding: 0;
    margin: 0;
    border: none
}

body {
    font-family: open sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #716e6b;
    background-color: #f9f5f1
}

body[lang=en-US] {
    font-family: montserrat, open sans, sans-serif
}

body[lang=zh-hans], body[lang=zh-hant] {
    font-family: noto sans, open sans, sans-serif
}

h1, .h1, h1.vc_custom_heading {
    font-weight: 800;
    font-size: 42px;
    line-height: 57px
}

h2, .h2, h2.vc_custom_heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px
}

h3, .h3, h3.vc_custom_heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #514438
}

h4, .h4, h4.vc_custom_heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #120d09
}

h5, .h5, h5.vc_custom_heading {
    font-size: 18px;
    line-height: 25px;
    color: #120d09
}

img {
    max-width: 100%;
    height: auto
}

.wpb_single_image img {
    width: 100%;
    height: 100%
}

header {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    z-index: 99;
}

.header-logo {
    margin-right: 40px
}

.header-menu-language_show header, .page-menu-white header, .scrolled header {
    background-color: #fff
}

header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    display: none
}

.header-menu-language_show header:after, .page-menu-white header:after, .scrolled header:after {
    display: block
}

.header-block {
    height: 72px
}

.page-menu-white #primary {
    padding-top: 72px
}

.f-right {
    float: right !important
}

a {
    color: #b68756;
    text-decoration: none
}

a:hover {
    color: #514438
}

footer {
    background-color: #fff
}

footer * {
    margin: 0;
    padding: 0
}

.footer-top {
    background: #f0e7dd;
    padding: 20px 0
}

.footer-main {
    padding: 44px 0;
    background: #fff
}

.footer-logo img {
    width: 100%;
    max-width: 250px;
    height: auto
}

.footer-socials {
    text-align: right
}

.footer-socials a {
    display: inline-block;
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    color: #b68756;
    background-color: #fff;
    border-radius: 56px;
    border: 1px solid #e2cfbb;
    box-shadow: 0 8px 15px rgba(233, 219, 204, .59);
    margin-left: 16px
}

.footer-socials a:hover {
    color: #fff;
    background-color: #b68756
}

.footer-contact {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px
}

.footer-main-bottom {
    margin-top: 40px
}

.footer-main-top-block > div {
    width: 50%;
    flex: 1 0 50%
}

.footer-menu-title {
    font-weight: 600;
    margin-bottom: 16px;
    color: #120d09;
    text-transform: capitalize
}

.navmenu-footer {
    list-style: none
}

.navmenu-footer a {
    font-size: 14px;
    line-height: 20px;
    color: #716e6b;
    text-transform: capitalize
}

.navmenu-footer li {
    margin-bottom: 8px
}

.navmenu-footer a:hover {
    color: #b68756
}

.footer-risk-statement {
    margin-top: 16px;
    margin-bottom: 16px
}

.footer-risk-statement p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 28px
}

.footer-risk-warning {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    padding: 10px 0
}

.footer-risk-warning p {
    font-size: 14px;
    line-height: 28px
}

.footer-risk-statement ul {
    margin-bottom: 24px;
    padding-left: 24px;
    max-width: 70%;
    display: flex;
    flex-wrap: wrap
}

.footer-risk-statement ul li {
    font-size: 14px;
    line-height: 28px;
    flex: 0 0 50%
}

.f-btn-see-more {
    color: #b68756;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    display: none
}

.backtotop {
    position: fixed;
    right: 40px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background-color: #b68756;
    box-shadow: 0 15px 15px rgba(182, 135, 86, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 56px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    display: none;
    z-index: 9999999
}

.backtotop:after {
    content: '\f342';
    font-family: dashicons;
    color: #fff;
    font-size: 20px
}

.btn-login > a {
    display: block;
    background: #fff;
    border-radius: 6px;
    color: #b68756;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #b68756;
    overflow: hidden;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    text-transform: uppercase;
    margin-right: 8px;
    margin-left: 8px;
    min-width: 118px;
    text-align: center
}

.btn-login > a:hover {
    box-shadow: 0 8px 15px rgba(182, 135, 86, .3)
}

.btn-register > a {
    display: block;
    background: #b68756;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #b68756;
    overflow: hidden;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    text-transform: uppercase;
    margin-left: 8px;
    min-width: 118px;
    text-align: center
}

.btn-register > a:hover {
    background: #b68756;
    color: #fff !important;
    box-shadow: 0 8px 15px rgba(182, 135, 86, .3)
}

.footer-menu {
    margin-bottom: 20px
}

.min-h700 {
    min-height: 700px
}

.h120 {
    height: 120px
}

.txt-linear {
    background: linear-gradient(93.26deg, #23356e 14.62%, #ec1c24 42.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.btn-linear-lbl > span, .btn-linear a {
    background: linear-gradient(90deg, #1c2a58 0%, #ec1c24 100%);
    box-shadow: 0 15px 30px rgba(81, 68, 56, .15);
    display: inline-block;
    padding: 20px;
    max-width: 375px;
    min-width: 300px;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    word-break: keep-all;
    border-radius: 16px;
    background-color: #b8a89a
}

.btn-linear-lbl:hover > span, .btn-linear a:hover {
    box-shadow: 0 15px 30px rgba(236, 28, 36, .21)
}

.cus-link-demo {
    color: #120d09
}

.cus-link-demo a {
    font-weight: 700;
    color: #b68756
}

.cus-link-demo a:hover {
    font-weight: 700;
    background: linear-gradient(93.26deg, #23356e 14.62%, #ec1c24 42.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.btn-acount a {
    display: inline-block;
    border-radius: 16px;
    width: 100%;
    height: 64px;
    font-weight: 700;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-standard a {
    background: #b8a89a;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-pro a {
    background: #b68756;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-default-lbl span, .btn-default a, .btn-elite a {
    background: #514438;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-default a {
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35)
}

.btn-default a:hover, .btn-default a:active {
    background: #62574c;
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35)
}

.col-flex > .vc_column-inner > .wpb_wrapper {
    display: flex
}

.quick-info .wpb_single_image {
    flex: 0 0 74px;
    margin-right: 18px
}

.col-border1right-linear .wpb_column:not(:last-child) {
    border-right: 1px solid;
    border-image-slice: 1;
    border-image-width: 1;
    border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e2cfbb 38.67%, #e7d7c6 73.93%, rgba(255, 255, 255, 0) 90%)
}

.bg-linear {
    background: linear-gradient(180deg, #f9f5f1 33.33%, #e2cfbb 100%)
}

.col-trading-account-card > .vc_column-inner {
    width: 370px;
    height: 500px;
    padding: 40px 24px 24px;
    margin: auto;
    border-radius: 16px
}

.col-trading-account-card > .vc_column-inner:hover {
    box-shadow: 0 20px 30px rgba(182, 135, 86, .4)
}

.col-trading-account-card .wpb_text_column {
    padding: 0 40px
}

.wrapper-flexbetween > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.row-flexbetween, .col-flexbetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.row-flexbetween {
    height: 100%
}

.vc_row.row-trading-platforms:after {
    content: '';
    position: absolute;
    display: block;
    background: #c59f78;
    top: auto;
    bottom: 0;
    right: 30%;
    width: 9000px;
    height: 48%;
    border-bottom-right-radius: 300px
}

.trading-platforms-list {
    padding-top: 50px
}

.trading-platforms-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.trading-platforms-list ul li {
    position: relative;
    padding: 30px 0
}

.trading-platforms-list ul li:not(:last-child) {
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-width: 1;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 54.6%, rgba(255, 255, 255, 0) 109.19%)
}

.trading-platforms-list ul li {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding-left: 0
}

.trading-platforms-list ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 25px;
    background: left/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-list.svg) no-repeat
}

.trading-platforms-list ul li a:hover {
    color: #ffe9b3
}

.trading-platforms-list ul li a:hover:before {
    background: left/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-list-color.svg) no-repeat
}

.row-trading-platforms .vc_single_image-wrapper {
    padding: 30px 0
}

.row-trading-platforms .trading-platforms-image {
    position: relative
}

.row-trading-platforms .trading-platforms-image:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: -10%;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(81, 68, 56, .06);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    z-index: -1
}

.trading-platforms-button a {
    margin-top: 80px;
    min-width: 370px
}

.quick-info .col-flex {
    padding: 11px 40px
}

.col-wrapper-bg > .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .7);
    border-radius: 16px;
    height: 100%
}

.col-trade-assets > .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .7);
    border-radius: 16px;
    padding: 16px;
    height: 100%
}

.trade-assets_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.trade-assets_list li {
    padding: 8px 0
}

.trade-assets_list li:not(:last-child) {
    border-bottom: 1px solid #f0e7dd
}

.box-shadow {
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35)
}

.box-shadow:hover {
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35)
}

.row-forex-info .vc_column_container > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px
}

.row-forex-info h4 {
    letter-spacing: -1px
}

.col-border2right-linear .vc_column_container:not(:last-child) {
    border-right: 2px solid;
    border-image-slice: 1;
    border-image-width: 1;
    border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e2cfbb 38.67%, #e7d7c6 73.93%, rgba(255, 255, 255, 0) 90%)
}

.row-map {
    padding: 90px 68px
}

.bg-white-rad16 {
    background: #fff;
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.bg-white-rad16-opacity {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.bg-shadow {
    box-shadow: 0 50px 40px rgba(233, 219, 204, .4)
}

.dis-sm-block {
    display: none
}

.u-slick .slick-dots li {
    width: 16px;
    height: 4px;
    margin: 0 2px
}

.u-slick .slick-dots li button {
    width: 16px;
    height: 4px;
    padding: 0;
    background: #cfb293;
    border-radius: 4px
}

.u-slick .slick-dots li.slick-active button {
    background: #b68756
}

.u-slick .slick-dots li button:before {
    display: none
}

.slick-track {
    display: flex !important
}

.slick-slide {
    height: inherit !important
}

.dataTables_length .dropdown-toggle:after {
    display: none
}

body .wpdt-c .wpDataTablesWrapper table {
    font-size: 14px;
    border: 2px solid #e2cfbb
}

body .wpdt-c .wpDataTablesWrapper .dataTables_length .bootstrap-select .dropdown-toggle {
    color: #716e6b
}

body .wpDataTablesWrapper table.wpDataTable td {
    padding: 8px 12px
}

body table.wpDataTable td.numdata, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > th, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    text-align: center !important
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd:hover > td.sorting_1, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even:hover > td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even:hover > td.sorting_1 {
    background-color: #e61d26;
    color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
    background-color: #e61d26;
    color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border-top-color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting:after, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover:after, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
    border-bottom-color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    border-bottom-width: 1px;
    background: #b48759 none;
    border-color: #bda285
}

body .wpDataTablesWrapper .row-detail {
    background-color: #fff
}

body .wpDataTablesWrapper table.wpDataTable tr.row-detail td {
    padding: 8px 12px 18px
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
    opacity: 1;
    margin-top: 4px
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.odd td {
    background-color: #f9f5f1
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr.even td.sorting_1 {
    background-color: #fff
}

body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr:last-child td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td, body .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable tr td:first-child {
    border-color: #f0e7dd
}

.bg-linear-d {
    background: linear-gradient(180deg, #f0e7dd 0%, #f9f5f1 100%)
}

.col-education-quick {
    margin-bottom: 30px
}

.col-education-quick > .vc_column-inner > .wpb_wrapper {
    padding: 32px 116px 24px 32px
}

.col-education-quick > .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 50px 70px rgba(182, 135, 86, .3)
}

.col-education-quick .wpb_single_image {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%)
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title, .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding-left: 0;
    padding-right: 30px
}

.vc_toggle i {
    display: none !important
}

.vc_toggle {
    padding: 32px 0;
    margin: 0;
    border-top: 1px solid #c59f78;
    border-bottom: 1px solid #c59f78
}

.vc_toggle:not(:first-child) {
    margin-top: -1px
}

.vc_toggle .vc_toggle_title > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-black-2.svg);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.vc_toggle.vc_toggle_active .vc_toggle_title > div:after {
    transform: rotate(-180deg)
}

.vc_toggle_content p:last-child, .vc_toggle_content {
    margin-bottom: 0
}

.btn-cus-label {
    position: relative;
    display: inline-block
}

.btn-cus-label a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px
}

.btn-default-lbl > span, .btn-cus-label > span {
    display: inline-block;
    border-radius: 16px;
    width: 100%;
    height: 64px;
    font-weight: 700;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-default-lbl > span {
    box-shadow: 0 25px 50px rgb(81 68 56/35%)
}

.btn-default-lbl:hover > span {
    background: #62574c
}

.row-forex-trading-info .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 24px;
    background: rgba(240, 231, 221, .4);
    box-shadow: 0 50px 40px rgba(146, 108, 69, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.row-forex-trading-info img {
    border-radius: 120px;
    box-shadow: 0 50px 40px rgba(146, 108, 69, .2)
}

.vc_row-o-equal-height .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%
}

.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.u-tabs.vc_tta.vc_general .vc_tta-tabs-list {
    display: flex
}

.u-tabs.vc_tta.vc_general .vc_tta-tab {
    display: block;
    width: 100%
}

.u-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a {
    border: none;
    color: #fff;
    padding: 14px;
    background-color: #d51820;
    font-weight: 700
}

.u-tabs.vc_tta.vc_general .vc_tta-tab.vc_active > a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 14px solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    color: #d51820
}

.u-tabs.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a {
    border: none;
    background-color: #ccc;
    color: #4d4c4c;
    font-weight: 700
}

.u-tabs.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:focus, .u-tabs.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab > a:hover {
    color: #fff
}

.col-wif-txt > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border: 1px solid #e2cfbb;
    border-radius: 16px;
    padding: 44px;
    height: 100%
}

.txt-learn-more {
    display: none
}

.vc_row.vc_row-flex.vc_row-o-content-bottom {
    align-items: flex-end
}

.col-wi-cryptocurrencies > .vc_column-inner > .wpb_wrapper {
    position: relative;
    background: #fff;
    border: 5px solid #f0e7dd;
    border-radius: 16px;
    padding: 28px
}

.col-wi-cryptocurrencies > .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 40px 40px rgba(81, 68, 56, .1)
}

.col-wi-cryptocurrencies .wpb_single_image {
    position: absolute;
    top: 30px;
    left: 30px
}

.col-wi-cryptocurrencies .wpb_text_column {
    margin-left: 108px
}

.metatrader-5-banner .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 207, 187, .86) 63.54%, rgba(240, 231, 221, 0) 100%);
    filter: blur(30px);
    z-index: -1
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 7
}

.z-8 {
    z-index: 8
}

.row-desktop-platform .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding-top: 45px;
    padding-bottom: 45px
}

.uez-list ul, .box-text-ul ul {
    list-style: none;
    padding: 0
}

.box-text-ul ul li {
    position: relative;
    padding: 16px 45px 16px 92px;
    color: #000
}

.uez-list ul li {
    position: relative;
    padding: 9px 9px 9px 38px
}

.box-text-ul ul li:hover {
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 20px rgba(182, 135, 86, .2);
    backdrop-filter: blur(7.5px)
}

.uez-list ul li:before, .box-text-ul ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/check.svg)
}

.uez-list ul li:before {
    left: 0
}

.box-text-ul ul li:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45px;
    right: 45px;
    height: 1px;
    background: #f0e7dd
}

.btn-download-icon a {
    position: relative
}

.btn-download-icon a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%)
}

.btn-download-icon_right a:after {
    right: 24px;
    height: 14px;
    width: 24px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/btn-arrow.svg)
}

.mt5-download-desktop .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    bottom: -10%;
    right: -10%;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(81, 68, 56, .06);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    z-index: -1
}

.vc_row.mt5-download-desktop:after {
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(180deg, #e7d7c6 0%, #f0e7dd 100%);
    top: auto;
    bottom: 0;
    right: 25%;
    width: 9000px;
    height: 85%;
    border-bottom-right-radius: 200px
}

.mt5-download-desktop_note .wpb_text_column {
    padding-left: 25px
}

.mt5-download-desktop_note .col-border-right .wpb_text_column {
    padding-left: 0;
    padding-right: 45px
}

.mt5-download-desktop_note .col-border-right {
    border-right: 1px solid #c59f78
}

.mt5-download-desktop_note {
    padding-top: 120px
}

.uez-video-block {
    display: flex;
    flex-wrap: wrap
}

.uez-video {
    flex: 0 0 33.3333%;
    padding: 0 15px;
    margin-bottom: 32px
}

.uez-video_link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 16px
}

.uez-video_link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b6875663;
    display: none
}

.uez-video_link span {
    display: block;
    width: 100%;
    height: 240px
}

.uez-video_link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2
}

.uez-video_link:hover:before, .uez-video_link:hover i {
    display: block
}

.uez-video_link i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #ffffffbf;
    border-radius: 50px;
    z-index: -1
}

.uez-video_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #120d09
}

.uez-video_date {
    font-size: 14px;
    line-height: 20px;
    color: #888
}

.single-education-header {
    min-height: 300px;
    display: flex;
    align-items: center
}

.education-block {
    background: #fff;
    border-radius: 16px;
    padding: 40px 24px
}

.aligncenter {
    display: block;
    margin: auto
}

.education-item a {
    position: relative;
    font-weight: 600;
    color: #120d09;
    padding: 24px 32px 24px 0;
    display: block;
    border-top: 1px solid #e2cfbb;
    border-bottom: 1px solid #e2cfbb;
    margin-top: -1px
}

.education-item a:hover {
    color: #000
}

.education-item a:after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 26px;
    width: 20px;
    height: 20px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-left-2.svg);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.education-item:not(.education-item_relate) a:hover {
    background: rgba(255, 255, 255, .83);
    box-shadow: 0 0 20px rgba(182, 135, 86, .2);
    backdrop-filter: blur(7.5px)
}

.education-item.education-item_relate a:hover {
    color: #b68756
}

.education-item a:hover span {
    transform: translateX(24px)
}

.education-item a:hover:after {
    right: 16px
}

.education-item a span {
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 2
}

.education-item:not(.education-item_relate) a span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.u-slick-arrow .slick-prev, .u-slick-arrow .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 40px rgba(81, 68, 56, .1)
}

.u-slick-arrow .slick-prev:before, .u-slick-arrow .slick-next:before {
    content: '';
    width: 24px;
    height: 24px;
    margin: auto;
    opacity: 1;
    display: block;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-left-2.svg)
}

.u-slick-arrow .slick-prev:before {
    transform: rotate(180deg)
}

.u-slick-arrow .slick-prev {
    left: -41px
}

.u-slick-arrow .slick-next {
    right: -41px
}

.u-slick-dot .slick-dots li button:before {
    font-size: 8px;
    color: #b68756
}

.u-slick-dot .slick-dots li, .u-slick-dot .slick-dots li button, .u-slick-dot .slick-dots li button:before {
    width: 10px;
    height: 10px
}

.box-text-background {
    background: #f0e7dd;
    border-radius: 16px;
    padding: 32px 44px
}

li::marker {
    color: #b68756
}

code {
    font-size: 1em;
    color: var(--bs-code-color);
    word-wrap: break-word;
    display: inline-block;
    padding: 10px 20px;
    font-family: monospace;
    font-weight: 700;
    color: #575757;
    background-color: #fff;
    border: 1px solid #e3e3e38f;
    border-radius: 2px
}

.row-forex-calculator {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    border-radius: 16px;
    padding: 24px
}

.row-forex-calculator .wpb_content_element, .row-forex-calculator .vc_btn3-container {
    margin-bottom: 0
}

.btn-styledSelect {
    width: 100%;
    text-align: left;
    background: #f0e7dd;
    border-radius: 8px;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 16px
}

.btn-styledSelect.show, .btn-styledSelect:active, .btn-styledSelect:hover {
    background: #f0e7dd;
    background-color: #f0e7dd
}

.styledSelect .dropdown-toggle:after {
    margin-right: 0;
    vertical-align: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #926c45
}

.styledSelect .dropdown-menu {
    width: 100%;
    max-height: 25em;
    overflow: auto;
    background: #f9f5f1;
    cursor: pointer;
    inset: unset !important;
    top: 0 !important;
    transform: none !important
}

.styledSelect .dropdown-item:focus, .styledSelect .dropdown-item:hover {
    color: #926c45;
    background-color: #f0e7dd
}

.styledSelect .form-control, .btn-styledSelect, .styledSelect .dropdown-item {
    color: #120d09;
    font-weight: 600
}

.styledSelect .form-control {
    background: #f0e7dd;
    border-radius: 8px;
    border: none;
    height: 44px
}

.styledSelect .form-control:focus {
    background: #f0e7dd
}

.btn-uStyled.w100 {
    display: block
}

.btn-uStyled.w100 button {
    width: 100%;
    height: 44px
}

.btn-uStyled .vc_btn3.vc_btn3-size-md {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    background: #b68756;
    border-radius: 8px;
    border: none
}

.btn-uStyled button:hover, .btn-uStyled button:active, .btn-uStyled button:focus {
    box-shadow: 0 8px 15px rgba(182, 135, 86, .3)
}

.calculate__result {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

.calculate__result table {
    margin-top: 32px;
    font-size: 14px
}

.calculate__result table {
    margin-top: 32px
}

.calculate__result .table > thead {
    vertical-align: middle;
    background: #efe7dd
}

.glossary_accordion > .vc_tta-panels-container > .vc_tta-panels {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.glossary_accordion .vc_tta-panel {
    width: 50%
}

.faq-default .vc_toggle_title h5, .glossary_accordion .vc_toggle_title h5 {
    margin-bottom: 0
}

.faq-default .vc_toggle_title h5:hover, .glossary_accordion .vc_toggle_title h5:hover {
    color: #b48759 !important
}

.faq-default, .glossary_accordion-item {
    position: relative
}

.faq-default .vc_toggle_title:after, .glossary_accordion-item .vc_toggle_title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/arrow-left-2.svg);
    display: block;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.faq-default.vc_toggle_active .vc_toggle_title:after, .glossary_accordion-item.vc_toggle_active .vc_toggle_title:after {
    transform: translateY(-50%) rotate(90deg)
}

.faq-default.vc_toggle, .glossary_accordion-item.vc_toggle {
    padding: 24px 0
}

.faq-default.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .glossary_accordion-item.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    background: #f0e7dd;
    padding: 16px
}

.glossary_accordion {
    display: none
}

.glossary_accordion.active {
    display: block
}

.alphabet_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
    height: 44px;
    overflow-y: hidden
}

.alphabet_wrapper ul li {
    display: inline-block
}

.alphabet_letter {
    font-size: 1.375rem;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    cursor: pointer
}

.alphabet_letter a {
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.alphabet_letter a:hover {
    color: #b68756
}

.alphabet_letter.active {
    background-color: #b68756
}

.alphabet_letter.active a {
    color: #fff
}

.alphabet_carousel-button {
    width: 44px;
    height: 44px;
    background: #c59f78;
    flex: 0 0 44px;
    border-radius: 8px
}

.alphabet_wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.col-wrapper-pd > .vc_column-inner > .wpb_wrapper {
    padding: 32px 24px
}

.energy-pricing-info .wpb_single_image {
    float: right;
    margin-left: 24px
}

.vc_row.about-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: block;
    z-index: 1
}

.cl-white .cus-link-demo, .cl-white .cus-link-demo a {
    color: #fff
}

.cl-white .cus-link-demo a:hover {
    color: #ebebeb;
    background: 0 0;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset
}

.vc_video-background {
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000
}

.vc_video-background video {
    min-height: 100%;
    min-width: 100%;
    height: auto !important;
    width: auto !important
}

.row-uez-history .wpb_column .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center
}

.row-uez-history .wpb_single_image {
    flex: 0 0 100px;
    margin-right: 40px
}

.row-uez-number .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 40px
}

.row-uez-number .wpb_text_column.wpb_content_element {
    margin-bottom: 0
}

.row-uez-profile {
    background: linear-gradient(180deg, #f0e7dd 0%, #f9f5f1 100%)
}

.col-profile-logo-slide img {
    width: auto;
    max-height: 100px
}

.col-profile-logo-slide .wpb_single_image {
    background: #fff;
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px
}

.col-profile-logo-slide .slick-list {
    overflow: unset
}

.tbl-company-profile tr td {
    padding: 24px 0
}

.tbl-company-profile tr:first-child td {
    padding-top: 0
}

.tbl-company-profile tr {
    vertical-align: top
}

.tbl-company-profile tr:not(:last-child) {
    border-bottom: 1px solid #e2cfbb
}

.row-uez-profile-doc .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 25px 50px rgba(182, 135, 86, .1);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center
}

.row-uez-profile-doc .wpb_column {
    margin-bottom: 24px
}

.row-uez-profile-doc .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 50px 70px rgba(182, 135, 86, .3)
}

.row-uez-profile-doc .wpb_single_image.vc_align_left {
    flex: 0 0 70px
}

.row-uez-profile-doc .wpb_single_image.vc_align_right {
    flex: 0 0 24px;
    margin-left: auto
}

.row-uez-profile-doc .wpb_text_column {
    flex: 0 0 34px;
    margin-left: auto
}

.vc_row.row-uez-profile:before {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: block
}

.vc_row.row-uez-profile:before {
    background: left top/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/company-profile-bg.png)
}

.vc_row.row-about-us:before {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: block;
    background: right top/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/row-about-us-bg-min.png)
}

.vc_row.row-about-us:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(249, 245, 241, 0) 0%, rgba(255, 255, 255, .66) 38.02%, #e2cfbb 100%)
}

.row-about-us .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .69);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.row-about-us .wpb_single_image {
    margin-top: -76px
}

.row-about-us .wpb_single_image img {
    box-shadow: 0 50px 40px rgba(197, 159, 120, .22);
    border-radius: 120px;
    width: 120px;
    height: 120px
}

.row-about-us .wpb_column {
    margin-top: 120px
}

.row-uez-number .wpb_column:before, .row-uez-number .wpb_column:after {
    display: none
}

.equal-height.slick-slider .slick-slide .vc_column-inner, .equal-height.slick-slider .slick-slide .vc_column-inner > .wpb_wrapper {
    height: 100%
}

.contact-btn-link .vc_column-inner > .wpb_wrapper {
    position: relative;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 25px 50px rgba(182, 135, 86, .1);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row !important;
    justify-content: unset !important
}

.contact-btn-link .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 25px 50px rgba(182, 135, 86, .35)
}

.contact-btn-link img {
    flex: 0 0 50px;
    margin-right: 24px
}

.contact-btn_email a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 16px
}

.contact-btn-link .wpb_single_image {
    flex: 0 0 56px;
    margin-right: 20px
}

.col-request-call {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    width: 600px;
    max-width: 100%;
    background: #fff;
    box-shadow: -20px 0 50px rgba(182, 135, 86, .3);
    backdrop-filter: blur(7.5px);
    z-index: 99999;
    transform: translateX(120%);
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    overflow-y: scroll
}

.col-request-call.show {
    transform: translateX(0)
}

.col-request-call .vc_column-inner > .wpb_wrapper {
    position: relative;
    margin: 60px
}

.col-request-call_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/btn-close.svg);
    cursor: pointer
}

.contact-btn_txt {
    margin-bottom: 0
}

.wpcf7 {
    font-size: 14px
}

.wpcf7 label {
    display: block;
    font-weight: 600
}

.wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 .wpcf7-select, .wpcf7 input[type=file], .wpcf7 textarea {
    background: #fff;
    border: 1px solid #e2cfbb;
    border-radius: 8px;
    width: 100%;
    padding: 8px 16px;
    display: block;
    margin-bottom: 8px
}

.wpcf7 input[type=submit] {
    background: #514438;
    box-shadow: 0 25px 50px rgba(81, 68, 56, .1);
    border-radius: 16px;
    width: 100%;
    max-width: 80%;
    display: block;
    margin: 24px auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 20px
}

.wpcf7 input[type=submit]:hover {
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35)
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    display: none
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 32px
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e2cfbb;
    cursor: pointer
}

.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/checked-box.svg);
    cursor: pointer
}

.wpcf7 .wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0
}

.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    background: #f9f5f1;
    border: 1px solid #f9f5f1;
    border-radius: 100px;
    padding: 10px;
    min-width: 120px;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    padding-left: 44px;
    display: inline-block
}

.wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #e2cfbb;
    cursor: pointer
}

.wpcf7 .wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label {
    border: 1px solid #b68756
}

.wpcf7 .wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/radio-checked.svg);
    cursor: pointer
}

.col-why-partner {
    margin-bottom: 24px
}

.col-why-partner .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.col-why-partner .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 50px 70px rgba(182, 135, 86, .3)
}

.col-why-partner .vc_custom_heading {
    width: 100%
}

.col-why-partner .wpb_text_column {
    width: 74%;
    margin-bottom: 0
}

.col-why-partner .wpb_single_image {
    width: 24%;
    margin-bottom: 0
}

.col-become .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px 80px
}

.col-become .uez-list {
    position: relative;
    padding-top: 24px
}

.col-become .uez-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    width: 80%;
    background: #f0e7dd;
    display: block
}

.col-become .vc_btn3-container {
    margin-top: 50px
}

.col-introduce > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px 66px
}

.col-safeguard {
    margin-bottom: 24px
}

.col-safeguard .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .69);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 24px 32px
}

.col-safeguard .wpb_single_image {
    float: left
}

.col-safeguard .wpb_single_image img {
    width: 72px;
    height: auto
}

.col-safeguard .wpb_text_column {
    padding-left: 96px
}

.col-safe-online {
    margin-top: 30px
}

.col-safe-online .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .69);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.col-safe-online .wpb_text_column {
    margin-bottom: 0;
    padding: 32px 48px
}

.col-safe-online .wpb_single_image {
    position: absolute;
    margin-bottom: 0
}

.col1-safe-online .wpb_single_image, .col4-safe-online .wpb_single_image, .col1-safe-online .wpb_single_image img, .col4-safe-online .wpb_single_image img {
    width: 430px
}

.col1-safe-online .wpb_single_image {
    top: calc(-100% - 2px);
    left: calc(50% - 4px)
}

.col4-safe-online .wpb_single_image {
    top: calc(-100% - 2px);
    right: calc(50% - 4px)
}

.col2-safe-online .wpb_single_image {
    top: calc(-100% + 22px);
    left: calc(50% - 4px)
}

.col3-safe-online .wpb_single_image {
    top: calc(-100% + 22px);
    right: calc(50% - 4px)
}

.col-safe-online .wpb_raw_code_img {
    position: absolute;
    margin-bottom: 0
}

.col1-safe-online .wpb_raw_code_img, .col4-safe-online .wpb_raw_code_img, .col1-safe-online .wpb_raw_code_img svg, .col4-safe-online .wpb_raw_code_img svg {
    width: 460px
}

.col2-safe-online .wpb_raw_code_img, .col3-safe-online .wpb_raw_code_img, .col2-safe-online .wpb_raw_code_img svg, .col3-safe-online .wpb_raw_code_img svg {
    width: 150px
}

.col1-safe-online .wpb_raw_code_img {
    top: calc(-100% + 20px);
    left: calc(50% - 4px)
}

.col-safe-online-big .wpb_single_image.wpb_content_element {
    margin-bottom: 0
}

.col4-safe-online .wpb_raw_code_img {
    top: calc(-100% + 20px);
    right: calc(50% - 4px)
}

.col2-safe-online .wpb_raw_code_img {
    top: calc(-100% + 44px);
    left: calc(50% - 4px)
}

.col3-safe-online .wpb_raw_code_img {
    top: calc(-100% + 44px);
    right: calc(50% - 4px)
}

body[lang=zh-hans] .col1-safe-online .wpb_raw_code_img, body[lang=zh-hans] .col4-safe-online .wpb_raw_code_img {
    top: calc(-100% - 2px)
}

body[lang=zh-hans] .col2-safe-online .wpb_raw_code_img, body[lang=zh-hans] .col3-safe-online .wpb_raw_code_img {
    top: calc(-100% + 22px)
}

body[lang=zh-hant] .col1-safe-online .wpb_raw_code_img, body[lang=zh-hant] .col4-safe-online .wpb_raw_code_img {
    top: calc(-100% - 2px)
}

body[lang=zh-hant] .col2-safe-online .wpb_raw_code_img, body[lang=zh-hant] .col3-safe-online .wpb_raw_code_img {
    top: calc(-100% + 22px)
}

.col-safe-online > .vc_column-inner > .wpb_wrapper {
    color: #514438;
    cursor: pointer
}

.col-safe-online > .vc_column-inner > .wpb_wrapper:hover {
    background: #b68756;
    box-shadow: 0 0 40px rgba(172, 121, 68, .61);
    color: #fff
}

.col-safe-online > .vc_column-inner > .wpb_wrapper:hover svg path {
    fill: #514438
}

.row-how-data .wpb_column > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgb(233 219 204/20%);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding-top: 45px;
    padding-bottom: 45px
}

.row-how-data .box-text-ul ul li:hover {
    font-weight: 400
}

.vc_row.bg-linear2 {
    background: linear-gradient(180deg, #f0e7dd 0%, #f9f5f1 100%)
}

.col-precautions .wpb_single_image {
    float: left
}

.col-precautions .wpb_single_image img {
    max-width: 72px;
    box-shadow: 0 50px 40px rgba(197, 159, 120, .22);
    border-radius: 100px
}

.col-precautions .wpb_text_column {
    padding-left: 96px
}

.row-precautions .col-precautions:nth-child(2n+1) .vc_column-inner > .wpb_wrapper {
    padding-right: 43px
}

.row-precautions .col-precautions:nth-child(2n) .vc_column-inner > .wpb_wrapper {
    padding-left: 43px
}

.col-precautions .vc_column-inner > .wpb_wrapper {
    padding-bottom: 44px
}

.col-precautions .vc_column-inner > .wpb_wrapper {
    padding-top: 44px
}

.row-precautions .col-precautions:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e2cfbb
}

.row-precautions .col-precautions:nth-child(2n+1):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e2cfbb
}

.row-precautions .col-precautions:nth-child(1):before {
    top: 44px
}

.row-precautions .col-precautions:nth-child(5):before {
    bottom: 44px
}

.col-suspicious .vc_column-inner > .wpb_wrapper {
    background: #f9f5f1;
    border: 1px solid #e2cfbb;
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 40px
}

.wpb_content_element.box-suspicious {
    margin-bottom: 0
}

.col-suspicious {
    margin-bottom: 24px
}

.box-suspicious {
    position: relative;
    padding-left: 48px
}

.box-suspicious:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/close-fill.svg)
}

.box-text-report {
    margin-bottom: 0
}

.col-text-report .vc_column-inner > .wpb_wrapper {
    background: #f9f5f1;
    box-shadow: 0 50px 40px rgba(81, 68, 56, .14);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 50px 60px
}

.box-text-media-contact > .wpb_wrapper {
    background: #fff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .19);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 32px
}

.row-platform {
    padding-top: 40px;
    padding-bottom: 0
}

.comparison-mt4-mt5 table.wpDataTable td.numdata, body .comparison-mt4-mt5 .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > th, body .comparison-mt4-mt5 .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td {
    text-align: left !important
}

body .comparison-mt4-mt5 .wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    padding-top: 16px;
    padding-bottom: 16px
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
    padding-left: 0
}

.img-box-shadow img {
    box-shadow: 0 50px 40px rgba(197, 159, 120, .22);
    border-radius: 100%
}

.mobile-trading-benefits .vc_column-inner > .wpb_wrapper {
    padding-left: 50px;
    padding-right: 50px
}

.col-mobile-trading-download .vc_column-inner > .wpb_wrapper {
    border: 3px solid #c59f78;
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column
}

.col-page-login .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 50px 80px
}

.box-form-u input {
    background: #fff;
    border: 1px solid #e2cfbb;
    border-radius: 12px;
    font-size: 14px
}

.box-form-u button {
    width: 100%;
    background: #b48759;
    box-shadow: 0 25px 40px rgba(81, 68, 56, .15);
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 16px 24px
}

.box-form-u button:hover, .box-form-u button:focus, .box-form-u button:active {
    background: linear-gradient(90deg, #23356e 0%, #f20000 100%);
    box-shadow: 0 25px 40px rgba(81, 68, 56, .35)
}

.education-block_content h1, .education-block_content h2, .education-block_content h3, .education-block_content h4, .education-block_content h5, .education-block_content h6 {
    color: #514438;
    font-weight: 600
}

.current-language {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #120d09;
    text-transform: uppercase;
    margin-right: 8px;
    cursor: pointer;
    width: 68px
}

.current-language:hover, .header-menu-language.active .current-language {
    color: #ec1c24
}

.current-language:after {
    content: '';
    position: relative;
    right: 0;
    width: 17px;
    height: 17px;
    margin: 0;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/menu-arrow-black.svg) no-repeat
}

.header-menu-language.active .current-language:after {
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/menu-arrow-red.svg) no-repeat
}

.current-language img {
    margin-right: 4px
}

.menu-language {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    width: 100%;
    background: 0 0;
    display: none
}

.header-menu-language.active .menu-language {
    display: block
}

.menu-language .row {
    background: #fff;
    box-shadow: 0 40px 40px rgba(81, 68, 56, .25);
    backdrop-filter: blur(7.5px);
    padding: 32px 44px
}

.menu-language ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.language-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #120d09;
    margin-bottom: 24px
}

.wpml-ls-legacy-list-horizontal {
    padding: 0
}

.menu-language-euro {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb
}

.menu-language-global {
    padding: 24px 0
}

.menu-language-euro .wpml-ls-item:not(.wpml-ls-item-en):not(.wpml-ls-item-ru):not(.wpml-ls-item-es) {
    display: none
}

.menu-language .wpml-ls-item {
    width: 25%;
    margin-bottom: 24px;
    padding-right: 40px
}

.menu-language .wpml-ls-legacy-list-horizontal a {
    line-height: unset;
    position: relative
}

.menu-language .wpml-ls-legacy-list-horizontal a span {
    font-weight: 400;
    text-transform: uppercase;
    color: #120d09;
    display: inline-block;
    padding-left: 16px
}

.menu-language .wpml-ls-legacy-list-horizontal a:hover span {
    font-weight: 600
}

.menu-language .wpml-ls-current-language .wpml-ls-native {
    position: relative;
    padding-right: 28px;
    font-weight: 600
}

.menu-language .wpml-ls-current-language .wpml-ls-native:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/u-check.svg)
}

.header-menu .mega-menu-toggle {
    margin-left: 8px
}

.archive-post-image {
    margin-bottom: 16px
}

.archive-post-image a {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    border-radius: 16px
}

.single-post-sidebar-block {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(7.5px)
}

.single-post-sidebar-next-posts {
    padding: 26px 16px
}

.single-post-sidebar-last-post-image a {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 16px
}

.single-post-sidebar-last-post-des {
    padding-left: 16px;
    padding-right: 16px
}

.single-post-sidebar-last-post-date, .single-post-sidebar-next-post-date {
    font-size: 14px;
    line-height: 23px;
    color: gray;
    margin-top: 4px
}

.single-post-sidebar-next-post:not(:last-child) {
    margin-bottom: 24px
}

.search-results-wrapper, .single-post-wrapper {
    margin-top: 30px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    width: 100%;
    padding: 30px 0 0;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    border: none;
    line-height: 32px;
    text-decoration: none;
    border-radius: 2px;
    background: #efe7dd;
    color: #120d09;
    text-align: center
}

.page-numbers.current, a.page-numbers:hover {
    background: #b48759;
    color: #fff
}

.results-item-excerpt {
    overflow-x: hidden
}

.results-item-excerpt p {
    margin-bottom: 8px
}

.table {
    --bs-table-border-color: #d3ac85
}

.row-platform {
    position: relative
}

.footer-contact {
    max-width: 60%
}

.p-cryptocurrencies-banner .row-forex-trading-info .wpb_column > .vc_column-inner > .wpb_wrapper, .p-metal-banner .row-forex-trading-info .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 233, 179, .5)
}

.p-energies-banner .row-forex-trading-info .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .3)
}

.btn-close-wpml {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 18px;
    height: 18px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/close-fill.svg);
    opacity: .7;
    cursor: pointer
}

.header-search {
    position: relative;
    height: 72px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px
}

.header-search:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 40%;
    background: #a19a94
}

.header-searchform {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 40px 40px rgba(81, 68, 56, .25);
    backdrop-filter: blur(7.5px);
    padding: 30px;
    width: 470px;
    display: none
}

.search_form {
    position: relative
}

.search_form .s {
    width: 100%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 60px;
    height: 56px
}

.search_form .searchsubmit {
    position: absolute;
    width: 24px;
    height: 24px;
    background: center/cover url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/search-line-btn.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 16px
}

.header-search.show .header-searchform {
    display: block
}

.header-searchform-btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-search.show:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ec1c24
}

.header-search.show .header-searchform-btn svg path {
    fill: #ec1c24
}

.header-search.show .search-open, .search-close {
    display: none
}

.header-search.show .search-close {
    display: block;
    width: 16px;
    height: 16px
}

li.search-menu {
    display: none !important
}

.copyright {
    border-top: 1px solid #ebebeb;
    padding-top: 24px
}

.c-tranding-fee .vc_column-inner > .wpb_wrapper {
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px
}

.c-tranding-fee-1 .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .6)
}

.c-tranding-fee-2 .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 233, 179, .76)
}

.c-tranding-fee-3 .vc_column-inner > .wpb_wrapper {
    background: rgba(182, 135, 86, .75)
}

.c-tranding-fee .wpb_single_image {
    margin-top: -30px
}

.c-tranding-fee img {
    border-radius: 100%;
    box-shadow: 0 50px 40px rgba(146, 108, 69, .2)
}

.expand-block.expand-type-1.expand-first-item {
    border-top: 1px solid #e2cfbb
}

.expand-block.expand-type-1 {
    border-bottom: 1px solid #e2cfbb;
    position: relative;
    padding-left: 50px;
    padding-right: 50px
}

.expand-block.expand-type-1 .expand-title-wrapper {
    padding: 27px 0 25px
}

.expand-block .expand-title-wrapper {
    transition: all .3s ease-out
}

.expand-title-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #2c2c2c;
    font-weight: 400;
    justify-content: space-between;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.expand-title-row:hover {
    color: #b68756
}

.expand-block .expand-title-1, .expand-block .expand-title-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    text-transform: capitalize
}

.expand-block .expand-title-2 {
    text-align: right;
    padding-right: 46px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px
}

.expand-block.expand-type-1 .expand-toggle {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #120d09;
    border-right: 2px solid #120d09;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 5px;
    transform: rotate(135deg);
    transition: all .3s ease-out
}

.expand-block cite {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding: 3px;
    border: 2px solid #2c2c2c;
    border-radius: 50%;
    line-height: 10px;
    font-style: normal;
    text-align: center;
    color: #2c2c2c;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: initial
}

.expand-block cite sup {
    display: none;
    font-size: 100%;
    line-height: 1.2em;
    color: #777;
    text-align: left;
    padding: 20px;
    font-weight: 300;
    white-space: normal
}

.expand-block cite:hover sup {
    display: block;
    width: 280px;
    position: absolute;
    z-index: 6;
    right: 0;
    top: 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #f4f6f8;
    box-shadow: 0 3px 10px 0 rgb(137 146 177/10%)
}

.external_search_icon {
    position: relative
}

.search-instrument {
    position: relative;
    margin: 0 auto;
    height: 45px;
    border: none;
    padding: 0 45px 0 17px;
    width: 100%;
    color: #2c2c2c;
    border-bottom: 1px solid #e2cfbb;
    background-color: #fdf9f5
}

.search-instrument:focus {
    outline: none
}

.external_search_icon:before {
    content: "";
    display: inline-block;
    height: 45px;
    width: 45px;
    background: url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/search-line.svg) no-repeat right 20px bottom 50%;
    background-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.expand-block.show {
    padding-bottom: 30px
}

.expand-block .expand-content {
    display: none
}

.expand-content table {
    width: 100% !important
}

.e-instruments-table .image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
    flex: 0 0 35px;
    vertical-align: middle;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.details {
    display: inline-block
}

.e-instruments-table .symbol {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #2c2c2c
}

.e-instruments-table .name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #777
}

.e-instruments-table table tr td {
    font-weight: 600;
    padding: 14px 10px 14px 1px;
    color: #2c2c2c;
    border-bottom: 1px solid #e2cfbb;
    width: 30%
}

.e-info {
    float: left
}

.e-info {
    display: flex
}

.expand-content .show-more {
    background: 0 0;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    margin-top: 30px
}

.expand-content:not(.show) .e-instruments-table {
    max-height: 435px;
    overflow: hidden
}

.expand-block.show .expand-toggle {
    transform: rotate(-45deg);
    top: 12px
}

.e-instruments-table table tr th {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    text-align: center
}

.e-instruments-table table tr td, .e-instruments-table table thead tr th {
    text-align: center
}

.e-instruments-table table tbody tr td:last-child {
    font-weight: 600;
    color: #2c2c2c
}

.e-instruments-table table tr td:last-child, .e-instruments-table table thead tr th:last-child {
    text-align: right;
    padding-right: 0
}

.e-instruments-table table tr td:first-child, .e-instruments-table table thead tr th:first-child {
    text-align: left;
    padding-left: 0
}

.e-table-2cols {
    margin-bottom: 14px
}

.e-table-2cols .e-row {
    display: flex
}

.e-table-2cols .e-td:first-child {
    padding-left: 0;
    padding-right: 50px;
    border-right: 1px solid #d5d5d5
}

.e-table-2cols .e-td {
    width: 50%;
    padding-left: 50px
}

.fees-page dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.fees-page strong {
    font-weight: 600;
    color: #2c2c2c
}

.fees-page dl dt {
    font-weight: 300
}

.fees-page dl dd {
    font-weight: 300;
    text-align: right
}

.fees-page .e-text-wrapper table {
    font-size: 14px;
    margin-bottom: 14px
}

.fees-page table tr td, .fees-page table tr th {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button.current {
    background-color: #efe7dd !important
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled), .wpdt-c.wdt-skin-light .wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #b48759 !important;
    color: #fff !important
}

.archive-post-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.archive-post-date .dashicons, .single-post-date .dashicons {
    margin-right: 8px
}

.archive-post-date {
    font-size: .9rem
}

.archive-post-date .dashicons, .archive-post-date .dashicons-before:before {
    width: 15px;
    height: 18px;
    font-size: 15px;
    vertical-align: middle
}

.archive-post-title a {
    color: #b68756
}

.archive-post-title a:hover {
    color: #926c45
}

.single-post-block {
    background: #fff;
    border-radius: 16px;
    padding: 24px
}

.single-post-image img {
    border-radius: 16px;
    margin-bottom: 35px;
    width: 100%;
    height: auto
}

.r-why-choose-us {
    padding-top: 30px
}

.r-why-choose-us .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0 25px 50px rgb(182 135 86/6%);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    margin: 0 0 24px;
    padding: 16px;
    display: flex;
    align-items: center
}

.r-why-choose-us img {
    border-radius: 100%;
    width: 120px;
    height: 120px
}

.r-why-choose-us .wpb_single_image {
    margin-top: 0;
    margin-bottom: 0
}

.r-why-choose-us .vc_custom_heading {
    text-align: left !important
}

.r-get-to-know-us {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 40px 50px rgba(81, 68, 56, .07);
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.r-get-to-know-us img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
}

.r-get-to-know-us .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.c-get-to-know-us .vc_column-inner > .wpb_wrapper {
    padding-left: 60px;
    padding-right: 80px
}

.c-get-to-know-us .wpb_text_column.wpb_content_element {
    margin-bottom: 0
}

.row-our-history {
    position: relative
}

.row-our-history, .row-our-history .wpb_single_image.vc_align_left {
    text-align: center
}

.row-our-history .wpb_single_image .wpb_wrapper {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 40px 50px
}

.row-our-history .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column
}

.row-our-history .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.our-history_year {
    position: relative;
    text-align: center !important;
    border-top: 1px solid #e2cfbb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.our-history_year:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #b68756;
    border: 4px solid #fff;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(81, 68, 56, .14)
}

.our-history_year:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: rgba(182, 135, 86, .33);
    border-radius: 20px;
    animation: button-ripple 2s infinite;
    display: none
}

@keyframes button-ripple {
    50% {
        -webkit-box-shadow: 0 0 0 15px #b68756;
        box-shadow: 0 0 0 15px #b68756;
        opacity: .3
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px #b68756;
        box-shadow: 0 0 0 10px #b68756;
        opacity: 0
    }
}

.row-our-history .wpb_column {
    cursor: pointer
}

.our-history_year.show, .row-our-history .wpb_column:hover .our-history_year {
    font-weight: 700
}

.our-history_year.show:before, .row-our-history .wpb_column:hover .our-history_year:before {
    display: block
}

.row-our-history .wpb_column:hover .our-history_year:after, .our-history_year.show:after {
    background: #fff;
    border: 4px solid #514438
}

.our-history-text {
    position: relative;
    background: #fff;
    box-shadow: 0 10px 10px rgba(233, 219, 204, .3);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 16px;
    z-index: 2
}

.our-history-text.show {
    display: block
}

.our-history-text:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fff;
    transform: translateX(-50%)
}

.vc_row.block-about-tab-2, .vc_row.block-about-tab-3 {
    display: none
}

.btn-about-tabs {
    margin-bottom: 0
}

.btn-about-tabs .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-about-tab {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: capitalize;
    text-align: center
}

.btn-about-tab.active {
    font-weight: 700;
    color: #120d09
}

.btn-about-tab:hover:after, .btn-about-tab.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #b68756
}

.equalheight .wpb_column, .equalheight .vc_column-inner, .equalheight .vc_column-inner > .wpb_wrapper {
    height: 100%
}

.leadership-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 1/1;
    z-index: 0
}

.leadership-thumb:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(40, 60, 77, .8) 0%, rgba(0, 0, 0, 0) 70%);
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    z-index: 1
}

.leadership-thumb img {
    border-radius: 16px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.col-leadership h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #120d09;
    margin-bottom: 12px
}

.col-leadership h5, .leadership-position {
    font-weight: 400;
    color: #b68756;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px
}

.leadership-name-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 12px
}

.leadership-name-box h3 {
    color: #fff;
    margin-bottom: 4px
}

.leadership-name-box h5 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.leadership-name-box p {
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.col-leadership {
    margin-bottom: 30px
}

.col-leadership > .vc_column-inner > .wpb_wrapper {
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 25px 50px rgba(182, 135, 86, .08);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 35px 16px 60px;
    aspect-ratio: 1/1;
    overflow: hidden
}

.leadership-info {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    padding: 32px 24px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 16px;
    display: none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    opacity: 0;
    z-index: 3
}

.leadership-info h3, .leadership-info h5 {
    padding-right: 100px
}

.leadership-info p {
    color: #2c2c2c
}

.leader-networks {
    position: absolute;
    z-index: 4;
    right: 24px;
    top: 100%;
    display: none !important;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    opacity: 0;
    z-index: 4;
    margin-top: 32px;
    margin-right: 10px
}

.leader-networks > .wpb_wrapper {
    display: flex
}

.leader-networks a {
    position: relative;
    font-size: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    display: block;
    margin-left: 4px;
    border-radius: 24px
}

.leader-networks a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 16px;
    display: block
}

.leader-networks a.icon-linkedin:before, .leader-networks .icon-linkedin a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/icon-linkedin.svg) no-repeat
}

.leader-networks a.icon-twitter:before, .leader-networks .icon-twitter a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/icon-twitter.svg) no-repeat
}

.leader-networks a.icon-facebook:before, .leader-networks .icon-facebook a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/icon-facebook.svg) no-repeat
}

.col-leadership > .vc_column-inner > .wpb_wrapper:hover .leadership-name-box {
    display: none
}

.col-leadership > .vc_column-inner > .wpb_wrapper:hover .leadership-thumb img {
    filter: blur(2px)
}

.col-leadership > .vc_column-inner > .wpb_wrapper:hover .leadership-info {
    display: flex;
    align-items: center;
    box-shadow: 0 50px 70px rgba(182, 135, 86, .3);
    animation: leadershiphover .5s ease-in-out forwards
}

.col-leadership > .vc_column-inner > .wpb_wrapper:hover .leader-networks {
    display: block;
    animation: leadershiphover .5s ease-in-out forwards
}

@keyframes leadershiphover {
    0% {
        top: 100%;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

.leadership-info > .wpb_wrapper {
    overflow-y: scroll;
    height: 100%;
    padding-right: 8px
}

.leadership-info > .wpb_wrapper::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background-color: #f1f1f1
}

.leadership-info > .wpb_wrapper::-webkit-scrollbar-thumb {
    background-color: #f9f5f1;
    border-radius: 6px
}

.leadership-info > .wpb_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #f1f1f1;
    border-radius: 6px
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7 input[type=number].wpcf7-not-valid, .wpcf7 input[type=tel].wpcf7-not-valid, .wpcf7 input[type=email].wpcf7-not-valid, .wpcf7 input[type=text].wpcf7-not-valid, .wpcf7 input[type=file].wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid, .wpcf7 .wpcf7-select.wpcf7-not-valid {
    border-color: red
}

.leadership-info-mb {
    display: none;
    font-size: 14px;
    line-height: 21px;
    color: #716e6b;
    text-align: center;
    margin-bottom: 0
}

.leadership-read {
    font-weight: 600;
    color: #b68756
}

#profit-calculator-90988 {
    margin: auto
}

.pin-map {
    position: absolute;
    font-size: 0 !important;
    width: 16px;
    height: 16px;
    display: block;
    background: #514438;
    border-radius: 16px;
    border: 3px solid #fff
}

.pin-map:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #7af0ff;
    border-radius: 16px;
    animation: button-ripple 2s infinite
}

.pin-map-switzerland {
    top: 24%;
    left: 50%
}

.pin-map-malaysia {
    top: 52%;
    right: 21%
}

.pin-map-london {
    top: 14%;
    left: 42%
}

.pin-map-cayman_island {
    top: 39%;
    left: 19%
}

.row-forex-info img {
    width: 72px;
    height: 72px
}

.education-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.education-item_grid {
    width: calc(50% - 15px)
}

.education-viewall {
    display: inline-block;
    margin-top: 32px;
    background: #fff;
    border: 1px solid #e2cfbb;
    border-radius: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #514438;
    padding: 10px 24px;
    cursor: pointer
}

.education-viewall:hover {
    box-shadow: 0 15px 15px rgb(182 135 86/15%)
}

.education-item_relate a:after {
    display: none
}

.education-sidebar {
    background: #fff;
    border-radius: 16px;
    padding: 40px 24px;
    height: 100%
}

.p-funds-security .faq-default.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    background: #fff
}

.safe-online_link a {
    font-size: 0 !important
}

.safe-online_link, .safe-online_link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer-warning-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-left: 3px solid #926c45;
    box-shadow: 0 -10px 10px rgb(182 135 86/10%);
    font-size: 14px !important;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    z-index: 9999
}

.footer-warning_close {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.our-history-block2 {
    margin-top: 50px;
    margin-bottom: 40px
}

.our-history-info2 {
    font-size: 14px;
    line-height: 19px;
    color: #716e6b
}

.row_our-history:last-child .our-history-img2 {
    margin-bottom: 0
}

.our-history-img2.wpb_single_image {
    filter: drop-shadow(0px 40px 50px rgba(81, 68, 56, .25));
    border-radius: 16px
}

.our-history-img2 .vc_box_rounded img {
    max-width: 768px;
    max-height: 400px;
    border-radius: 16px !important
}

.our-history-month2 {
    margin-bottom: 0
}

.job-location {
    background: url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/location-icon.svg) no-repeat;
    padding-left: 47px;
    line-height: 1.3;
    background-size: 33px;
    margin-right: 40px
}

.job-location div, .job-department div {
    color: #777;
    font-size: 14px;
    text-transform: capitalize
}

.job-location span, .job-department span {
    color: #2c2c2c;
    font-size: 18px;
    margin-right: 12px
}

.col-career-slider-images div.wpb_single_image img {
    border-radius: 16px
}

.col-career-slider-images div.wpb_single_image {
    transition: all .3s;
    margin-bottom: 0
}

.col-career-slider-images .wpb_single_image .vc_figure {
    padding: 22px 15px
}

.col-career-slider-images .slick-next {
    right: 0
}

.col-career-slider-images .slick-prev {
    left: 0;
    z-index: 2
}

.col-career-slider-images .slick-prev, .col-career-slider-images .slick-next {
    width: 35px;
    height: 35px
}

.col-career-slider-images .slick-prev:before, .col-career-slider-images .slick-next:before {
    font-size: 36px;
    opacity: 1;
    color: #b68756
}

.career-tabs.vc_tta.vc_general .vc_tta-tabs-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.career-tabs.vc_tta.vc_general .vc_tta-tabs-list li {
    flex: 1 calc(25% - 30px);
    background: #fff;
    box-shadow: 0 20px 40px rgba(218, 195, 171, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    margin-right: 15px;
    margin-left: 15px
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #120d09;
    padding: 115px 20px 24px
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a {
    position: relative;
    border-color: transparent;
    background-color: transparent;
    border-radius: 16px !important
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:focus, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:hover {
    background-color: #fff
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    width: 100vw;
    max-width: 120px !important;
    height: 75px !important;
    display: block !important;
    transform: translateX(-50%);
    border: none !important
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(1) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/Switzerland-icon.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(2) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/KL-Malaysia-icon.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(3) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/UK-London-icon.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(4) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/Cayman-Island-icon.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(1) > a:hover:before, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(1) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/Switzerland-icon-hover.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(2) > a:hover:before, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(2) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/KL-Malaysia-icon-hover.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(3) > a:hover:before, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(3) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/UK-London-icon-hover.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab:nth-child(4) > a:hover:before, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active:nth-child(4) > a:before {
    background: center/contain url(//uezmarkets.com/wp-content/themes/uez/assets/css/../images/Cayman-Island-icon.svg) no-repeat
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color: transparent;
    background-color: transparent;
    color: #120d09
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active > a:after {
    content: '';
    position: absolute;
    right: 20%;
    bottom: -1px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #b68756;
    border-radius: 2px;
    display: block;
    z-index: 2
}

.career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:focus:after, .career-tabs.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab > a:hover:after {
    content: '';
    position: absolute;
    right: 20%;
    bottom: -1px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #b68756;
    border-radius: 2px;
    display: blo
}

.career-tabs .vc_tta-panels-container {
    margin-top: 20px
}

.job-item-head, .job-item {
    display: flex;
    flex-wrap: nowrap
}

.job-item-head {
    background: #f9f5f1;
    font-weight: 700;
    color: #120d09
}

.job-item {
    border-bottom: 1px solid #e2cfbb
}

.job-name a {
    font-weight: 600;
    color: #716e6b
}

.job-name a:hover {
    color: #b68756
}

.job-more-details {
    text-align: right
}

.featured-blog-grid {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0 50px 40px rgba(233, 219, 204, .2);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 30px
}

.recent-blog-image, .featured-blog-grid .vc_col-image {
    border-radius: 16px
}

.vc_grid.vc_row .vc_grid-item.featured-blog-block:not(:first-child) .vc_gitem-post-data-source-post_excerpt p {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.vc_grid.vc_row .vc_grid-item.featured-blog-block {
    margin-bottom: 30px
}

.vc_grid.vc_row .vc_grid-item.featured-blog-block:nth-child(2n) {
    margin-left: 30px
}

.featured-blog-block .vc_col-info .vc_gitem_row .vc_gitem-col {
    padding: 10px 0
}

.gitem-blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.recent-posts-blogs .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.vc_grid.vc_row .vc_grid-item.recent-blog-block {
    flex: 0 1 33.3333%;
    height: 100%;
    padding: 15px
}

.single-blog-block {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px
}

.single-blog-share {
    max-width: 80%;
    margin: 40px auto 30px;
    padding: 20px 0;
    border-top: 1px solid #e2cfbb;
    border-bottom: 1px solid #e2cfbb
}

.single-blog-share-list {
    margin-top: 16px
}

.single-blog-share-list a {
    background: #3077b0;
    min-width: 74px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    padding: 6px 6px 4px
}

.single-blog-share-list a.btn-facebook {
    background: #3077b0
}

.single-blog-share-list a.btn-twitter {
    background: #4aa1eb
}

.single-blog-share-list a.btn-linkedin {
    background: #3077b0
}

.single-blog-share-list a.btn-copy {
    background: #f0e7dd;
    color: #716e6b
}

.single-blog-share-list a i {
    font-size: 16px
}

.single-blog-share-list a span {
    margin-left: 8px;
    line-height: 23px
}

#toast-copy {
    background-color: #514438;
    padding: 8px 12px;
    border-radius: 4px;
    display: none
}

.single-blog-related-image a {
    display: block;
    height: 180px;
    border-radius: 16px;
    margin-bottom: 8px
}

.single-blog-related-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px
}

.recent-posts-blogs ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(7.5px);
    border-radius: 16px
}

.recent-posts-blogs ul:before, .recent-posts-blogs ul:after {
    display: none
}

.recent-posts-blogs .vc_grid-filter li.vc_grid-filter-item {
    position: relative;
    padding: 16px 10px;
    flex: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #120d09
}

.recent-posts-blogs ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #e0bc96 50%, rgba(255, 255, 255, 0) 100%)
}

.recent-posts-blogs ul li:after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -5px;
    height: 2px;
    background: #b68756;
    border-radius: 100px;
    display: none
}

.recent-posts-blogs .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .recent-posts-blogs .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
    background-color: transparent
}

.recent-posts-blogs .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover:after, .recent-posts-blogs .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active:after {
    display: block
}

.recent-posts-blogs .vc_btn3.vc_btn3-size-xs {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px
}

.recent-posts-blogs .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #fff;
    border-color: #514438;
    background-color: #514438;
    border-radius: 8px
}

.recent-posts-blogs .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover, .recent-posts-blogs .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
    color: #fff;
    border-color: #b68756;
    background-color: #b68756
}

.wif-box.wpb_text_column {
    background: #fff;
    border: 1px solid #e2cfbb;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    margin-bottom: 0
}

.col-career-slider-images.u-slick .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px
}

.col-career-slider-images.u-slick .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 7px
}

.btn-linear2 a {
    display: inline-block;
    border-radius: 16px;
    width: 100%;
    height: 64px;
    font-weight: 700;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: linear-gradient(90deg, #1c2a58 0%, #ec1c24 100%);
    box-shadow: 0 15px 30px rgb(81 68 56/15%);
    max-width: 375px;
    min-width: 300px;
    overflow: hidden
}

.dashicons, .dashicons-before:before {
    font-size: 19px
}

.dashicons-calendar-alt:before {
    font-size: 16px
}

.featured-blog-grid .vc_gitem-post-data-source-post_date div:before {
    content: "\f508";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    width: 20px;
    height: 15px;
    font-size: 15px;
    vertical-align: top
}

.single-blog-image img {
    display: block;
    margin: auto
}

.results-item-title .name {
    text-transform: capitalize
}

.sp-testimonial-pro-item {
    padding: 15px
}

.sp-testimonial-pro {
    background: rgba(255, 255, 255, .7);
    border: 1px solid #f0e7dd;
    box-shadow: 0 25px 50px rgba(182, 135, 86, .06);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    min-height: 206px
}

.tpro-client-testimonial-info-left .tpro-client-image img, .tpro-client-testimonial-info-left .tpro-image-style-three {
    height: 48px;
    width: 48px
}

.tpro-client-testimonial-info {
    display: flex
}

.tpro-client-testimonial-info-left {
    flex: 0 48px;
    margin-right: 16px
}

.tpro-client-testimonial-info-right {
    width: 100%
}

.tpro-client-testimonial-info-right .tpro-client-name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tpro-client-name {
    font-weight: 700;
    color: #120d09;
    text-transform: capitalize !important
}

.tpro-client-testimonial-rating-date {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sp-testimonial-pro-section .tpro-client-rating i.fa {
    font-size: 16px;
    color: #f2c042
}

.tpro-testimonial-date {
    font-size: 12px;
    color: #716e6b
}

.tpro-client-testimonial {
    font-size: 14px;
    line-height: 22px;
    color: #120d09;
    margin-top: 12px
}

.tpro-client-testimonial .tpro-testimonial-text {
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word
}

.tpro-client-testimonial p {
    word-break: break-word
}

.tpro-read-more {
    margin-top: 8px;
    display: inline-block
}

ul.sp-tpro-pagination li a, ul.sp-tpro-pagination li span {
    line-height: 32px;
    font-weight: 400;
    font-size: inherit;
    height: 32px;
    width: 32px
}

.tpro-client-testimonial-info-data {
    width: 100%
}

.sp-testimonial-pro-section .tpro-button-next, .sp-testimonial-pro-section .tpro-button-prev {
    border-radius: 90px;
    background: #fff;
    box-shadow: 0 2px 10px rgb(81 68 56/20%);
    color: #926c45
}

.average-rating-write {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0e7dd;
    border-radius: 16px;
    padding: 30px;
    margin-left: 15px;
    margin-right: 15px
}

.average-rating-section {
    text-align: left;
    margin-bottom: 0
}

.total-rating-number {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #120d09;
    margin-right: 8px
}

.average-rating-section .tpro-client-rating i {
    font-size: 22px;
    line-height: 32px;
    color: #f2c042
}

.average-rating-section .tpro-client-rating {
    display: flex;
    align-items: center
}

.total-rating-text {
    margin-left: 20px;
    line-height: 32px
}

.average-write-section .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 200px
}

.sp-tpro-modal-testimonial-write-popup {
    background: #fff;
    border-radius: 16px;
    max-width: 600px
}

.sp-tpro-modal-testimonial-write-popup .sp-tpro-fronted-form .sp-tpro-form-field input[type=text], .sp-tpro-modal-testimonial-write-popup .sp-tpro-fronted-form .sp-tpro-form-field input[type=email], .sp-tpro-modal-testimonial-write-popup .sp-tpro-fronted-form .sp-tpro-form-field textarea {
    max-width: 600px;
    border: 1px solid #f9f5f1;
    background: #f9f5f1;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 22px
}

.sp-tpro-modal-testimonial-write-popup .sp-tpro-form-submit-button input[type=submit] {
    background: #514438 !important;
    box-shadow: 0 25px 50px rgba(81, 68, 56, .35);
    border-radius: 16px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    min-width: 280px
}

.sp-tpro-modal-testimonial-write-popup .sp-tpro-client-rating {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 12px
}

.sp-tpro-modal-testimonial-write-popup .sp-tpro-client-rating label {
    font-size: 32px !important
}

.sp-tpro-modal-testimonial-write-popup .sp-tpro-client-rating-text label {
    font-size: 14px !important;
    color: #120d09 !important
}

.sp-tpro-client-rating-text {
    margin-top: 8px;
    margin-bottom: 12px
}

.sp-tpro-fronted-form .sp-tpro-form-field label:not(.error) {
    width: 60px !important
}

.remodal {
    border-radius: 16px
}

.sp-tpro-form-submit-button {
    display: none !important
}

#sp-tpro-form-submit-button-check {
    background: #514438 !important;
    border-radius: 16px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    min-width: 280px;
    padding: 14px
}

#sp-tpro-form-submit-button-check .wpcf7-spinner {
    position: absolute
}

#testimonial_form {
    position: relative
}

.sp-tpro-form-thank {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: none
}

.average-rating-section .average-rating-text {
    text-align: left !important
}

.sp-testimonial-pro-section .sp-tpro-pagination-area {
    text-align: center !important
}

ul.sp-tpro-pagination li a, ul.sp-tpro-pagination li span {
    border: none !important
}

.sp-testimonial-pro-section .sp-tpro-items, .sp-testimonial-pro-section.tpro-layout-filter-standard .sp-tpro-isotope-items, .sp-testimonial-pro-section.tpro-layout-grid-standard {
    width: 100% !important
}