body[mode=light] {
    --uicolor: #1700f7;
    --bgcolor: #ffffff;
    --textcolor: #1700f7;
    --bghover: #ffffff;
    --diver: #171f2621;
    --secondarytext: #201f1f;
    --disable-text: #ffffff4d;
    --disable-button: #ffffff33;
    --positive: #35bf56;
    --titlecolor: #061a30;
    --contentcolor: #0f109a;
    --bkground: #b7d2da;
    --alinks: #000000;
    --border: #b5312e;
    --iconcolor: #8f8c91;
    --transition: all 0.2s ease;
    --hover-overlay: #06063205;
    --uicolor2: #004eff;
    --uicolor3: #004eff;
    --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: cubic-bezier(0, 0, 1, 1);
    --transition-timing-in: cubic-bezier(0, 0, 1, 1);
    --miniradius: 15px;
    --largeradius: 25px;
    --ffamily: 'YourColor', sans-serif;
    --ffamilystrong: Lalezar;
}

body {
    font-family: var(--ffamily);
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    font-size: var(--fsize);
}

body::-webkit-scrollbar-thumb {
    background: #1700f7;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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;
}

h1 {
    --hfont-size: 2em;
}

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;
}

ul {
    list-style: none;
}

::placeholder {
    color: var(--textcolor);
    opacity: 0.4;
}

:focus::placeholder {
    opacity: 0.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;
}
breadcrumb {}

.faq_section {
    margin-bottom: 50px;
}

.model_shap_one_title {}

.section-faq {
    background: #fff;
}

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(0.96);
    opacity: 0.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: 0.7;
}

/*header*/

header {
    padding: 10px 0;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    position: sticky;
    background: #1700f7;
    transition: var(--transition);
}

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

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

.menu-nav > ul li {
    margin: 2px;
    display: block;
    position: relative;
}

.menu-nav {
    color: #000;
    flex: 1 1 0%;
}

.menu-nav > ul > li > a {
    font-size: 18px;
    padding: 6px 12px;
    border-radius: var(--miniradius);
    white-space: nowrap;
    display: block;
    font-weight: 500;
    color: #ffffff;
    transition: 350ms all ease;
}

.menu-nav > ul > li a:hover {
    color: #f1a40e;
    padding-right: 10px;
}

footer {
    background: var(--uicolor);
    position: relative;
    padding: 6px 0 0px;
    /* border-top: 5px solid #f1a40e; */
}

.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: var(--miniradius);
    text-align: center;
    margin: 8px;
}

.footer_menu ul li a {
    font-size: 15px;
    padding: 8px 10px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffffff1f;
    font-weight: 400;
    border-radius: 10px;
    transition: var(--transition);
    color: #ffffff;
}

.footer_menu ul li a:hover {
    background: var(--uicolor3);
    color: #f1a40e;
}
#button.show {
    opacity: 1;
    visibility: visible;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}

#button {
    display: inline-block;
    background: var(--uicolor);
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: var(--miniradius);
}

.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: 60px;
    height: 60px;
    background: #4caf50;
    border-radius: 50%;
    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: 10px 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: calc(100% - 360px);
    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;
}

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

.-GridItem-1 {
    min-width: 250px;
    max-width: 313px;
    flex: 1;
    margin: 10px;
    position: relative;
    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;
}

.-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), rgba(0, 0, 0, 0.88) 100%, rgba(0, 0, 0, 0.73));
    transition: var(--transition);
}

.-GridItem-1-info a h3 {
    display: flex;
    color: var(--bgcolor);
    position: relative;
    width: 100%;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    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: absolute;
    top: 15px;
    left: 15px;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.-GridItem-1-category-Item > span {
    font-size: 12px;
    font-weight: 500;
    background: var(--uicolor2);
    padding: 4px 15px;
    color: #ffffff;
    display: flex;
    z-index: 2;
    position: relative;
    border-radius: var(--largeradius);
    overflow: hidden;
    transition: var(--transition);
}

sections-items > * {}

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

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

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

.-GridItem-3-info {
    flex: 1;
    margin-inline-start: 13px;
}

.GridItem-3-title-model h3 {
    color: var(--titlecolor);
    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);
}

.-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: 30px 0;
}

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

