.-checkbox-labels-items,.-menu a,.-page-container,.-pages-root,.YC-BreadCrumb .BreadcrumbsFilters>li {
    position: relative
}
.otgs-development-site-front-end {
    display: none;
}
#wrapper .Icon,#wrapper .tooltip {
    box-shadow: 0 10px 10px rgba(0,0,0,.1)
}

.-menu a,ol.BreadcrumbsFilters>li>a>span>i {
    font-size: 19px
}

.menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

ul.sub-menu .sub-menu {
    right: 100%;
    top: 0!important
}

body.-minimal-header header {
    padding-block:0px;top: -48px
}

header>.-container>.-background-krop>.menu-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between
}

header.-waqf-header>.-container>.-background-krop>.menu-list {
    max-width: inherit;
    padding-inline:10px}

header.-wide>.-container {
    max-width: inherit
}

body.-minimal-header .-logo {
    z-index: 1
}

.-mobile-user>.-user {
    width: fit-content;
    display: flex;
    justify-content: end
}

.-mobile-user>.-user>.-button-ui {
    font-size: 15px;
    color: #fff;
    padding-inline:25px;border-radius: var(--miniradius)
}

body.-minimal-header .-user>.-button-ui {
    padding-block:6px;padding-inline:20px}

body.-minimal-header .-user>.-button-ui.-ui-color1 {
    background: var(--gradient-uicolor);
    border-color: var(--uicolor-1)
}

.-mobile-user>.-user>.-button-ui.-ui-color1 {
    background: #2a1b1b;
    border-color: #2a1b1b
}

.-menu {
    margin: 0;
    display: flex;
    align-items: center;
    margin-block:0px;transition: 150ms
}

.-menu ul {
    list-style: none;
    display: flex;
    gap: 20px
}

.-menu ul>li:hover ul {
    transform: translateY(8.5px)
}

.-menu a {
    display: flex;
    font-weight: 500;
    gap: 10px;
    align-items: center;
    font-size: 19px;
    justify-content: space-between
}

body .-menu ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

body.-minimal-header .-menu ul>li>a::after {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px
}

.-menu ul>li:last-child>a {
    border-inline-end:0px}

.-menu ul>li.current-menu-item>a,.-page-container-body>.-page-container-body-content strong {
    font-weight: 700
}

.-logo img {
    max-height: 100%
}

.P-content {
    color: var(--secondarytext);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    max-width: 715px
}

.-page-container.form .-container,.popup {
    max-width: 600px
}

.-blog-gridboxes-item {
    background: #fff;
    flex: 1;
    min-width: 290px;
    box-shadow: var(--box-shadow-hover);
    padding: 20px;
    max-width: 400px;
    border-radius: var(--miniradius);
}

.-blog-gridboxes .-blog-gridboxes-item>a {
    display: flex;
    color: var(--textcolor);
    flex-wrap: wrap;
    flex-direction: column
}

.-blog-gridboxes-item-thumb {
    padding-top: 68%;
    background-image: var(--background-image);
    background-size: cover;
    transform: perspective(1000px) rotateX(7deg) rotateY(0) scale3d(1,1,1);
    background-repeat: no-repeat;
    background-position: center center;
    transition: .6s;
    border-radius: var(--largeradius)
}

.-blog-gridboxes .-blog-gridboxes-item>a:hover>.-blog-gridboxes-item-thumb {
    opacity: 1;
    transition: 150ms
}

.-blog-gridboxes .-blog-gridboxes-item>a:hover>.-blog-gridboxes-item-body>strong {
    text-decoration: underline
}

.-blog-gridboxes .-blog-gridboxes-item>a>.-blog-gridboxes-item-footbar>strong {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #cd0000
}

.-blog-gridboxes .-blog-gridboxes-item>a>.-blog-gridboxes-item-footbar>strong::before {
    content: "";
    width: 7px;
    height: 7px;
    background: currentcolor;
    border-radius: 50px;
    margin-inline-end:7px}

.-blog-gridboxes .-blog-gridboxes-item>a>.-blog-gridboxes-item-body>strong {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5
}

.-blog-gridboxes-item-body-content {
    font-weight: 400;
    font-size: 16px;
    color: var(--secondarytext);
    margin: 6px 0 0px;
}

.-waqf-footer-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 35px
}

.-waqf-footer-body>.-waqf-footer-body-menu {
    flex: 1 1 0%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 25%
}

.-waqf-footer-body>.-waqf-footer-body-menu ul {
    list-style: none;
    flex-flow: column wrap;
    display: flex;
    gap: 10px;
    margin: 0!important
}

.-waqf-footer-body>.-waqf-footer-body-menu>div>ul>li {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.-waqf-footer-body>.-waqf-footer-body-menu ul>li>a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--secondarytext-2)
}

.-waqf-footer-body>.-waqf-footer-body-menu>div>ul>li>ul {
    list-style: none
}

.-waqf-footer-body>.-waqf-footer-body-menu>div>ul>li>ul>li>a {
    display: block;
    font-size: 17px;
    padding-block:3px;font-weight: 600;
    color: var(--secondarytext);
    line-height: 1.65;
    transition: var(--transition-time)
}

.-waqf-footer-body>.-waqf-footer-body-about {
    width: 33%;
}

.-waqf-footer-body>.-waqf-footer-body-about>.-waqf-footer-body-social {
    display: flex;
    margin: -5px
}

.-waqf-footer-body-social>a:hover {
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-1px)
}

.-waqf-footer-body-social>a {
    display: flex;
    align-items: center;
    transition: var(--transition-time);
    justify-content: center;
    font-size: 20px;
    color: var(--uicolor-2);
    line-height: 37px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%
}

.-waqf-footer-body>.-waqf-footer-body-about>.-waqf-footer-body-social>a:hover {
    background: var(--uicolor);
    color: #fff
}

.-waqf-footer-body>.-waqf-footer-body-about>.-waqf-footer-body-company>.-waqf-footer-body-company-logo {
    margin-bottom: 0
}

.-waqf-footer-body>.-waqf-footer-body-about>.-waqf-footer-body-company>.-waqf-footer-body-company-text {
    line-height: 1.6;
    font-size: 16.5px;
    font-weight: 400;
    color: #fff
}

footer.-waqf-footer {
    padding: 40px 0 20px;
    background: var(--uicolor-2);
}

.-waqf-footer-body-text {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: var(--uicolor-2);
    box-shadow: 0 -1px 0 0 rgba(255,255,255,.05);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.-home-hero-section-outer {
    padding-block:50px 0px;position: relative;
    z-index: 1;
    overflow: hidden
}

form.-formkit>h1 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px
}

form.-formkit>[labelkit] {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column
}

form.-formkit>[labelkit]>p {
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
    font-weight: 300;
    color: var(--secondarytext)
}

form.-formkit>[labelkit]>span {
    display: block;
    font-size: 14px;
    color: var(--secondarytext);
    margin-bottom: 4px
}

form.-formkit>[labelkit]>[inputkit] {
    width: 100%;
    padding-block:10px;padding-inline:20px}

.-checkbox-labels-items {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    padding-top: 4px
}

.-checkbox-labels-items>label {
    min-width: 110px;
    flex: 1 1 0%;
    height: auto;
    min-height: 2.75rem;
    color: var(--textcolor-2);
    background-color: var(--alphabg);
    border: 1px solid var(--divider);
    border-radius: .5rem;
    text-align: center;
    padding: .5rem .875rem;
    font-size: 16px;
    line-height: 1.5;
    transition: .3s;
    box-shadow: var(--shadow-elevated);
    margin: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.-button-ui.-ui-color1 i,.social-feature i {
    transition: var(--transition-time)
}

.-checkbox-labels-items>input:checked+label {
    background: rgba(211,82,83,.09);
    border-color: var(--uicolor-1);
    color: #bb2829
}

.-page-container-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    background-image: url("./img/footer-pattern.jpg");
    background-repeat: repeat-x;
    background-color: #faf8f3;
    z-index: -1
}

.--all-contact-in,.contact-map {
    height: 100%
}

.-page-container-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    background: linear-gradient(to top,#fff,transparent)
}

.-page-container {
    z-index: 1;
    padding-block:70px}

.fade-in-out,.popup {
    position: fixed;
    opacity: 0;
    transition: opacity .2s,visibility .2s;
    visibility: hidden
}

.-page-container-body>.-page-container-body-header {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px
}

.-page-container-body>.-page-container-body-content {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300
}

.-page-container-body>.-page-container-body-content h3 {
    font-size: 22px
}

.-page-container-body>.-page-container-body-content h2 {
    font-size: 25px
}

.-waqf-list-gridboxes {
    display: flex;
    flex-wrap: wrap;
    margin: -12px
}

.YC-BreadCrumb .BreadcrumbsFilters {
    display: flex;
    align-items: center;
    list-style: none
}

ol.BreadcrumbsFilters>li+li::before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    margin-inline:10px;color: #fff;
    font-size: 12px;
    line-height: 1
}

.page-title-content h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    color: var(--textcolor)
}

.--archive--be-content {
    font-size: 18px;
    margin: 24px 0 0;
    font-weight: 400;
    color: var(--second-text-color);
    line-height: 1.6;
    text-align: center
}

.--social-title,.-menu ul.sub-menu>li.current-menu-item>a,.share-waqf,ol.BreadcrumbsFilters>li {
    color: var(--textcolor)
}

.page-title-content {
    padding: 55px 0;
    margin-bottom: 55px;
    border-bottom: var(--main-border)
}

ol.BreadcrumbsFilters {
    align-items: center;
    margin-bottom: 0;
    display: flex;
    border-radius: 10px;
    width: 100%;
    justify-content: center
}

ol.BreadcrumbsFilters>li {
    list-style: none;
    display: flex;
    align-items: center
}

ol.BreadcrumbsFilters>li>a {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 6px
}

ol.BreadcrumbsFilters>li>a>span {
    font-weight: 400;
    font-size: 23px
}

.-loademore {
    display: flex;
    justify-content: center
}

.-page-container-body.creat-user {
    padding: 45px 40px
}

.--forget-password {
    margin-bottom: 25px
}

.--forget-password a {
    color: red
}

.notification.error,.notification.success {
    color: #fff;
    border-radius: var(--miniradius)
}

.social-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px
}

.social-feature a {
    display: flex
}

.--feature-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: center
}

.-social-feature-icon {
    padding: 10px;
    font-size: 36px;
    text-align: center
}

.social-feature i {
    font-size: 28px;
    padding: 10px;
    font-weight: 100;
    margin-inline-end:9px;border-radius: 50%;
    --we: 54px;
    width: var(--we);
    display: flex;
    color: #fff;
    height: var(--we);
    background-color: var(--alinks);
    justify-content: center;
    align-items: center
}

.contact-form form.-formkit,.contact-map {
    flex: 1 1 0%
}

.--social-title {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600
}

.--all-contact-in: hover {
    transition:50ms
}

.--social-content {
    font-size: 14px;
    font-weight: 400
}

.contact-form form.-formkit {
    max-width: 868px
}

form.-formkit {
    max-width: 470px
}

.-waqf-rootpage {
    display: flex;
    padding-bottom: 75px
}

.-waqf-rootpage>.-waqf-rootpage-sidebar {
    border-inline-start:1px solid var(--divider-light-2);height: calc(-70px + 100vh);
    position: sticky;
    top: 70px;
    width: 250px;
    overflow: auto;
    display: none;
    background: var(--alphabg);
    z-index: 10000
}

@media (max-width: 850px) {
    .-waqf-rootpage>.-waqf-rootpage-sidebar.-open {
        position:fixed;
        top: 70px;
        left: 0;
        bottom: 0;
        height: auto
    }
}

.-waqf-rootpage>.-waqf-rootpage-sidebar.-open {
    display: block
}

body.-minimal-header .-waqf-rootpage-sidebar {
    top: 60px;
    height: calc(-60px + 100vh)
}

