

body[mode=light] {
    --uicolor: #040404;
    --bgcolor: #ffffff;
    --textcolor: #0b2239;
    --bghover: #0613260f;
    --diver: #171f2621;
    --secondarytext: #201f1f;
    --disable-text: #ffffff4d;
    --disable-button: #ffffff33;
    --positive: #35bf56;
    --titlecolor: #011e12;
    --contentcolor: #585858;
    --bkground: #eaf4ff;
    --alinks: #000000;
    --border: #d7d9df;
    --iconcolor: #8f8c91;
    --transition: all 0.2s ease;
    --hover-overlay: #06063205;
    --uicolor2: #dbaa4e;
    --uicolor3: #223348;
    --box-shadow: 0px 0px 8px 1px #0c0c0c21;
}
:root {
    --fsize: 14px;
    --sidebars-1: 280px;
    --sidebars-2: 300px;
    --padding-v1: 30px;
    --padding-v2: 15px;
    --margin-v1: 20px;
    --margin-v2: 10px;
    --margin-v3: 5px;
    --lheight: 24px;
    --transition-timing-out: out: cubic-bezier(0, 0, 1, 1);
    --transition-timing-in: cubic-bezier(0, 0, 1, 1);
    --miniradius: 15px;
    --largeradius: 25px;
    --ffamily: YourColor;
    --ffamilystrong: Lalezar
}
body {
    font-family: var(--ffamily);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    font-size: var(--fsize);
    direction: ltr;
}
body::-webkit-scrollbar-thumb {
    background: #c5c5c5
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

h1 {
    --hfont--size: 2em
}
ul {
    list-style: none
}
h2 {
    --hfont--size: 1.5em
}

h3 {
    --hfont--size: 1.17em
}

h5 {
    --hfont--size: 0.83em
}

h6 {
    --hfont--size: 0.67em
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500
}
::placeholder {
    color: var(--textcolor);
    opacity: .4
}

:focus::placeholder {
    opacity: .2
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: inherit;
    word-break: break-word;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}


.faq_section {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


section.price-section {
    background: #fff;
}
rootinside {
    display: block;
    min-height: 100vh
}
a {
    text-decoration: none;
    transition: color 350ms ease 0s;
    color: var(--alinks);
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.unline:hover {
    text-decoration: underline
}

.activable:active {
    transform: scale(.96);
    opacity: .85
}

.hoverable.hoverableselect:hover::after {
    background: var(--media-hover)
}

.hoverable.hoverableselect::after {
    transition: none
}

.hoverable {
    position: relative;
    overflow: hidden
}

.hoverable::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    transition: 150ms var(--transition-timing-in) background;
    pointer-events: none
}

.hoverable:hover::after {
    transition: 50ms var(--transition-timing-in) opacity;
    opacity: 1;
    background: var(--hover-overlay)
}

.activableopac:active {
    opacity: .7
}
/*header*/

header {
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    position: sticky;
    background: var(--uicolor);
    transition: var(--transition);
}

header>.container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.menu-nav>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-nav>ul>li {
    margin: 0 2px;
    display: block;
    position: relative;
}
.menu-nav {
    flex: 1 1 0%;
    display: block;
}
.menu-nav>ul>li>a {
    font-size: 16px;
    padding: 13px 14px;
    display: block;
    font-weight: 400;
    color: var(--bgcolor);
    transition: 350ms all ease;
    line-height: 38px;
}

.menu-nav>ul>li a:hover {
    color: #ffc65b;
}
footer {
    background: #223348;
    position: relative;
    padding: 130px 0 0px;
    /* border-top: 5px solid #1265c3; */
}
.foot {padding: 0;}
.footer_menu ul {
    flex: 1 1 0%;
    display: flex;
    list-style: none;
    text-align: right;
    flex-wrap: wrap;
    margin: -5px;
}
.footer_menu ul li {
    flex: 1 1 0%;
    border-radius: 5px;
    margin: 3px;
    padding: 0px 10px;
    background: #ffffff14;
}
.footer_menu ul li a {
    font-size: 15px;
    padding: 8px 23px;
    white-space: nowrap;
    display: block;
    font-weight: 400;
    border-radius: 10px;
    transition: var(--transition);
    color: #ffffff;
    position: relative;
    text-align: left;
}

.footer_menu ul li a:hover {
    color: var(--uicolor2);
}
#button.show {
    opacity: 1;
    visibility: visible;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}
#button {
    background: var(--uicolor);
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background .3s, opacity .5s, visibility .5s;
    z-index: 99;
    border-radius: var(--miniradius);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show {
}
.btn-phone , .btn-whatsapp {
    left: 6px;
    bottom: 90px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    right: auto;
    position: fixed;
    bottom: 18px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #52d757;
    border-radius: 40%;
    animation: callrotate 2s infinite ease-in-out;
    box-shadow: var(--box-shadow);
    left: 20px;
}
.show {
    visibility: visible;
    z-index: 99;
    transition: all 300ms ease;
}
.foot-footer {
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 13px 5px;
    border-top: 2px solid #ffffff24;
}
allrights-reserved {
    text-align: center;
    position: relative;
    display: block;
    max-width: 500px;
    min-width: 200px;
    flex: 1;
    display: flex;
    font-size: 14px;
    color: #ffffff;
}
.company {
    position: relative;
    flex: 1;
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: end;
}
.company p {
    font-size: 14px;
    display: flex;
    align-items: end;
    color: #ffffff;
    font-weight: 400;
}
.company p a img {
    width: 110px;
    height: auto;
}


.intro-page.-model-1 .container {
    display: flex;
}

.-section- {flex: 1;max-width: 100%;margin-inline-end: 20px;}

.-post-box {
    min-width: 360px;
    max-width: 360px;
    flex: 1;
    height: 100%;
}

.post-intro-slider- {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -10px;
}

.-GridItem-1 {
    min-width: 310px;
    max-width: 320px;
    flex: 1;
    margin: 10px;
    border: 4px solid #fff;
    position: relative;
    box-shadow: 0px 0px 12px #00000038;
    height: 250px;
    border-radius: var(--largeradius);
    overflow: hidden;
    transition: var(--transition);
}

.-GridItem-1:hover {
    transform: translate(0,-1px);
}

.-GridItem-1:hover .-GridItem-1-category-Item>span {
    background: var(--uicolor2);
    color: white;
}

.-GridItem-3>a {
    display: flex;
    width: 100%;
    height: 100%;
}

.-GridItem-1-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    flex: 1 1 0%;
    padding: 37px 15px 21px;
    background: linear-gradient(rgba(0,0,0,0),rgb(6 39 78) 100%,rgb(59 124 205));
    transition: var(--transition);
}

.-GridItem-1-info p {
    color: white;
    margin-top: 11px;
    font-size: 12px;
}

.-GridItem-1-info a h3 {
    display: flex;
    color: var(--bgcolor);
    position: relative;
    width: 100%;
    transition: .3s;
    font-size: 23px;
    font-weight: 300;
    text-shadow: 0px 1px 3px #0000008c;
}

.-GridItem-1-ThumbBox>a {
    width: 100%;
    height: 100%;
}

.-GridItem-1-ThumbBox a img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.-GridItem-1-ThumbBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.-GridItem-1-ThumbBox img {
    width: 100%;
    height: 100%;
}

.-GridItem-1-category-Item {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    margin-bottom: 15px;
}

sections-items > * {padding: 70px 0;position: relative;overflow: hidden;}

section.city-section {
    background: var(--bkground);
}


.-GridItem-3-ThumbBox {
    min-width: 70px;
    height: 70px;
    max-width: 70px;
    flex: 1;
    border-radius: 11px;
    overflow: hidden;
}

.-GridItem-3-ThumbBox img {
    width: 100%;
    height: 100%;
}