.info-cover h1 {
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.info-cover p {
    color: #dbdbdb;
    position: relative;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    line-height: 1.6;
}

.img_back-yu {
    max-width: 560px;
}

.img_back-yu img {
    width: 100%;
    height: 530px;
    filter: drop-shadow(0px 2px 5px #00000042);
}

.intro_buttun {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.intro_buttun a {
    background: #ce1919;
    padding: 8px 10px;
    margin-inline-end: 12px;
    border-radius: 15px;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

a.content-btn_1 {
    background: #ffffff;
    color: #000;
}

.page-concept {
    background: linear-gradient(180deg, #0f65c7, #1700f7);
    border-bottom: 7px solid #ffffff;
}

.social--footer {
    display: flex;
    align-items: center;
}

.facebook {
    --socialcolor: #0278bd;
    --scoial: #0278bd;
}

.social--footer > a {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 10px;
    color: #215795;
    background: #f1a40e;
    border: 1px solid #00000021;
    transition: 180ms;
    display: flex;
    margin-inline-end: 10px;
    transition: all var(--transition);
}

.social--footer > a:hover {
    background: #fff;
    color: #2477d5;
}

.social--footer > a i {
    font-size: 20px;
    font-weight: 300 !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 {
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.menu-nav > ul > li.current-menu-item > a {
    background: #f1a40e;
    color: #202020;
    font-weight: 500;
}

.-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: 270px;
    max-width: 340px;
    flex: 1;
    margin: 10px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    transition: var(--transition);
}

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

.-GridItem-2:hover .GridItem-2-title-model a h3 {
    color: var(--uicolor2);
}

.-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);
}

.-GridItem-2--ThumbBox {
    height: 200px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

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

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

.-GridItem-2-category-Item {
    padding: 5px;
    display: flex;
    margin-bottom: 5px;
}

.-GridItem-2-category-Item span {
    background: var(--uicolor);
    padding: 7px 8px;
    border-radius: 17px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    transition: var(--transition);
}

.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;
    font-weight: 500;
    color: var(--uicolor);
    height: 54px;
    overflow: hidden;
}

.-GridItem-2-category-Item span:hover {
    background: var(--uicolor3);
    color: black;
}
section.bh_model_shap_posts {
    background: var(--bkground);
}

.titles_concept {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.titles_concept h2 {
    font-size: 18px;
    color: var(--uicolor);
    font-weight: 400;
}

.titles_concept_1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titles_concept_1 p {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
}

.titles_concept_1 h2 {
    color: #171818;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    margin-bottom: 15px;
    margin-top: 50px;
}

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 {
    background: var(--bkground);
}

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

.ButtonConcept a {
    font-size: 17px;
    background: var(--uicolor2);
    padding: 10px 15px;
    border-radius: 20px;
    color: white;
    transition: var(--transition);
    margin-bottom: 30px;
}

.ButtonConcept a:hover {
    transform: translate(0px, -2px);
    background: var(--uicolor);
}

.ButtonConcept a i {
    margin-inline-start: 8px;
}

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

.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 span {
    display: flex;
    align-items: center;
    padding: 6px 6px;
    background: var(--uicolor2);
    border-radius: 20px;
    color: #ffffff;
    font-weight: 400;
    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: var(--uicolor2);
}

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: #121212;
    font-size: 16px;
    cursor: pointer;
}

.faq-info {
    display: block;
    max-width: 64%;
    background: var(--bkground);
    padding: 20px;
    border-radius: 20px;
    margin: auto;
}

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

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

.faq-section {
    display: flex;
    flex-direction: column;
    background: white;
    margin-bottom: 12px;
    padding: 20px 16px;
    border-radius: 20px;
    height: 100%;
}

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

.answer p {
    color: var(--contentcolor);
    background: var(--bgcolor);
    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;
}

.-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-boxed {
    min-width: 220px;
    max-width: 252px;
    flex: 1;
    margin: 10px;
    background: var(--bkground);
    border-radius: 25px;
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    display: block;
    padding: 15px;
}

.-category-image {
    transition: var(--transition);
    height: 170px;
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

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

.-category-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0d172e21;
    opacity: 0;
    visibility: hidden;
    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: 13px;
}

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

.cat_title_boxed a h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: var(--transition);
    display: flex;
}

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 a:before {
    opacity: 1;
    visibility: visible;
}

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

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

.box-price {
    border-radius: var(--largeradius);
    text-align: center;
    flex: 1;
    margin: 20px;
    min-width: 300px;
    overflow: hidden;
    background: #ffffff;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 37px 21px;
    background: var(--bkground);
    overflow: hidden;
};
.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 {
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: auto;
}
.price-block {
    display: flex;
    flex-wrap: wrap;
}
.image_price img {
    width: 100%;
    height: 100%;
    border-radius: 76px;
    overflow: hidden;
    background: var(--background);
}
.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;
}
.list_services_price ul li {
    padding-bottom: 19px;
    font-size: 16px;
    font-weight: 400;
    color: var(--contentcolor);
}
.list_services_price ul li i {
    margin-left: 8px;
    color: white;
    background: var(--uicolor);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-weight: 900;
}
.links_price {
    background-color: var(--uicolor2);
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}
.links_price a {
    padding: 10px 46px;
    border-radius: 50px;
    color: var(--bgcolor);
    transition: var(--transition);
    font-size: 16px;
    display: block;
}
.box-price.featuer {
    background: var(--uicolor2);
    padding-top: 60px;
    height: auto;
}

.box-price p {
    margin-bottom: 21px;
    color: white;
    font-size: 20px;
    color: #202020;
    font-weight: 500;
}

.box-price.featuer p {
    color: white;
}

.box-price.featuer h3 {
    color: white;
}

.box-price.featuer .list_services_price ul li i {
    background: #f3f3f3;
    color: #1b798e;
}

.box-price.featuer .list_services_price ul li {
    color: #f5f3f3;
}

.box-price:hover {
    box-shadow: 0px 0px 15px 0px #0d0f301a;
    background: white;
}

.box-price .links_price:hover {
    background: #302f2f;
}

.box-price.featuer:hover {
    background: var(--uicolor2);
}

.box-price.featuer .links_price {
    background: white;
}

.box-price.featuer .links_price:hover {
    background: var(--uicolor2);
}

.box-price.featuer .links_price:hover a {
    color: #060606;
    background: var(--uicolor3);
}

.box-price.featuer .links_price a {
    color: #000;
}

.model-2 {
    background: var(--bkground);
}

.-category-boxed:hover {
    background: white;
    box-shadow: 0px 0px 8px 1px #03040e12;
}

.box-price h3 underlined {
    margin-inline-start: 7px;
}

.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-right: 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-bottom: 20px;
    border-radius: var(--largeradius);
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    height: 660px;
    flex-direction: column;
}
.-single-parent-flexes--content-inner-thumb img {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 570px;
}
.-single-parent-flexes--content-inner .-single-parent-flexes--content-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
    width: 90%;
    justify-content: space-between;
    padding: 40px 30px;
    bottom: 20px;
    background: var(--bgcolor);
    border-radius: 20px;
    margin-top: -80px;
    box-shadow: 0px 0px 9px 0px #00000030;
}

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

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