.-waqf-rootpage>.-waqf-rootpage-body {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-search {
    padding: 20px 20px 12px
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-list {
    padding: 0 20px 20px
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-list>a {
    display: flex;
    font-size: 15px;
    color: var(--secondarytext);
    align-items: center;
    padding-block:10px;padding-inline:12px;border-radius: var(--miniradius);
    margin-bottom: 5px
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-list>a.-selected {
    background: var(--light-accent);
    color: var(--textcolor)
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-list>a>em {
    width: 27px;
    margin-inline-end:14px;color: var(--secondarytext-2);
    font-weight: 200;
    font-style: normal
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-list>a>p {
    flex: 1 1 0%;
    margin: 0
}

body .-waqf-rootpage-sidebar>.-waqf-rootpage-sidebar-search>input {
    background: var(--light-accent);
    padding-block:12px;padding-inline:20px;width: 100%;
    border-radius: var(--miniradius);
    font-size: 15px
}

.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 45px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    z-index: 2147483647;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 90%
}

.fade-in-out {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.9);
    left: 0;
    z-index: 20005
}

.-waqf-created-box-share-copyinput.js>input {
    border: 1px solid var(--divider);
    border-radius: .5rem
}

.share-waqf {
    margin-bottom: 17px;
    font-size: 21px;
    font-weight: 500
}

.close {
    font-size: 21px;
    background-color: rgba(255,0,0,.05);
    --we: 38px;
    width: var(--we);
    height: var(--we);
    color: #f83737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.popup::after {
    content: "";
    width: 85%;
    border-radius: 0 0 10px 10px;
    background-color: #d35253;
    height: 7px;
    position: absolute;
    top: 0
}

.-name-exiest {
    width: 100%
}

.-menu ul ul.sub-menu {
    position: absolute;
    background-color: #fff;
    font-size: 16px;
    box-shadow: rgba(38,22,22,.1) 1px 16px 22px;
    padding: 15px;
    list-style: none;
    width: 310px;
    z-index: 999;
    border-radius: var(--miniradius);
    top: calc(100% - 9px);
    opacity: 0;
    transition: 130ms;
    visibility: hidden;
    transform: translate(0,10px);
    transform-origin: center top;
    display: flex;
    flex-direction: column
}

.-menu>.menu-menu-1-container>ul ul.sub-menu>li {
    margin: 10px 0;
    opacity: .8;
    transition: var(--transition-time)
}

.-menu ul ul.sub-menu>li:hover {
    opacity: 1
}

.-YC-Category .owl-nav,.-YC-Category-Grid .owl-nav,.-mobile-kit,.reviews-carousel-rtl.reviews-carousel-rtl .disabled {
    display: none
}

.-mobile-kit span {
    width: 100%;
    height: 2px;
    border-radius: .125rem;
    background-color: var(--textcolor);
    transition: transform .4s,background-color .4s,opacity .4s
}

.-mobile-user,.menu-item-has-children {
    display: flex;
    align-items: center;
    position: relative
}

.-menu ul>li.current-menu-item::after {
    color: var(--uicolor-1)
}

.notification.error {
    padding: 7px 25px;
    background: #de3131;
    margin-bottom: 20px
}

.notification.success {
    padding: 10px 25px;
    background: #00c113;
    margin-bottom: 20px
}

.about-intro {
    display: flex;
    margin: 0 -25px
}

img {
    max-width: 100%;
    height: auto
}

.single_features {
    font-size: 18px;
    font-weight: 600
}

.reviews-carousel-rtl {
    opacity: 0;
    flex-wrap: wrap
}

.reviews-carousel-rtl .owl-dots {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 50px;
    margin: 0 auto;
    max-width: max-content;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    background: #eee
}

i.fa-solid.fa-star {
    margin: 0 1px
}

section.YC-reviews-section .vs-border-circle {
    width: var(--circle-size,400px);
    height: var(--circle-size,400px);
    border: var(--border-size,45px) solid var(--theme-color2)
}

.--single--category--boxitem>a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--Text-color);
    transition: .2s;
    display: block;
    padding: 25px 25px 15px
}

.-YC-Category-Grid-container>.-defult-widgets-title-style-1 .sup-title-widget-defualt {
    color: #e7eeff
}

.-YC-Category-Grid-container .-defult-widgets-title-style-1>.-widgets-h1-title {
    color: #fff;
    text-align: start
}

.-YC-Category-Grid-container .-defult-widgets-title-style-1 .P-content {
    color: #d8d8d8;
    text-align: start;
    margin: 20px 0
}

.-YC-Category-Grid-container .-defult-widgets-title-style-1 {
    margin: 0;
    min-width: 500px;
    margin-inline-end:50px;align-items: flex-start;
    text-align: right;
    position: relative;
    place-content: start;
    display: flex
}

.-YC-Category-Grid-container {
    display: flex;
    align-items: center;
    padding-inline:60px 0px;overflow: hidden
}

.-YC-Category-row-v2 .-YC-owl-navs-items>.-YC-owl-Slides-next {
    left: -20px
}

.-YC-Category-row-v2 .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    right: -20px
}

.-YC-Category-Grid-container .-defult-widgets-title--URLArea-v1>.--Parent-URL-BTN>a {
    background: var(--primary-text);
    color: #fff;
    border-color: #fff
}

.-YC-Category-Grid {
    display: block;
    position: relative
}

.--category--background {
    padding: 80px 0
}

.-begroup-SingleWidget-Section.-YC-WidgetType-category .-YC-Widgets-Inner-Row {
    padding: 0
}

.YC--service--element {
    margin: 0 -15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.--after-intro--box-- {
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    background: #eef0f6;
    margin: 10px auto
}

.-defult-intro-title-URL>.--Parent-URL-BTN>a>span,.review_image {
    margin-inline-end: 9px
}

.--after-intro--box--: :before {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 3px;
    content: "";
    margin: 0 auto;
    transition: .2s linear .1s;
    background-color: var(--tp-common-black)
}

.active .--single--category--boxitem .YC--service-shabe-style .-p-category-desc p,.active .--single--category--boxitem .YC--service-shabe-style .YC-serice-name {
    color: #fff
}

.active .--single--category--boxitem .YC--service-shabe-style .--after-intro--box--: :before {
    background-color:rgba(7,95,51,.43)
}

.active .YC--service-shabe-style::after {
    transform: scaleX(1) rotateX(0);
    opacity: 1;
    transition: .2s
}

.-btn-header>a:hover,.-btn-header>span:hover {
    color: var(--tp-common-text)!important
}

.-YC-WidgetType-benefits .-YC-Category {
    padding-top: 120px
}

.-YC-WidgetType-category .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    right: 210px
}

.-YC-WidgetType-category .-YC-owl-navs-items>.-YC-owl-Slides-next {
    left: 183px
}

span.YC--service-button {
    margin-top: 25px;
    background: #eef0f6!important;
    color: var(--primary-text)!important;
    margin-inline-end:0!important}

.-btn--category i {
    font-size: 17px;
    line-height: 1.5;
    transition: var(--transition-timing)
}

.--custonm-click,.--ice-cola-img,.--item-enmy-img,.--share-icon a,.custom-next,.custom-prev {
    transition: var(--transition-time)
}

.YC--service-shabe-style:hover .-category-button,.YC--service-shabe-style:hover .YC-serice-name,.YC--service-shabe-style:hover .service--item--icon i {
    color: var(--second-color)
}

.YC--service-shabe-style:hover .-btn--category i {
    color: var(--second-color);
    animation: .3s linear toLeftFromRight
}

.YC--service-shabe-style:hover .--YC-before-back {
    transition: transform .3s;
    animation: .3s linear shake
}

.--YC-before-back: :after {
    content:"";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--uitrans);
    right: 0;
    bottom: -2px
}

.reviews-carousel-rtl .owl-dots .owl-dot.active {
    background-color: var(--uicolor);
    width: 50px
}

.reviews-carousel-rtl .owl-dots .owl-dot:hover {
    background-color: var(--uicolor)
}

.--rating--widgets--stars-averageList .-Rate-Average-Items {
    padding-inline-start: 0px;
    border: 0
}

.--rating--widgets--stars-result {
    color: var(--primary-text);
    position: relative;
    font-size: 28px;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.testi-client>i {
    font-size: 343px;
    color: var(--uicolor);
    transform: rotate(180deg);
    opacity: .03;
    position: absolute;
    top: -129px
}

.review_l {
    flex: 1 1 0%
}

.review_image img {
    border-radius: 50%;
    --we: 60px
}

.review_image {
    --we: 100ox
}

.--shape-form-in,.--short-btn-review {
    display: flex;
    width: 100%
}

.YC-reviews- .-YC-owl-navs-items {
    display: flex;
    margin-inline:auto -50px;position: absolute;
    z-index: 9;
    top: 265px;
    right: -82px;
    background: #fff;
    max-width: max-content;
    padding: 20px;
    gap: 2rem
}

.YC-reviews-right {
    flex: 1 1 0%;
    max-width: 810px;
    background: var(--background);
    position: relative;
    padding: 80px;
    padding-inline-start:140px}

.reviews-carousel-rtl .owl-dot {
    border: 0;
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    background: #8e8d8a;
    align-items: center;
    margin: 0 5px;
    transition: 180ms;
    border-radius: var(--miniradius)
}

.-begroup-SingleWidget-Section.-YC-WidgetType-customerreviews .-defult-widgets-felx-style-1 {
    margin-bottom: 35px
}

.rating-cursol-in-here.owl-rtl {
    --el-w: 433px;
    min-width: var(--el-w);
    max-width: var(--el-w);
    opacity: 0
}

.rating-cursol-area-in {
    position: relative;
    overflow: hidden;
    padding: 10px 4px 88px;
    margin: 0 65px -50px
}

.-defult-widgets-title-style-1.customerreviews {
    display: flex;
    flex-direction: column;
    align-items: center
}

.-defult-widgets-title-style-1.customerreviews .-YC--main--wep-title-,.custom-prev {
    align-items: center
}

.--short-btn-review {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 30px
}

.short-review-title {
    font-size: 17px;
    line-height: 1.5
}

.rating-content-in {
    position: relative
}

.rating-content-in .-YC-cate-navs-items {
    top: 25%
}

.-YC-owl-navs-items>.-YC-owl-Slides-next,.-YC-owl-navs-items>.-YC-owl-Slides-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    --chev-w: 50px
}

.owl-stage {
    display: flex
}

.-begroup-SingleWidget-Section.-YC-WidgetType-customerreviews .-defult-widgets-title-style-1 .-widgets-h1-title {
    text-align: center
}

.custom-next,.custom-prev {
    border-radius: var(--largeradius);
    background: var(--bgcolor);
    --we: 55px;
    font-size: 17px;
    width: var(--we);
    height: var(--we);
    display: flex;
    text-align: center
}

form.-formkit strong {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 500
}

.owl-nav.disabled {
    display: none
}

.custom-nav {
    display: flex;
    margin-bottom: 15px;
    gap: 20px
}

.custom-prev {
    justify-content: center
}

.custom-next {
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.--member-img,.-page-hero {
    background-position: center center
}

.custom-next:hover,.custom-prev:hover {
    background-color: var(--uicolor-1);
    color: #fff
}

.-home-section-item:last-child {
    background: 0 0
}

.-waqf-footer-body-company {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap
}

.--paner-content {
    padding: 70px;
    border: 1px solid #d6d6d6;
    background-color: #e1f0fb;
    border-radius: var(--largeradius);
    position: relative;
    overflow: hidden;
    margin-bottom: -215px;
    display: flex;
    justify-content: center;
    z-index: 1
}

.-first-paner-img,.-second-paner-image {
    position: absolute;
    height: auto;
    transition: var(--transition-time)
}

.-first-paner-img {
    width: 126px;
    right: 0;
    top: -229px;
    transform: rotate(28deg)
}

.-second-paner-image {
    width: 120px;
    bottom: -54%;
    left: 158px;
    transform: rotate(345deg)
}

.paner-all-content-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 680px;
    font-weight: 600;
    position: relative;
    max-height: 304px;
    overflow: hidden
}

.-paner-description {
    font-size: 20px;
    font-weight: 400
}

.-paner-before-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    background-color: #e8d7fb;
    display: flex;
    gap: 10px;
    padding: 9px 28px;
    border-radius: 30px;
    align-items: center;
    justify-content: center
}

.-paner-title {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px
}

.--paner-content: hover .-first-paner-img {
    top:-150px;
    right: 60px
}

.--paner-content: hover .-second-paner-image {
    bottom:-30%;
    left: 153px
}

.--custonm-click {
    display: flex;
    justify-content: space-between;
    transform: translateY(160px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: relative
}

.--page--img-content {
    display: flex;
    margin-inline:-25px;margin-bottom: 100px
}

.--page-img-journy {
    width: 900px;
    border-radius: var(--largeradius);
    overflow: hidden;
    margin-inline:25px}

.-page-journy-content {
    position: sticky;
    height: fit-content;
    top: 77px;
    margin: 0 25px;
    max-width: 710px
}

.--background-couses,.-page-hero {
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%
}

.--journy-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--uicolor-1);
    margin-bottom: 15px
}

.--journy-description {
    font-size: 20px;
    color: var(--secondarytext);
    font-weight: 500
}

.--page--img-content: nth-child(2n) {
    flex-direction:row-reverse
}

.--ice-cola-page-intro {
    margin-bottom: 80px;
    overflow: hidden;
    position: relative
}

.YC-BreadCrumb {
    display: flex;
    justify-content: center;
    color: #fff
}

.--pro-title,.-waqf-footer-body>.-waqf-footer-body-menu>div>ul>li>ul>li>a: hover {
    color:var(--uicolor-1)
}

.--page-title-content- h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff
}

.--background-couses {
    position: absolute;
    top: 0;
    z-index: -1
}

.-page-hero {
    padding-block:100px}

.--page-title-content- {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    max-width: 700px;
    position: relative
}

.-page-hero .-container,.Intro--sliderArea .owl-dots {
    display: flex;
    justify-content: center
}

.-explore-it .-features-gridboxes {
    display: flex;
    width: 100%;
    gap: 30px
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--largeradius)
}

.contact-form.map {
    display: flex;
    gap: 50px;
    justify-content: space-between
}

.-user>a {
    color: #fff
}

.--ice-cola-img {
    position: absolute;
    width: 128px;
    right: -55px;
    top: 141px
}

.--intro-slider-master-,.--member-img {
    background-image: var(--bg-intro);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative
}

.-features-gridboxes-item:hover .--ice-cola-img {
    top: 9%;
    right: 0
}