.-GridItem-3-info {
    flex: 1;
    margin-inline-start: 13px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.GridItem-3-title-model h3 {
    color: var(--secondarytext);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: var(--transition);
    height: 47px;
    overflow: hidden;
}

.-GridItem-3:hover .GridItem-3-title-model h2 {
    color: var(--uicolor2);
}

.-GridItem-3 {
    transition: var(--transition);
    display: flex;
    min-width: 230px;
    max-width: 100%;
    padding-inline: 0;
    margin-bottom: 17px;
    flex: 1;
    background: var(--bkground);
    padding: 14px;
    border-radius: var(--largeradius);
    overflow: hidden;
    align-items: center;
}

.-GridItem-3:hover {
    background: white;
    box-shadow: 0 0px 14px 2px #1b798e26;
}
.-Posts-intro {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}

ul.-Tabs-intro-List li {
    width: max-content;
    margin-inline-end: 5px;
    cursor: pointer;
    position: relative;
    transition: 180ms;
    padding: 10px 15px;
    border-radius: var(--largeradius);
    font-size: 11px;
    font-weight: 500;
    color: var(--secondarytext);
}

.-Posts-intro h2 {
    color: var(--uicolor);
    font-size: 22px;
    font-weight: 600;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
}
.-Posts-intro span {
    transition: 150ms;
    display: flex;
    width: 30px;
    justify-content: center;
}
.-Posts-intro i {
    font-weight: 400;
    font-size: 21px;
    color: var(--uicolor2);
}


ul.-GridItem-3-headline li {
    color: var(--contentcolor);
    font-weight: 500;
    font-size: 11px;
}

ul.-GridItem-3-headline li i {
    margin-inline-end: 6px;
}
ul.-GridItem-3-headline {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.GridItem-3-title-model {}

.post-intro-slider- .-GridItem-1:last-child {
    /* min-width: 652px; */
}

.-Posts-intro-box .-GridItem-3:last-child {
    margin-bottom: 0;
}

.-Posts-intro-box {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

.intro-page.-model-1 {
    background: white;
}

.intro-yu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 22px;
    position: relative;
    flex-direction: column;
    /* max-width: 60%; */
    /* min-width: 65%; */
    /* margin: auto; */
}

.info-cover {
    /* max-width: 600px; */
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-cover h1 {
    margin-bottom: 18px;
    font-size: 33px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.info-cover p {
    color: #fff7e4;
    position: relative;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}

.img_back-yu {max-width: 560px;-webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTIzLjYgMTE1LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyMy42IDExNS4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMjMxRjIwO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjIsMi43QzEwNy45LTAuOSw5OS45LTAuNyw5My4yLDJDODIuOCw2LjEsNzYuNCwxOC41LDY1LjMsMjAuNmMtNi43LDEuMi0xMy4xLTIuMi0xOS41LTQuNQ0KCWMtOC0yLjgtMTYuNy0zLjgtMjQuOS0xLjdDMTQuNCwxNi4xLDgsMjAuMiw0LDI1LjdjLTIuNiwzLjYtNC4xLDcuOS00LDEyLjVjMC4zLDkuOCw3LjcsMTcuNiw5LDI3LjFjMS4yLDguOS00LjksMTUuNy02LjYsMjMuOQ0KCWMtMS43LDgsMS44LDE2LjgsOC40LDIxLjVjMTQuNiwxMC40LDM1LjYtMC42LDQ3LjYtOS4yYzEwLjMtNy4zLDIwLjItMTIuNCwzMS45LTE3LjJjNi43LTIuNywxMy44LTQuMywyMC42LTYuNw0KCWM4LjgtMy4xLDE2LjYtMTIuNSwxMC42LTIxLjljMCwwLDAsMCwwLDBjLTIuMi0zLjQtMy0xMy42LTEuOS0xNy41YzAuNy0yLjYsMS41LTUuMiwyLjItNy45YzAuOS0zLjcsMS41LTcuNiwxLjItMTEuNGMwLDAsMCwwLDAsMA0KCUMxMjMuOCwxMi43LDExOS45LDYsMTE0LjIsMi43eiIvPg0KPC9zdmc+DQo=);-webkit-mask-size: 100% 100%;-webkit-mask-repeat: no-repeat;}

.img_back-yu img {
    width: 100%;
    height: 530px;
}

.intro_buttun {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.intro_buttun a {
    padding: 12px 23px;
    margin-inline-end: 12px;
    border-radius: 15px;
    color: white;
    font-size: 17px;
    font-weight: 400;
    border-color: #ffffff;
    box-shadow: 0 0 0 0 #ffffff inset;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

a.content-btn_1 {
    border: 1px solid #d9ac35;
    color: #000000;
    position: relative;
    background: var(--uicolor2);
}

a.content-btn_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(var(--wdtSecondaryColorRgb));
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
    z-index: -1;
    -webkit-transition: var(--wdtBaseTransition);
    transition: var(--wdtBaseTransition);
--wdtBaseTransition: all 0.3s ease-out 0s;
--wdtSecondaryColorRgb: 203,147,93;
}
.page-concept {
    background: var(--imgbk);
    display: block;
    z-index: 0;
    padding: 0;
}
.img-intro:before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 741px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
    background: linear-gradient(180deg, #1F3044B3 0%, var( --e-global-color-accent ) 100%);
    --e-global-color-accent: #1F3044;
}

.social--footer {
    display: flex;
    align-items: center;
    position: relative;
}
.facebook {
    --socialcolor: #0278bd;
--scoial: #0278bd;
}
.social--footer>a {
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 10px;
    color: white;
    background: #344d6a;
    border: 1px solid #00000021;
    transition: 180ms;
    display: flex;
    transition: all var(--transition);
}

.social--footer>a:hover {
    background: var(--uicolor2);
    color: white;
}
.social--footer>a i {
    font-size: 40px;
    font-weight: 100!important;
    width: 100%;
    text-align: center;
    transition: all var(--transition);
}
a.twitter {
    --socialcolor: #ffffff;
}
.youtube {
    --socialcolor: #FF0000;
}
a.linkedin {
    --socialcolor: #5d93ff;
}
a.telegram {
    --socialcolor: #369aff;
}

.social--box {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.social--box span {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.-section-box {
    display: flex;
    margin-bottom: 50px;
}

.section-title {display: flex;margin-bottom: 20px;margin-top: 50px;}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
}

.section-title h2 i {
    font-size: 30px;
    margin-inline-end: 10px;
    color: var(--uicolor2);
    font-weight: 400;
}

.logo_footer {
    margin-top: 24px;
}

.text-footer-menu {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    position: relative;
    padding-bottom: 24px;
    width: max-content;
}

h3.text-footer-menu:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 17px;
    width: 30px;
    height: 2px;
    background-color: #c1a974;
}

h3.text-footer-menu:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 6px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

.menu-nav>ul>li.current-menu-item>a {
    background-color: #344d6a;
    background-repeat: no-repeat,no-repeat;
    background-position: 50% 50%,top center;
    background-size: auto 231px,cover;
    box-shadow: 0px 5px 4px #00000052;
    border-bottom: 3px solid #fff;
    color: #ffffff;
    font-weight: 400;
}

header.fixed .menu-nav>ul>li.current-menu-item>a {
    color: white;
}

.-GridItem-1-info a h2:hover {
}

ul.-date-model-1 li {
    color: #ede7e7;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}

ul.-date-model-1 li i {
    margin-inline-end: 6px;
}

.-GridItem-1:hover .-GridItem-1-info {
    padding-bottom: 28px;
}

.-GridItem-1:hover .-GridItem-1-ThumbBox a img {
    opacity: 0.8;
}

.-GridItem-3:hover .-GridItem-3-ThumbBox img {filter: brightness(0.9);}

.postmodel.model-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -12px;
}

.-GridItem-2 {
    min-width: 241px;
    max-width: 320px;
    flex: 1;
    margin: 5px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0d10341f;
    border: 1px solid transparent;
}

.-GridItem-2:hover {
    box-shadow: none;
    transform: translate(0px, -1px);
    box-shadow: 0px 0px 13px #22334885;
}

.-GridItem-2:hover .GridItem-2-title-model a h3 {
    color: #2a73c7;
}

.-GridItem-2--ThumbBox a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.-GridItem-2--ThumbBox a img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transition: var(--transition);
    object-fit: fill;
}

.-GridItem-2--ThumbBox {
    height: 200px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

.-Griditem-4-title-description {
    margin-bottom: 10px;
}

.-Griditem-2-user {
    display: flex;
    align-items: center;
}

.-GridItem-2-category-Item {height: 60px;width: 60px;display: flex;align-items: center;justify-content: center;background-color: #ffebe4;border-radius: 50%;padding: 10px;z-index: 2;border: 6px solid #fff;transition: all 0.3s ease;margin-top: -49px;margin-right: 18px;position: relative;z-index: 9;margin-bottom: 7px;}

.-GridItem-2-category-Item a {width: 100%;height: 100%;display: flex;justify-content: center;}

.-GridItem-2-category-Item a img {
    width: 44px;
    position: relative;
    border-radius: 6px;
    transform: scale(1.03);
    transition: all 0.8s;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.GridItem-2-title-model a {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.GridItem-2-title-model p {
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    color: var(--contentcolor);
    display: block;
}

.GridItem-2-title-model a h3 {font-size: 18px;line-height: 30px;font-weight: 600;color: var(--uicolor);height: 65px;overflow: hidden;}

section.bh_model_shap_posts {
    background: var(--bkground);
}

.titles_concept {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.titles_concept_1 {
    flex: 1;
    display: flex;
    font-size: 90px;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.titles_concept_1 span {
   font-family: 'Russo One', sans-serif;
   width: max-content;
   font-weight: 500;
   font-size: 22px;
   line-height: 30px;
   text-transform: uppercase;
   position: relative;
   color: #cc8809;
   display: flex;
   align-items: center;
}

.titles_concept_1 span:before {
    /*content: ' ';
    width: 2.1875rem;
    border-top: 2px solid #e49f37;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    margin-inline-end: 10px;*/
}

.titles_concept_1 p {
    line-height: 35px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0px;
    color: #000000;
    display: block;
    text-align: center;
}

.titles_concept_1 h2 {
    color: #2f2f2f;
    font-size: 36px;
    font-weight: 600;
    display: block;
    margin-bottom: -8px;
}

.titles_concept_1 h2 strong {
    color: var(--uicolor2);
    font-weight: 300;
}

ul.-GridItem-2-headline li i {
    margin-inline-end: 6px;
}

li.-GridItem-6--date {
    color: var(--contentcolor);
    font-weight: 400;
    font-size: 13px;
}

.model-1 {padding-top: 129px;padding: 70px 0;}

.ButtonConcept {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 50px;
}

.ButtonConcept a {
    font-size: 17px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #00000036;
    padding: 10px 55px;
    border-radius: 20px;
    color: #0c0b0b;
    transition: var(--transition);
    margin-bottom: 0px;
}

.ButtonConcept a:hover {
    background: rgb(216 238 255);
}

.ButtonConcept a i {
    margin-inline-start: 8px;
    transform: rotate(180deg);
}

.postmodel-model-2 {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.Griditem-posts-midden {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.Griditem-posts-left {
    min-width: 320px;
    max-width: 320px;
    flex: 1;
}

.Griditem-posts-right {
    min-width: 320px;
    max-width: 320px;
    flex: 1;
}

.category-Item a {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    background: var(--bkground);
    border-radius: 20px;
    color: var(--uicolor);
    font-weight: 500;
    transition: var(--transition);
    font-size: 13px;
}

.category-Item a:hover {
    background: var(--uicolor2);
    color: white;
}

.-Griditem-2-user-avatar {
    border-radius: 40px;
    overflow: hidden;
    margin-inline-end: 9px;
}

.GridItem-title->a {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.GridItem-title->a h3 {
    color: var(--uicolor);
    transition: var(--transition);
    font-weight: 500;
    font-size: 18px;
    height: 51px;
    overflow: hidden;
}

.GridItem-title->a>p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--contentcolor);
}

.category-Item {
    display: flex;
}

.-GridItem-2:hover .GridItem-title->a h3 {
    color: #2175d9;
}

ul.-Tabs--Posts--List {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    flex: 1;
    flex-wrap: wrap;
}

ul.-Tabs--Posts--List li {
    margin-inline-end: 14px;
    padding: 7px 15px;
    background: var(--bkground);
    border-radius: 11px;
    color: var(--uicolor);
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}

ul.-Tabs--Posts--List li:last-child {
    margin-inline-end: 0;
}

.faq-info {
    display: block;
    padding: 20px;
    border-radius: 20px;
    margin-inline-end: 44px;
    min-width: 600px;
    max-width: 58%;
    flex: 1;
}

.head-faq-title {
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.head-faq-title h2 {
    flex: 1;
    font-size: 20px;
    color: var(--uicolor);
    font-weight: 500;
}

.faq-section {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    margin-bottom: 12px;
    box-shadow: 0px 0px 11px #20314538;
    padding: 20px 16px;
    border-radius: 20px;
}

.answer {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 180ms;
    margin-top: 0;
}

.answer p {
    color: var(--contentcolor);
    font-weight: 400;
    line-height: 1.7;
    font-size: 16px;
}


.icon_faq {
    display: flex;
}

.icon_faq i {
    font-size: 19px;
}

.icon_faq i.fas.fa-minus {
    display: none;
}

.faq-section.active .answer {
    height: var(--outheight);
    visibility: visible;
    opacity: 1;
    transition: var(--transition);
    display: block;
    margin-top: 10px;
}

ul.-Tabs--Posts--List li.-Tabs--Posts--Items.active {
    background: var(--uicolor2);
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.-GridItem-2:hover .-GridItem-2--ThumbBox a img {
    transform: scale(1.06);
    filter: brightness(0.9);
}

.category_panner-mobile {
    display: flex;
    flex-wrap: wrap;
}


.-category-image {
    transition: var(--transition);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    max-width: 80px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.-category-image a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    position: relative;
    transition: var(--transition);
}


.-category-image span {
    width: 45px;
    position: absolute;
    right: 17px;
    top: 10px;
    height: 50px;
    z-index: 1;
    background: #000000d1;
    border-radius: 50%;
    height: 45px;
    opacity: 0.8;
    transition: var(--transition);
}

.-category-image span i {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 21px;
    color: white;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.-category-image img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: var(--transition);
}

.cat_title_boxed {
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 2;
}

.cat_title_boxed a h3 {
    color: white;
}
.model- {
    padding-top: 31px;
}


.cat_title_boxed p {
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    color: var(--contentcolor);
    display: block;
    margin-top: 5px;
}

.cat_title_boxed a h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    margin-bottom: 7px;
    text-align: center;
    justify-content: center;
}

p.Service_price {
    position: absolute;
    background: rgb(255 46 46);
    color: #fff;
    padding: 2px 75px;
    font-style: normal;
    position: absolute;
    left: -65px;
    font-size: 13px;
    transform: rotate(313deg);
    width: max-content;
    top: 25px;
    font-weight: 500;
}





.-category-boxed:hover .-category-image span {
    opacity: 1;
    visibility: visible;
}

.-category-boxed:hover .cat_title_boxed a h3 {
    color: var(--uicolor);
}

.box-price {
};
.box-price {
    border-radius: var(--largeradius);
    text-align: center;
    z-index: 1;
    flex: 1;
    margin: 20px;
    min-width: 300px;
    overflow: hidden;
    background: #ffffff;
    transition: 150ms all ease;
    position: relative;
    z-index: 1;
    height: 668px;
    box-shadow: 0px 6px 23px -1px #1b215a2e;
    font-size: 18px;
};
.box-price {
    border-radius: var(--largeradius);
    text-align: center;
    z-index: 1;
    flex: 1;
    margin: 20px;
    min-width: 300px;
    overflow: hidden;
    background: #ffffff;
    transition: 150ms all ease;
    position: relative;
    z-index: 1;
    height: 668px;
    box-shadow: 0px 6px 23px -1px #1b215a2e;
    font-size: 18px;
}
.tit_pries p {
    margin-bottom: 39px;
    font-size: 24px;
    color: var(--uicolor);
    line-height: 34px;
    font-weight: 400;
}
.image_price {
}
.price-block {
    display: flex;
    flex-wrap: wrap;
}
.image_price img {
}
.box-price em {
    background: #ffffff;
    color: var(--uicolor);
    padding: 6px 12px;
    font-style: normal;
    position: absolute;
    left: -78px;
    font-size: 14px;
    transform: rotate(313deg);
    width: 229px;
    top: 26px;
    font-weight: 600;
}
.box-price h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 500;
    color: var(--uicolor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_services_price {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.list_services_price ul {
    list-style: none;
    text-align: right;
}


.model-2 {
    background: #ffffff;
}

.-category-boxed:hover {
    background: white;
    box-shadow: var(--box-shadow);
}



.d-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-bottom: 50px;
}

.city-block {
    min-width: 210px;
    max-width: 250px;
    border-radius: var(--largeradius);
    overflow: hidden;
    margin: 10px;
    display: block;
    height: 100%;
    transition: var(--transition);
    flex: 1;
    background: #0000000f;
    padding: 11px;
}


.city-block:hover {
    transform: translate(0,-1px);
}

.city-block a {
    display: block;
    width: 100%;
    /* height: 100%; */
    position: relative;
    display: flex;
    align-items: center;
}

.head-block-city {
    position: absolute;
    bottom: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 9px 12px;
    z-index: 1;
    display: block;
    transition: var(--transition);
}

.head-block-city h3 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.icon_country {
    height: 100%;
    width: 45px;
    height: 45px;
}

.city-block:hover .icon_country img {
    opacity: 0.7;
}

.icon_country {
    width: 45px;
    position: relative;
    z-index: 1;
    background: var(--uicolor);
    border-radius: 50%;
    height: 36px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.icon_country span i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    z-index: 1;
    font-weight: 500;
}

.icon_country img {
    width: 100%;
    height: 100%;
    position: relative;
}

.city-block:hover .icon_country span {
    opacity: 1;
}


.-single-parent-box {
    display: flex!important;
    align-items: self-start;
    width: 100%;
}

.-single-parent-box .container {
    display: flex;
}

.-single-parent {
    display: block;
    position: relative;
    border-radius: 20px;
    max-width: calc(100% - 330px);
}
.-single-parent-post--sidebar {
    min-width: 340px;
    align-self: start;
    bottom: 0;
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-left: 30px;
}
.for-auto-scrollers {
    position: fixed;
    z-index: 22;
    width: 50px;
    height: 50px;
    right: 0;
}
.for-auto-scrollers {
    cursor: pointer;
    bottom: 30px;
}
.-single-parent-flexes--content {
    position: relative;
    transition: 150ms;
    width: 100%;
}
.-single-parent-flexes--content-inner-thumb {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-radius: var(--largeradius);
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    flex-direction: column;
}
.-single-parent-flexes--content-inner-thumb img {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.-single-parent-flexes--content-bar span {
    font-size: 15px;
    color: var(--uicolor);
}

.-user-avatar {
    width: 50px;
    height: 50px;
}

.-user-avatar i {
    display: flex;
    height: 100%;
    width: 100%;
    background: #eff6ff;
    align-items: center;
    justify-content: center;
}

ol.BreadcrumbsFilters {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 15px;
    align-items: center;
}

ol.BreadcrumbsFilters li {
    display: flex;
    margin-inline-end: 8px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

li.none_after {
    margin-inline-start: 0;
}

ol.BreadcrumbsFilters li a {
    align-items: center;
    display: flex;
    text-align: right;
    transition: var(--textcolor);
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-radius: var(--largeradius);
    color: var(--secondarytext);
    font-size: 14px;
    font-weight: 400;
}

ol.BreadcrumbsFilters > li > i {
    margin-inline-end: 5px;
    font-weight: 500;
}

.-UserArea>a {
    display: flex;
    align-items: center;
    flex: 1;
}

.-UserArea a i {
    margin-inline-end: 4px;
}

.Contain--Content--Context {
    display: flex;
    width: 100%;
}
.-single-parent-flexes--content-inner-content {
    max-width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    border-radius: var(--largeradius);
}
.-single-parent-flexes--content-inner-content :not(.-inner-similiar-posts *):not(.-inner-similiar-posts):not(.-single-parent-flexes--content-bar-secondary *):not(.-single-parent-flexes--content-bar-secondary) {
    margin: revert;
    padding: revert;
    max-width: 100%;
}
div#ez-toc-container {
    background: var(--bgcolor)!important;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 20px 20px;
    width: 100%;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: 500;
    margin: 0;
    color: var(--alinks);
    font-size: 24px;
    flex: 1;
}
.ArticleDetails>h2 ,.ArticleDetails h3 ,.ArticleDetails h4 ,.ArticleDetails h5 {
    background: linear-gradient(-90deg,var(--bkground),transparent);
    border-radius: 0 20px 20px 0;
    padding: 8px 20px!important;
    margin: 10px 0;
}
.ArticleDetails>h2 {
     font-weight: 600;
    font-size: 22px;
}
.ArticleDetails>h3 {
    background: linear-gradient(-90deg,var(--bkground),transparent);
    border-radius: 0 20px 20px 0;
    padding: 12px 20px!important;
    font-weight: 600;
}
.ArticleDetails>h4{
    font-size: 20px;
   
    font-weight: 600;
}
 .ArticleDetails>h5 {
     font-size: 18px;
    font-weight: 400;
     
 }
 .ArticleDetails>h6 {
     font-size: 16px;
    font-weight: 400;
     
 }

.single-post {
    background: white;
    display: block;
    padding-top: 70px;
    margin-top: 0px;
}
.-UserArea.def ul {
    margin-inline-start: auto !important;
}
.-single-parent-flexes--content-inner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    transition: 150ms;
    width: 100%;
    padding: 25px;
    border-radius: 25px;
    background: var(--bkground);
    margin-bottom: 20px;
}

.-single-parent-flexes--content-bar h1 {
    margin: 13px 0;
    font-weight: 600;
    font-size: 25px;
    width: 100%;
}
.-user-avatar {
    display: flex;
    margin-left: 8px;
    width: 35px;
    height: 35px;
    border: 3px solid #b9bebf;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.-single-parent-flexes--content-bar .-user-avatar i {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.-user-context {
    display: flex;
    white-space: nowrap;
    flex-direction: column;
}

.-user-context span {
    font-size: 16px;
    font-weight: 400;
    color: var(--uicolor);
}
.-user-context>h4, .ArticleDetails.details h6 {
    font-size: 16px;
    font-weight: 400;
}
.-user-context time {
    font-weight: 400;
    font-size: 11px;
    color: var(--contentcolor);
}
.ArticleDetails.details>* {
    display: block;
    list-style: revert;
    text-align: revert;
    color: var(--secondarytext);
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
}

.ArticleDetails.details>p {
    color: var(--contentcolor);
}

.ArticleDetails h1 {
    font-size: 22px;
    border-radius: 0 20px 20px 0;
    padding: 12px 20px!important;
    background: linear-gradient(-90deg,var(--bkground),transparent);
    line-height: 1.4;
}
.LoaderPostsRelaterIndex-box {
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: var(--largeradius);
    background: var(--bkground);
}
.sidebar-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    flex: 1;
}
.sidebar-title h3, h2.ads-title {
    position: relative;
    color: var(--uicolor);
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.sidebar-title p {
    font-size: 13px;
    color: var(--secondarytext);
    font-weight: 400;
    margin-top: 1px;
}
.-posts-section-model-2, .-videos-page-, .LoaderPostsRelaterIndex-1, .Singlemostview {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -3px;
}
.-Singlebar-most-view, .-post-sidebar {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: var(--largeradius);
    background: var(--bkground);
    box-shadow: var(--box-shadow);
    margin-bottom: 25px;
}

.gridpostsingle {
    background: white;
    padding: 50px 0;
}
p.-common-keywords a {
    margin-inline-end: 15px;
    margin: 4px;
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 30px;
    border: 1px solid var(--border);
    color: var(--titlecolor);
    transition: .2s;
    position: relative;
    align-items: center;
    /* white-space: nowrap; */
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.-keywords-box {
    background: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 25px;
}

.comments_label {
    display: block;
    margin-top: 35px;
}

p.-common-keywords {
    display: flex;
    flex-wrap: wrap;
}
h2.-Title-keywords {
    position: relative;
    color: #101010;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 25px;
}
h2.-Title-keywords i {
    margin-inline-end: 15px;
    color: var(--uicolor2);
}
.sidebar-title h3 i {
    margin-inline-end: 5px;
}
.-faqs-singlebox {
    background: var(--bgcolor);
    margin-top: var(--margin);
    padding: 20px;
    flex-direction: column;
    box-shadow: var(--box-shadow);
}
.-faqs-singlebox, .-faqs-singlebox>ul>li>h2 {
    border-radius: var(--largeradius);
    display: flex;
}
h2.-TitleContent-section {
    font-size: 24px;
    color: var(--uicolor);
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.-faqs-singlebox>ul {
    display: block;
    list-style: none;
    padding: 0!important;
}
.-faqs-singlebox>ul>li {
    display: block;
    position: relative;
    margin-bottom: 14px!important;
}
.-faqs-singlebox>ul>li>h2 {
    font-size: 18px;
    background: var(--bkground);
    cursor: pointer;
    color: var(--secondarytext);
    transition: 180ms;
    font-weight: 500;
    padding: 15px;
    margin: 0!important;
    align-items: center;
}
.-GridItem-5:hover .GridItem-5-title-model h2, .-faqs-singlebox>ul li.active h2 span, .-faqs-singlebox>ul>li>h2:hover i, .-faqs-singlebox>ul>li>h2>span:hover, ul.ChildComments>li>a:hover, ul.CommentsListInner>li>a:hover {
    color: var(--uicolor2);
}
.-GridItem-5:hover .GridItem-5-title-model h2, .-faqs-singlebox>ul li.active h2 span, .-faqs-singlebox>ul>li>h2:hover i, .-faqs-singlebox>ul>li>h2>span:hover, ul.ChildComments>li>a:hover, ul.CommentsListInner>li>a:hover {
    color: var(--uicolor2);
}
.-faqs-singlebox>ul>li>h2>span {
    flex: 1 1 0%;
    color: var(--secondarytext);
    transition: 150ms;
}
.-faqs-singlebox>ul>li>h2>i {
    font-size: 22px;
    color: #5b6466;
    transition: 150ms;
    font-weight: 500;
}
.-faqs-singlebox>ul>li>h2 {
    font-size: 18px;
    background: var(--bkground);
    cursor: pointer;
    color: var(--secondarytext);
    transition: 180ms;
    font-weight: 500;
    padding: 15px;
    margin: 0!important;
    align-items: center;
}
.-faqs-singlebox>ul>li.active>.FaqsAnswers {
    height: var(--outheight);
    visibility: visible;
    opacity: 1;
    transition: 180ms;
}
.-faqs-singlebox>ul>li>.FaqsAnswers>.AnswerContext {
    font-size: 16px;
    color: var(--contentcolor);
    background: var(--bgcolor);
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    padding: 15px;
    margin-top: 10px!important;
    font-weight: 400;
    line-height: 28px;
}
.-faqs-singlebox>ul>li>.FaqsAnswers {
   
    transition: 180ms;
}
.single-post-parent-container-comments {
    background: var(--bkground);
    padding: 20px;
    border-radius: var(--largeradius);
    box-shadow: var(--box-shadow)
}

.single-title-comments>h3 {
    position: relative;
    color: var(--uicolor);
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.single-title-comments>h3>i {
    font-weight: 500;
    color: var(--uicolor2);
    margin-inline-end:15px}

form.CommentsFormInner {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

form.CommentsFormInner>input {
    width: 100%;
    height: 50px;
    border-radius: var(--largeradius);
    border: 1px solid var(--diver);
    background: 0 0;
    padding: 0 23px;
    margin-bottom: 16px
}

form.CommentsFormInner>textarea {
    width: 100%;
    height: 110px;
    border-radius: var(--largeradius);
    border: 1px solid var(--diver);
    background: rgba(0,0,0,0);
    padding: 22px;
    font-size: 16px;
    margin-bottom: 16px;
    resize: unset;
    font-weight: 300
}

form.CommentsFormInner>input:focus,form.CommentsFormInner>textarea:focus {
    border-color: var(--uicolor)
}

form.CommentsFormInner>button {
    display: block;
    margin-right: auto;
    border: 0;
    background: var(--uicolor2);
    padding: 13px 30px;
    border-radius: var(--largeradius);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 150ms;
    cursor: pointer
}

form.CommentsFormInner>input[disabled] {
    background: var(--bgcolor);
    color: #bbbcc1
}

.CommentsList>.CommentsList__Title {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--secondarytext);
    font-weight: 400
}

ul.CommentsListInner {
    list-style: none
}

ul.CommentsListInner li {
}

ul.CommentsListInner li {
    padding: 10px 20px;
    background: var(--bkground);
    border-radius: 20px 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
}

ul.CommentsListInner li p.contentcomment {
    display: block;
    list-style: revert;
    text-align: revert;
    color: var(--contentcolor);
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
    margin-top: 17px;
}

ul.ChildComments>li>.CommentContent .NameArea,ul.CommentsListInner>li>.CommentContent .NameArea {
    text-transform: capitalize;
    font-size: 20px;
    color: var(--titlecolor);
    font-weight: 400
}

ul.CommentsListInner li .CommentContent .CommentDate {
    font-size: 11px;
    font-weight: 600;
    color: var(--contentcolor);
    margin-inline-start:10px
}


ul.ChildComments>li>.CommentContent>p {
    font-size: 15px;
    font-weight: 300;
    color: var(--contentcolor)
}

ul.ChildComments {
    list-style: none;
    padding: 0 40px 0 0
}

.ReplyCommentPreview {
    display: flex;
    padding: 10px;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px
}

.ReplyCommentPreview>h2 {
    display: flex;
    padding-right: 40px;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px
}

.ReplyCommentPreview>p {
    padding-right: 40px
}

.ReplyCommentPreview>h2>i {
    position: absolute;
    right: 0;
    font-size: 40px;
    font-weight: 300
}

.ReplyCommentPreview>h2>em {
    font-style: normal;
    margin-left: 4px
}

.ReplyCommentPreview>h2>span {
    text-transform: capitalize
}

.UserAvatar {
    border-radius: 20px;
}
.UserAvatar {
    min-width: 35px;
    height: 35px;
    margin: 0 0 0 10px;
    border: 3px solid var(--uicolor2);
    position: relative;
    border-radius: 50%;
    max-width: 35px;
    background: #dcdfe5;
}

.UserAvatar:after {
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    align-items: center;
    background: #14a31f;
    justify-content: center;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -6px;
    left: -2px;
    color: #fff;
    font-size: 12px;
}

.-keywords-box,.videos-midden .videos-list {
    background: var(--bgcolor);
    box-shadow: var(--box-shadow)
}

.UserAvatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden
}

.-comments-user textarea {
    width: 100%;
    border-radius: 20px;
    padding: 13px 16px 12px 10px;
    font-size: 14px;
    transition: 150ms;
    color: var(--titlecolor);
    background: var(--bkground);
    border: 0;
    height: 45px;
    resize: unset
}

.-comments-user textarea:focus {
    background: #fff;
    border: 1px solid var(--uicolor2)
}

.-comments-user button {
    position: absolute;
    left: 10px;
    border: none;
    top: 10px;
    background: 0 0;
    cursor: pointer
}

.-comments-user button i {
    font-size: 24px;
    color: var(--uicolor2)
}


ul.CommentsListInner>li>.CommentContent>p {
    font-size: 14px;
    color: var(--contentcolor);
    font-weight: 300
}

ul.ChildComments>li>.CommentContent>p {
    font-size: 15px;
    font-weight: 300;
    color: var(--contentcolor)
}

ul.ChildComments {
    list-style: none;
    padding: 0 40px 0 0
}

.ReplyCommentPreview {
    display: flex;
    padding: 10px;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px
}

.ReplyCommentPreview>h2 {
    display: flex;
    padding-right: 40px;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 5px
}

.ReplyCommentPreview>p {
    padding-right: 40px
}

.ReplyCommentPreview>h2>i {
    position: absolute;
    right: 0;
    font-size: 40px;
    font-weight: 300
}

.ReplyCommentPreview>h2>em {
    font-style: normal;
    margin-left: 4px
}

.ReplyCommentPreview>h2>span {
    text-transform: capitalize
}

form.CommentsFormInner {}

.Comment_lise input {
    flex: 1 1 0%;
    padding: 13px 24px;
    font-size: 14px;
    border-radius: 37px;
    border: 1px solid var(--border);
    color: var(--uicolor);
    font-weight: 400;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.textarea_form textarea {
    flex: 1 1 0%;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid var(--border);
    color: var(--uicolor);
    font-weight: 400;
    width: 100%;
    background: #fff;
    resize: unset;
    height: 100px;
    padding: 24px;
    margin-bottom: 20px;
}

.textarea_form button {
    border: none;
    width: max-content;
    padding: 11px 19px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    background: var(--uicolor2);
    color: white;
    margin-inline-start: auto;
    cursor: pointer;
}

.textarea_form textarea:focus {
    border-color: var(--uicolor2);
}
.textarea_form input:focus {
    border-color: var(--uicolor2);
}

.textarea_form {
    display: flex;
    flex-direction: column;
}

.CommentContent {
    display: flex;
    align-items: center;
}

.CommentContent a {
    display: flex;
    margin-inline-start: auto;
    padding: 6px 15px;
    background: #5bcda3;
    border-radius: 11px;
    color: white;
    align-items: center;
}

.-Posts-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.-Posts-grid>div {
    min-width: 260px;
    max-width: 320px;
    flex: 1;
}

.-Posts-grid .-GridItem-2 {
    box-shadow: 0px 0px 7px 1px #1111161c;
}

ul.blogs-box-social-share {
    display: flex;
    padding: 0 !important;
    flex-wrap: wrap;
}
ul.blogs-box-social-share li {
    margin: 4px !important;
    background: var(--scoial);
    border-radius: 20px;
    cursor: pointer;
}

li.telegram {--scoial: #0b86a9;}

ul.blogs-box-social-share li div {
    color: white;
}

li.skype {--scoial: #80b2ed;}

li.twitter {--scoial: #00afff;}

li.whatsapp {
    --scoial: #00d084;
}
ul.blogs-box-social-share>li>div {
    width: 100%;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 7px 10px !important;
}

.-UserArea {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.linkedin {
    --scoial: #569deb;
}


.Singlemosttabs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.-addpost-post_title- h1, .postgrid-title h3 {
    position: relative;
    color: var(--uicolor);
    font-size: 24px;
    font-weight: 500;
    align-items: center;
}
.page-title h1 i, .postgrid-title h3 i {
    font-weight: 600!important;
    margin-inline-end: 10px;
    color: var(--uicolor2);
}
.postgrid-title p {
    font-size: 16px;
    color: var(--contentcolor);
    font-weight: 400;
}

.postgrid-title {
    display: flex;
    flex-direction: column;
}

.-Breadcrumb-SingularPost {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bkground);
    margin-bottom: 20px;
    padding: 21px 20px;
    border-radius: 20px;
    align-items: center;
}

.-Breadcrumb-SingularPost p {
    font-size: 15px;
    font-weight: 300;
    color: var(--contentcolor);
    margin-top: 8px;
}

.category-title p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.-Breadcrumb-SingularPost h1 {
    font-size: 28px;
    color: var(--uicolor);
    font-weight: 500;
}

.-Breadcrumb-SingularPost h1 i {
    font-size: 26px;
    font-weight: 500;
    color: var(--uicolor);
    margin-inline-end: 11px;
}

.-Breadcrumb-SingularPost ol.BreadcrumbsFilters {
    margin-bottom: 10px;
}
ol.BreadcrumbsFilters > li.none_after i {
    margin-inline-end: 0;
    transform: rotate(180deg);
}

.-sidebar-header {
    display: flex;
}

.CategoryBox {
    margin-bottom: 19px;
}

.category-shap {
    display: flex;
    flex-wrap: wrap;
}

.category-shap  .-category-boxed {
    min-width: 246px;
    max-width: 311px;
}

div#services1 {
    padding: 0 0 50px;
}

.-single-cat-box {
    padding: 60px 0;
    display: block;
    position: relative;
    padding-top: 70px;
}

.-single-cat-box .container {
    display: flex;
}

.-homepage--container {
    flex: 1;
    display: block;
    max-width: calc(100% - 360px);
}

.s-price-content {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0px 0px 10px 0px #00000030;
    padding: 18px;
    border-radius: 25px;
    flex: 1;
}

.s-price-content1 {
    display: flex;
    flex-direction: column;
}

.s-price-content1 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #8d8d8d;
}

.s-price-content1 h1 {
    font-size: 32px;
    margin: 11px 0;
}

ul.services_text {
    display: flex;
    flex-direction: column;
}

ul.services_text li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #404040;
}

ul.services_text li i {
    margin-inline-end: 10px;
    color: #000;
    background: var(--uicolor2);
    border-radius: 50%;
    color: white;
    font-size: 16px;
}

.s-price-contact {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    min-width: 380px;
    background: #282323;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 1px 8px #00000042, inset 0 0px 9px #0000001a;
    border: 5px solid #302f2f;
}

.title-contact {
    display: flex;
    flex-direction: column;
    margin-bottom: 11px;
}

.title-contact h2 {
    display: flex;
    font-size: 26px;
    align-items: center;
    color: var(--uicolor);
    font-weight: 500;
}

.title-contact h2 i {
    margin-inline-end: 8px;
    font-weight: 500;
    color: var(--uicolor2);
}
.title-contact h3 {
    display: flex;
    font-size: 26px;
    align-items: center;
    color: white;
    font-weight: 500;
}

.title-contact h3 i {
    margin-inline-end: 8px;
    font-weight: 500;
    color: white;
}

.line {
    display: flex;
    flex-direction: column;
}

.line input {
    margin-bottom: 10px;
    padding: 12px 18px;
    border-radius: 20px;
    background: #ffffff0a;
    border: 1px solid #c5c4c41c;
    color: white;
}

.s-price-contact form {
    margin-top: 10px;
}

.line textarea {
    color: white;
    margin-bottom: 10px;
    padding: 15px 18px;
    border-radius: 20px;
    border: 1px;
    background: #453f3f;
    resize: unset;
    height: 81px;
    border: 1px solid #453f3f;
}

.single-price {
    display: flex;
    padding: 50px 0;
}

.price-contact-left {
    min-width: 361px;
    margin-inline-start: 20px;
    display: block;
}


.price-contact {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 25px;
    background: #3e3838;
    box-shadow: 0px 0px 10px 0px #00000030;
}

.price-num span {
    font-size: 24px;
    color: #19103a;
    font-weight: 400;
}

button.btn-brand {
    padding: 6px 11px;
    border: 1px solid var(--uicolor2);
    border-radius: 20px;
    background: var(--uicolor2);
    color: white;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}

button.btn-brand i {
    margin-inline-end: 8px;
}

.-single-city-box {
    padding: 60px 0;
}

.-single-city-box .container {
    display: flex;
}

.d-flex-bh {display: flex;align-items: center;flex-wrap: wrap;}

.city-block_bh {
    margin: 10px;
    background: var(--bkground);
    padding: 5px 10px;
    border-radius: 27px;
    font-weight: 400;
    color: var(--uicolor);
    transition: var(--transition);
}

.city-block_bh h2 {
    font-weight: 400;
    color: var(--uicolor);
    transition: var(--transition);
    font-size: 24px;
}

.city-block_bh:hover a h2 {
    color: var(--uicolor2);
}

.-homepage--container .titles_concept {
    margin: 19px 0;
}

.cities-list__inner {
    display: flex;
    flex-wrap: wrap;
}

section.cities-list {
    padding: 50px 0;
}

.cities-box {
    display: flex;
    flex-direction: column;
}

.cities-box > * {
    padding: 50px 0;
}

.news-title {
    margin: 10px 0;
    font-size: 28px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--uicolor);
    display: flex;
}

.title-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bkground);
    padding: 17px;
    border-radius: 25px;
}

.city-model {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
}

.cities-inner h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--uicolor);
    display: flex;
}

.-single-services-box .container {
    display: flex;
    flex-wrap: wrap;
}

.-single-services-box {
    padding-top: 61px;
}

.category-title h1 {
    text-align: center;
}

.-single-blog-box .container {
    display: flex;
}

.-single-blog-box {
    padding: 60px 0;
}

ul.-Tabs-loadmore-List {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}



ul.-Tabs-loadmore-List li.-Tabs-loadmore.active {
    background: var(--uicolor2);
    color: white;
}

ul.-Tabs-loadmore-List li:hover {
    background: var(--uicolor2);
    color: white;
}

p.-common-keywords span:hover {
    color: var(--uicolor2);
    border-color: var(--uicolor2);
}



.blocks-yc- {
    display: flex;
    flex-direction: column;
    min-width: 25%;
    max-width: 25%;
    margin-inline-end: 20px;
}

.blocks-content span {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    position: relative;
    padding-bottom: 24px;
    width: max-content;
}

.blocks-content span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 17px;
    width: 30px;
    height: 2px;
    background-color: #c1a974;
}

.blocks-content span:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 6px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

.blocks-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #f7f7f7;
    flex: 1;
}

.footer_menu {
    display: block;
    flex: 1;
}
.btn-whatsapp h3 {
    display: none;
}

.btn-phone h3 {
    display: none;
}

.btn-phone {
    bottom: 80px;
    background: rgb(0, 120, 212);
}

.btn-phone a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-header {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.footer-header svg {
    height: 45px;
    width: 100%;
    fill: #fff !important;
}

.btn-whatsapp a {
    width: 100%;
}


.-single-parent-flexes--content-inner .-single-parent-flexes--content-bar .-Breadcrumb-SingularPost {
    padding: 0;
    background: transparent;
}

.-posts-sidebar-body.-model-2 {
    display: flex;
    flex-wrap: wrap;
}

.menu_bar {
    background: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: var(--transition);
    display: none;
}

.menu_bar i {
    color: var(--uicolor2);
    font-size: 23px;
}

header.fixed {background: white;box-shadow: 0px 5px 7px #00000042;position: fixed;}

header .menu_bar {
    background: var(--bkground);
}
@keyframes callrotate {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.btn-whatsapp svg {
    height: 35px;
}

.menu-nav form button {
    position: absolute;
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    top: 10px;
}

.menu-nav form button i {
    font-size: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.fixed .menu_bar .fa-xmark {
    display: none;
}

header.fixed .menu_bar.icon .fa-bars {
    display: none;
}

.menu_bar.icon .fa-xmark {
    display: flex !important;
}

.model_shap_one_title ul.-Tabs--Posts--List {
    justify-content: center;
}
.ez-toc-debug-messages {
    display: none !important;
}
.seriver_model_bhaa .container {
    display: flex;
    align-items: self-start;
}

.seriver_model_bhaa {
    padding: 50px 0;
}

.single-Breadcrumb {
    margin: 11px 0;
}

.titles-serive-model {
    display: block;
}

.titles-serive-model > * {
    display: block;
    list-style: revert;
    text-align: revert;
    color: var(--secondarytext);
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
}

.titles-serive-model p {
    font-size: 15px;
    font-weight: 400;
    color: #363535;
    line-height: 1.7;
}

.titles-serive-model h1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #040404;
}

.single- {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    transition: 150ms;
    padding: 25px;
    border-radius: 25px;
    background: white;
    box-shadow: var(--box-shadow);
    margin-bottom: 20px;
    max-width: calc(100% - 340px);
    margin-inline-end: 20px;
    flex: 1;
    min-width: calc(100% - 510px);
}

ul.block-cotact {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

ul.block-cotact li {
    margin: 5px;
    border-radius: 20px;
    overflow: hidden;
    height: 89px;
    flex: 1;
    min-width: 200px;
}

ul.block-cotact li a {
    background: var(--bkground);
    padding: 12px 30px;
    display: flex;
    align-items: center;
    height: 100%;
}
ul.block-cotact li span {
    background: var(--bkground);
    padding: 12px 30px;
    display: flex;
    align-items: center;
    height: 100%;
}

.dt-contact {
    margin-inline-start: 11px;
    display: flex;
    align-items: center;
}


.dt-contact p {
    color: var(--uicolor2);
    font-size: 14px;
    font-weight: 400;
}

.dt-contact h4 {
    font-size: 16px;
    color: var(--uicolor);
    font-weight: 600;
    margin-inline-end: 8px;
}
.dt-contact span {
    font-size: 16px;
    color: var(--uicolor);
    font-weight: 600;
    margin-inline-end: 8px;
}
ul.block-cotact li i {
    font-size: 28px;
    font-weight: 500;
}

.title-text {
    display: flex;
    align-items: center;
}
.slider-intro {
    position: relative;
    display: flex;
    height: 650px;
    background-size: auto 231px,cover;
    align-items: center;
    border-width: 0px 1px 0px 1px;
    border-color: #FFFFFF40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-style: solid;
    /* margin: auto; */
    opacity: 0;
    flex: 1;
    margin: auto;
    min-width: 50%;
    max-width: 50%;
    flex: 1;
}
.title-text i {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
}

.title-text h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    margin-bottom: 8px;
    margin-top: 10px;
}

.title-text span {
    margin-inline-end: 9px;
}

.-single-cat-box .ArticleDetails.details h2 {
    margin: 15px 0;
}

.ArticleDetails {
    display: block;
    list-style: revert;
    text-align: revert;
    color: var(--secondarytext);
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
}

.NoComments {
    background: var(--bkground);
    padding: 10px;
    border-radius: 20px;
    display: block !important;
}

.NoComments i {
    margin-inline-end: 10px;
}

.seriver_model_bhaa .social--footer {
    margin: 20px 0;
}

.titles-faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 17px;
}

.titles-faq p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 400;
}

.titles-faq h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--alinks);
}

header .menu_bar i.fa-thin.fa-xmark {
    display: none;
}

.menu_bar.icon i.fa-duotone.fa-bars {
    display: none;
}

.-posts-sidebar-body {display: flex;flex-wrap: wrap;}

.seriver_model_bhaa .container .single- {
    /* min-width: 100%; */
}

.contact-info {}

.contact-info >a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.faq-section_faq-model {
    margin: 50px 0;
}

.-single-content-bar h1 {
    margin: 20px 0;
}

.-single-parent-box-- .-single-parent {
    min-width: 100%;
}

.breadcrumb1 {}

.breadcrumb1 ol.BreadcrumbsFilters {
    justify-content: center;
    margin-bottom: 13px;
}

.ArticleDetails.details table {
    max-width: 100%;
    height: auto !important;
}

.ArticleDetails.details table tr td:first-child {
    background: #f9faff!important;
    max-width: 250px
}

.ArticleDetails.details table  tr:first-child {
    background: #f9faff
}

.ArticleDetails.details table tr {
    border: 1px solid var(--border);
}
.ez-toc-title {
    vertical-align: middle;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: #100f0f;
    border-radius: 10px;
    transition: .35s ease;
    text-align: right;
}
div#ez-toc-widget-container nav {
    margin-top: 5px;
    border-radius: var(--miniradius);
    display: block;
    margin-bottom: 20px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid var(--background)
}
.ArticleDetails>div>img {
    margin: 0 auto !important;
    max-width: 100%;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}

.ArticleDetails div.wp-caption {max-width: 100% !important;margin: auto !important;}
ul.ez-toc-list li a {
    align-items: center!important;
    font-size: 19px;
    color: #060606!important;
    font-weight: normal;
    transition: 150ms;
    flex: 1;
    width: 100%;
    font-weight: 400;
    display: block;
}


.ArticleDetails.details table tr:last-child {
    border-bottom: 1px solid var(--border);
}

.table__container table {
    max-width: 100%
}

.table__container table  tr td:first-child {
    background: #f9f9f9;
    max-width: 250px
}

div.ez-toc-widget-container ul,ul.ez-toc-list li a {
    padding: 0!important
}

.table__container table tr {
    border-top: 1px solid #aaa
}

.table__container table tr:last-child {
    border-bottom: 1px solid #aaa
}

.table__container ul {
    list-style: unset
}
.logo img {
    width: 100%;
    position: relative;
    height: auto;
}

.logo {
    min-width: 320px;
    max-width: 320px;
    overflow: hidden;
    margin-inline-end: 0px;
    /* position: relative; */
}

.logo:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
}
.menu-nav>ul>li>ul {
   list-style: none;
   position: absolute;
   right: 0;
   top: 100%;
   color: white;
   z-index: -1;
   opacity: 0;
   box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
   visibility: hidden;
   min-width: 339px;
   max-width: 350px;
   transition: 300ms all ease;
   display: flex;
   flex-direction: column;
   border-radius: 0 0 20px 20px;
   background: #273c54;
   padding: 20px 20px 20px 20px;
   margin-top: 0;
   box-shadow: 0px 2px 5px #000;
   border-top: 3px solid #0000002b;
}
.menu-nav>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}
.menu-nav>ul>li>ul li > a {
    align-items: center;
    text-align: right;
    transition: var(--transition);
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 9px;
    border-bottom: 1px solid #ffffff1c;
    position: relative;
    color: #fffcfc;
    flex: 1;
    font-weight: 400;
    display: flex;
    font-size: 18px;
    border-radius: 4px;
    text-align: start;
}
.menu-nav>ul>li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-left: 6px;
}

.-GridItem-3-info span a {
    font-size: 15px;
    display: block;
    padding: 6px 0;
    display: flex;
    width: max-content;
    border-radius: 20px;
    font-weight: 400;
    color: var(--contentcolor);
    padding-top: 0;
}

ul.ez-toc-list {
    padding-inline-start: 18px !important;
    display: none;
}

ul.ez-toc-list li {
    margin-bottom: 9px !important;
    display: block;
}

.city-single-model {
    padding: 50px 0;
}

.user-boxed {
    display: flex;
    align-items: center;
    margin-inline-end: 15px;
}

.-single-search-box {
    padding: 50px 0;
}



.search_header form input {
    padding: 10px 10px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #bdbcbc;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    top: 0;
    bottom: 0;
}

.search_header {
    position: relative;
    display: flex;
    align-items: center;
}

.search_header span i {
    font-size: 23px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #f3f0f0;
}



.search_header form button {
    position: absolute;
    right: 26px;
    top: 21px;
    border: 0;
    border-radius: 7px;
    color: #000;
    background: transparent;
    font-size: 18px;
    width: max-content;
    top: 0;
    bottom: 0;
}

.search_header form button {
}

.search_header span i.fa-solid.fa-xmark {
    display: none;
}

.search_header span.close i.far.fa-search {
    display: none;
}

.search_header span.close i.fa-solid.fa-xmark {
    display: flex;
}

.search_header form.active {
    display: block;
}

.adress-contact {
    display: flex;
    background: var(--bkground);
    padding: 12px 30px;
    display: flex;
    align-items: center;
    height: 100%;
}

.ez-toc-title-container {
    display: flex;
    align-items: center;
}

.-UserArea.def {
    justify-content: right;
    align-items: center;
}

.-UserArea.def ul.blogs-box-social-share {
    margin-inline-start: 10px;
}

ul.blogs-box-social-share li div span {
    margin-inline-start: 6px !important;
    font-weight: 500;
}

ul.ez-toc-list.open {
    display: block;
}

/**/
post--features {
    margin: 40px 0 !important;
    display: block !important;
    background: white;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    overflow: hidden;
    padding: 22px !important;
}

post-content h2.slice-title {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #044170;
    font-weight: 700
}

post-features--blocks,
post-services--blocks {
    display: flex !important;
    flex-wrap: wrap;
    margin: 35px 0px !important;
}

.single-post-parent-container-content features--block {
    margin: 9px;
    min-width: 230px;
    max-width: 350px !important;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center
}

.single-post-parent-container-right features--block img {
    width: 130px;
    display: block;
    height: 130px;
    border-radius: 6px;
    margin: auto;
    
}

h2.bk-title {
    display: block;
    font-size: 30px;
    color: #0d0920;
    margin: 0px auto !important;
    font-weight: 500;
}

features--block:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -32px;
    left: 50%;
    margin-left: -16px;
    background: #43b1e4;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

features--block:hover:before {
    transform: scale(150)
}

features--block:hover * {
}

services--block {
    min-width: 253px;
    margin: 10px !important;
    border-radius: 25px;
    background: #fff;
    transition: .35s;
    padding: 25px !important;
    max-width: 100%;
    flex: 1;
}

services--block:hover {
    /* box-shadow: 0 0 50px #ebebeb; */
}

services--block i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 55px;
    color: #00adff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

post--albums {
}

post--albums .img {
    position: relative;
    cursor: pointer;
    margin: 4px;
    z-index: 1;
    min-width: 241px;
    height: 269px;
    max-width: 290px !important;
    flex: 1;
    margin: 11px !important;
    overflow: hidden;
    border-radius: 20px;
}

post--albums .img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

post--albums .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(28 28 28 / 26%);
    opacity: 0;
    transition: .45s;
    border-radius: 25px;
}

.album-slider .owl-next,
.album-slider .owl-prev,
post--albums .img:hover:before {
    opacity: 1;
}

post-content post--albums img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.album-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px;
    right: 0;
    z-index: 9999999999;
    background: #0c182e70;
    visibility: hidden;
    opacity: 0;
    transition: .8s;
    pointer-events: none;
    overflow: hidden;
    direction: rtl;
}

.album-slider {
    width: 730px;
    position: fixed;
    margin: auto !important;
    opacity: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
    left: 50%;
    background: white;
    padding: 21px 30px !important;
    border-radius: 20px;
}

.album-slider .owl-item .item {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 671px;
    max-width: 100% !important;
    flex: 1;
}

post-content img {
    height: auto
}

.album-slider .owl-prev {
    left: -80px
}

i.fa-solid.fa-xmark.close {
    position: absolute;
    left: 30%;
    top: 19px;
    font-size: 30px;
    color: #421818;
    cursor: pointer;
    background: #ffe5e5;
    border-radius: 50%;
    font-weight: 400;
    z-index: 33;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
}

p.sub-title {
    text-align: center !important;
    margin: 0 !important;
    font-size: 15px !important;
    color: #444444 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

post--ads {
    display: flex;
    margin: 30px 0
}

post--ads-image {
    height: 350px;
}

post--ads-content {
    background: #ffffff;
    padding: 33px;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #0000000f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

post--ads-image img {
    border-radius: 10px;
    height: 100%
}

.call--box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

post--ads-content h2.slice-title {
    font-size: 31px;
    text-align: right
}

post--ads-content .sub-title {
    text-align: right;
    color: #169eff;
    margin: 7px 0 14px 0;
    font-size: 18px;
    line-height: 34px;
}

a.ads-phone-box {
    background: #169eff
}

.ads-whatsapp-box {
    background: #3dbd4e
}

.ads-whatsapp-box,
a.ads-phone-box {
    padding: 9px 20px;
    color: #fff !important;
    border-radius: 26px;
    font-size: 16px;
    flex: 1;
    text-align: center;
    margin-inline-end: 10px;
    min-width: max-content;
    max-width: max-content;
}

.ads-whatsapp-box i,
a.ads-phone-box i {
    margin-left: 10px;
    font-size: 21px;
    vertical-align: middle
}

h1.slice-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

p.sub-content {
    color: #46464e;
    font-size: 17px
}

@media (max-width:767px) {

    post--ads {
        display: block
    }

    post--ads-content {
        display: block;
        max-width: 100%;
        padding: 10px;
        margin-bottom: 15px
    }

    .ads-whatsapp-box,
    a.ads-phone-box {
        min-width: 100%;
    }

.call--box {
    width: 100%;
    margin-top: 11px;
}

a.ads-phone-box {
    margin-bottom: 10px;
}

    post-content h2.slice-title {
        font-size: 29px
    }

    h1.slice-title {
        font-size: 21px;
        line-height: initial;
        margin: 0
    }

    services--block {
        min-width: 100%;
        margin: 10px 0
    }

    post--ads-content .sub-title {}

    post-features--blocks,
    post-services--blocks {
        margin: 35px 10px
    }
}

@media(max-width:767px) {
    post--albums .img {
        min-width: 70px
    }
}

how-we-work {
    display: block;
    margin: 50px 0
}

how-we-work-steps {
    padding: 30px 10px !important;
    display: flex !important;
    flex-wrap: wrap;
}

.step {
    padding: 10px;
    text-align: right;
    flex: 1;
    transition: .35s;
    margin: 5px;
    background: #fff;
    /* display: flex; */
    flex-wrap: wrap;
    /* align-items: center; */
    margin-bottom: 15px;
    border-radius: 17px;
    box-shadow: var(--box-shadow);
    padding: 23px 11px !important;
    margin: 10px !important;
    min-width: 240px;
}

.step-image {
    width: 170px;
    height: 170px;
    margin-left: 20px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto !important;
}

.step-image img {
    display: block;
    width: 120px;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin: auto;
}

.step-desc h3 {
    color: #0e0e0e;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 17px;
    text-align: center;
}

.step-desc {
    padding: 0;
    flex: 1;
}

.step-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #2a2929;
    text-align: center;
}

.step-image img {
    height: 100%;
    width: auto;
}

h2.slice-title {
    text-align: center !important;
    color: var(--uicolor);
    margin: 0 !important;
    font-size: 31px !important;
    font-weight: 500 !important;
}

.single-post-parent-container-content strong.bk-title {
    margin: 10px 0 0 0;
    display: block;
}

table.price-table {
    width: 100%;
    background: #fff;
}


features--block:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -32px;
    left: 50%;
    margin-left: -16px;
    background: #10428b;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

features--block:hover:before {
    transform: scale(150)
}

services--block {
    border-radius: 25px;
    transition: .35s;
    box-shadow: var(--box-shadow);
}

services--block i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    font-size: 55px;
    color: #00adff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto
}


.album-holder.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.owl-prev,
.owl-next {
    transition: var(--transition);
    position: absolute;
    width: 50px;
    height: 50px !important;
    top: calc(50% - 20px);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 54px;
    color: #000;
    font-size: 30px;
}
.owl-prev.disabled, .owl-next.disabled {
    display: none;
}
.owl-next {
    right: -80px;
}



ol.BreadcrumbsFilters li {
    display: flex;
    align-items: center;
}




.owl-stage-outer {
    overflow: hidden;
    position: relative;
    display: block;
}





p.bk-content {
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    margin: 0 !important;
    line-height: 1.5;
}

features--block {position: relative;}

features--block {
    display: flex;
    background: white;
    padding: 20px !important;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    margin-bottom: 20px !important;
}
i.fa-thin.fa-phone-volume {
    transform: rotate(203deg);
}
features--block img {
    min-width: 130px;
    height: 120px;
    border-radius: 25px;
    border: 1px solid var(--border);
    max-width: 130px !important;
}

.box-title {
    margin-inline-start: 13px !important;
    text-align: right;
}
table.price-table {
    width: 100%;
    background: #fff;
}

.table-wrapper {
    margin-bottom: 10px !important;
}
.ArticleDetails table {
    max-width: 100%;
    margin-bottom: 1rem;background-color: rgba(0, 0, 0, 0);
    border-collapse: collapse;
    width: 100% !important;
    border-right: 1px solid rgb(170, 170, 170);
}
.ArticleDetails table   tr  td:first-child {background: #f9faff !important;max-width: 250px;}

.ArticleDetails table   tr {
      background: #f9faff;
}
.ArticleDetails table td,.ArticleDetails  table th { vertical-align: top; font-size: 14px; padding: 0.65rem !important; }
.ArticleDetails table tr {border-top: 1px solid rgb(170, 170, 170);}

.ArticleDetails table thead tr th,.ArticleDetails table tr td {
    border-left: 1px solid rgb(170, 170, 170);
}

.ArticleDetails table tr:first-child {
    font-weight: 400;
}
.ArticleDetails table tr:last-child {border-bottom: 1px solid rgb(170, 170, 170);}

.ArticleDetails table { max-width: 100%; margin-bottom: 1rem; background-color: rgba(0, 0, 0, 0); border-collapse: collapse; width: 100% !important; }
.ArticleDetails table  tr  td:first-child { background: rgb(249, 249, 249); max-width: 250px; }
.ArticleDetails table td, .table__container table th { vertical-align: top; font-size: 14px; padding: 0.65rem !important; }
.ArticleDetails table tr { border-top: 1px solid rgb(170, 170, 170); }
.ArticleDetails table tr:last-child { border-bottom: 1px solid rgb(170, 170, 170); }

post--albums {
    display: flex !important;
    flex-wrap: wrap;
    margin: 30px 0 !important;
}

.album-slider .owl-stage {
    display: flex;
}

.album-slider .owl-item .item img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

i.fa-solid.fa-xmark.close:hover {
    transform: scale(1);
    color: white;
    background: #f77777;
}

.owl-prev:hover, .owl-next:hover {
    background: var(--uicolor);
    color: white;
}

postsscrollloader {
    display: flex;
    background: var(--uicolor2);
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

loadmore--inpuarea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.single-Breadcrumb h1 {
    margin: 10px 0;
    font-size: 25px;
    font-weight: 500;
}

.-single-parent-flexes--content-bar p {
    line-height: 1.6;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    color: var(--contentcolor);
}

.ads-whatsapp-box strong, a.ads-phone-box strong {
    font-weight: 400;
}

.-single-social {
    display: flex;
    align-items: center;
    padding: 21px !important;
    border-radius: 25px;
    background: var(--bkground);
}

.-single-social>span {
    font-size: 20px;
    flex: 1;
    width: max-content;
    white-space: nowrap;
    font-weight: 500;
}
.referance {
    transition: 150ms;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
    background: white;
    box-shadow: var(--box-shadow);
}

.referance-title {
    display: flex;
    cursor: pointer;
    margin-bottom: 25px;
    align-items: center;
}

.referance-title i {
    margin-inline-end:10px!important;
    font-size: 20px;
    color: var(--uicolor);
    transition: 150ms;
    display: flex;
    align-items: center;
}

.referance-title h4 {
    color: var(--uicolor);
    font-size: 25px;
    font-weight: 600;
    display: flex;
    flex: 1
}

.referance-title i.fa-solid.fa-plus {
    float: left;
    position: absolute;
    left: 19px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.referance-Content li {
    display: flex;
    align-items: center;
    padding: 8px!important;
    background: var(--softcolor);
    margin-bottom: 5px!important;
    border-radius: 5px;
    color: #121212a8
}

.referance-Content li sitename {
    background: #fff2de;
    padding: 4px 16px!important;
    border-radius: 30px
}

.referance-Content li a {
    margin: 0 10px!important;
    color: var(--uicolor)
}

.referance-Content {
    list-style: none;
    display: none
}

.referance-title i.fa-solid.fa-minus,.referance-title i.fa-solid.fa-plus {
    margin-inline-end:0!important
}


.referance-Content.active {
    display: block;
}

.GridItem-title- p {
    line-height: 1.6;
    font-size: 14px;
    color: var(--secondarytext);
    font-weight: 500;
}

.success {
    position: absolute;
    background: white;
    left: 20px;
    width: 320px;
    padding: 30px;
    top: 50%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 3px #00000017;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 131px;
    z-index: 222;
}

.success p {font-size: 21px;font-weight: 500;color: var(--secondarytext);display: flex;/* padding: 23px; */width: 100%;height: 100%;justify-content: center;align-items: center;}

span#Close {
    position: absolute;
    left: 15px;
    top: 12px;
    background: #f3f3f3;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
    transition: all .2s ease;
    color: #000;
    font-weight: 600;
}

::placeholder {
    color: var(--textcolor);
    opacity: .4
}
:focus::placeholder {
    opacity: .2
}
.opctiy .line {
    opacity: 0.3;
}

.opctiy button {
    opacity: 0.3;
}

span#Close:hover {
    background: #f99e9e;
    color: white;
}

form.opctiy {
    pointer-events: none;
}

benfits {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: 20px;
}

benfit {
    display: flex;
    min-width: 350px;
    max-width: 100%;
    height: 170px;
    flex: 1;
    padding: 13px;
    margin: 10px;
    border-bottom: 1px solid #ffffff24;
}

benfit .benfits-icon {
    margin-inline-end: 30px;
    width: 110px;
}

benfit p {
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    color: #eee8e8;
    display: block;
    height: 180px;
}



benfit h3 {
    font-size: 22px;
    font-weight: 400;
    color: white;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

benfit i {
    font-size: 31px;
    margin-bottom: 10px;
    color: #404040;
    font-weight: 500 !important;
}

strong.bk-title {
    text-align: center !important;
    display: flex;
    justify-content: center;
}

services--block p.bk-content {
    text-align: center;
    margin-top: 9px !important;
}

.ArticleDetails.details p span post--features {
    display: none !important;
}

img.footer {
    /* margin-bottom: 20px; */
    filter: brightness(40.5);
    display: none;
}

.blocks-footer {
    display: flex;
    /* align-items: center; */
    position: relative;
    z-index: 2;
}
.info-cover h1 {
}

.info-cover h1 strong {
    color: #d9ac35;
    margin-inline-end: 6px;
    font-weight: 600;
    margin-inline-start: 6px;
}

.info-cover h1 strong:last-child {
    margin-inline-start: 0;
}
ul.social--footer li {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 10px;
    color: #215795;
    background: #6ee1e7;
    border: 1px solid #00000021;
    transition: 180ms;
    display: flex;
    margin-inline-end: 10px;
    transition: all var(--transition);
    cursor: pointer;
}

a.contact-us-btn {
    margin-top: 20px;
    background: #1e2022;
    display: flex;
    width: max-content;
    padding: 6px 36px;
    font-size: 24px;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-inline: auto;
}

a.contact-us-btn:hover {
    background: var(--uicolor);
    color: white;
}

.line textarea:focus , .line input:focus {
    border-color: #b79334;
}



benfit h3 i {
    margin-inline-end: 12px;
}

features {
    display: block;
    position: relative;
    padding-top: 119px;
    background: #1F3044 !important;
    /* margin-bottom: 40px; */
}

.-category-boxed:hover .cat_title_boxed a h3 {
    color: var(--uicolor2);
}

header.fixed .menu-nav>ul>li>a {
    color: #ffffff;
}
header.fixed .menu-nav>ul>li>a:hover {
    background: #dbaa4e;
    color: #293c52;
}

header.fixed .logo img {
    filter: brightness(0);
}

a.content-btn:hover {
    box-shadow: 0 0 0 4em #ffffff inset, 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #091120;
}

.intro_buttun a:hover {
    transform: translateY(-3px);
}
sections-items>[section-concept]:nth-child(2n+2):before {
}
sections-items>[section-concept]:nth-child(2n+2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    right: 0;
    top: -21px;
    background-image: var(--imgground);
    object-fit: cover;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
sections-items>[section-concept]:nth-child(2n+2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-image: var(--imgground);
    object-fit: cover;
    display: block;
    /* transform: rotate(180deg); */
    z-index: 2;
}
sections-items>[section-concept]:nth-child(2n+2):last-child:after{
    display: none;
}

features:before {
    display: none !important;
}
sections-items>[section-concept]:nth-child(2n+1) {
    /* padding: 0px 0 50px; */
    background: var(--bkground);
}
sections-items>[section-concept]:nth-child(2n+2) {
    background: white;
    padding: 0px;
    padding-bottom: 90px;
    padding-top: 109px;
}
.post-slider .owl-stage {
    display: flex;
}

.postmodel {
    display: flex;
    flex-wrap: wrap;
}

.-GridItem-2--ThumbBox:before {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s!important;
    z-index: 3;
    right: 0;
    opacity: 1;
    top: 0;
}

.-GridItem-2--ThumbBox:after {
    bottom: 0;
    opacity: .7;
    left: 0;
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s!important;
    z-index: 3;
}

.-GridItem-2:hover .-GridItem-2--ThumbBox:before {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.-GridItem-2:hover .-GridItem-2--ThumbBox:after {
    height: 100%;
    width: 100%;
    opacity: 0;
}



.image-bk {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    z-index: 0;
}

.image-left {
    position: absolute;
    width: 500px;
    height: 100%;
    right: 0;
    opacity: 0.6;
    z-index: 0;
    background-image: var(--imgbk);
    content: "";
    background-repeat: no-repeat;
    top: -120px;
}

.image-right {
    position: absolute;
    width: 500px;
    height: 100%;
    left: 0px;
    z-index: 0;
    opacity: 0.6;
    background-image: var(--imgbks);
    content: "";
    background-repeat: no-repeat;
    top: -120px;
}

.faq_posts {
    position: relative;
}

.slider-clients-rows .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}



.ads-widght img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
}
.slider-clients-rows.owl-rtl.owl-loaded.owl-drag {
    display: flex;
    justify-content: center;
}

.teamworks-box {
    display: flex;
    margin-top: 0px;
}

.block-mapbox {
    background: white;
    padding: 19px 20px;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 0 5px 30px #00000042, inset 0 5px 4px #0000001a;
    border: 5px solid #fff;
}

.mapbox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 0;
}


.mapbox iframe {
    width: 100%;
    height: 100%;
}

ul.contact-us {
    flex: 1;
    display: block;
    display: flex;
    /* justify-content: space-between; */
}

.list-contact {
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    border-radius: 11px;
    align-items: center;
    display: flex;
    margin-bottom: 17px;
}

.list-contact a {
    display: flex;
    align-items: center;
}

.list-contact span {
    display: flex;
    align-items: center;
}

.list-contact i {
    font-size: 22px;
}

ul.contact-us li:first-child {
    min-width: max-content;
    max-width: max-content;
}

ul.contact-us li a {
    display: flex;
    align-items: center;
}

ul.contact-us li span {
    display: flex;
    align-items: center;
}

ul.contact-us li i {
    font-size: 32px !important;
}

.block-mapbox {
    display: flex;
    align-items: center;
    min-width: 939px;
    max-width: 1000px;
    z-index: 222;
    position: relative;
    margin: 39px auto;
}

.block-mapbox .titles_concept {margin-bottom: 0;position: absolute;bottom: 100%;padding: 8px 14px;border-radius: 10px 10px 0 0;background: black;width: max-content;right: -3px;}

.block-mapbox .titles_concept_1 span {
    font-size: 19px;
    color: white;
    text-shadow: none;
}

.block-mapbox .titles_concept_1 {
    align-items: start;
    width: max-content;
    flex-direction: inherit;
    align-items: center;
}

.block-mapbox .titles_concept_1 h2 {
    font-size: 18px;
    margin-bottom: 0;
    color: white;
    margin-top: 0;
    margin-inline-start: 11px;
    font-weight: 600;
}

.block-mapbox .dt-contact p {
    font-size: 17px;
    font-weight: 500;
    color: #1c1a1a;
    display: block;
}

.block-mapbox .titles_concept_1 p {
    font-size: 13px;
}

.faq-images {
    flex: 1;
    max-width: 510px;
    min-width: 400px;
    animation: action 1s infinite alternate;
}

.faq-images img {
    width: 100%;
    height: 100%;
}
@keyframes action {
    0% {
        transform: translateY(0);
    }

   
    100% {
       transform: translateY(-10px);
    }
}

.teamworks-images {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    display: block;
    z-index: -1;
}

.teamworks-images img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.-widget-teamworks- .titles_concept_1 p {
    color: white;
    text-align: center;
    font-size: 12px;
}

.teamworks-images:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: linear-gradient(rgb(0, 120, 212),rgb(131 180 237 / 79%) 0%,rgb(0 0 0 / 45%));
    content:'';
}

.-teamworks-rows {
    position: relative;
}

.-widget-teamworks- {
    z-index: 0;
    padding-bottom: 120px;
    padding-top: 0;
}

.-widget-teamworks-:after {
    display: none !important;
}

.-widget-teamworks- .titles_concept_1 h2 {
    color: white;
}

.-widget-teamworks- .titles_concept_1 span {
    color: white;
}

.teamworkimg {
    min-width: 300px;
    max-width: 330px;
    margin: 30px 15px;
    border: 2px solid #fff;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px #0000003b;
    border-radius: 40px;
    overflow: hidden;
    background: white;
}

.titleworkimg {
    right: 0;
    z-index: 1;
    bottom: 20px;
    width: 240px;
    height: 75px;
    padding: 10px 30px;
    position: absolute;
    background-color: #fff;
    transition: 500ms all ease;
}

.teamworkimg-Typejob {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    height: 201px;
    overflow: hidden;
}
.teamworkimg-Typejob:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #cc8809;
    opacity: 0;
    transition: all 0.3s linear 0s;
    z-index: 1;
}