.-user-avatar i {
    height: 100%;
    width: 100%;
}

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

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;
}

.-single-parent-flexes--content-inner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    transition: 150ms;
    width: 100%;
    margin-top: 40px;
    padding: 25px;
    border-radius: 25px;
    background: white;
    box-shadow: var(--box-shadow);
    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;
}

.-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: 26px;
    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: white;
    box-shadow: var(--box-shadow);
}
.sidebar-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    flex: 1;
}
.sidebar-title h2, 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;
}
.-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: white;
    box-shadow: var(--box-shadow);
    margin-bottom: 25px;
}

.gridpostsingle {
    background: white;
    padding: 50px 0;
}
p.-common-keywords span {
    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 h2 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 {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 180ms;
}
.single-post-parent-container-comments {
    background: var(--bgcolor);
    padding: 20px;
    border-radius: var(--largeradius);
    box-shadow: var(--box-shadow)
}

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

.single-post-parent-container-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: 320px;
    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;
}

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;
}

.-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;
}

.-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;
}

.-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;
}

.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;
    background: whitesmoke;
    max-width: 380px;
    padding: 25px;
    border-radius: 25px;
    min-width: 380px;
}

.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);
}

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

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

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

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

.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: white;
    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 {
    margin: 10px;
    background: var(--bkground);
    padding: 9px 11px;
    border-radius: 25px;
    color: var(--uicolor2);
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

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;
}