.--product-enmy {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.-proudct-enmy-item {
    flex: 1 1 0%;
    min-width: 277px;
    max-width: 404px;
    padding-inline:20px;margin-bottom: 20px
}

.-proudcts-enmy-space {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.--item-enmy-img img {
    width: 100px;
    height: auto
}

.--pro-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px
}

.--pro-des {
    font-size: 18px;
    color: var(--secondarytext);
    max-width: 275px
}

.-proudcts-enmy-space:hover .--item-enmy-img {
    transform: scale(1.2) rotate(6deg)
}

.--intro-slider-master- {
    display: flex;
    visibility: visible;
    width: 100%;
    padding: 110px 0 115px;
    min-width: 100%;
    align-items: center;
    height: 110vh
}

.--member-img {
    padding-top: 117%;
    border-radius: var(--miniradius);
    margin-bottom: 20px
}

.--share-icon {
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 17px;
    display: flex;
    gap: 13px;
    background: #fff;
    flex-direction: column;
    padding: 13px;
    border-radius: var(--largeradius)
}

.--share-icon a {
    color: var(--uicolor)
}

.--share-icon a: hover {
    transform:translateY(-3px)
}

.--intro-btns {
    display: flex;
    column-gap: 12px
}

.-btn-all-in {
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    font-size: 15px
}

.owl-rtl {
    direction: rtl
}

.-menu>ul>li {
    display: flex;
    margin: 0 3px;
    padding: 21px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.-Show-SubMenu-Icon {
    height: fit-content;
    margin-bottom: -12px;
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-top: -6px
}

.Intro--sliderArea .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    flex-flow: wrap;
    gap: 8px;
    bottom: 15%;
    align-items: flex-end
}

.-defult-intro-title-URL .--in--left--button-title a,.-defult-intro-title-URL .--in--left--button-title: hover a,.-minimal-header .-button-ui.-ui-secondary:hover {
    color:#fff
}

.-contact-style-2 {
    transform: translateX(-50%) rotate(45deg);
    background: var(--uicolor2)
}

.-begroup-SingleWidget-Section.-YC-WidgetType-after__intro .--in--left--button-title>p>a {
    font-size: 22px;
    font-weight: 900;
    font-family: var(--f-number);
    letter-spacing: 1px;
    margin-inline-end:0;padding: 0;
    color: var(--secondarytext);
    box-shadow: none!important
}

.about_icon:hover {
    transform: translateY(-8px)
}

.--in--left--button-title>i {
    --el-w: 60px;
    width: var(--el-w);
    height: var(--el-w);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--whatsapp);
    border-radius: 50%;
    font-size: 26px;
    font-weight: 800;
    padding-top: 3px;
    padding-inline-start:2px;margin-inline-end:20px;border: 2px solid var(--whatsapp);
    z-index: 1;
    transition: 180ms
}

.-YC-faqs-simple-title-content>.-after__intro-container>.-widget-after-intro-h1,.about_icon i {
    font-size: 35px
}

.-defult-intro-title-URL .main-ket-button_1,.about_lists-title i {
    margin-inline-end:10px}

.about_icon i {
    width: 1em;
    height: 1em;
    display: block
}

.third--image-left--after-intro {
    text-align: right
}

.back-after-intro {
    position: absolute;
    left: -220px;
    background-repeat: no-repeat;
    z-index: -1
}

.btn-ket_2 {
    background-color: #fff;
    max-height: none;
    letter-spacing: 0;
    font-weight: 500;
    max-width: max-content;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: var(--textcolor);
    border-radius: 20px;
    transition: .3s;
    display: flex;
    gap: 7px;
    align-items: center
}

.about_lists-title i {
    background: var(--uicolor);
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    border-radius: var(--miniradius);
    --fe: 65px;
    display: flex;
    text-align: center;
    width: var(--fe);
    height: var(--fe);
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center
}

.--in--left--button-title a: hover>i,.--in--left--button-title:hover>i {
    background:var(--whatsapp);
    color: #fff
}

.--image-after-intro--,.--image-after-intro--- {
    bottom: -100px;
    border-bottom-left-radius: 60px;
    right: 0;
    overflow: hidden
}

.--yc-after-intro-call>span: first-child {
    font-size:14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.5
}

.--yc-after-intro-call>span {
    color: var(--secondarytext);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600
}

.-after_intro--img-point- {
    display: block;
    max-width: 650px;
    top: 140px;
    position: sticky;
    z-index: 1;
    text-align: start
}

span.--years-number-- {
    font-size: 20px;
    font-weight: 500;
    max-width: 80px;
    line-height: 1.4;
    text-align: start
}

span.--years-experince-- {
    font-size: 55px;
    font-weight: 800;
    margin-inline-end:13px;font-family: var(--f-number)
}

--in--left--button-title>a>i,.--in--left--button--after-intro>a>i {
    --el-w: 58px;
    justify-content: center;
    color: var(--whatsapp);
    font-size: 28px;
    background: #fff;
    border-radius: 50%
}

--in--left--button-title>a>i,.--in--left--button--after-intro>a>i,.-defult-intro-title-URL .--in--left--button-title a i {
    width: var(--el-w);
    height: var(--el-w);
    margin-inline-end:15px;transition: 180ms;
    font-weight: 500;
    padding-inline-start:3px;padding-top: 3px;
    display: flex
}

.-defult-intro-title-URL>.--Parent-URL-BTN>a: hover::after {
    transform:scaleY(1);
    transform-origin: center top
}

.--back-ground-after-into- {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .05
}

.--in--left--button--after-intro>a>i {
    align-items: center;
    border: 2px solid var(--whatsapp)
}

.--in--left--button--after-intro>a: :before {
    content:"";
    display: block;
    position: absolute;
    border: 2px solid var(--whatsapp);
    inset: -2px -2px -20px -20px;
    border-radius: 50%;
    --yyj: 58px;
    width: var(--yyj);
    height: var(--yyj)
}

.--in--left--button--after-intro: hover>a>i {
    background:var(--whatsapp);
    color: #fff
}

.after-title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary-text);
    font-weight: 500;
    margin-bottom: 10px
}

.-defult-intro-title-URL .-defult-widgets-title--URLArea-v1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center
}

.--in--left--button-title {
    display: flex;
    transition: 350ms;
    border-radius: 50px;
    position: relative;
    align-items: center;
    margin-inline-start:15px;background-color: var(--whatsapp);
    background-size: 100%
}

.--in--left--button-title: :before {
    display:block;
    position: absolute;
    border: 2px solid var(--whatsapp);
    border-radius: 50%
}

.--in--left--button--after-intro>a: :before,.--in--left--button-title::before {
    content:"";
    inset: -2px -2px -20px -20px;
    animation: 1.5s linear infinite animate;
    opacity: 0;
    --yyj: 58px;
    width: var(--yyj);
    height: var(--yyj)
}

.-Intro-slider-URLArea,.-Intro-slider-URLArea a {
    display: flex;
    align-items: center;
    position: relative;
    align-content: center
}

--in--left--button-title>a>i {
    align-items: center;
    border: 2px solid var(--whatsapp)
}

.--in--left--button-title: hover>a>i {
    background:var(--whatsapp);
    color: #fff
}

.-Intro-slider-URLArea a p {
    font-size: 24px;
    font-family: var(--f-number);
    font-weight: 600
}

.-defult-intro-title-URL .--in--left--button-title a i {
    --el-w: 60px;
    justify-content: center;
    align-items: center;
    color: var(--whatsapp);
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--whatsapp);
    position: relative
}

.--in--left--button-title>a>p {
    color: #fff;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    margin-inline-end:18px}

.--in--left--button-title>a {
    display: flex;
    align-items: center
}

.-defult-widgets-title--URLArea-v1>.--Parent-URL-BTN>a>i {
    margin-inline-start: 6px;
    font-weight: 400;
    font-size: 18px
}

.btn-ket_1 {
    padding: 11px 20px;
    transition: var(--transition-time);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 11px;
    border: none;
    z-index: 1;
    border-radius: var(--largeradius);
    background: var(--whatsapp)
}

.-defult-widgets-title-style-1 .-widgets-h1-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary-text);
    text-align: center;
    margin-bottom: 0
}

.-defult-widgets-title-style-1 {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.-defult-widgets-title--URLArea-v1 {
    display: flex;
    gap: 15px;
    align-items: flex-end
}

.sup-title-widget-defualt {
    font-size: 16px;
    color: var(--uicolor);
    font-weight: 700;
    margin-bottom: 5px;
    text-align: start
}

.container.largerContainer .-YC-FaqsSimple-SVG-s1 {
    min-width: 700px
}

.--images--contact--page {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.--images--contact--page>a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: var(--largeradius)
}

.--images--contact--page>a>i {
    --el-ww: 60px;
    width: var(--el-ww);
    height: var(--el-ww);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--uicolor);
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    border-radius: 50%;
    margin-inline-end:15px;padding-top: 3px;
    padding-inline-start:2px}

.--images--contact--page>a>p {
    display: flex;
    flex-direction: column;
    margin-inline-end:10px}

.--images--contact--page>a>p>span {
    font-size: 13px;
    color: var(--secondarytext);
    margin-bottom: 5px
}

.--images--contact--page>a>p>strong {
    font-size: 26px;
    font-family: var(--f-number)
}

.--top-area-flex-->ul>li: last-child::before,footer.-waqf-footer .-Show-SubMenu-Icon,header.hidemenu>.-container>.menu-list>.-logo img:first-child,ul.sub-menu>li>a::before {
    display:none
}

.--abs---faqs--buttonns {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: flex
}

.fqs---counter--box--item {
    display: flex;
    align-items: center;
    background: var(--uicolor);
    color: #fff;
    min-width: 270px;
    border-radius: var(--miniradius);
    position: absolute;
    padding: 9px 18px;
    justify-content: center
}

.fqs---counter--box--item.--second--box--faqs--btn .title,.icon {
    color: var(--primary-text)
}

.fqs---counter--box--item>p {
    color: rgba(255,255,255,.92);
    font-size: 15px
}

.fqs---counter--box--item>span {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 500
}

.fqs---counter--box--item.--first--box--faqs--btn {
    top: 60%;
    left: 0
}

.--count--contain {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    margin-bottom: 17px
}

.-xtitens-button--phones>a,.icon {
    align-items: center;
    border-radius: 50%
}

.GotoTop,.icon {
    justify-content: center
}

.--count--contain>strong {
    font-family: var(--f-number);
    font-size: 60px;
    margin-inline-end:15px;line-height: 48px
}

.--v---faqss--image {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -26px 18px 1px -2px var(--uicolor);
    margin-inline-end:41px}

.--faqs-img--,.GotoTop {
    border-radius: var(--largeradius)
}

.fqs---counter--box--item.--second--box--faqs--btn {
    top: 75%;
    background: #fff;
    left: 30px;
    box-shadow: rgba(0,0,0,.06) 0 5px 15px 0
}

.-xtitens-button--phones>a,.GotoTop:hover {
    background: var(--uicolor)
}

.fqs---counter--box--item .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.icon {
    margin-inline-end:10px;background: #fff;
    padding: 4px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    display: flex
}

.--topbar-area--,.-header-btn-all-in,.-logo {
    margin: 0!important
}

.fqs---counter--box--item.--second--box--faqs--btn .icon {
    background: var(--uicolor);
    color: #fff
}

.--faqs-img-- {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%
}

.--YC-back-faqs-img-- {
    position: absolute;
    right: -30px;
    bottom: -20px;
    z-index: -1;
    animation: 5s linear infinite left1right
}

.--faqs-title-content-.-after__intro-container {
    position: relative;
    z-index: 9
}

.-waqf-footer ul.sub-menu>li>a {
    font-size: 15px
}

.-YC-owl-Slides-next.-custom-owl-Slides-next {
    left: 15px;
    right: auto
}

.-pages-intro-body {
    padding: 40px 0;
    background: var(--uicolor);
    text-align: center;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center
}

.--xtitlens--whatsapp-button>a,.-xtitens-button--phones>a,.GotoTop {
    position: fixed;
    z-index: 99;
    color: #fff;
    display: flex
}

.--pages-content-in>h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0
}

.--blog-wrap-flexability {
    padding: 45px 0
}

.GotoTop.visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.GotoTop {
    background: var(--uicolor-2);
    --elwh: 50px;
    width: var(--elwh);
    height: var(--elwh);
    bottom: 40px;
    right: 40px;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    transition: 180ms;
    transform: translateY(150px);
    align-items: center
}

.--blog-wrap-flexability .-YC-FaqsSimple-ItemsCenter-v1 {
    max-width: 100%
}

.-xtitens-button--phones>a {
    bottom: 95px;
    right: 15px;
    --we: 60px;
    width: var(--we);
    height: var(--we);
    justify-content: center;
    font-size: 24px
}

.footer-header {
    display: flex
}

.--xtitlens--whatsapp-button>a {
    right: 15px;
    background: var(--whatsapp);
    bottom: 20px;
    --we: 60px;
    width: var(--we);
    height: var(--we);
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50%
}

.--category-page {
    padding-block: 80px
}

.--top-area-social- {
    display: flex;
    align-items: center;
    gap: 22px
}

.--top-area-social->a {
    display: flex;
    color: #fff;
    transition: var(--transition-time)
}

.--top-area-social->a: hover,headr.hidemenu .menu-list::before {
    opacity:1
}

header>.-container>.-background-krop>.menu-list {
    background: 0 0;
    padding: 0;
    border-radius: var(--miniradius)
}

.-logo>a {
    display: flex
}

.class-slider {
    position: absolute;
    z-index: 1;
    top: 50%;
    color: #fff;
    display: flex;
    align-items: center
}

.-prev-owl-Slides-next,.-prev-owl-Slides-prev {
    color: rgba(255,255,255,.29);
    position: absolute;
    transition: var(--transition-time);
    font-size: 30px;
    cursor: pointer
}

.-prev-owl-Slides-prev {
    right: 7%
}

.-prev-owl-Slides-next {
    left: 7%
}

.-prev-owl-Slides-next:hover,.-prev-owl-Slides-prev:hover {
    color: #fff
}

.--intro-category-link: hover {
    color:#fff;
    background: #062a49
}

.slider-btn-right>a {
    border: none
}

.--pages-item {
    background: linear-gradient(17deg,#89775e 0,#d4d1c6 100%)
}

.LOAD-WEP,.btn-ket_2:hover {
    background-color: var(--uicolor)
}

.-before-inro-title {
    color: #fff;
    padding: 5px 16px;
    border-radius: var(--miniradius);
    line-height: 1.5;
    font-size: 17px
}

.-home-section-item {
    position: relative;
    padding-block:60px;overflow: hidden
}

.LOAD-WEP {
    width: 0;
    height: 2px;
    transition: width .5s
}

.--services-content,.--services-image {
    transition: var(--transition-delay);
    overflow: hidden
}

.btn-ket_2:hover {
    color: #fff;
    border-color: var(--alinks)
}

.btn-ket_2:hover .-intro-btn {
    color: #fff
}

.-defult-widgets-felx-style-1 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center
}