.teamworkimg:hover .teamworkimg-Typejob:before {
    opacity: 0.6;
}
.teamworkimg-Typejob>img {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    transform: scale(1.1);
    overflow: hidden;
    transition: all 0.3s linear 0s;
}

.imgjob {
    min-width: 320px;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 470px;
    position: relative;
}

.imgjob img {
    width: 100%;
    height: 100%;
    display: block;
}

.titleTypestar {
    display: flex;
    padding: 0 25px;
    flex: 1;
    height: 100%;
    flex-direction: column;
}

.titleTypestar p {
    color: white;
    font-size: 18px;
    line-height: 1.7;
    flex: 1;
}

.titleTypestar h3 {
    color: white;
    font-size: 30px;
    margin-bottom: 11px;
}

.titleTypestar>span {
    color: #B79335;
    margin-bottom: 15px;
    display: block;
    font-size: 28px;
    color: white;
}

.teamworks-box .owl-stage {
    display: flex;
    margin: auto;
}

.titleteam {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.titleteam h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.titleteam span {
    font-size: 14px;
    color: #0055bd;
    font-weight: 600;
    transition: all 0.3s ease;
}

.teamworkimg:hover .teamworkimg-Typejob img {
}


ul.Userbio--footer {
    display: flex;
    flex-direction: column;
}

ul.Userbio--skill li {
    color: white;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}

ul.Userbio--skill li i {
    margin-inline-end: 6px;
}

ul.Userbio--skill span {
    font-size: 22px;
    margin-bottom: 8px;
    display: block;
    color: #b79334;
}
.reviews-box {
    position: relative;
    background: white;
    box-shadow: 0px 0px 9px 0px #22334830;
    border-radius: 20px;
    padding: 20px 25px;
    min-width: 560px;
    z-index: 22;
    margin: 11px;
    max-width: 658px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.reviewsimage img {
    border-radius: 50%;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-inline-end: 33px;
    display: flex;
    border: 1px solid #d2d7ff;
    color: var(--secondarytext);
    max-width: 80px;
}

.rating-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.-productBox-rate-bar-average {
    display: flex;
    flex-wrap: wrap;
    color: var(--secondarytext);
    font-size: 15px;
    flex: 1;
}
.-productBox-rate-bar-average>.stars-avg {
    display: block;
    font-size: 15px;
    position: relative;
    color: #e1e1e1;
    margin-inline-end: 5px;
}
.-productBox-rate-bar-average>.stars-avg > .stars-avg-back, .-productBox-rate-bar-average>.stars-avg > .stars-avg-front {
    display: flex;
    direction: ltr;
}
.-productBox-rate-bar-average .stars-avg>.stars-avg-front {
    position: absolute;
    top: 0;
    left: 0;
    color: #cc8809;
    width: var(--percent);
    flex-wrap: inherit;
    overflow: hidden;
    justify-content: start;
}

.reviews-box>* {
    margin-bottom: 23px;
}

.ratingServise- p {
    font-size: 15px;
    font-weight: 400;
    color: #595858;
    display: block;
    line-height: 1.5;
}

.reviews-bottom {
    font-size: 20px;
    font-weight: 300;
    color: #565555;
    margin-top: 10px;
}

.reviews-status {
    display: block;
    color: var(--secondarytext);
    font-weight: 200;
    font-size: 13px;
}

h2.reviewsArea {
    font-size: 26px;
    font-weight: 500;
    color: #222222;
    width: 100%;
    flex: 1;
}

.-category-info {
    display: flex;
    overflow: hidden;
}
.-productBox-rate-bar-average .stars-avg i {
    padding: 0 1px;
    font-size: 19px;
    font-weight: 600;
}

.reviews-top {
    display: flex;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    flex-wrap: wrap;
}

.reviews-images {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    display: none;
}

.reviews-images img {
    width: 100%;
    height: 100%;
    display: block;
}

.reviews-images:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: '';
}


.-widget-reviews- {
    position: relative;
}


.owl-stage {
    display: flex;
    /* overflow: hidden; */
}

.owl-prev {
    left: -89px;
}

.-widget-teamworks-:before {
    filter: invert(1);
}

header.headrersecond {
    background: var(--uicolor);
    position: sticky;
}

.-GridItem-3-ThumbBox a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

header.headrersecond.fixed {
    background: white;
}

.LoaderPostsRelaterIndex-1 .-GridItem-1 {
    min-width: 243px;
    height: 170px;
    margin-inline: 0;
}

.LoaderPostsRelaterIndex-1 .-GridItem-1 .-GridItem-1-info p {
    display: none;
}

.sidebar-title h2 i {
    margin-inline-end: 8px;
}

.number-post {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: var(--largeradius);
    background: white;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.numberimage {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.numberimage img {
    width: 100%;
    height: 100%;
}

.numberimage:before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
    background: linear-gradient(180deg, #1F3044B3 0%, var(--e-global-color-accent) 100%);
    --e-global-color-accent: #1F3044;
}

.number-yu span {
    color: white;
    display: flex;
    align-items: center;
}

.number-yu {
    position: relative;
    display: flex;
    padding: 40px;
    flex-direction: column;
    z-index: 2;
}

.number-yu>* {
    margin-top: 13px;
}

.number-yu a {
    display: flex;
    align-items: center;
    width: max-content;
}

.number-yu a i {
    margin-inline-end: 10px;
    transform: rotate(255deg);
    font-size: 22px;
    color: #dbaa4e;
}

.number-yu>p {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 500;
    color: white;
}

.Userbio--footer {
    display: flex;
    margin: 10px 0 10px;
    align-items: center;
}

.Userbio--footer a {
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 10px;
    color: #1d1e1e;
    background: var(--uicolor2);
    border: 1px solid #00000021;
    transition: 180ms;
    display: flex;
    margin-inline-end: 10px;
    transition: all var(--transition);
}

.number-yu span i {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dbaa4e;
    margin-inline-end: 10px;
}

.number-yu a h4 {
    font-size: 22px;
    font-weight: 400;
    color: white;
}

a.Email i {
    transform: rotate(0);
}

a.Email h4 {
    font-size: 13px;
}

a.Email {
}

.infoTypestar {
    display: flex;
    /* overflow: hidden; */
    flex: 1;
    margin-inline-end: 31px;
    max-width: 76%;
    min-width: 57%;
}

.TypejobTypestar {display: flex;flex-direction: column;min-width: max-content;max-width: max-content;}

.TypejobTypestar span {
    color: #b79334;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.Typeimageread-src {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.teamTypeimage {
    margin-inline-end: 14px;
    flex: 1;
    min-width: 128px;
    max-width: 138px;
}

.titleTypestar>span>strong:first-child {
    display: block;
    font-size: 40px;
    display: flex;
    align-items: center;
}

.titleTypestar>span>strong:first-child:before {
    content: "";
    position: relative;
    width: 48px;
    height: 1px;
    display: flex;
    background: #cfedce;
    margin-inline-end: 11px;
}

.titleTypestar>span>strong {
    color: #ffb905;
    font-weight: 500;
}

.form-maps-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
    align-items: center;
    padding-top: 60px;
    margin-bottom: 20px;
    justify-content: end;
}

.container-contact {
    margin-top: 30px;
}

.sectiomap {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    height: 680px;
    z-index: 22;
}



.categoryserarch {
    list-style: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    top: 100%;
    right: 0;
    border: 1px solid #cccccc63;
    border-radius: 25px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: .45s ease;
    z-index: 999999;
    box-sizing: border-box;
    margin-top: 6px;
    box-shadow: 0 10px 50px rgba(4,75,194,.1);
    height: 280px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
}

.titlecat {
    border-radius: 20px;
    background: #302c2c;
    border: 1px solid #3e3e3e;
    padding: 12px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.titlecat h2 {
    font-weight: 300;
    font-size: 15px;
    color: #afa4a4;
    width: 100%;
    display: flex;
    align-items: center;
}

.titlecat > i {
    margin-inline-start: auto;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.-categoryserarch- {
    position: relative;
    margin-bottom: 10px;
}

.imgjob:before {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s!important;
    z-index: 1;
    right: 0;
    opacity: 1;
    top: 0;
}

.imgjob:after {
    bottom: 0;
    opacity: .7;
    left: 0;
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s!important;
    z-index: 3;
}

.Typestar-top:hover .imgjob:before {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.Typestar-top:hover .imgjob:after {
    height: 100%;
    width: 100%;
    opacity: 0;
}


.categoryserarch.openmenu {
    opacity: 1;
    visibility: visible;
}

.categoryserarch span {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    color: #4a4747;
    border-radius: 20px;
    padding: 6px 6px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.categoryserarch::-webkit-scrollbar-thumb {
    background: #c5c5c5
}

.-country-List::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.categoryserarch::-webkit-scrollbar {
    width: 5px;
    height: 4px
}

.categoryserarch::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 23px
}

.categoryserarch:hover::-webkit-scrollbar-thumb {
    background: #c5c5c5
}

.categoryserarch::-webkit-scrollbar-track {
    background: 0 0
}

.categoryserarch span:hover {
    color: var(--uicolor);
    background: var(--bkground);
}

.titlecat h2.active {
    font-weight: 500;
    color: white;
}

.categoryserarch span.active {
    color: #000;
    font-weight: 500;
}
ul.Shapes__Navigator__V1 {
    list-style: none;
    padding: 0!important;
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
ul.Shapes__Navigator__V1 li {
    position: relative;
    margin: 6px;
    flex: 1;
}
ul.Shapes__Navigator__V1 li a:hover, ul.Shapes__Navigator__V1 li.current-menu-item a {
    background: var(--uicolor2);
    color: var(--bgcolor);
}
ul.Shapes__Navigator__V1 li a {
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #f4f6f8;
    transition: .2s;
    border-radius: var(--largeradius);
    font-weight: 500;
    white-space: nowrap;
    color: #052d1c;
    border: 1px solid var(--uicolor2);
}
ul.Shapes__Navigator__V1 li a>i {
    margin-inline-start: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: .1s;
}

.-posts-sidebar-body .-GridItem-1 {
    margin: 0;
    min-width: 280px;
    margin-bottom: 11px;
}

ul.contact-us li:first-child .dt-contact p {
    font-size: 25px;
}

.line input::placeholder {
    color: white;
}

.line textarea::placeholder {
    color: white;
}

.list-contact-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #efefef;
    padding-inline-start: 12px;
}

.contact-us {
    width: max-content;
    margin-inline-end: 15px;
    height: 100%;
    display: flex;
}


.listPhone {
    display: flex;
}

.listPhone a {
    display: flex;
    align-items: center;
}

.listPhone .dt-contact {
    flex-direction: column;
    align-items: self-start;
}

.listPhone a i {
    font-size: 27px;
    font-weight: 600;
}

.list-contact.Email {
    margin-bottom: 0;
}




.menu-box {
    display: flex;
    align-items: center;
}
.menu-nav form {
    display: none;
}
.social {
    display: none;
}


sections-items.page>[section-concept]:nth-child(2n+1) {
    padding-top: 55px;
}
.-single-page {
    padding-top: 0 !important;
    padding-bottom: 29px;
}
.-single-page ul.blogs-box-social-share {
    margin-inline-start: auto !important;
}
.selectitle {
    padding-top: 10px;
    padding-bottom: 30px;
}

.selectitle h1 {
    font-size: 37px;
    font-weight: 400;
    margin-top: 3px;
}

.ez-toc-debug-messages {
    display: none !important;
}
span.ez-toc-title-toggle input {
    display: none;
}
.teamTypeimage img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    position: relative;
    display: block;
}
.-single-flexes--thumb {
    margin-bottom: 10px;
}
.video-box, video-slice {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
video-slice {
    display: block;
    padding: 75px 0;
}
video-slice:after, video-slice:before {
    content: '';
    bottom: 40px;
    width: 40%;
    height: 70%;
    border-bottom: 12px solid #0000002e;
    position: absolute;
}
video-slice:before {
    left: -10%;
    background: var(--uicolor2);
    border-radius: 0 150px 150px 0;
    transform: rotate(10deg);
}
video-slice:after {
    right: -10%;
    background: var(--uicolor);
    border-radius: 150px 0 0 150px;
    transform: rotate(-10deg);
}
video-slice:after, video-slice:before {
    content: '';
    bottom: 40px;
    width: 40%;
    height: 70%;
    border-bottom: 12px solid #0000002e;
    position: absolute;
}
.video-box, video-slice {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.video-box {
    background-size: cover;
    height: 510px;
    width: 1000px;
    padding: 50px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    margin: auto;
    border-radius: 30px;
    direction: ltr;
}
.video-box:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(to left, #fff0, #000);
    width: 100%;
    height: 100%;
    top: 0;
}
.video-box h2 {
    font-size: 35px;
    color: #ffe482;
    display: block;
    line-height: 1.3;
}
.video-box h3 {
    margin: 30px 0 0;
    color: #e3e3e3;
    font-size: 14px;
}
.video-icon {
    margin-top: 30px;
    font-size: 22px;
    display: flex;
}
.video-icon i {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    color: var(--uicolor);
    font-size: 50px;
}
video-holder.open {
    visibility: visible;
    opacity: 1;
}
video-holder {
    position: fixed;
    background: rgb(0 0 0 / 66%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: .65s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
video-holder iframe {
    width: 80%;
    height: 80%;
}


.languagebox {
    width: max-content;
    display: flex;
    margin-inline-start: 11px;
}

.languagebox a {
    background: #ffffff;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
    padding: 4px 10px;
}
.search_header span {
    background: #2e435c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.search_header form {
    background: white;
    position: absolute;
    right: 0px;
    max-width: 319px;
    padding: 25px 15px;
    box-shadow: 0px 1px 7px #0000004f;
    border-radius: 20px;
    display: flex;
    min-width: 330px;
    overflow: hidden;
    top: 47px;
    display: none;
    transition: var(--transition);
}
.languagebox a span {
    color: #181818;
    font-size: 16px;
    display: flex;
}
.-GridItem-1-category-Item a {
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    padding: 5px 10px;
    color: #223348;
    max-width: max-content;
    overflow: hidden;
    display: flex;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    transition: var(--transition);
}
ul.Shapes_NavigatorV1 li a:hover, ul.ShapesNavigator_V1 li.current-menu-item a {
    background: #4a4946;
    color: var(--bgcolor);
    border: 1px solid #2c2c2c;
}
ul.Shapes_Navigator_V1 li a {
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #f4f6f8;
    transition: .2s;
    border-radius: var(--largeradius);
    font-weight: 500;
    white-space: nowrap;
    color: #052d1c;
    border: 1px solid #0606061f;
}
ul.-Tabs-loadmore-List li {
    margin: 10px;
    background: var(--bkground);
    padding: 3px 11px;
    border-radius: 10px;
    color: #0a0a09;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}
.-single-parent-flexes--content-inner .-single-parent-flexes--content-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    border-radius: 20px;
}
.price-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.price-image {
    max-width: 470px;
    margin: auto;
}

.pattern-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: var(--imgfooter);
}

.pattern-layer-four {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 283px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: var(--imgfooter);
    z-index: 0;
}

.footer_menu ul li a:before {
    position: absolute;
    content: "\f101";
    right: 4px;
    top: 9px;
    color: #f3f3f3;
    line-height: 1.4em;
    font-family: "FontAwesome";
}

.GridItem-footer {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.-footer-ThumbBox {
    border-radius: 5px;
    overflow: hidden;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
}

.-footer-ThumbBox a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.-footer-ThumbBox a img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.footer-info-post>span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #cc8809;
    margin-top: 5px;
}

.footer-info-post {
    padding-inline-start: 9px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer-info-post a h3 {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    transition: all 0.2s ease;
}

.footer-info-post a {
    color: white;
}

.footer_post {
    display: block;
    min-width: 25%;
    max-width: 25%;
    flex: 1;
}

.footer-info-post a h3:hover {
    color: var(--uicolor2);
}

.GridItem-footer:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-box {
    display: block;
    min-width: 25%;
    max-width: 25%;
    flex: 1;
    margin-inline-start: 20px;
}
.contact-info a i.fa-solid.fa-phone-volume {
    font-weight: 400;
}
.contact-info >a>i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    font-size: 25px;
    color: #dbaa4e;
    font-weight: 400;
}
.contact-info svg-phone {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 24px;
    color: var(--uicolor2);
    font-weight: 300;
}

.info-footer {
    color: white;
}

.Address i {
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 44px;
    color: var(--uicolor2);
    max-width: 54px;
}
.Address h3 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.5;
}

.Address {
    display: flex;
    align-items: center;
}

.contact-info svg-phone svg {
    width: auto;
    height: auto;
    fill: white;
}

.blocks-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.-yu-title-trading-mail-bh- {
    position: relative;
    padding: 46px 0px;
    overflow: hidden;
    background-color: var(--uicolor2);
}

.--title_trading-mail- {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.--title_trading-mail-:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    background-color: #293b50;
    z-index: 0;
}

.--title-trading-mail- {
    position: relative;
    color: white;
    min-width: 50%;
    max-width: 50%;
    flex: 1;
}

.--title-trading-mail- h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.--title-trading-mail- p {
    position: relative;
    color: #ffffff;
    z-index: 9;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}

.-mail-icon {
    position: absolute;
    right: -55px;
    top: -22px;
    width: 140px;
    height: 140px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.-mail-icon i {
    position: relative;
    justify-content: center;
    height: 100%;
    font-size: 45px;
    display: flex;
    position: relative;
    color: #ffffff;
    line-height: 105px;
    font-size: 50px;
    margin-left: 28px;
}

.-mail-icon:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    transform: rotate(-45deg);
    background-color: rgb(52 77 106);
    transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.80);
}

--title_trading-mail-:hover .-mail-icon:before {
    transform: rotate(135deg);
}

.-mail-form-box {
    flex: 1;
    padding-inline-start: 110px;
}

.-mail-form-box form {
    position: relative;
}

.-mail-form-box form input {position: relative;line-height: 28px;height: 50px;color: #777777;font-weight: 400;background: #ffffff;transition: all 300ms ease;padding: 10px 10px;width: 100%;border-radius: 8px;border: 1px solid #bdbcbc;font-size: 16px;overflow: hidden;display: flex;top: 0;}

button#click_element {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 0px 28px;
    background: rgb(0, 90, 158);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
}

button#click_element:active {
    transform: scale(0.8);
    background: var(--uicolor2);
}

.-mail-form-box .success {
    padding: 0;
    width: max-content;
    height: auto;
    background: none;
    box-shadow: none;
    position: relative;
    margin-top: 20px;
    margin-inline-start: 22px;
}

.-mail-form-box .success p {
    color: white;
}

.reviewsimage {
    display: flex;
    align-items: center;
}

.-rating-post-star {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

span.quote- {
    font-weight: 300 !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #999999;
    font-size: 30px;
    opacity: 0.5;
}

span.quote- i {
    font-size: 46px;
    font-weight: 600;
    color: #706c6c;
}

.stars-avg-back i.fa.fa-star {
    color: #cc8809;
    font-weight: 300;
}

.rating-head p {
    font-size: 15px;
    font-weight: 400;
    color: #595858;
    display: block;
    line-height: 1.5;
}

.titles_concept_1 span:before {
    position: relative;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #171616;
    display: flex;
    margin-inline-end: 12px;
    margin-top: 10px;
}

.titles_concept_1 span:after {
    position: absolute;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    content: '';
    content: '';
    width: 30px;
    height: 2px;
    background-color: #cc8809;
    display: flex;
    margin-inline-end: 12px;
}

.social-cover .social--footer {
    display: block;
}

.social-cover .social--footer a {margin-bottom: 12px;background-color: #3451aa;background-repeat: no-repeat,no-repeat;background-image: url(assets/img/bg-logoicon.png),radial-gradient(circle,#4a709d 0%,#394048 100%);color: #f5f5f5;text-shadow: 0px 3px 8px #000;}

.social-cover {
    display: flex;
    height: 100%;
    /* margin-top: 210px; */
    align-items: end;
    min-width: 25%;
    max-width: 25%;
    flex: 1;
    justify-content: end;
}

.contact-info-boxed {
    display: flex;
}

.contact-info-boxed>* {
    display: flex;
    align-items: center;
    flex: 1;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #FFFFFF40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 9px;
    min-width: 300px;
    max-width: 300px;
}

.contact-info-boxed i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 38px;
    color: var(--uicolor2);
    font-weight: 400;
}

.contact-info-boxed .Address svg {
    width: auto;
    height: 32px;
    color: #fff;
}

.contact-info-boxed>* h3 {
    color: white;
    margin-top: 0;
    margin-inline-start: 8px;
    font-size: 16px;
    font-weight: 300;
}

.pin-post-boxed-item {
    min-width: 320px;
    max-width: 100%;
    display: flex;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #FFFFFF40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    flex: 1;
}

.pin-post-boxed- {
    display: flex;
    flex: 1;
}

.pin-post-image {
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.pin-post-image:after {
    content: "";
    position: absolute;
    background: var(--wdtPrimaryColor);
    bottom: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--wdtBaseTransition);
--wdtPrimaryColor: #1f3044;
--wdtBaseTransition: all 0.3s ease-out 0s;
}

.pin-post-image:before {
    content: "";
    position: absolute;
    background: rgb(var(--wdtPrimaryColorRgb), 0.8);
    bottom: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
--wdtPrimaryColorRgb: 31,48,68;
    z-index: 1;
}
.titles_post-intro:before {
    content: "";
    position: absolute;
    background: rgb(var(--wdtPrimaryColorRgb), 0.8);
    bottom: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
--wdtPrimaryColorRgb: 31,48,68;
    z-index: -1;
}
.titles_post-intro:after {
    content: "";
    position: absolute;
    background: var(--wdtPrimaryColor);
    bottom: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--wdtBaseTransition);
--wdtPrimaryColor: #1f3044;
--wdtBaseTransition: all 0.3s ease-out 0s;
    z-index: -1;
}
.pin-post-image img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.pin-post-boxedintro {
    display: flex;
}

.titles_post-intro {
    min-width: 25%;
    padding: 30px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #FFFFFF40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    max-width: 25%;
    flex: 1;
    min-width: 300px;
    max-width: 300px;
    flex: 1;
}

.titles_post-intro h2 {
    font-size: 17px;
    color: white;
    margin-bottom: 13px;
}

.titles_post-intro p {
    color: white;
    margin-top: 7px;
    font-weight: 300;
    font-size: 23px;
}

.titles_post-intro p strong {
    color: var(--uicolor2);
    font-weight: 400;
    font-size: 27px;
}

.pin-post-title {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin-post-title a {
    color: white;
    font-size: 19px;
}

.pin-post-title a h3 {
    font-size: 22px;
    font-weight: 400;
}

.pin-post-boxed-item:hover .pin-post-image:after {
    width: 0;
}

.intro-left {
    flex: 1;
    min-width: 300px;
    max-width: 300px;
}

a.mid-intro {
    margin: auto;
    justify-content: center;
    /* flex: 1; */
    max-width: 100%;
}


.contact-info-boxed .Address {
    min-width: 350px;
    max-width: 350px;
}

features .container {
    display: flex;
    align-items: self-start;
}

features .container .titles_concept {
    min-width: 47%;
    max-width: 50%;
    flex: 1;
}

benfit svg {
    width: 110px;
    height: auto;
    fill: white !important;
}
.logo-mobile {
    display: none;
}
features .titles_concept_1 h2 {
    color: white;
}

features .titles_concept_1 span {
    color: white;
    text-shadow: 0 0 BLACK;
    flex-direction: row-reverse;
}

features .titles_concept_1 span:before {
    margin-inline-start: 8px;
    background: white;
}

features .titles_concept_1 p {
    color: #eae8e8;
    text-align: left;
}

benfit .aw1 {
    fill: white !important;
}

benfit svg path.aw42 {
    fill: white !important;
}

benfit svg g * {
    fill: white !important;
}

.-postssorts-boxed {
    min-width: 310px;
    max-width: 350px;
    flex: 1;
    background: #223348;
    margin: 10px;
    padding: 36px;
    border-radius: 7px;
    transition: 180ms all ease;
    position: relative;
    overflow: hidden;
}

.postssorts-mobile {
    display: flex;
    flex-wrap: wrap;
}

.postssorts_title_boxed a h3 {
    color: white;
    text-align: center;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    height: 55px;
}

.postssorts_title_boxed a p {
    color: white;
    text-align: center;
    line-height: 1.5;
}

.-postssorts-boxed.button_link {
    min-width: 320px;
    max-width: 320px;
    background: var(--uicolor2);
    padding: 36px;
}

.-postssorts-boxed.button_link p {
    color: #602d13;
    font-size: 27px;
    font-weight: 400;
}

.-postssorts-boxed.button_link span {
    padding: 10px 40px;
    display: block;
    background: #ffffff;
    box-shadow: inset 0px 0px 4px #000;
    color: #000000;
    /* width: max-content; */
    margin-top: 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    margin: 19px auto 0;
    transition: all 0.2s ease;
    text-align: center;
}

.-postssorts-boxed.button_link span:hover {
    box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset, 0 3px 10px rgba(0,0,0,.3);
    transform: translate(0px, -4px);
}

.header-two .container {
    display: flex;
}

.header-contact-info {
    display: flex;
    align-items: center;
    flex: 1;
    color: #000;
    margin-inline-start: 32px;
}

.header-contact-info>* {
    display: flex;
    align-items: center;
    margin-inline-end: 30px;
    flex: 1;
    position: relative;
    padding-inline-end: 16px;
}

.header-contact-info>* svg {
    width: 40px;
    display: block;
    height: 30px;
    margin-inline-end: 10px;
    fill: #dbaa4e;
}

svg-phone svg {
    width: 50px;
    height: auto;
}

.header-one .container {
    display: flex;
    align-items: center;
}

.header-two {
    position: relative;
    background: #223348;
    z-index: 999999;
    padding: 5px 0 9px 0px;
    background-color: #3451aa;
    background-repeat: no-repeat,no-repeat;
    background-image: url(assets/img/bg-logoicon.png),radial-gradient(circle,#283b52 0%,#223449 100%);
    box-shadow: 0px 5px 4px #00000052;
}

.header-contact-info .info-footer {
    color: #000;
}

.header-contact-info .info-footer h3 {
    font-size: 14px;
    font-weight: 300;
    color: #dddee5;
}

.icon-wghiht {
    position: absolute;
    right: 0px;
    top: -1px;
    width: 90px;
    height: 90px;
    font-weight: 100;
    fill: #fff;
    cursor: pointer;
    font-size: 37px;
    padding: 12px 0px;
    text-align: center;
    background-color: #2b425c;
}

.header-contact-info .info-footer span {
    font-weight: 300;
    font-size: 14px;
    margin-top: 2px;
    display: block;
    color: #fff;
}

.header-contact-info>*:before {
    /* background-image: url(./img/info-separater.png); */
    position: absolute;
    content: '';
    right: 0;
    top: 0px;
    width: 0px;
    height: 47px;
    border: 1px dashed #ffffff57;
}

.header-contact-info>*:last-child:before {
    display: none;
}

.header-one {transition: all 0.3s ease;background: #223348;box-shadow: 0px 0px 15px #000000a1;}

.menu-nav>ul>li>ul li > a:before {
    position: absolute;
    content: '//';
    right: 10px;
    top: 13px;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-nav>ul>li>ul li > a:hover {
    padding-inline-start: 12px;
}

.menu-nav>ul>li>ul li > a:hover:before {}

header.fixed .header-two {
    display: none;
}

.team-info {
    padding: 30px 20px 20px;
}

.team-data span {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--contentcolor);
}

.team-data span i {
    margin-inline-end: 9px;
}

i.fa-solid.fa-phone-volume {
}

.team-photo {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -19px;
    left: 20px;
    border: 3px solid #fff;
    border-radius: 20%;
    overflow: hidden;
    transition: all 0.3s linear 0s;
    z-index: 2;
}

.team-photo img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.box-teamworkimg {
    position: relative;
    height: 198px;
}

.teamworkimg:hover .teamworkimg-Typejob>img {
    transform: scale(1);
}

.teamworkimg:hover .team-photo {
    transform: scale(1.2);
}

.teamworks-top {
    margin-top: -150px;
}

.postmodel-model-2 .-GridItem-1:nth-child(2) {
    min-width: 664px;
}

.postmodel-model-2 .-GridItem-1:nth-child(5) {
    min-width: 660px;
}

.postmodel-model-2 .-GridItem-1:nth-child(8) {
    min-width: 660px;
}
.postmodel-model-2 .-GridItem-1:nth-child(11) {
    min-width: 660px;
}
.postmodel-model-2 .-GridItem-1:nth-child(14) {
    min-width: 660px;
}

.-GridItem-4-ThumbBox {
    height: 160px;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.-GridItem-4-ThumbBox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.post-slider .-GridItem-2 {
    min-width: 341px;
}

features .container .titles_concept .titles_concept_1 {
    align-items: self-start;
}

.menu-box-header {
    display: flex;
    align-items: center;
    position: relative;
}

section.wlecomewight.widght-open {
    left: 0;
}
section.wlecomewight {
    position: fixed;
    top: 0;
    right: -150%;
    bottom: 0;
    background: #fff;
    width: 410px;
    transition: .6s cubic-bezier(.25,1,.5,1);
    border-radius: 0;
    color: var(--uicolor);
    z-index: 999;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 0;
}
.wlecome-yu {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
span.colsed-yu--bh {
    position: absolute;
    top: 0;
    right: -29px;
    font-size: 27px;
    font-weight: 700;
    cursor: pointer;
    width: 50px;
}
span.colsed-yu--bh i {
    font-weight: 700;
    color: var(--textcolor);
}
.wlecome-text-yu {
    display: flex;
    flex-direction: column;
}
.img-welcome {
    width: 100%;
    flex: 1;
    padding-bottom: 13px;
    display: flex;
    justify-content: center;
}
.img-welcome img {
    width: 248px;
    height: auto;
    filter: invert(1);
}
.seach-welcome {
    display: flex;
    justify-content: center;
    margin: 11px 0;
}
.seach-welcome form {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
    flex: 1;
}
.seach-welcome form input {
    max-width: 100%;
    outline: none;
    display: flex;
    box-shadow: none;
    transition: .6s cubic-bezier(.25,1,.5,1);
    border: 1px solid #e8ebf2;
    flex: 1;
    padding: 8px 30px;
    min-width: 100%;
    border-radius: 8px;
}
.seach-welcome form button {
    position: absolute;
    background: 0 0;
    border: none;
    right: 17px;
}
.seach-welcome form button i {
    font-size: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submenu-wlecomewight {
    display: flex;
    flex: 1;
    max-width: 100%;
    min-width: 100%;
}
.submenu-wlecomewight ul.wlecomewight-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
}
.submenu-wlecomewight ul.wlecomewight-menu li {
    font-size: 16px;
    position: relative;
    margin: 0 3px;
}
.submenu-wlecomewight ul.wlecomewight-menu li a {
    font-size: 18px;
    padding: 6px 16px;
    border-radius: var(--miniradius);
    white-space: nowrap;
    display: flex;
    font-weight: 500;
    color: #090f4e;
    transition: 350ms all ease;
    flex: 1;
    position: relative;
    background: #fafafa;
    margin: 7px 0;
}
.submenu-wlecomewight ul.wlecomewight-menu li ul.sub-menu {
    list-style: none;
    width: 100%;
    transition: 400ms all ease;
    min-width: 230px;
    list-style: none;
    z-index: 1;
    background: #f3f3f3;
    border-radius: var(--miniradius);
    display: none;
}
.submenu-wlecomewight ul.wlecomewight-menu li ul.sub-menu li {
    position: relative;
    display: flex;
    padding: 5px 24px;
    border-radius: 7px;
    transition: all 200ms ease;
}
.submenu-wlecomewight ul.wlecomewight-menu li ul.sub-menu li a {
    white-space: nowrap;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
    color: var(--textcolor);
    transition: 350ms all ease;
    font-weight: 700;
    padding: 4px 0;
    background: 0 0;
}
.submenu-wlecomewight>ul>li.menu-item-has-children>a:after {
    content: "\f0dd";
    font-family: "font awesome 5 pro";
    font-size: 12px;
    vertical-align: 2px;
    margin-right: auto;
}
section.wlecomewight::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

section.wlecomewight::-webkit-scrollbar-thumb {
    background: #transparent
}

section.wlecomewight::-webkit-scrollbar-track {
    background: #transparent
}
.wlecome-text-bh h2 {
    display: flex;
    margin-top: 10px;
    margin-bottom: 9px;
    color: var(--textcolor);
    font-size: 28px
}
ul.wlecome_social {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: right;
    flex: 1;
}
ul.wlecome_social li {
    width: 52px;
}
ul.wlecome_social li a.facebook {
    background: #0086f1;
    --socail: #0086f1;
}
ul.wlecome_social li a {
    color: #fff;
    padding: 12px 6px;
    font-size: 20px;
    width: 45px;
    background: var(--socail);
    border-radius: 50px;
    display: flex;
    justify-content: center;
}
ul.wlecome_social li a.instagram {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0 3px 10px rgba(0,0,0,.25);
}
ul.wlecome_social li a.twitter {
    --socail: #03a9f4
}

ul.wlecome_social li a.linkedin {
    --socail: #1274a1
}
ul.wlecome_social li a.telegram {
    --socail: #00a7ff
}

ul.wlecome_social li a.youtube {
    --socail: #FF0000
}

.info-cover-boxed {
}

.single-title-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-title-comments span {
    margin-inline-start: 11px;
    font-size: 20px;
    color: var(--uicolor3);
    cursor: pointer;
    align-items: center;
    background: white;
    min-width: max-content;
    max-width: 340px;
    padding: 7px 0px 4px 20px;
    border: 1px solid #e5efff;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    transition: all 350ms ease;
    margin-left: auto;
    font-weight: 500;
}

.single-title-comments span i {
    font-size: 24px;
    font-weight: 500;
    padding: 6px;
    border-radius: 50% 0% 0% 50%;
    color: #0070ff;
    margin-right: 10px;
    transition: all 250ms ease;
    height: 100%;
    display: block;
}

.single-title-comments span:hover {
    background: #223348;
    color: white;
}

.single-title-comments span:hover i {
    color: white;
}

form.CommentsFormInner.opencomments {
    display: block;
}

.img-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.img-intro img {
    width: 100%;
    height: 100%;
}

.intro-box-info {
    position: relative;
    min-width: 449px;
    max-width: 689px;
    margin: auto;
}

.slider-introbox {
    display: flex;
    align-items: center;
}

.slider-intro .owl-item .info-cover h1 {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 80px);
    transition: all 1.3s ease;
}

.slider-intro .owl-item.active .info-cover h1 {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: all 1.3s ease;
}

.slider-intro .owl-item .info-cover p {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 80px);
    transition: all 1.7s ease;
}

.slider-intro .owl-item.active .info-cover p {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: all 1.7s ease;
}

.slider-intro .owl-item .intro_buttun {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 80px);
    transition: all 2s ease;
}

.slider-intro .owl-item.active .intro_buttun {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: all 2.5s ease;
}

.single-form-comments-box {
    display: none;
}

.CommentsList {
    margin-top: 30px;
}

.categoriesIndex-box {
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: var(--largeradius);
    background: var(--bkground);
}

.categoriesIndex {
    display: block;
}

.categoriesIndex a {
    display: flex;
    min-width: 100%;
    justify-content: space-between;
    padding-bottom: 15px;
}

.categoriesIndex a p {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    color: var(--secondarytext);
}

.categoriesIndex a p i {
    margin-inline-end: 8px;
    font-size: 0;
    transition: all 0.2s ease;
    color: var(--uicolor2);
    display: none;
}

.categoriesIndex a span {
    font-size: 14px;
    color: var(--contentcolor);
    font-weight: 600;
}

.categoriesIndex a p:hover {
    color: var(--uicolor2);
    padding-right: 10px;
}

.categoriesIndex a p:hover i {
    font-size: 18px;
}

.sidebar-title h2 {
    font-size: 22px;
    font-weight: 500;
}

.LoaderPostsRelaterIndex-1 .-GridItem-3 {
    background: white;
}

.Singlemostview .-GridItem-3 {
    background: white;
}

.teamworks-top .titles_concept_1 span:before {
    background: white;
}

.owl-dots {
    position: absolute;
    left: -136px;
    display: flex;
    z-index: 22;
    flex-direction: column;
}

.owl-dots>* {
    margin: 5px;
    display: flex;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    background: white;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.slider-intro .owl-nav {
    display: none;
}

.owl-dot.active {
    background: #dbaa4e;
    border: 2px solid #dbaa4e;
}

benfit:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.social-cover .social--footer a:hover {
    color: var(--uicolor2);
}

.-GridItem-3:hover .-GridItem-3-info span a {
    color: var(--uicolor2);
}

.-GridItem-3:hover .GridItem-3-title-model h3 {
    color: var(--uicolor2);
}

.Singlemostview .-GridItem-3 .-GridItem-3-ThumbBox {
    border-radius: 50%;
}

.post-model- {
    position: relative;
    margin: 10px;
}




.model-2:after {
    display: none !important;
}

.single-form-comments-box.opencomments {
    display: block;
    margin-top: 20px;
}
.YC-Animation-Item {
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name);
    animation-duration: var(--animation-duration);
    animation-delay: var(--animation-delay);
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    -ms-transform: translateY(800px);
    transform: translateY(800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    transform: translateX(-800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    transform: translateX(800px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.post-slider {
    opacity: 0;
    position: relative;
}

.slider-clients-rows {
    display: flex;
    flex-wrap: wrap;
}

.ads-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px;
    background: linear-gradient(rgba(0,0,0,0),rgb(6 39 78) 100%,rgb(59 124 205));
    padding-top: 31px;
}

.ads-title h2 {
    color: white;
}
.animation-hidden {
    visibility: hidden;
}
.ads-widght {
    display: flex;
    align-items: center;
    min-width: 250px;
    max-width: 320px;
    flex: 1;
    margin: 10px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    box-shadow: var(--box-shadow);
    height: 130px;
}

.empty-div-intro {min-width: 25%;max-width: 25%;flex: 1;}

.-category-boxed {
    min-width: 200px;
    max-width: 210px;
    flex: 1;
    background: #2233480d;
    margin: 10px;
    border-radius: 15px;
    position: relative;
    padding: 27px 25px;
    display: block;
    box-shadow: none;
}

#button:hover i {
    transform: scale(1.2);
}

#button i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 25px;
    transition: all 0.2s ease;
    cursor: pointer;
}

#button i:hover {
    transform: scale(1.6);
}

.popover_Login, .popover_Signup {
    bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 999;
    height: 100%;
    background: #00000052;
    /* display:none; */
}
.openuser {
    display: block!important;
}
form-context-signin {
    width: 320px;
    background: #fff;
    padding: 32px;
    position: absolute;
    display: flex;
    flex-direction: column;
}
form-context-signin, form-context-signup {
    border-radius: 20px;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.closepopp {
    position: absolute;
    background: #f94949;
    left: -10px;
    width: 35px;
    height: 35px;
    justify-content: center;
    top: -10px;
    border-radius: 50%;
    transform: scale(.9);
    transition: .1s;
}
.closepopp, .overlay .alert .signin {
    align-items: center;
    display: flex;
    cursor: pointer;
}
.closepopp i {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}
page-post-title {
    margin-bottom: 14px;
    display: block;
}
.-welcometitle h2 {
    font-size: 23px;
    margin-bottom: 8px;
    display: flex;
    font-weight: 400;
}
.title-page-sign-up p {
    font-size: 14px;
    font-weight: 300;
    color: var(--contentcolor);
}
.-welcometitle .selected {
    font-size: 15px;
    font-weight: 500;
    color: var(--uicolor2);
    cursor: pointer;
}
form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
form-boxed-inner strong {
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--secondarytext);
    font-size: 16px;
}
span.icon-form {
    display: flex;
    position: absolute;
    right: 12px;
    bottom: 13px;
}
span.icon-form i {
    color: var(--uicolor2);
    font-weight: 400;
}
form-row input {
    flex: 1 1 0%;
    padding: 9px 35px;
    font-size: 14px;
    border-radius: var(--largeradius);
    border: 1px solid var(--border);
    color: var(--uicolor);
    font-weight: 400;
    width: 100%;
    background: #fff;
}
span.icon-form {
    display: flex;
    position: absolute;
    right: 12px;
    bottom: 13px;
}
form-boxed-inner i.fas.fa-eye {
    left: 10px;
    bottom: 10px;
    position: absolute;
}
form-boxed-inner i {
    position: absolute;
    font-size: 15px;
    font-weight: 500!important;
    color: var(--uicolor2);
    bottom: 0;
}
.signup_popup button {
    border: none;
    width: 100%;
    padding: 9px;
    border-radius: var(--largeradius);
    color: var(--bgcolor);
    font-size: 15px;
    font-weight: 400;
}
.Shapes__User a:hover, .buttunsearch a, .itemdiv.home.InHome, .itemdiv:hover, .signin, .signup_popup button, postsmore {
    background: var(--uicolor2);
}
.activable {
    user-select: none;
    cursor: pointer;
}
user--bar .avatar {
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 0;
    cursor: pointer;
    flex: 1;
}
.-User-Navigator- {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 19px;
    cursor: pointer;
    margin-inline-start: 11px;
}
.-User-Navigator- svg {
    width: 40px;
    height: auto;
    border-radius: 14px;
    fill: var(--uicolor2);
}
.account-user {
    display: flex;
    margin-inline-start: 10px;
    overflow: hidden;
    flex: 1;
    flex-direction: column;
}
.account-user span {
    font-size: 13px;
    font-weight: 300;
    color: white;
}

form-context-signup {
    width: 290px;
    background: #fff;
    padding: 20px;
    position: absolute;
}
form-boxed-inner i.fas.fa-eye-slash {
    left: 10px;
    bottom: 9px;
}
form-context-inner form-boxed-inner i[data-type=togglepassword] {
    cursor: pointer;
    opacity: 1;
    font-size: 19px;
    position: absolute;
    bottom: 15px;
    left: 11px;
}
.avatar {
    display: flex;
    align-items: center;
    padding: 6px 0px 6px 10px;
    cursor: pointer;
    flex: 1;
}
.avatar img {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    transition: 150ms;
    z-index: 1;
    max-width: 30px;
}
.account-user strong {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: white;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: .3s;
}
.Shapes__User {
    position: absolute;
    list-style: none;
    width: 299px;
    padding: 20px;
    top: 61px;
    transform: scale(0);
    opacity: 0;
    transition: .3s;
    left: 0;
    visibility: hidden;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 6px rgb(55 73 87 / 8%), 0 0 9px rgb(55 73 87 / 8%);
    border-radius: 15px;
}
.AvatarAuthor {
    display: flex;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    align-items: center;
    overflow: hidden;
}
.AvatarAuthor img {
    min-width: 45px;
    height: 45px;
    max-width: 45px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.User-current {
    display: block;
    margin-inline-start: 11px;
}

.AvatarAuthor .User-current h3 {
    font-size: 17px;
    color: var(--uicolor);
    font-weight: 400;
}
.User-current p.user_email {
    font-size: 11px;
    font-weight: 300;
    display: block;
    color: var(--contentcolor);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: .3s;
}
.Shapes__User a {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 10px;
    color: var(--wp--preset--shadow--crisp);
    transition: all 0.2s ease;
    border-radius: 20px;
}
.icon>i {
    display: inline-block;
    vertical-align: -4px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--iconcolor);
    transition: 150ms;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Shapes__User a p {
    flex: 1;
    color: #000;
    font-weight: 400;
    display: flex;
    transition: all 0.2s ease;
    margin-inline-start: 10px;
    font-size: 16px;
}
.Shapes__User a:hover {
    background: var(--uicolor2);
}

.Shapes__User.-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.display_name {
    display: flex;
    align-items: center;
}
.-sign-up-boxed- {
    display: flex;
    justify-content: center;
    margin-inline-end: auto;
}
.-Edit-profile-boxed {
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 500px;
    margin-inline: auto;
    box-shadow: var(--box-shadow);
}
formconcept-tabs-view {
    margin: 18px 0 9px;
    display: flex
}
formconcept-tabs-view>a.selected, li.-Tabs--Posts--Items.active {
    background: var(--uicolor2);
    color: #fff;
}
formconcept-tabs-view>a {
    text-align: center;
    cursor: pointer;
    transition: .2s;
    font-size: 15px;
    border-radius: 20px;
    background: var(--bkground);
    font-weight: 400;
    color: var(--titlecolor);
    align-items: center;
    padding: 5px 8px;
}
.-page-auther-box-image, formconcept-tabs-view>a {
    display: flex;
    overflow: hidden;
    margin-inline-end: 14px;
}
formconcept-tabs-view>a>i {
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    margin-inline-end: 4px;
    color: var(--uicolor);
    padding: 4px;
}
formconcept-tabs-view>a.selected>i {
    font-weight: 400;
    color: var(--uicolor);
    font-size: 14px;
}
.title h2 {
    display: flex;
    font-weight: 400;
    color: var(--uicolor);
    font-size: 22px;
}

profileboxed {
    margin-bottom: 12px;
}

.title {
    margin-bottom: 12px;
}
formconcept form button {
    padding: 9px 27px;
    transition: 150ms;
    border: 1px solid var(--border);
    background: var(--uicolor2);
    font-size: 14px;
    border-radius: var(--miniradius);
    color: #fff;
    width: 100%;
}
i.fal.fa-eye.--toggle-password {
    position: absolute;
    left: 10px;
    bottom: 9px;
    font-size: 17px;
}

.blocks-yc- .social--footer>a {
    margin-inline-end: 11px;
}


.custom-page-mail table thead {
    display: flex;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #f3eaea;
    border-radius: 20px;
    overflow: hidden;
}
.custom-page-mail table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.mail-header tr {
    display: flex;
    flex: 1;
    padding: 15px 20px;
    align-items: center;
}

.custom-page-mail th:nth-child(2) {
    padding-inline-start: 14px;
}
.custom-page-mail th {
    font-weight: bold;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    flex: 1;
}

.custom-page-mail th:first-child {
    flex: initial;
}

.custom-page-mail table tbody {
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #f3eaea;
    border-radius: 20px;
    overflow: hidden;
}

.custom-page-mail table tbody tr {
    display: flex;
    flex: 1;
    padding: 15px 20px;
    align-items: center;
}

.custom-page-mail table tbody tr td {
    font-weight: bold;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    flex: 1;
    text-align: center;
    justify-content: center;
    padding-inline-start: 14px;
}

.custom-page-mail table tbody tr td:first-child {
    flex: initial;
}

.custom-page-mail table tbody tr td:last-child {
    flex: initial;
}

.custom-page-mail th:last-child {
    flex: initial;
}