.blocks-content span {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #fff;
    display: block;
}

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

.footer_menu {
    display: block;
    margin-top: 25px;
}
.btn-whatsapp h3 {
    display: none;
}

.btn-phone h3 {
    display: none;
}

.btn-phone {
    bottom: 83px;
    background: var(--uicolor2);
}

.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: 34px;
    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: #1700f7;box-shadow: 0px 5px 7px #00000042;}

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;
    left: 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: block !important;
}

.model_shap_one_title ul.-Tabs--Posts--List {
    justify-content: center;
}


.ez-toc-debug-messages {
    display: none !important;
}

.logo img {
}

.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%;
}

.dt-contact {
    margin-inline-start: 11px;
}

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

.dt-contact h4 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #020202;
}

ul.block-cotact li i {
    font-size: 28px;
    font-weight: 500;
}

.title-text {
    display: flex;
    align-items: center;
}

.title-text i {
    font-size: 21px;
    font-weight: 400;
    color: var(--uicolor);
}

.title-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--uicolor);
}

.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 {
    margin-top: 20px;
}

.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%;
}

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

.ArticleDetails.details table>tbody>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>tbody>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: 330px;
    position: relative;
}

.logo {
    min-width: 210px;
    max-width: 210px;
    overflow: hidden;
}
.menu-nav>ul>li>ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    color: white;
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 10px 30px 10px #8585851f;
    visibility: hidden;
    border-radius: 10px 10px 20px 20px;
    min-width: 300px;
    max-width: 350px;
    transition: 300ms all ease;
    display: flex;
    flex-direction: column;
    background: #0e4a8f;
    padding: 5px 10px;
    margin-top: 10px;
}
.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: 5px 0px;
    border-bottom: 1px solid #396ba3;
    position: relative;
    color: #ffffff;
    flex: 1;
    font-weight: 500;
    display: flex;
    font-size: 15px;
}
.menu-nav>ul>li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 6px;
}

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

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 {
    background: white;
    position: absolute;
    left: 0px;
    max-width: 319px;
    padding: 25px 15px;
    border-radius: 20px;
    display: flex;
    min-width: 330px;
    overflow: hidden;
    top: 47px;
    display: none;
    transition: var(--transition);
}

.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 {
    background: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
}

.search_header span i {
    font-size: 19px;
}

.search_header form button {
    position: absolute;
    left: 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: block;
}

.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;
	flex-wrap: wrap;
	margin: 35px -10px !important;
	justify-content: center
}

.single-post-parent-container-right features--block {
	margin: 9px;
	min-width: 230px;
	max-width: 350px !important;
	padding: 15px;
	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;
	text-align: center;
	font-size: 30px;
	color: #000;
	margin: 20px auto
}

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 {
	margin: 10px !important;
	background: #fff;
	text-align: center;
	padding: 25px !important
}

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

services--block i {
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: auto !important
}

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

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;
}

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;
    margin: 0 !important;
    font-size: 18px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 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: 250px
    }

    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
    }

    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;
}

.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: 20px !important;
}

.step-image {
    width: 270px;
    height: 240px;
    margin-left: 20px;
    border-radius: 25px;
    overflow: hidden;
}

.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: 23px;
}

.step-desc {
    padding: 0;
    flex: 1;
    margin-inline-start: 20px !important;
}

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

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

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

.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-next {
    right: -80px;
}



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




.owl-stage-outer {
    overflow: hidden;
}





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: Milky;
    padding: 20px !important;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}
i.fa-thin.fa-phone-volume {
    transform: rotate(203deg);
}
features--block img {
    min-width: 210px;
    height: 210px;
    border-radius: 25px;
    border: 1px solid var(--border);
}

.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 > tbody > tr > td:first-child {background: #f9faff !important;max-width: 250px;}

.ArticleDetails table > tbody > 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 tbody 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 > tbody > 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: white;
    box-shadow: var(--box-shadow);
}

.-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;
}