.--PriceLists-Center-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.-category-services {
    min-width: 361px;
    max-width: 475px;
    flex: 1 1 0%;
    position: relative
}

.--services-image {
    padding-top: 75%;
    background-image: var(--bg-intro);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--miniradius)
}

.--services-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: var(--largeradius);
    backdrop-filter: blur(17px);
    padding: 16px;
    margin: 14px;
    background: rgba(223,222,222,.14);
    color: #fff
}

.--logo-fildes-in,.-image-value {
    border-radius: var(--miniradius)
}

.--logo-image,.-image-value {
    background-image: var(--bg-intro);
    background-repeat: no-repeat;
    background-position: center center
}

.--logo-fildes-in,.--services-content p,.--val-icon {
    transition: var(--transition-time)
}

.-category-services>a.category_link::before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.58),transparent);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 1
}

.-category-services a.category_link {
    position: relative;
    overflow: hidden;
    border-radius: var(--miniradius);
    display: block
}

.--services-content h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff
}

.--services-content p {
    color: #efefef;
    font-size: 14px
}

.-category-services:hover .--services-image {
    transform: scale(1.1)
}

.-defult-widgets-title-style-1.value::before {
    background: #404040
}

.-defult-widgets-title-style-1.value::after {
    background: #fff
}

.-defult-widgets-title-style-1.value {
    margin-bottom: 70px;
    position: relative;
    align-items: center
}

.sup-title-widget-defualt.value {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px
}

h2.-widgets-h1-title.value {
    color: #fff;
    margin-bottom: 7px;
    font-weight: 400
}

.P-content.value {
    color: #a7a7a7;
    font-weight: 100;
    font-size: 15px;
    max-height: 100px
}

.-image-value {
    padding-top: 20%;
    background-size: cover;
    opacity: 1;
    width: 665px
}

.--value-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.--val-icon i {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px
}

.--mostklon h3 {
    font-size: 26px;
    color: #fff
}

p.--value-des {
    font-size: 16px;
    text-align: center;
    color: #a7a7a7;
    font-weight: 200
}

.--mostklon {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0%;
    min-width: 200px
}

.-home-section-item.title.back-img {
    background: linear-gradient(45deg,rgba(44,79,158,.02),rgba(87,188,113,.04))
}

.--mostklon: hover .--val-icon {
    transform:translateY(-10px)
}

.intro_image:hover {
    transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg,0deg)
}

.-blog-gridboxes .-blog-gridboxes-item>a>.-blog-gridboxes-item-thumb:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) scale3d(1,1,1)
}

.logos_flex {
    --el-w: 225px;
    min-width: var(--el-w);
    max-width: var(--el-w)
}

.--logo-fildes-in {
    padding: 20px;
    border: 1px solid #e8e8e8
}

.--logo-image {
    padding-top: 52%;
    background-size: contain;
    border-radius: var(--miniradius);
    margin-bottom: 20px;
    opacity: .9;
    position: relative
}

.--logo-fildes-in: hover {
    transform:translateY(-12px);
    box-shadow: rgba(16,24,40,.05) 0 16px 10px
}

.menu-menu-2-container {
    flex: 1 1 0%;
    min-width: 290px
}

.contfooter span {
    flex: 1
}

.contfooter {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #ffff
}

.--contanc-head {
    font-size: 23px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1.7
}

.contfooter i {
    color: #fff
}

.current-menu-item>a::before {
    width: 100%!important
}

.-page-toper {
    padding-top: 80px;
    padding-bottom: 80px
}

.--maknuz {
    text-align: center;
    font-size: 30px;
    color: var(--textcolor);
    font-weight: 500;
    margin-bottom: 30px
}

.-BreadCrumb.-BreadCrumb-PT- {
    display: flex;
    gap: 5px;
    align-items: center
}

.-BreadCrumb.-BreadCrumb-PT- h1 {
    font-size: 15px;
    margin: 0
}

.Popver--CoursesAlert {
    --overlay-alpha-80: rgb(0 0 0 / 68%);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000000000;
    background: var(--overlay-alpha-80);
    top: 0;
    right: 0;
    font-family: var(--pluginff)
}

.Popver--CoursesAlert>.PopverInnerElemnt {
    position: absolute;
    min-width: 528px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: #fff;
    box-shadow: rgba(0,0,0,.2) 0 12px 28px 0,rgba(0,0,0,.1) 0 2px 4px 0,rgba(255,255,255,.5) 0 0 0 1px inset;
    border-radius: var(--miniradius);
    z-index: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.Popver--CoursesAlert>.PopverInnerElemnt>.HeadAlert--Popvoer {
    display: flex;
    padding: 25px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    align-content: center;
    align-items: center
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ContentAlert--Popvoer {
    margin: 0;
    padding: 30px;
    font-weight: 300;
    color: #222;
    font-size: 17px
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ALertConroller--Popvoer {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 15px;
    padding: 0 15px
}

.Popver--CoursesAlert.error>.PopverInnerElemnt>.ALertConroller--Popvoer {
    place-content: center;
    align-items: center
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ALertConroller--Popvoer>a {
    display: flex;
    padding: 13px 22px;
    border-radius: var(--miniradius);
    font-weight: 500;
    font-size: 16px;
    margin-inline-start:5px;position: relative;
    place-content: center;
    align-items: center;
    color: var(--secondarytext);
    text-decoration: unset;
    overflow: hidden
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ALertConroller--Popvoer>a>.InnerLoaderBoxed--Context---overlays {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ALertConroller--Popvoer>a>.InnerLoaderBoxed--Context---overlays .loader {
    width: 100%
}

.Popver--CoursesAlert>.PopverInnerElemnt>.ALertConroller--Popvoer>a.AlertIsConfirm {
    background: var(--positive);
    color: #fff
}

.Popver--CoursesAlert>.PopverInnerElemnt>.HeadAlert--Popvoer>h2 {
    flex: 1 1 0%;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    font-family: var(--pluginff)
}

.Popver--CoursesAlert>.PopverInnerElemnt>.HeadAlert--Popvoer>span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    display: flex;
    place-content: center;
    align-items: center;
    font-size: 17px;
    position: relative;
    cursor: var(--cursor),default;
    overflow: hidden
}

.--all-contact-in: hover .social-feature i,.--tap-cn.active {
    background:var(--uicolor)
}

.Popver--CoursesAlert>.PopverAlertOverlay {
    position: absolute;
    width: 100%;
    height: 100%
}

.Alert-Subs--Popvoer {
    margin: 0 auto;
    font-size: 21px;
    font-weight: 600;
    max-width: 280px;
    text-align: center;
    line-height: 1.7
}

.--tap-dr {
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease-in-out;
    line-height: 1.6;
    color: var(--second-text-color);
    font-size: 16px;
    font-weight: 400;
    height: 0
}

.--tap-dr.active {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.-category-definition {
    padding-top: 60px
}

.--image-content {
    min-width: max-content;
    margin-inline-end:85px;position: sticky;
    top: 135px;
    transition: 180ms
}

.--def-features {
    display: block;
    max-width: 760px;
    top: 140px;
    position: relative;
    height: fit-content;
    z-index: 1;
    text-align: start
}

.-def-after-intro-div {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px
}

.-inteo-gridboxes-item-body a,.-tap-title- {
    margin-bottom: 15px
}

.-tap-title- {
    display: flex;
    border: 1px solid #d9d9d9;
    width: fit-content;
    border-radius: var(--miniradius)
}

.--tap-cn,.--tap-cn.active,.-inteo-gridboxes-item-thumb {
    border-radius: var(--miniradius)
}

.--tap-cn {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: .1s ease-in-out;
    cursor: pointer
}

.--tap-cn.active {
    color: #fff;
    padding: 8px 22px;
    font-size: 16px
}

.--def-flex {
    display: flex
}

.Intro--sliderArea,.no-scroll {
    overflow: hidden
}

.popup-overlay {
    top: 0;
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.-pattern-sections,header::before {
    z-index: -1;
    position: absolute
}

.-inteo-gridboxes-item-thumb,.-pattern-sections,.back-after-intro-image,.bsck-image- {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.-pattern-sections,.back-after-intro-image,.bsck-image- {
    right: 0;
    top: 0;
    background-attachment: fixed;
    width: 100%
}

.-inteo-gridboxes-item-thumb,.-pattern-sections {
    background-position: center center
}

.-menu>.menu-menu-1-container>ul>li>a {
    color: var(--alinks);
    font-weight: 400;
    font-size: 16px
}

.-logo img:last-child {
    opacity: 1;
    visibility: visible;
    display: block
}

header.fixedintro {
    top: 0;
    box-shadow: none;
    backdrop-filter: blur(30px)
}

.-home-section-item.logos {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 15px;
    background: #fff
}

.back-after-intro-image {
    position: absolute;
    background-image: var(--bg-intro)
}

.-defult-widgets-title-style-1.team {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column
}

.-defult-widgets-title-style-1.team .-YC--main--wep-title- {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center
}

.-defult-widgets-title-style-1.team .P-content {
    text-align: center
}

.colm-media-in:nth-child(2n) {
    margin-top: 0
}

h4.box-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}

.--contanct-us- {
    max-width: 630px;
    flex: 1 1 0%;
    box-shadow: var(--box-shadow-hover);
    border-radius: var(--largeradius);
    overflow: hidden
}

.-pattern-sections.before::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.05)
}

.logos_flex.page {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    gap: 20px;
    max-width: 100%;
    min-width: 100%
}

.logos_flex.page .--logo-fildes-in {
    min-width: 232px;
    max-width: 279px;
    flex: 1 1 0%
}

.-home-section-item.logos.page {
    margin: 0;
    border-radius: 0
}

.--title-heghit {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-text);
    margin-bottom: 8px;
    text-align: center
}

.-blog-gridboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center
}

.bsck-image- {
    position: absolute
}

.-defult-widgets-title-style-1.team.active {
    padding-bottom: 0
}

.sup-title-widget-defualt.active {
    color: #fff;
    font-weight: 400
}

h2.-widgets-h1-title.active {
    font-size: 35px;
    margin-bottom: 6px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500
}

.P-content.active {
    color: #fff;
    font-size: 13px;
    line-height: 1.8
}

.-inteo-gridboxes-item-thumb {
    padding-top: 17%;
    background-image: var(--background-image);
    transition: .6s;
    opacity: .9;
    min-width: 242px
}

.--council,.--council-icon i,.--top-area-social->a,p.--council-des {
    transition: var(--transition-time)
}

.-inteo-gridboxes-item,span.-intro-btn {
    border-radius: var(--largeradius);
    display: flex
}

.-inteo-gridboxes-item {
    gap: 25px;
    align-items: center;
    flex: 1 1 0%;
    min-width: 400px;
    max-width: 725px;
    padding: 10px;
    overflow: hidden;
    backdrop-filter: blur(15px)
}

.under-mawthiq {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.-inteo-gridboxes-item a {
    min-width: 230px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.-inteo-gridboxes-item-body a strong {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.-inteo-content {
    font-size: 14px;
    line-height: 1.5;
    color: #d5d5d5;
    margin-top: 11px
}

span.-intro-btn i {
    font-size: 16px
}

.-btn-all-in>span {
    margin-inline-start:14px}

header .-lang-btn:hover {
    background: #062a49
}

.btn-ket_1:hover {
    background: #2a9543
}

.-YC--main--wep-title- {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    line-height: 1.5
}

.-widget-after-intro-h4::after {
    width: 35px;
    height: 2px;
    top: 56%
}

.-faqs-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: start;
    width: 100%
}

.-faqs-list::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--uicolor-1);
    border-radius: 50%;
    top: 100%;
    pointer-events: none;
    margin-top: -70px;
    right: -120px;
    opacity: .1
}

.-faqs-list>.-faqs-list-item:nth-child(odd) {
    margin-inline:0px}

.-faqs-list>.-faqs-list-item>.-faqs-list-item-title>i {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 90deg;
    color: var(--secondarytext-2)
}

.-faqs-list>.-faqs-list-item>.-faqs-list-item-title {
    display: flex;
    align-items: center;
    padding-inline:40px;padding-block:20px;cursor: pointer;
    box-shadow: rgba(211,82,83,.06) 0 1px 40px -50px inset
}

.-faqs-list>.-faqs-list-item>.-faqs-list-item-answer,.reviews-carousel-rtl.reviews-carousel-rtl .disabled {
    display: none
}

.-faqs-list>.-faqs-list-item>.-faqs-list-item-title>strong {
    flex: 1 1 0%;
    padding-inline-end:15px;font-weight: 600;
    font-size: 18px;
    color: var(--secondarytext)
}

.-faqs-list>.-faqs-list-item>.-faqs-list-item-title>em {
    font-style: normal;
    font-size: 17px;
    margin-inline-end:15px;color: var(--secondarytext);
    font-weight: 400
}

.-faqs-list-item-answer-inner {
    padding: 10px 40px 15px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--secondarytext);
    font-weight: 400
}

.box-number,.category.btn-ket_2,h3.--council-title {
    font-weight: 700;
    transition: var(--transition-time)
}

.-faqs-list>.-faqs-list-item {
    break-inside: avoid;
    border-bottom: 1px solid var(--divider-light-2)
}

.-faqs-list {
    border: 1px solid var(--divider-light-2);
    border-radius: var(--miniradius);
    box-shadow: var(--shadow-elevated);
    flex: 1 1 0%;
    overflow: hidden;
    position: relative
}

.--council-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.--council {
    padding: 45px;
    background: #fff;
    box-shadow: var(--shadow-elevated-hover);
    flex: 1 1 0%;
    border-radius: var(--miniradius);
    min-width: 442px;
    cursor: pointer;
    height: 100%
}

.--council: first-child,.--council:hover,.-waqf-single--title,.category.btn-ket_2:hover {
    background:var(--uicolor)
}

.--num-icon-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

h3.--council-title {
    font-size: 26px;
    margin-bottom: 10px
}

p.--council-des {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--secondarytext)
}

.box-number {
    font-family: Exo,sans-serif;
    font-size: 65px;
    line-height: 1;
    color: #e1e4e5
}

.--council: hover .--council-icon i {
    transform:rotateY(180deg);
    color: #fff
}

.--council: first-child h3.--council-title,.--council:first-child i,.--council:first-child p.--council-des,.--council:hover h3.--council-title,.--council:hover p.--council-des {
    color:#fff
}

.--council-icon i {
    font-weight: revert-layer;
    font-size: 60px;
    color: var(--uicolor)
}

.-readmore {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    max-width: max-content;
    margin-inline:auto}

.category .-readmore {
    margin-top: 25px
}

header::before {
    content: "";
    right: 0;
    --bx-shw: rgb(0 0 0 / 3%) 0 2px 4px,rgb(5 10 18 / 1%) 0 20px 15px;
    box-shadow: rgba(0,0,0,.03) 0 2px 4px,rgba(5,10,18,.01) 0 20px 15px;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0
}

.--archive--be-content a {
    color: #fff;
    font-size: 19px;
    font-weight: 900
}

.--archive--be-content * {
    color: #fff;
}

.category.btn-ket_2 {
    background: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid rgba(212,212,212,.17);
    max-width: fit-content
}

.--logos-hidden-slider {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px
}

.-waqf-single--title {
    padding: 55px;
    text-align: center;
    color: #fff
}

.--bread-crumb {
    background: #e9e9e9;
    padding: 13px 0
}

header .-lang-btn span {
    width: 19px
}

.-logo {
    margin-inline-end:29px}

.--topbar-area-- {
    width: 100%;
    border-bottom: var(--border-defult-hover);
    margin: 0!important
}

.-container-top-header {
    margin-block:5px;padding-inline:20px;display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block:10px}

.--top-area-flex-->ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 25px
}

.--top-area-flex-->ul>li {
    color: #fff;
    position: relative
}

.--top-area-flex-->ul>li: :before {
    content:"";
    height: 20px;
    width: 1px;
    position: absolute;
    background-color: #d6d6d6;
    left: -16%
}

.contact_info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.contact_info i {
    font-size: 18px
}

.--top-area-social- {
    display: flex;
    align-items: center;
    gap: 19px
}

.--top-area-social->a {
    display: flex;
    font-size: 17px;
    opacity: .8
}

.custom-select,.service-card,.service-list li,.service-title {
    display: inline-block
}

header>.top-header-in {
    border-bottom: var(--border)
}

.italo-parcode {
    flex: 1 1 0%;
    min-width: 200px;
    max-width: 210px
}

.service-card,.testi-style1 {
    flex: 1 1 0%;
    overflow: hidden
}

h4.parcode-title {
    text-align: center;
    font-size: 19px
}

.space-parcode-in {
    background: var(--uicolor);
    padding: 12px;
    border-radius: var(--miniradius)
}

.custom-select {
    cursor: pointer;
    font-size: 15px;
    min-height: 2.75rem;
    line-height: 1.2;
    border: 1px solid #ddd;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'><path fill='%23333' d='M7 10L0 0h14z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px 9px
}

.custom-select.rtl,[dir=rtl] .custom-select {
    background-position: left 12px center;
    padding-block:12px;padding-inline:20px;height: 50px
}

.custom-select:focus {
    outline: 0;
    border-color: #7aa7ff;
    box-shadow: rgba(122,167,255,.12) 0 0 0 3px
}

.service-card {
    border: 1px solid #eee;
    min-width: 300px;
    text-align: center;
    background: #fff;
    vertical-align: top;
    border-radius: var(--largeradius);
    max-width: 337px;
    transition: .3s
}

.-p-content,.features_list:last-child .feature-style1,.testi-style1 {
    text-align: start
}

.service-title a {
    color: #fff
}

.service-title {
    background: var(--uicolor);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 15px
}

.service-list {
    list-style: none;
    padding: 0
}

.service-list li {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px
}

.testi-style1:hover {
    transform: translateY(-1px)
}

.testi-style1 {
    transition: .4s;
    height: 100%;
    border-radius: var(--largeradius);
    padding: 24px;
    border: 1px solid #55617124
}

.testi-style1 .testi-content {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0
}

.testi-style1 .testi-text {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1.5;
    font-weight: 200
}

.active2 .testi-style1 {
    border-right: 6px solid var(--uicolor)
}

.begroup-Intro--sliderArea .-btn-areia-l a::after,.begroup-Intro--sliderArea .-btn-areia-l a::before {
    transform: rotate(0);
    border-style: solid;
    border-image: initial;
    display: inline-block;
    padding: 3px;
    transition: .7s ease-out;
    border-color: inherit;
    box-sizing: border-box;
    content: ""
}

.testi-style1 .testi-client {
    display: flex;
    border-radius: 20px;
    flex: 1 1 0%;
    flex-wrap: wrap;
    align-items: center
}

.testi-style1 .testi-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0
}

.intro-widgets-progress-thumbtooltip-v1 span,.testi-style1 .testi-degi {
    font-size: 13px
}

.testi-style1 .testi-degi span {
    font-size: 11px;
    color: var(--body-color)
}

.reviews-carousel-rtl {
    z-index: 12;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    transform: rotate3d(0,0,1,90deg);
    transition: opacity .4s
}

.reviews-date {
    display: flex;
    margin: 15px 0;
    justify-content: center
}

section.YC-reviews-section .vs-border-circle {
    width: var(--circle-size,400px);
    height: var(--circle-size,400px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    border: var(--border-size,45px) solid var(--theme-color2);
    z-index: 12;
    position: absolute;
    left: -215px;
    animation: 6s linear infinite jumpping
}

.YC-reviews-box,.begroup-IntroBoxes.intro-model-,.search_header,.shape1.float-bob-y img,section.YC-reviews-section {
    position: relative
}

.-page--container-sidebars .testi-style1 .testi-name {
    color: var(--primary-text)
}

.review_l {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: -webkit-fill-available;
    position: relative
}

.YC-reviews- {
    overflow: hidden;
    padding: 1px
}

.-customer-image {
    margin-top: -75px;
    max-width: 600px
}

.YC-reviews-right .-YC-owl-navs-items>.-YC-owl-Slides-next,.YC-reviews-right .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    border: none;
    background: 0 0;
    font-size: 34px;
    color: var(--primary-text);
    position: relative;
    transform: none
}

.YC-reviews-box .left_title {
    max-width: 750px
}

.cv-item.active2 {
    transform: translateX(21px)!important
}

.review_l svg {
    position: absolute;
    left: 20px;
    color: var(--uicolor2);
    font-size: 40px;
    top: 20px;
    width: 50px;
    height: 50px
}

.cv-carousel {
    width: calc(50% - 15px)
}

.-custreviews-logos-Poster-Image {
    display: block;
    position: relative;
    --poster-width: 50px;
    max-width: var(--poster-width);
    min-width: var(--poster-width);
    height: var(--poster-width);
    margin-inline-end:0;border-radius: 50%
}

.-custreviews-logos-Poster-Image.-is-twitter-item {
    border-color: #00aced
}

.-custreviews-logos-Poster-Image>.twitter__link {
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 1
}

.-custreviews-logos-Poster-Image>.twitter__link>a {
    background: #00aced;
    color: #fff;
    display: flex;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 6px
}

.-custreviews-logos-Poster-UI {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.-custreviews-logos-Poster-UI>img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

.custreviews-logos-context {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.custreviews-logos-context span {
    font-size: 14px;
    color: var(--secondarytext);
    font-weight: 500
}

.custreviews-logos-context>.stars-avg>.stars-avg-back>i,.owl-next i,.owl-prev i,.slider-tag {
    font-weight: 300
}

.custreviews-logos-context>.custreviews-title {
    font-size: 18px;
    font-weight: 600;
    text-align: start;
    color: var(--primary-text)
}

.custreviews-logos-context>.stars-avg {
    display: block;
    font-size: 13px;
    position: relative;
    color: rgba(225,225,225,.22);
    direction: ltr
}

.custreviews-logos-context>.stars-avg>.stars-avg-back,.custreviews-logos-context>.stars-avg>.stars-avg-front {
    display: flex;
    justify-content: center
}

.custreviews-logos-context .stars-avg i {
    padding: 0 1px
}

.custreviews-logos-context .stars-avg>.stars-avg-front {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffa700;
    width: var(--percent);
    flex-wrap: inherit;
    overflow: hidden;
    justify-content: start
}

.--in--left--button-title: hover i,.-Intro-slider-URLArea>.-btn-areia-l2 a {
    background:var(--uicolor);
    color: #fff
}

.-intro-widgets-progress-item-v1,.icon_panner,.intro-contain--lists {
    box-shadow: rgba(0,0,0,.1) 10px 12px 30px;
    animation: 5s linear infinite left1right
}

.-Intro-slider-URLArea a>i,.-Intro-slider-URLArea a>span,.-Intro-slider-inner-Info,ul.list-group {
    z-index: 9;
    position: relative
}

.intro-model-slider_intro_v1 {
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.-Intro-slider-BoxInfo {
    z-index: 2;
    padding: 64px;
    background: #fefaf9;
    position: relative;
    border-radius: var(--largeradius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: -136px
}

.-Intro-slider-inner-Info>span {
    font-weight: 500;
    font-size: 25px;
    color: #b3ccf3;
    margin-bottom: 25px;
    display: flex;
    text-decoration: underline
}

.--first--conatiner .-YC-owl-navs-items .-YC-intro-Slides-next: hover,.--first--conatiner .-YC-owl-navs-items .-YC-intro-Slides-prev:hover {
    background:#fff;
    color: var(--uicolor)
}

.intro-widgets-progress-thumbvalue-v1.progressload-shows-in .intro-widgets-progress-thumbtooltip-v1 {
    visibility: visible;
    opacity: 1
}

.intro-widgets-progress-thumbtooltip-v1::before {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent var(--uicolor);
    top: -16px;
    left: 8px
}

.Intro-slider-master--singleposts {
    flex: 1 1 0%;
    position: relative
}

.-btn-areia-l.-btn-areia-l2 i {
    margin-inline-start:9px}

.container.list_container {
    background: red;
    width: 100%
}

.list_container {
    background: #282828
}

.-YC-Intro-bgbottom,.-back-image- {
    background-position: center;
    background-size: cover
}

.item_group-icon i {
    font-size: 30px;
    color: var(--uicolor2)
}

.item_group-icon {
    margin: auto
}

li.item_group {
    text-align: center;
    padding: 35px;
    min-width: 234px;
    cursor: var(--cursor),default;
    flex: 1 1 0%;
    background: linear-gradient(90deg,rgba(0,0,0,.24),transparent,rgba(0,0,0,.11));
    color: #fff
}

ul.list-group {
    border-radius: var(--miniradius);
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden
}

.feature-content {
    font-size: 22px;
    color: #fff
}

.begroup-Intro {
    display: flex;
    align-items: center;
    justify-content: center
}

.begroup-Intro .owl-dots {
    height: 5em;
    display: flex;
    flex-direction: row;
    padding: 0 1.875em;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: center;
    width: auto;
    margin: 0!important
}

.begroup-Intro--sliderArea .-btn-areia-l a:hover {
    background: var(--uicolor);
    color: var(--uicolor)
}

.begroup-Intro--sliderArea .-btn-areia-l a:hover span {
    color: #fff
}

.begroup-Intro--sliderArea .-btn-areia-l a {
    position: relative;
    font-size: 16px;
    max-width: max-content;
    background: #fff;
    padding: 15px 27px;
    display: block;
    transition: 180ms;
    border: 1px solid;
    color: #fff;
    min-width: 120px;
    text-align: center
}

.begroup-Intro--sliderArea .-btn-areia-l a::before {
    position: absolute;
    bottom: -7px;
    right: -7px;
    border-width: 1px 0 0 1px
}

.begroup-Intro--sliderArea .-btn-areia-l a::after {
    position: absolute;
    top: -7px;
    left: -7px;
    border-width: 0 1px 1px 0
}

.begroup-Intro--sliderArea .-btn-areia-l a:hover::before {
    right: 100%;
    transform: rotate(90deg)
}

.begroup-Intro--sliderArea .-btn-areia-l a:hover::after {
    left: 100%;
    transform: rotate(90deg)
}

.Intro-slider-Container .-btn-areia-l a span {
    border-radius: 4px;
    text-transform: capitalize;
    cursor: var(--cursor),default;
    transition: .2s ease-in-out;
    color: var(--primary-text)
}

.intro_cover {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

[lang=en] .intro_cover {
    right: 0;
    left: auto
}

.-intro-before_title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transition: .6s .5s
}

.show,header {
    transition: .3s
}

span.title-holder {
    margin-top: 10px;
    font-size: 17px;
    display: block;
    line-height: 1.7
}

.slider-tag {
    font-size: 14px;
    color: var(--second-text-color)
}

.begroup-IntroBoxes.intro-model- .-steps-dots-singleitem:last-child {
    margin-inline-end:0}

.begroup-IntroBoxes.intro-model- .-steps-dots-singleitem:hover,.current-menu-item a {
    opacity: 1
}

.total-IntroBoxes--parent .disabled {
    opacity: .3;
    cursor: not-allowed;
    display: flex!important
}

.-GridItem-3 a,.-sidebar-header,.-single-blog-box .container,.-single-cat-box .container,.-single-city-box .container,.-single-parent-box .container,.Intro-slider-Container,.category-Item,.icon-title,.icon_faq,.intro-page.-model-1 .container,.logo_footer,.search_header span.close i.fa-solid.fa-xmark,.service-works,.works-single .container,a.ads-phone-box {
    display: flex
}

.Intro-slider-Container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 60%;
    border-top-left-radius: 50%;
    background-color: #0a1931;
    z-index: -1;
    opacity: .05
}

.shape1.float-bob-y {
    min-height: 504px;
    width: 50%;
    position: relative
}

header {
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    position: sticky;
    border: 1px solid #fffFFF1F
}

.icon_faq i.fas.fa-minus,.menu_bar.icon i.fa-duotone.fa-bars,.search_header span i.fa-solid.fa-xmark,.search_header span.close i.far.fa-search,header .menu_bar i.fa-thin.fa-xmark,header.fixed .menu_bar .fa-xmark,header.fixed .menu_bar.icon .fa-bars {
    display: none
}

.shape1.float-bob-y::before {
    content: "";
    position: absolute;
    left: -67%;
    background: var(--uicolor);
    width: 105%;
    height: 105%;
    z-index: 0;
    border-radius: 50%
}

.service-info {
    margin-top: -18px;
    padding-bottom: 20px;
    position: relative
}

.service-img {
    position: relative;
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.contact-in label {
    flex: 1 1 0%
}

.contact-in label input,.feature-style2 .feature-img img {
    width: 100%
}

textarea#message {
    min-height: 100px
}

span#openSEarch {
    width: auto;
    font-size: 23px;
    display: flex;
    cursor: pointer
}

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

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

.search_header form {
    background: #fff;
    position: absolute;
    inset-inline-end: 0;
    max-width: 319px;
    padding: 25px 15px;
    border-radius: 20px;
    min-width: 330px;
    overflow: hidden;
    top: 100%;
    display: none
}

.blocks-footer,.bottun.transform span.lese,.popup-call.show,.ratingServise-,.referance-Content.active,.search_header form.active,.single-,.tablecontainer,.titles-serive-model,.works-title-model,how-we-work,ul.box-widght-data,ul.ez-toc-list.open {
    display: block
}

.show {
    z-index: 99
}

.footer_menu {
    flex: 1 1 0%;
    min-width: 135px
}

.-waqf-footer-body-social {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.title.back_color {
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.feature-text,a.service-grid_btn i,p.feature-text {
    font-size: 16px
}

.vs-feature-area {
    padding-top: 230px
}

.feature-style1 {
    flex-direction: column;
    transition: .2s;
    z-index: 1;
    display: flex;
    min-width: 250px;
    cursor: pointer;
    flex: 1 1 0%;
    position: relative;
    max-width: 100%;
    gap: 20px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
    --padding-top: 35px;
    --padding-bottom: 35px;
    --padding-left: 35px;
    --padding-right: 35px;
    border-style: solid;
    --border-style: solid;
    border-width: 0 0 3px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 3px;
    --border-left-width: 0px
}

.feature-style1:nth-child(2) {
    border: none;
    margin-top: -50px;
    background: var(--uicolor-2);
    padding: 30px
}

.active>.feature-style1 {
    transform: scale(1)
}

.feature-style1:nth-child(2) .feature-title {
    font-size: 23px;
    color: #fff
}

.feature-style1:nth-child(2) .feature-text {
    font-size: 17px;
    color: #fff;
    font-weight: 400
}

.feature-style1 .feature-title {
    color: var(--textcolor-2);
    flex: 1 1 0%;
    transition: 180ms;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.feature-style1 .feature-icon {
    position: relative;
    z-index: 1;
    flex-flow: column wrap;
    color: var(--primary-text);
    display: flex
}

.feature-style1 .feature-icon i {
    font-size: 34px;
    display: flex;
    align-items: center;
    color: var(--uicolor-2);
    justify-content: center;
    font-weight: 300;
    transition: 180ms
}

.feature-style2,.feature-style2 .feature-img {
    position: relative;
    overflow: hidden
}

.feature-style2 .feature-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0,0,0,.5);
    transition: .4s
}

.feature-style2 .feature-content {
    bottom: 0;
    padding: 0 30px 90px;
    position: absolute;
    text-align: center;
    transform: translateY(230px);
    transition: .6s
}

.feature-style2 .feature-icon {
    display: block;
    margin-bottom: 35px
}

.feature-style2 .feature-title {
    color: var(--white-color);
    font-size: 25px;
    margin-bottom: 21px
}

.feature-style2 .feature-title a {
    color: inherit
}

.feature-style2 .feature-link {
    color: var(--white-color);
    font-weight: 700;
    text-decoration: underline;
    opacity: 0;
    transition: .6s
}

.feature-style2 .feature-link i {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    height: 27px;
    line-height: 27px;
    margin-left: 15px;
    text-align: center;
    width: 27px;
    transition: .4s
}

.feature-style2 .feature-link:hover i {
    background-color: var(--uicolor2);
    color: var(--title-color);
    border-color: transparent
}

.feature-style2:hover .feature-img::before {
    background-color: rgba(55,71,255,.8)
}

.feature-style2:hover .feature-content {
    transform: translateY(0)
}

@media (max-width: 1199px) {
    .vs-feature-area {
        padding-top:120px
    }

    .feature-style1 .feature-icon {
        margin: 0 auto 30px
    }

    .feature-style2 .feature-title {
        font-size: 22px;
        margin-bottom: 16px
    }

    .feature-style2 .feature-text {
        margin-bottom: 20px
    }

    .feature-style2 .feature-content {
        transform: translateY(190px)
    }

    .feature-style2:hover .feature-content {
        padding-bottom: 40px
    }
}

.featured-boxed {
    overflow: hidden;
    display: block;
    position: relative
}

p.feature-text {
    margin: 0 0 18px;
    color: var(--secondarytext);
    line-height: 1.75;
    font-weight: 300
}

.featured-setup-owl {
    display: flex;
    flex-wrap: wrap
}

.featured-setup-owl .owl-stage-outer {
    position: relative;
    display: block
}

.featured-setup-owl .owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid var(--secondarytext);
    --chev-w: 50px;
    width: var(--chev-w);
    height: var(--chev-w);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--secondarytext);
    transition: 180ms;
    cursor: pointer
}

.featured-setup-owl .owl-nav>div.owl-prev {
    left: -28px
}

.featured-setup-owl .owl-nav>div.owl-next {
    right: -28px
}

.--masterfeatured-area {
    position: relative;
    flex: 1 1 0%
}

.--masterfeatured-area: hover>.-YC-owl-navs-items>.-YC-owl-Slides-next,.--masterfeatured-area:hover>.-YC-owl-navs-items>.-YC-owl-Slides-prev {
    visibility:visible;
    opacity: 1;
    transform: translateY(-50%)
}

.--masterfeatured-area>.-YC-owl-navs-items>div {
    --inline--width: -25px
}

.-YC-WidgetType-benefits .shape-divider {
    --firstbottom-fill: #172952;
    --secondbuttom-fill: var(--primary-text)
}

.-begroup-SingleWidget-Section.-YC-WidgetType-benefits .custom-shape-divider-top.shape-divider .shape-fill {
    fill: var(--primary-text)
}

.-featured-widgets-title--URLArea-v1 {
    display: flex;
    place-content: center flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 0
}

.-featured-widgets-title--URLArea-v1:empty {
    margin: 0
}

.-featured-widgets-title--URLArea-v1>.--Parent-URL-BTN>a {
    display: flex;
    padding: 15px 25px;
    border-radius: var(--largeradius);
    font-size: 16px;
    font-weight: 500;
    align-content: center;
    align-items: center;
    margin-inline-end:15px;background: var(--primary-text);
    color: #fff;
    border: 2px solid #fff;
    flex-wrap: wrap
}

.-featured-widgets-title--URLArea-v1>.--Parent-URL-BTN>a: hover {
    background:#fff;
    color: var(--uicolor);
    border-color: #fff
}

.-featured-widgets-title--URLArea-v1>.--Parent-URL-BTN>a.button_url_2: hover {
    background:0 0;
    color: #fff;
    border-color: #fff
}

.-featured-widgets-title--URLArea-v1>.--Parent-URL-BTN>a>i {
    margin-right: 10px;
    font-weight: 400
}

.-featured-widgets-title--URLArea-v1>.--Parent-URL-BTN>a.button_url_2 {
    background: var(--uicolor);
    color: #fff;
    border-color: var(--uicolor)
}

.YourColor-IntroBoxes .owl-nav,.featured-boxed .owl-nav {
    display: none
}

a.service-grid_btn span {
    margin-inline-end:8px}

.active .feature-style1::before,.feature-style1:hover::before {
    transition: .5s;
    transform: scaleX(1);
    height: 100%
}

.feature-style1 a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.feature-text {
    color: var(--secondarytext);
    font-weight: 400;
    line-height: 1.5
}

.features-numper::after {
    left: calc(100% - 13px);
    top: calc(100% - 40px)
}

.features-numper::before {
    right: calc(100% - 30px);
    bottom: calc(100% - 13px)
}

.features_all {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px
}

.features_list {
    flex: 1 1 0%
}

.root_svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 113%;
    width: 2px;
    overflow: hidden
}

.-YC-WidgetType-benefits .-widgets-blog-posts-container {
    padding: 0 40px
}

.-Intro-slider-inner-Info .-intro-h1-title {
    position: relative;
    font-size: 19px;
    font-weight: 300;
    display: flex;
    gap: 10px;
    align-items: center
}

.feature-style1:hover,.service-card:hover {
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-1px)
}

.-Intro-slider-inner-Info>.-p-title {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
    transition-delay: 0.9s;
    display: block;
    color: var(--primary-text)
}

.-p-title strong {
    color: var(--uicolor)
}

image-compare {
    --exposure: 50%;
    --thumb-background-color: hsla(0,0%,100%,0.9);
    --thumb-background-image: url('data:image/svg+xml;utf8,<svg viewbox="0 0 60 60" width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 20 L10 30 L20 40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 20 L50 30 L40 40"/></svg>');
    --thumb-size: clamp(3em,10vmin,5em);
    --thumb-radius: 50%;
    --thumb-border-color: hsla(0,0%,0%,0.9);
    --thumb-border-size: 2px;
    --focus-width: var(--thumb-border-size);
    --divider-width: 2px;
    --divider-color: hsla(0,0%,0%,0.9);
    position: relative;
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-inline:auto}

image-compare label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch
}

image-compare [type=range] {
    cursor: col-resize;
    appearance: none;
    background: 0 0;
    border: none;
    margin: 0 calc(var(--thumb-size)/-2);
    width: calc(100% + var(--thumb-size));
    height: unset
}

image-compare [type=range]::-webkit-slider-runnable-track {
    height: unset;
    background: 0 0
}

image-compare [type=range]::-webkit-slider-thumb {
    appearance: none;
    background-color: var(--thumb-background-color);
    background-image: var(--thumb-background-image);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--thumb-radius);
    border: var(--thumb-border-size) var(--thumb-border-color) solid;
    color: var(--thumb-border-color);
    width: var(--thumb-size);
    height: var(--thumb-size);
    margin: 0
}

image-compare [type=range]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 var(--focus-width) var(--focus-color)
}

image-compare:not(:defined) {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-gutter: stable;
    margin-bottom: -3px
}

image-compare:not(:defined)::-webkit-scrollbar {
    appearance: none;
    background-color: rgba(127,127,127,.1);
    border-radius: 1em
}

image-compare:not(:defined)::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(127,127,127,.4);
    box-shadow: #7f7f7f 0 0 1px
}

image-compare:defined {
    flex-direction: column;
    overflow: clip;
    direction: ltr
}

image-compare:defined .image-2-wrapper {
    position: absolute;
    top: 0;
    filter: drop-shadow(calc(-1 * var(--divider-width)) 0 0 var(--divider-color))
}

image-compare:defined .image-2-wrapper img {
    --_top-left: calc(var(--exposure) + var(--divider-width)/2);
    --_bottom-left: calc(var(--exposure) + var(--divider-width)/2);
    clip-path: polygon(var(--_top-left) 0,100% 0,100% 100%,var(--_bottom-left) 100%)
}

image-compare img {
    display: block;
    max-width: 100%;
    border-radius: var(--largeradius);
    overflow: hidden
}

image-compare+figcaption {
    margin-block-start:.5lh}

.visually-hidden,image-compare .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.img-s {
    display: flex;
    gap: 20px
}

.begroup-Intro--sliderArea.Intro-slides {
    overflow-x: clip
}

form.-formkit>span {
    font-size: 28px;
    margin-bottom: 25px;
    display: block
}

.-waqf-footer-body-company-logo img {
    filter: invert(19) brightness(181.5)
}

.-blog-gridboxes-item-body2 {
    background-color: #fff;
    padding: 20px;
    margin-inline-start:-10px;margin-inline-end:23px;border-radius: var(--largeradius);
    box-shadow: 0 3px 54px -10px rgba(0,0,0,.15);
    position: relative!important;
    margin-top: -80px;
    z-index: 9;
    transition: .3s
}

.-back-image-,.-back-image-:before {
    position: absolute;
    height: 100%;
    width: 100%
}

.-blog-gridboxes-item-body2 strong {
    display: block;
    font-size: 22px;
    margin-bottom: 12px
}

.-blog-gridboxes-item-body2 span {
    background: var(--uicolor);
    color: #fff;
    padding: 10px;
    margin-top: 13px;
    display: block;
    max-width: max-content;
    border-radius: var(--largeradius)
}

.-back-image- {
    top: 0;
    background-repeat: no-repeat;
    overflow: hidden
}

.-back-image-:before {
    background: linear-gradient(210deg, #141414 0%, #0A382EAB 100%);
    content: '';
    right: 0;
    opacity: .5
}

form.-formkit select {
    width: 100%;
    margin-bottom: 20px;
    border-radius: var(--largeradius);
    padding: 0 20px
}

ul.lang-switcher li {
    list-style: none
}

ul.lang-switcher a {
    display: flex;
    gap: 8px;
    font-size: 17px;
    font-weight: 500;
    align-items: center
}

.-begroup-IntroBoxInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-end
}

.-begroup-IntroBoxInfo2 {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 20px;
    align-items: center
}

.-begroup-Introslider {
    position: relative;
    flex: 1
}

.container.all_intro {
    position: relative;
    width: 100%
}

.-begroup-Intro-Info h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    transition-delay: 0.7s
}

.-begroup-Intro-Info-URLArea-s1 a {
    position: relative;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 180ms;
    color: var(--primary-text);
    gap: 8px
}

.-begroup-Intro-Info-URLArea-s1:hover a {
    color: #fff
}

.-begroup-Intro-Info-URLArea-s1 {
    background-color: #fff;
    max-height: none;
    letter-spacing: 0;
    font-weight: 500;
    max-width: max-content;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: var(--textcolor);
    border-radius: 20px;
    transition: .3s
}

-begroup-Intro-Info h2,.-p-content {
    color: var(--second-text-color);
    font-weight: 400
}

.-begroup-Intro-Info-URLArea-s1:hover {
    transform: scale(1.1);
    background: var(--uicolor);
    border-color: var(--uicolor)
}

.-begroup-Intro-Info {
    gap: 6px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    align-items: center;
    max-width: 100%
}

.active .all_intro {
    transform: scale(1)
}

.bottom_intro {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    z-index: 9;
    justify-content: center
}

.-YC-Intro-bgbottom {
    height: 652px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .4s
}

.-begroup-Introsliderbottom {
    flex: 1;
    min-width: 500px;
    max-width: 600px;
    margin: 10px 5px;
    position: relative;
    overflow: hidden
}

.-begroup-Introsliderbottom:hover .-YC-Intro-bgbottom {
    transform: scale3d(1.1,1.1,1)
}

.-begroup-bottom-Info h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 15px
}

.all_introbottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.-begroup-Intro-Info-URLArea-s1bottom a i {
    margin-inline-start:4px}

.--first--conatiner .-YC-owl-navs-items {
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    display: flex;
    z-index: 500;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%)
}

.--first--conatiner.Intro-slider-Container .-YC-owl-navs-items .-YC-intro-Slides-next,.--first--conatiner.Intro-slider-Container .-YC-owl-navs-items .-YC-intro-Slides-prev {
    background-color: #fff;
    border: 0;
    color: rgba(0,0,0,.35);
    cursor: pointer;
    text-align: center;
    transition: .1s ease-out;
    z-index: 5;
    right: auto;
    font-size: 2.3333333333rem;
    height: 5rem;
    width: 4rem;
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 5rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.-YC-intro-Slides-prev {
    left: auto;
    right: -1px!important;
    border-bottom-left-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.Intro-Container.container,.YourColor-IntroBoxes.intro-model-home_intro_v1 {
    position: relative
}

.YourColor-IntroBoxes.intro-model-slider_intro_v1 {
    margin-top: 10px;
    position: relative
}

.-begroup-Introsliderbottom:before {
    content: '';
    position: absolute;
    background: #ffffff36;
    width: 90%;
    height: 3px;
    bottom: -22px;
    margin: auto;
    right: 5%
}

.-begroup-Introsliderbottom:hover:before {
    background: #fff
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    height: 100%
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.-p-content {
    font-size: 19px;
    line-height: 1.7;
    margin: 10px 0 22px
}

-begroup-Intro-Info h2 {
    font-size: 20px;
    margin-bottom: 0
}

div#theImage {
    background: red
}

.feature-icon {
    border-radius: var(--largeradius);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature-icon i {
    font-weight: 300
}

.Introslider .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Introslider .owl-dot {
    width: 15px;
    height: 15px;
    background: #c9c9c9;
    margin-top: 4px;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    transition: 150ms
}

.Introslider .owl-dot.active {
    background: rgb(255 255 255)
}

.-begroup-Intro:Before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .3s
}

.-begroup-Intro {
    max-width: max-content;
    font-size: 13px;
    color: #fff;
    position: relative;
    font-weight: 500;
    padding-bottom: 5px
}

.-begroup-Introslider1 {
    position: relative;
    flex-direction: column
}

.owl-dots,.owl-next,.owl-prev {
    position: absolute;
    display: flex
}

.Intro-Container.-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start
}

.feature-style1:nth-child(2) svg path {
    fill: #fff
}

.feature-style1 svg {
    width: 22px
}

.feature-style1 svg path {
    fill: var(--uicolor-2);
    width: 22px
}

header.hidemenu {
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    transform: translatey(-51px);
    background: #fff
}

header.hidemenu:before {
    opacity: 1
}

.-blog-gridboxes-item-body {
    text-align: center;
    flex: 1;
    margin-top: 11px;
}

.-defult-widge {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.-defult-widge .-YC--main--wep-title- {
    margin-bottom: 16px
}

.owl-dots {
    gap: 10px;
    bottom: 23%;
    z-index: 99;
    width: 100%;
    justify-content: center;
    align-items: center
}

.owl-dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

.owl-dot.active {
    background: #000
}

.owl-next,.owl-prev {
    top: 60%;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 180ms;
    font-size: 24px;
    cursor: pointer;
    background: var(--uicolor);
    color: #ffff;
    max-width: 44px;
    inset-inline-end: 0;
}

.owl-nav>div.owl-prev {
    inset-inline-start: 0;
    inset-inline-end: auto;
}

.number-post {
    padding: 21px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--box-shadow)
}

.-after__intro-container {
    display: block;
    position: relative;
    z-index: 1;
    text-align: start;
    flex: 1
}

.-after__intro-container>.-widget-after-intro-h4 {
    margin-bottom: 11px;
    color: var(--uicolor);
    font-size: 17px;
    font-weight: 600
}

.-after__intro-container>.-widget-after-intro-h1 {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.-after__intro-container>.-widget-after-intro-h1>c--color {
    color: var(--uicolor);
    margin-inline-start:10px}

.-after__intro-container>.-pp-content {
    font-size: 18px;
    line-height: 1.9;
    color: var(--secondarytext);
    font-weight: 400
}

.container--intro--items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.-contact-style-bg {
    position: absolute;
    height: 360px;
    width: 200px;
    border-radius: 220px;
    opacity: .01
}

.about_lists-style1:last-child:before,.tooltip {
    opacity: 0
}

.-contact-style-4 {
    left: calc(50% + 200px);
    transform: translateX(-50%) rotate(45deg);
    bottom: 170px;
    background: var(--uicolor2)
}

.-contact-style-3,.-contact-style-bg.-contact-style-1 {
    transform: rotate(-20deg);
    background: var(--primary-text)
}

.-contact-style-3 {
    left: 20px;
    top: -200px
}

.-contact-style-bg.-contact-style-1 {
    right: 15px;
    bottom: -380px
}

.-contact-style-2 {
    left: calc(50% - 190px);
    transform: translatex(-50%) rotate(45deg);
    background: var(--uicolor2)
}

.-YC-after__intro_SVG {
    display: block;
    min-width: 270px;
    margin-inline-start:40px}

.-after__intro-image {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    width: 50.6%
}

.-defult-intro-title-URL {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 25px 0 0;
    align-items: center;
    justify-content: flex-start
}

.-defult-intro-title-URL>.--Parent-URL-BTN>a: hover {
    background:#fff;
    color: var(--primary-text)
}

.--in--left--button-title {
    display: flex;
    align-items: center
}

.--in--left--button-title>p {
    display: flex;
    flex-direction: column
}

.--in--left--button-title>i {
    border: 1px solid var(--primary-text);
    color: #fff
}

.--in--left--button-title>p>span {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--secondarytext)
}

.--in--left--button-title>p>a {
    font-size: 21px;
    font-weight: 900;
    font-family: var(--f-number);
    letter-spacing: 1px
}

.-after__intro-widgets-progress-item-v1:last-child {
    margin-bottom: 0
}

.-after__intro-widgets-title-s2>.--ev-title-h4,.about_lists-icon {
    color: var(--secondarytext);
    display: flex
}

.-after__intro-widgets-progress-thumbtooltip-v1:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: #0d1728d9 transparent transparent;
    top: 100%;
    transform: translateX(-50%);
    left: 50%
}

.-after__intro-contain--lists {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 20px 0;
    border-block:1px solid #F0F0FF}

.about_lists-style1 {
    flex: 1;
    display: flex;
    position: relative;
    align-items: center;
    gap: 18px
}

.about_lists-style1>h4 {
    font-size: 18px;
    font-weight: 400
}

.about_lists-icon {
    --w-el: 45px;
    width: var(--w-el);
    justify-content: center;
    align-items: center;
    margin-inline-end:15px;font-size: 26px;
    border-radius: var(--miniradius)
}

.--ev-title-h4,.-after__intro-widgets-title-s2>.--ev-title-h4 {
    align-items: center;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative
}

.about_lists-icon>i,.square h4 {
    font-weight: 600
}

.-after__intro-widgets-title-s2>.--ev-title-h4: before {
    content:'';
    position: relative;
    width: 40px;
    height: 2px;
    display: block;
    background: var(--secondarytext);
    border-radius: 2px;
    margin-inline-end:10px}

.-after__intro-widgets-title-s2>.--ev-title-h1 {
    line-height: 1.6;
    font-size: 29px;
    color: var(--primary-text);
    margin-bottom: 20px;
    font-weight: 700
}

.-after__intro-widgets-title-s2>.--ev-title-h1>c--color {
    color: var(--uicolor)
}

.-after__intro-widgets-title-s2 {
    display: block;
    flex: 1
}

.--ev-title-h4 {
    color: var(--secondarytext-bold);
    display: flex
}

.--ev-title-h1 {
    line-height: 1.5;
    font-size: 29px;
    color: var(--primary-text);
    margin-bottom: 20px
}

.-after__intro-widgets-title-s2>.P-content {
    max-width: calc(100% - 50px);
    line-height: 1.6;
    font-size: 17px;
    color: var(--secondarytext)
}

.-after__intro-widgets-container {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column
}

.secondary--image-left--after-intro {
    position: absolute;
    inset-inline-end: auto;
    inset-inline-start: 23px;
    bottom: 10px;
    border-radius: var(--largeradius);
    overflow: hidden
}

.first--image-left--after-intro {
    position: relative
}

.--secondaryimage--video-append-src>i {
    position: relative;
    z-index: 1
}

.--secondaryimage--video-append-src: after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--uicolor);
    border-radius: inherit
}

.--secondaryimage--video-append-src: before {
    background:var(--uicolor);
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: inherit;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.--agter-intro--customer--number {
    position: absolute;
    bottom: 40px;
    padding: 20px 30px;
    background: var(--primary-text);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    right: -20px;
    z-index: 1;
    font-size: 14px
}

#wrapper .Icon,.link-btn,ul.top-are {
    position: relative
}

.--agter-intro--customer--number>.--init--customer--numbers>strong {
    font-size: 33px;
    font-family: var(--f-number);
    font-weight: 800;
    margin-inline-end:5px}

.--init--customer--numbers {
    display: flex;
    font-size: 33px;
    justify-content: flex-start;
    text-align: start;
    margin-bottom: 8px;
    align-items: center
}

.--social,.-defult-afintro-title-URL h2 {
    margin-bottom: 16px
}

.--init--customer--numbers: before {
    content:'';
    position: absolute;
    bottom: 20px;
    right: 100%;
    border-width: 20px;
    border-color: transparent var(--primary-text) transparent transparent;
    border-style: solid
}

.--init--customer--numbers>em {
    font-style: normal
}

.-after-item {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center
}

.about_lists-content {
    color: var(--secondarytext);
    font-size: 18px;
    line-height: 1.7;
    flex: 1
}

.--social i,.about_lists-title {
    color: var(--uicolor-2)
}

.about_lists-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em
}

.link-btn,.square .category {
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Barlow Condensed',sans-serif;
    text-transform: uppercase
}

.about_lists-icon svg {
    fill: #25B4B6;
    transition: fill .3s;
    width: 24px;
    height: 24px
}

.-defult-afintro-title-URL {
    padding-inline-start:6%;display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.-defult-afintro-title-URL .-begroup-Intro-Info-URLArea-s1 {
    margin: 0
}

.-element_buuton {
    display: flex
}

.--social {
    display: flex;
    gap: 20px;
    font-size: 18px
}

.---contact {
    flex: 1;
    box-shadow: var(--box-shadow-hover);
    padding: 20px;
    border-radius: var(--largeradius)
}

ul.top-are {
    list-style: none;
    display: flex;
    gap: 14px;
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: column
}

header.hidemenu>.-container>.-background-krop>.menu-list>.-logo img:last-child {
    filter: none
}

header.hidemenu span#openSEarch,header.hidemenu ul.lang-switcher a,header.hidemenu>.-container>.-background-krop>.menu-list>.-menu ul>li>a {
    color: var(--textcolor)
}

.link-btn {
    display: inline-block;
    font-size: 15px
}

.link-btn i {
    margin-left: 3px;
    font-size: 15px;
    color: #aa8453
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #aa8453;
    -webkit-transition: .4s;
    transition: .4s
}

.link-btn:hover::before {
    width: 100%
}

.square .category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 15px;
    background: 0 0;
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px 3px;
    line-height: 1.5em
}

.square .category a,.square .category:hover,ul#menu-footer-links li a {
    color: #fff
}

.square h4 {
    font-size: 20px;
    margin-bottom: 0;
    display: inline-flex;
    text-align: center;
}

.square h6,.square h6 a {
    position: relative;
    color: #fff;
    font: 400 15px "Tajawal Medium";
    text-transform: uppercase;
    margin-bottom: 10px
}

.contfooter i,.contheader i {
    font-weight: 300
}

.btn-line a {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 18px
}

.contfooter i,form.-formkit .-button-ui {
    font-size: 20px;
    background: var(--uicolor-2);
    display: flex
}

.btn-line a:hover {
    border-bottom: 1px solid #aa8453;
    color: #666
}

.square-flip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.back_category {
    background: #daefcb4f
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-rtl.wpml-ls-legacy-list-horizontal {
    display: none
}

form.-formkit .-button-ui {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: var(--largeradius)
}

#wrapper,.tiler {
    border-radius: var(--largeradius)
}

.-defult-widgets-title-style-1.reviews .-begroup-Intro-Info-URLArea-s1 {
    margin: 25px 0 0
}

.footer-title-two {
    font-size: 32px;
    color: #fff
}

.footer_menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer_menu li a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #fff
}

.contfooter i {
    border-radius: 50%;
    justify-content: center
}

.--contanc-headtitle {
    font-size: 18px;
    margin: 20px 0 0;
    color: #000;
    padding-bottom: 15px;
    font-weight: 300;
    line-height: 1.7
}

.-begroup-Intro-Info h2 {
    font-size: 23px;
    margin-bottom: 0
}

#wrapper {
    padding: 0;
    z-index: 10000;
    transition: .5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    position: fixed;
    bottom: 15%;
    left: 0
}

#wrapper .Icon {
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    background: var(--uicolor-2)
}

#wrapper .Icon img {
    width: 18px
}

#wrapper .tooltip {
    position: absolute;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    opacity: 0;
    pointer-events: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word
}

#wrapper .Icon.contact {
    height: 130px;
    border-radius: var(--largeradius) var(--largeradius) 0 0;
    background-color: #1b1010eb
}

#wrapper .contact .tooltip {
    width: 350px;
    top: 0;
    left: 50px!important
}

#wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    left: 0;
    top: 11px;
    transform: translate(-50%) rotate(45deg);
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

#wrapper .Icon:hover .tooltip {
    left: 60px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#wrapper .Icon a,#wrapper .Icon:hover a,#wrapper .contact:hover .tooltip,#wrapper .contact:hover .tooltip::before {
    color: #fff
}

#wrapper .Icon.contact .span {
    transform: rotate(90deg);
    width: 130px;
    text-align: center;
    color: #fff
}

#wrapper .Icon:hover .tooltip,#wrapper .Icon:hover span {
    text-shadow: 0 -1px 0 rgba(0,0,0,.1)
}

#wrapper .facebook:hover,#wrapper .facebook:hover .tooltip,#wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff
}

#wrapper .call:hover,#wrapper .call:hover .tooltip,#wrapper .call:hover .tooltip::before {
    background: #128c7e;
    transition: .2s
}

#wrapper .tik:hover,#wrapper .tik:hover .tooltip,#wrapper .tik:hover .tooltip::before {
    background: #000;
    color: #c69f73
}

#wrapper .instagram:hover,#wrapper .instagram:hover .tooltip,#wrapper .instagram:hover .tooltip::before {
    background: #833ab4;
    background: linear-gradient(90deg,#833ab4 0,#fd1d1d 50%,#fcb045 100%);
    color: #fff
}

#wrapper .youtube:hover,#wrapper .youtube:hover .tooltip,#wrapper .youtube:hover .tooltip::before {
    background: red;
    color: #fff
}

#wrapper .whatsapp:hover,#wrapper .whatsapp:hover .tooltip,#wrapper .whatsapp:hover .tooltip::before {
    background: #25d366;
    color: #fff
}

.email-box,.name-box {
    height: 45px;
    margin-bottom: 15px
}

#wrapper .send_message {
    color: #fff;
    background: #c69f73;
    padding: 10px 15px;
    cursor: pointer
}

.Intro- {
    padding: 40px 0;
    background: #b9e4a361
}

.--content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    flex: 1;
    color: var(--primary-text)
}

.tiler-group.group-1,.tiler-group.group-2,.tiler-group.group-3 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap
}

.tiler {
    overflow: hidden
}

.hero-bg-right {
    position: absolute;
    inset-inline-end: 0;
    top: -10rem;
    z-index: -1
}

.hero-bg-left {
    position: absolute;
    top: 0;
    inset-inline-start: 0
}

.image_ab,.video-card {
    position: relative;
    overflow: hidden
}

.hero-bg-right circle {
    fill: #73c03b63
}

.hero-bg-left path {
    fill: #73c03b36
}

.image_ab {
    -webkit-mask-image: var(--background-image);
    mask-image: var(--background-image);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #000;
    display: inline-block
}

.square.bg-img {
    padding: 1rem
}

.box-title p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.-home-section-item.title.back_category svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.-home-section-item.title.back_category svg path,.elementskit-icon-content path {
    fill: var(--uicolor)
}

.-home-section-item.title.back_color {
    background: #daefcb
}

li.Icon.whatsapp {
    border-radius: 0 0 var(--largeradius) var(--largeradius)
}

. .-blog-title {
    display: flex;
    padding: 0 0 20px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #55617124;
    gap: 6px
}

.-blog-title strong {
    font-size: 21px
}

ul.top-arefooter {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: column
}

.contanc li.-footer-items:first-child {
    border-left: 1px solid #ffffff61;
    padding-inline-end:12px}

.video-card {
    border-radius: 16px;
    background: #000;
    cursor: pointer;
    transition: transform .3s
}

.video-card:hover {
    transform: scale(1.03)
}

.video-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    opacity: .85;
    transition: opacity .3s
}

.video-play,.video-thumb .play-button {
    left: 50%;
    width: 70px;
    transform: translate(-50%,-50%);
    position: absolute
}

.video-card:hover .video-thumb {
    opacity: 1
}

.video-play {
    top: 50%;
    background: rgba(255,255,255,.15);
    border: 2px solid #fff;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-modal,.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none
}

.video-play::before {
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.8);
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.video-box,.video-gallery,.video-thumb {
    display: inline-block;
    position: relative
}

.video-box {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,.2)
}

.video-box video {
    max-width: 400px;
    border-radius: 12px
}

.video-modal.active {
    display: flex
}

.video-modal video {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(255,255,255,.2)
}

.video-modal .close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer
}

.video-gallery {
    overflow: hidden;
    flex: 1;
    min-width: 300px
}

.video-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--largeradius)
}

.video-thumb .play-button {
    top: 50%;
    height: 50px;
    background-color: rgba(0,0,0,.6);
    border-radius: 12px
}

.video-thumb .play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.video-thumb:hover .play-button {
    background-color: rgba(255,0,0,.8)
}

.-video-gridboxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.--contanct-u: before {
    content:'';
    position: absolute;
    background: linear-gradient(180deg,#0b103000 0,#0b1030 100%);
    width: 100%;
    height: 100%
}

.--contanct-u {
    border-radius: 0 0 var(--largeradius) var(--largeradius);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative
}

.contact-form .-waqf-footer {
    background: #fff;
    padding: 20px
}

.contact-map div {
    height: 100%
}

ul.top_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
    max-width: 100%
}

.blog_list,.category_list {
    overflow: hidden
}

.blog_list .owl-next,.blog_list .owl-prev,.category_list .owl-next,.category_list .owl-prev {
    top: 44%
}

.-waqf-intro form {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 15px;
    background: #fff;
    padding: 25px;
    border-radius: var(--largeradius) var(--largeradius) 0 0
}

.-waqf-intro form.-formkit select {
    flex: 1;
    min-width: 250px;
    margin-bottom: 0
}

.-waqf-intro {
    margin-top: 30px
}

.-waqf-intro form.-formkit>[labelkit] {
    flex: 1;
    margin-bottom: 0;
    min-width: 47%
}

.-waqf-intro textarea#message {
    height: 50px;
    min-height: 48px;
    min-width: 50%;
    line-height: 1.5;
    padding-block:12px}

.menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.info_header {
    display: flex;
    justify-content: space-between
}

.top_header {
    padding: 9px;
    margin-bottom: 15px;
    background: var(--uicolor)
}

ul.top-areheader {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center
}

.-waqf-header-body-social {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.-waqf-header-body-social a {
    display: flex;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--uicolor);
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.bottom_header {
    padding-bottom: 13px
}

.contheader {
    color: #fff;
    font-size: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.--footer-contact-us {
    flex: 1 1 0%;
    min-width: 70px;
}

ul.top-are .contfooter i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center
}

html[lang=en] .hero-bg-left,html[lang=en] .hero-bg-right {
    transform: none
}

.testi-info {
    flex: 1
}

.--PriceLists-Center-area .square-flip {
    flex: 1;
    min-width: 280px;
    max-width: 335px
}

html[lang=en] i.fa-angle-left,html[lang=en] i.fa-angle-right,html[lang=en] ol.BreadcrumbsFilters>li+li::before {
    transform: rotate(180deg)
}

.contact-widget {
    position: absolute;
    bottom: 0;
    inset-inline-end: 8%;
    background: #fff;
    padding: .5rem .5rem 0;
    border-radius: 2rem 2rem 0 0;
    z-index: 666;
    color: #000;
    overflow: visible;
    display: block
}

@media(min-width: 1280px) {
    .contact-widget {
        padding:.75rem
    }
}

@media (max-width: 1024px) {
    .contact-widget {
        display:none
    }
}

.contact-btn,.contact-icon {
    display: inline-flex;
    border-radius: 999px
}

.contact-widget .first_svg {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 50px;
    bottom: -2px;
    transform: rotate(270deg)
}

.contact-widget .last_svg {
    position: absolute;
    right: -50px;
    width: 50px;
    height: 50px;
    bottom: -2px
}

.contact-widget::before {
    left: -2.5rem;
    transform: rotate(270deg);
    background: radial-gradient(circle at 30% 30%,rgba(14,165,163,.08),transparent 45%),linear-gradient(135deg,rgba(14,165,163,.06),transparent 60%)
}

.contact-widget::after {
    right: -2.5rem;
    left: auto;
    transform: rotate(0);
    background: radial-gradient(circle at 70% 70%,rgba(99,102,241,.06),transparent 45%),linear-gradient(225deg,rgba(99,102,241,.03),transparent 60%)
}

.contact-btn {
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    background: var(--uicolor);
    color: #fff;
    padding: .4rem 1rem;
    font-size: 29px;
    box-shadow: 0 6px 18px rgba(14,165,163,.12);
    transition: transform .18s,box-shadow .18s
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(14,165,163,.14)
}

.contact-icon {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fff;
    color: var(--uicolor);
    margin-right: .75rem;
    margin-left: -.65rem;
    box-shadow: 0 4px 14px rgba(16,24,40,.06);
    transition: transform .25s
}

.overlay,.overlay span {
    opacity: 0;
    position: absolute;
    transition: .4s
}

.contact-btn:hover .contact-icon {
    transform: translateY(-.2rem) scale(1.02)
}

.contact-text {
    display: inline-block;
    line-height: 1;
    font-weight: 600
}

.contact-icon svg {
    display: block;
    color: inherit;
    width: 24px;
    height: 24px
}

ol.BreadcrumbsFilters>li:first-child a {
    color: #6bff00
}


.-side-single-in .-p-content {
    color: #fff;
    font-size: 17px
}

.single_list .--content {
    font-size: 14px;
}

.btn_call {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.cerBoxInfo {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.certificate_image {
    flex: 1;
    min-width: 250px;
    max-width: 500px;
    border-radius: var(--largeradius);
    overflow: hidden
}

.-begroup-cerBoxInfo {
    margin-top: 40px
}

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 1rem;
    background-color: rgba(28,28,29,.25)
}

.overlay .text {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.overlay span {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    border: 1px solid #fff;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.square-flip:hover .overlay {
    opacity: 1
}

.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: relative
}

.square-flip:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.floating-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}html[lang="en"] input#phone-number {
  direction: ltr; 
}
.floating-button, .social-link a {
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
}.floating-button, .floating-button.phone {
    background: var(--uicolor);
}.floating-button {
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s;
}.floating-button, .footer-contact li i, .footer-social li a i {
    border-radius: 50px;
    text-align: center;
}

.-footer-widgets-single.-current-widgets-maps {
    flex: 1;
    min-width: 400px;
}

.--Inner--footer--sit-map iframe {
    max-width: 100%;
    height: 270px;
    border-radius: var(--largeradius);
}

input#phone-number {
    direction: rtl;
}

html[lang="en"] .owl-nav {
    direction: rtl;
}
html[lang="en"] .owl-nav>div.owl-prev {
    inset-inline-end: 0;
    inset-inline-start: auto;
}
html[lang="en"] .owl-nav>div.owl-next {
    inset-inline-start: 0;
    inset-inline-end: auto;
}.floating-button {
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .2s;
}.floating-button, .footer-contact li i, .footer-social li a i {
    border-radius: 50px;
    text-align: center;
}

.-footer-widgets-single.-current-widgets-maps {
    flex: 1;
    min-width: 400px;
}

.--Inner--footer--sit-map iframe {
    max-width: 100%;
    height: 270px;
    border-radius: var(--largeradius);
}

input#phone-number {
    direction: rtl;
}

html[lang="en"] .owl-nav {
    direction: rtl;
}
html[lang="en"] .owl-nav>div.owl-prev {
    inset-inline-end: 0;
    inset-inline-start: auto;
}
html[lang="en"] .owl-nav>div.owl-next {
    inset-inline-start: 0;
    inset-inline-end: auto;
}
.box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-contact .contfooter {
    color: #000;
}

a.readmore--category-item {
    color: #000;
}

.-pagees-breadcrump-content-in * {
    color: #000 !important;
}