*,.loader {
    box-sizing:border-box
}

.--empty-attchment-svg-v1,a,body,textarea {
    color:var(--primary-text)
}

.--Site--Menu>ul>li>ul.sub-menu>li ul.sub-menu,.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu {
    top:5px;
    right:calc(100% + 20px);
    min-width:200px;
    box-shadow:rgba(12,59,116,.08) 0 2px 3px,rgba(15,97,199,.05) 0 17px 30px 10px;
    list-style:none
}

.GotoTop,.btn-fixed-bh {
    bottom:19px;
    position:fixed
}

.--Site--Menu>ul>li>ul.sub-menu,.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu,.-row-shares-items>a:before,.GotoTop,.animation-hidden,.header_search_body,header.fixedintro .-site-logo>a>.YourColor--Theme--image.--secondary--logo-image,header.fixedintro::before {
    opacity:0;
    visibility:hidden
}

*,body {
    -webkit-font-smoothing:antialiased
}

footer .hero-shape-category {
    height:100%
}

root {
    flex-direction:column;
    min-height:100vh
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity:0;
        transform:translateY(800px)
    }

    100% {
        opacity:1;
        transform:translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity:0;
        transform:translateY(800px)
    }

    100% {
        opacity:1;
        transform:translateY(0)
    }
}

.YC-Animation-Item {
    animation-name:var(--animation-name);
    animation-duration:var(--animation-duration);
    animation-delay:var(--animation-delay)
}

.-YC-WidgetType-sticky__features .--Parent-URL-BTN:before {
    left:-45px;
    right:auto;
    transform:rotate(274deg);
    bottom:-20px;
    border-width:2px 0 2px 27px
}

.--Parent-URL-BTN.button_url_2 a {
    background:var(--uicolor2)
}

.-YC-Category-Grid-Area {
    display:flex;
    flex-wrap:wrap;
    margin-inline:-10px;padding-bottom:50px;
    justify-content:center;
    gap:20px
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text] {
    display:block;
    min-height:51px;
    border:1px solid #00000021;
    outline:0;
    background:#fff;
    padding:10px 15px;
    width:100%;
    border-radius:10px;
    flex:1 1 0%;
    font-size:14px;
    text-transform:capitalize;
    box-shadow:0 0 0!important;
    font-weight:400;
    color:var(--primary-text)
}

.-single-parent-flexes input {
    min-height:50px
}

input[type=password] {
    --item-uicolor:var(--uicolor)
}

#search-input::-webkit-search-cancel-button {
    -webkit-appearance:none;
    display:none
}

textarea {
    display:block;
    width:100%;
    outline:0;
    padding:15px!important;
    border-radius:var(--largeradius);
    border:1px solid #00000030;
    flex:1 1 0%;
    min-height:100px;
    line-height:1.5;
    font-size:16px;
    font-weight:300;
    background:#fff
}

input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus {
    outline:0!important;
    box-shadow:0 0 0!important;
    border-color:var(--primary-text)
}

:root {
    --uicolor:#8e2157;
    --uicolor2:#1e1c1c;
    --uicolor3:#1e1c1c;
    --uicolor4:#2d732d;
    --background-color:#dfe9fd;
    --primary-text:#020b1a;
    --secondarytext:#141414;
    --Text-color:#0d1728;
    --second-text-color:#5c5e66;
    --hover-overlay:#00000008;
    --diver:#e5eaef;
    --container:1200px;
    --font-family:Alexandria;
    --miniradius:16px;
    --success-color:#28a745;
    --danger-color:#dc3545;
    --warning-color:#ffad59;
    --info-color:#17a2b8;
    --light-color:#f8f9fa;
    --dark-color:#343a40;
    --border:1px solid #ebecf1;
    --container-width:1440px;
    --container-padding--value:40px;
    --container-padding:0 var(--container-padding--value);
    --box-shadow-defult:0px 0px 15px #0000002b;
    --box-shadow-hover:#dbdce700 0px 0px 0px 1px,0px 15px 32px -14px #09234012,0px 4px 2px -3px #09234012;
    --border-defult-hover:#e5eaef52;
    --border-defult:1px solid #fff;
    --PopoverShadow:0 12px 20px 0 rgb(0 0 0 / 4%),0 2px 4px 0 rgb(0 0 0 / 2%),inset 0 0 0 1px rgb(255 255 255 / 60%);
    --whatsapp:#1da857;
    --transtionValue:1s;
    --separator:var(--bgcolor);
    --theme-color2:#232331;
    --chevron:'\f053';
    --plus-icon:'\e59e';
    --check-icon:"\f00c";
    --largeradius:25px;
    --miniradius:15px;
    --xxlargeradius:40px;
    --fsize:14px;
    --font-familyen:Rubik;
    --f-number:Plus Jakarta Sans;
    --f-logo:Alexandria;
    --positive:#4fc36b;
    --negative:#db1133;
    --pading:40px 0 40px;
    --searchi-icon:"\f002";
    --sp-fill:#FFFFFF;
    --e-global-color-vamtam_accent_4:#f9f1ff;
    --bg-theme-color2:var(--theme-color2);
    --background:#efefef;
    --background2:#f1ebdb
}

* {
    margin:0;
    padding:0;
    outline:0;
    font-family:inherit;
    word-break:break-word;
    vertical-align:middle
}

.-single-top-head {
    position:relative;
    background:linear-gradient(180deg,var(--background) 92%,transparent);
    padding-bottom:48px
}

.intro_features {
    display:flex;
    gap:25px;
    flex-wrap:wrap
}

.c--color {
    color:var(--uicolor)
}

.-pernts-object--center.-Taps-AppendCenter.Loader {
    display:flex;
    justify-content:center;
    min-height:329px;
    align-items:center
}

p.-submit-ContentAlert--Popvoer {
    text-align:center;
    font-size:17px
}

.-single-parent-flexes--content {
    position:sticky;
    top:100px
}

button.YC-BTN-Forms-Plugin.SubmitButton {
    border:0;
    padding:14px 21px;
    font-size:18px;
    background:var(--whatsapp);
    color:#fff;
    font-weight:500;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    position:relative;
    border-radius:12px;
    justify-content:center
}

.single-trip-title.single-trips-post-title {
    font-size:29px;
    line-height:1.6;
    font-weight:500;
    margin-bottom:9px
}

.contact-form.trip {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    max-width:668px;
    margin-top:21px
}

.-single-parent-flexes .-fix-forms-field-title,.icon-wrapper {
    display:none
}

.-trip-center-contant {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px
}

.-discout-value {
    position:absolute;
    top:26px;
    left:0;
    background:red;
    color:#fff;
    padding:12px 17px;
    border-radius:0 15px 15px 0;
    font-size:15px;
    font-weight:600
}

.-trip-box-item-Info>.trip a {
    max-width:max-content;
    padding:12px 22px;
    border-radius:11px;
    font-size:17px;
    font-weight:600;
    background:var(--whatsapp);
    color:#fff;
    display:flex;
    align-items:center;
    gap:10px
}

.-trip-box-item-Info>.trip a i {
    font-size:23px
}

.-trip-box-item-Info>.trip {
    margin-block:20px;margin-top:30px;
    border:2px solid var(--whatsapp);
    max-width:max-content;
    padding:2px;
    border-radius:14px
}

.-trip-bottom-contant>.trip {
    margin-bottom:14px
}

.-trip-bottom-contant a {
    font-size:20px;
    line-height:1.6;
    font-weight:500
}

.-trip-box-item-Thumb {
    max-height:300px;
    overflow:hidden;
    border-radius:15px;
    position:relative
}

.-trip-box-item-Thumb img {
    height:100%;
    object-fit:cover
}

.-trip-box-single-item {
    flex:1;
    min-width:338px;
    max-width:450px;
    padding:15px;
    background:var(--background);
    border-radius:25px;
    gap:15px;
    display:flex;
    flex-direction:column
}

.SATRT_SHApe.conter.bottom {
    top:auto;
    bottom:0
}

.csd_photo {
    max-height:360px;
    max-width:195px
}

.footer_contact_top {
    color:#fff;
    font-weight:700;
    font-size:22px
}

.footer_top_inner {
    DISPLAY:flex;
    align-items:center;
    justify-content:space-between
}

.footer_top_top {
    background:var(--uicolor);
    padding-block:39px;position:relative;
    overflow:hidden
}

.footer_top_top:after {
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    border:7px solid #fff;
    left:-44px;
    top:-93px
}

.Category_swiper-container {
    display:flex;
    flex-wrap:wrap
}

.hero-shape-category {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:395px;
    z-index:-1
}

.reviews-count {
    color:var(--warning-color)
}

.blog--button {
    display:flex;
    justify-content:center
}

.--city--info-boxitem-blog {
    margin:26px 0 10px
}

.--city--info-boxitem-blog.-single a {
    font-size:18px;
    padding:11px 14px
}

.--city--info-boxitem-blog.-single {
    margin:29px 0 33px
}

.--city--info-boxitem-blog a {
    color:#fff;
    padding:10px 19px;
    margin-bottom:20px;
    background:var(--uicolor);
    border-radius:29px
}

.posts_title_mire a,footer .-defult-widgets-title--URLArea-v1 a {
    background:var(--uicolor2)
}

.-post-tag-boxarea {
    background:linear-gradient(180deg,var(--background),transparent);
    padding:20px;
    border:2px solid #0000001c;
    border-radius:20px
}

.-single-bottom-blog {
    display:none
}

.--top-area-massege-phone-- {
    display:flex;
    align-items:center
}

.-single-top-head-container .hero-shape-3 {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:49%;
    z-index:1;
    transform:rotateY(180deg)
}

.YC-BreadCrumb::after,.YC-BreadCrumb::before,.posts_title_mire::after,.posts_title_mire::before {
    content:"";
    background-color:#00000000;
    width:20px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:0;
    position:absolute;
    bottom:0
}

.-Post-box-single-item:hover p.blog_contant {
    display:block;
    opacity:1;
    height:60px;
    padding-block:9px}

.-single-bottom-contant {
    overflow:hidden
}

.posts_title {
    cursor:pointer;
    font-size:20px;
    color:var(--primary-text);
    font-weight:700;
    line-height:28px
}

.--archive--be-content,p.blog_contant {
    line-height:1.6;
    color:var(--secondarytext)
}

.-defult-widgets-title--URLArea-v1,.bottun {
    color:#fff
}

.posts_title_mire {
    margin-top:10px;
    position:absolute;
    bottom:0;
    padding:10px 10px 0;
    background:#fff;
    border-radius:50% 50% 0 0;
    right:31px;
}

.posts_title_mire::after,.posts_title_mire::before {
    height:40px;
    box-shadow:0 15px 0 0 #fff;
    left:100%;
    right:inherit;
}

.posts_title_mire::before {
    border-bottom-left-radius:15px;
    border-bottom-right-radius:0;
}

.posts_title_mire::after {
    left:auto;
    right:100%
}

.posts_title_mire a {
    font-size:16px;
    font-weight:400;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    width:50px;
    height:50px;
    justify-content:center;
    align-content:center;
    color:#fff;
    border-radius:50%
}

p.blog_contant {
    font-size:14px;
    font-weight:400;
    opacity:0;
    height:0;
    transition:.4s
}

.--container--category--info h1,.-defult-widgets-title--URLArea-v1.reviews a:hover i {
    color:#181616
}

.reviews a:hover span,a {
    color:#000
}

.YC-BreadCrumb {
    position:absolute;
    z-index:2;
    bottom:0;
    background:var(--background);
    padding:15px 17px 16px 19px;
    border-radius:20px 20px 0 0
}

.YC-BreadCrumb::after,.YC-BreadCrumb::before {
    height:40px;
    box-shadow:0 15px 0 0 var(--background);
    right: 100%;
    left: inherit;
 }

.YC-BreadCrumb::after {
    right: auto;
    left: 100%;
    transform: rotateY(180deg);
}

.YC-BreadCrumb.-BreadCrumb-PT-page {
    z-index:2
}

.blog-content {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    margin-top:30px
}

.services--flexx--left .blog-content {
    ALIGN-ITEMS:flex-start
}

.-YC-WidgetType-sticky__features .blog-content {
    justify-content:flex-start;
    align-items:flex-start
}

.-YC-WidgetType-Faqs__simple2 .blog-content,.-YC-WidgetType-after__intro .blog-content {
    align-items:flex-start
}

.footer-shape svg {
    height:211px;
    position:absolute;
    top:-200px;
    transform:rotateY(180deg)
}

.footer-shape svg path:first-child {
    opacity:.9;
    fill:var(--background)
}

.footer-shape svg path:nth-child(2) {
    opacity:.6;
    transform:rotate(356deg);
    fill:var(--background)
}

.footer-shape svg path:nth-child(3) {
    opacity:.35;
    transform:rotate(354deg);
    fill:var(--background)
}

.--open--searching.--search--buttonType-Text:hover i,.-defult-widgets-title--URLArea-v1 a:hover i {
    transform:rotate(45deg)
}

.footer-shape svg path:nth-child(4) {
    opacity:.2
}

.-site-logo {
    POSITION:relative;
    max-width:290px
}

.-site-logo.--logo-Image a {
    position:relative;
    z-index:2
}

.-yc-inner-mini-loader .circular {
    animation:2s linear infinite rotate;
    height:100%;
    transform-origin:center center;
    width:100%;
    position:absolute;
    inset:0px;
    margin:auto
}

@keyframes rotate {
    100% {
        transform:rotate(360deg)
    }
}

.-yc-inner-mini-loader {
    position:relative;
    display:block;
    width:100%;
    height:100%
}

.-yc--mini-loader {
    display:block;
    --l-w:20px;
    width:var(--l-w);
    height:var(--l-w);
    --l-w:20px;
    --mini-loader-color:white;
    margin-inline-end:10px}

.--empty-attchment-svg-v1 {
    font-size:100px;
    margin-bottom:32px
}

.--empty-attchment-area {
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    padding-block:50px}

.--empty-attchment-area h1 {
    text-align:center;
    margin-bottom:20px
}

.--inner--intro--video iframe {
    width:100%;
    min-height:260px
}

c--color {
    font-weight:800;
    color:var(--uicolor)
}

.intro-title c--color {
    padding-inline-start:0;position:relative;
    top:-4px
}

.-defualt-object--center {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:50px;
    justify-content:center;
    gap:20px
}

.--archive--be-content {
    font-size:18px;
    overflow:hidden
}

.--archive--be-content.ArticleDetails.details.height,body,html {
    height:100%
}

.bottun {
    border:1px solid #fff0;
    font-size:17px;
    overflow:hidden;
    z-index:0;
    padding:10px 25px;
    border-radius:34px;
    font-weight:500;
    max-width:max-content;
    background-position:left;
    display:flex;
    align-items:center;
    cursor:pointer;
    background:var(--uicolor);
    margin-top:17px
}

.--is--video-category .--archive--be-content {
    margin-block:0
}

.--archive--be-content a {
    font-size:20px;
    font-weight:600;
    text-decoration:underline
}

.--container--category--info h1 {
    margin-bottom:19px
}

.GotoTop:hover,.title-wadget strong {
    color:var(--uicolor);
    font-weight:700
}

.YC-BreadCrumb ol li {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:11px
}

.YC-BreadCrumb ol {
    list-style:none;
    display:inline-flex;
    gap:5px;
    justify-content:center;
    position:relative;
    z-index:0;
    flex-wrap:wrap
}

.-mobile-menu-button,.YC-BreadCrumb ol li:last-child::after,.owl-nav {
    display:none
}

.YC-BreadCrumb ol li::after {
    content:var(--chevron);
    font-family:'Font Awesome 7 Pro';
    font-weight:700;
    position:relative;
    margin-inline-end:10px;
    line-height:0;
    transform:rotate(180deg);
}

.YC-BreadCrumb ol li a {
    font-size:15px;
    font-weight:700;
    display:flex
}

.YC-BreadCrumb ol li a i {
    font-size:20px;
    margin-inline-end:8px;color:var(--uicolor)
}

.single-post-title .title {
    font-size:35px;
    font-weight:900;
    margin-bottom:0;
    position:relative;
    z-index:1;
    text-align:center;
    color:#fff;
    line-height:1.6
}

.search_overlay {
    position:absolute;
    width:100%;
    height:1000px;
    background:#00000087;
    z-index:0
}

.-YC-WidgetType-Faqs__simple2 .before-title-wadget,.before-title-wadget {
    background:var(--uicolor)
}

ul {
    list-style:none
}

.--Site--Menu>ul>li>ul.sub-menu {
    position:absolute;
    top:calc(100% + 20px);
    background:#fff;
    transition:130ms;
    padding:10px 15px 25px;
    display:block;
    border-radius:0 0 var(--miniradius) var(--miniradius);
    box-shadow:var(--box-shadow-defult);
    transform:translateY(10px);
    max-width:300px
}

.--Site--Menu>ul>li>ul.sub-menu>li ul.sub-menu {
    position:absolute;
    visibility:hidden;
    opacity:0;
    background:var(--bgcolor);
    padding:10px;
    border-radius:var(--miniradius);
    transition:130ms;
    transform:translateX(10px)
}

.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu>li {
    display:flex;
    min-width:max-content
}

.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
    display:flex;
    position:relative;
    padding:15px;
    flex:1 1 0%;
    border-radius:var(--miniradius)
}

.--Site--Menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu {
    visibility:visible;
    opacity:1;
    transition:280ms;
    transform:translateX(0)
}

.--Site--Menu>ul>li>ul.sub-menu>li>a {
    display:flex;
    align-content:center;
    align-items:center;
    padding:10px 0;
    border-radius:var(--miniradius);
    flex:1 1 0%;
    font-size:14px;
    font-weight:500;
    transition:250ms;
    color:var(--primary-text)
}

.--Site--Menu>ul>li>ul.sub-menu>li>a::before,.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu>li>a::before {
    position:relative;
    display:block;
    font-family:"Font Awesome 7 Pro";
    margin-left:6px;
    height:12px;
    color:var(--secondarytext);
    transition:180ms;
    content:var(--chevron-duble);
    font-size:14px;
    font-weight:300
}

.--Site--Menu>ul>li:hover>ul.sub-menu {
    opacity:1;
    visibility:visible;
    transform:translate(0)
}

.sub-menu>li:hover>a {
    padding-inline-start:4px!important}

.--Site--Menu>ul>li>ul.sub-menu>li .-Show-SubMenu-Icon>i {
    transform:rotate(90deg) translateX(-50%)
}

.-company-contact-minibox-footer li a {
    display:flex;
    flex-wrap:wrap;
    gap:11px;
    margin-bottom:10px;
    align-items:center;
    font-size:17px;
    color:#fff
}

.-company-contact-minibox-footer li a i {
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--background2);
    font-size:20px;
    border-radius:50%;
    color:var(--uicolor2)
}

.-Header-Fix,.-Post-box-single-item:hover::before,header,ul.-footer-widgets-links li:hover a::after {
    width:100%
}

.-Post-box-single-item:hover .-Post-box-item-Thumb img {
    transform:scale(1.08)
}

.owl-item {
    float:right
}

.contant-wadget {
    font-size:20px;
    font-weight:500;
    max-width:900px;
    line-height:30px;
    margin-bottom:50px;
    color:var(--Text-color);
}

.-YC-WidgetType-pathes .contant-wadget {
    color:#ffffffd6
}

.-YC-WidgetType-Faqs__simple2 .contant-wadget {
    color:var(--second-text-color)
}

.-YC-WidgetType-category .contant-wadget,.-YC-WidgetType-pathes h2.title-wadget {
    color:#fff
}

.-YC-WidgetType-Faqs__simple2 .contant-wadget,.-YC-WidgetType-city__widget .contant-wadget,.-YC-WidgetType-contact__form .contant-wadget {
    text-align:start
}

.-YC-WidgetType-after__intro .contant-wadget {
    text-align:start;
    border-bottom:1px solid #c6c9cd;
    padding-bottom:21px;
    margin-bottom:28px
}

.title-wadget {
    font-size:34px;
    font-weight:900;
    line-height:1.6;
    margin-bottom:25px;
    color:var(--uicolor2)
}

.before-title-wadget {
    font-size:22px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:25px;
    max-width:max-content;
    position:relative;
    color:#fff;
    border-radius:var(--largeradius);
    padding:8px 29px
}

header .container,img {
    max-width:100%
}

.-YC-WidgetType-sticky__features .before-title-wadget::after,.-YC-WidgetType-sticky__features .before-title-wadget::before {
    border:1px solid #fff
}

.-defult-widgets-title--URLArea-v1 a {
    background:var(--uicolor4);
    padding:14px 26px;
    border-radius:var(--largeradius);
    color:#fff;
    font-size:17px;
    gap:10px;
    font-weight:700;
    display:flex;
    flex-wrap:wrap;
    position:relative;
    align-items:center;
    border:1px solid var(--uicolor4);
    overflow:hidden
}

.-defult-widgets-title--URLArea-v1 a span {
    z-index:1;
    transition:.4s
}

.-defult-widgets-title--URLArea-v1 a.button_url_2 {
    background:var(--uicolor2);
    border:1px solid var(--uicolor3);
    color:#fff
}

.-defult-widgets-title--URLArea-v1 {
    display:flex;
    position:relative;
    z-index:3;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap
}

.-YC-WidgetType-Faqs__simple2 .-defult-widgets-title--URLArea-v1 {
    margin-top:48px
}

.-defult-widgets-title--URLArea-v1.reviews::after {
    left:-30px;
    transform:rotate(180deg)
}

.footer_top .-defult-widgets-title--URLArea-v1 {
    margin-top:0
}
 
footer-body {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:45px;
    align-items:center;
}

body::-webkit-scrollbar {
    width:6px
}

body::-webkit-scrollbar-thumb {
    background:var(--uicolor3);
    border-radius:50px
}

body::-webkit-scrollbar-track {
    background:var(--background)
}

a {
    text-decoration:none
}

img {
    height:auto
}

.hero-section .swiper-slide img {
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    object-fit:cover
}

::placeholder {
    color:#fff;
    font-weight:300
}

.--Site--Menu>ul>li>a,.Header_content {
    color:var(--primary-text);
    transition:.3s;
    display:flex
}

:focus::placeholder {
    opacity:.4
}

.mail {
    --sociaColor:rgb(136, 136, 136)
}

.messenger {
    --sociaColor:rgb(0, 153, 255)
}

.trello,.twitter {
    --sociaColor:#00aced
}

.facebook {
    --sociaColor:#3b5998
}

.linkedin {
    --sociaColor:#007AB5
}

.googleplus {
    --sociaColor:#DD4C39
}

.email {
    --sociaColor:#444
}

.whatsapp {
    --sociaColor:#4DC247
}

.telegram {
    --sociaColor:#34ADE1
}

.viber {
    --sociaColor:#7C529E
}

.pinterest {
    --sociaColor:#CB2029
}

.tumblr {
    --sociaColor:#32506d
}

.hackernews {
    --sociaColor:#FF6700
}

.reddit {
    --sociaColor:#CEE3F8;
    --sociaTextColor:#445e7e
}

.vk {
    --sociaColor:#45668E
}

.buffer {
    --sociaColor:#46ABED
}

.xing {
    --sociaColor:#006464
}

.line {
    --sociaColor:#1DCD00
}

.digg {
    --sociaColor:#1B568E
}

.pocket {
    --sociaColor:#EE4056
}

.stumbleupon {
    --sociaColor:#EB4924
}

.flipboard {
    --sociaColor:#E02828
}

.weibo {
    --sociaColor:#E6162D
}

.renren {
    --sociaColor:#005EAC
}

.myspace {
    --sociaColor:#111
}

.blogger {
    --sociaColor:#EB8104
}

.baidu {
    --sociaColor:#2319DC
}

.okru {
    --sociaColor:#EE8208
}

.youtube {
    --sociaColor:#FF0000
}

.evernote {
    --sociaColor:#5ba525
}

.skype {
    --sociaColor:#00aff0
}

body {
    font-family:var(--font-family);
    line-height:1.2;
    background:#fff;
    font-size:var(--fsize)
}

header {
    left:0;
    position:fixed;
    top:0;
    z-index:9999
}

.--topbar-area-- {
    width:100%;
    padding:5px 0;
    position:relative;
    overflow:hidden
}

.--top-area-flex-- {
    display:flex;
    flex-wrap:wrap;
    color:#fff;
    border-radius:10px 10px 0 0;
    width:100%;
    align-items:center;
    flex-direction:row-reverse;
    justify-content:space-between
}

ul.top-area-list {
    flex:0 auto
}

ul.top-area-list li:first-child {
    margin:0
}

ul.top-area-list li {
    list-style:none;
    position:relative;
    display:inline-block;
    font-size:17px;
    padding-inline-end:23px}

.contact_info1 {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    color:#fff
}

ul.top-area-list li a i {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    color:var(--uicolor-2);
    height:35px;
    font-size:21px
}

.--top-area-flex-- .contact_info {
    margin-inline-start:6px
}

.contact_info1 span {
    font-size:15px;
    line-height:26px;
    font-weight:600;
    cursor:pointer;
    font-family:var(--f-number);
    transition:180ms
}

.--socialheader>ul>li>a,.-row-shares-items>a {
    line-height:40px;
    position:relative;
    text-align:center
}

.--top-area-social- {
    max-width:100%;
    width:25%;
    position:relative
}

.--socialheader {
    display:flex;
    flex:1;
    flex-wrap:wrap;
    position:relative;
    right:22px
}

.--socialheader>ul {
    display:flex;
    margin:0 -5px
}

.--socialheader>ul>li {
    display:flex;
    margin-inline:5px}

.--Parent-URL-BTN.intro_2 a {
    background:var(--uicolor3)
}

.--socialheader>ul>li>a {
    display:block;
    height:40px;
    width:40px;
    font-size:22px;
    color:var(--theme-color-light);
    -webkit-transition:.3s;
    transition:.3s
}

.-Header-Fix {
    --eduact-black2-rgb:0,0,0
}

.no-bkaground .-Header-Fix {
    BACKGROUND:white;
    box-shadow:0 9px 8px 0 #0000000f
}

.container {
    padding:var(--container-padding);
    max-width:var(--container-width);
    margin:0 auto
}

.-single-top-head-container .container,.YourColor-IntroBoxes.intro-model-intro_v1 .container {
    min-width:var(--container-width)
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-works_v1 .container {
    position:relative;
    z-index:1
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-blog_v1 .container {
    position:relative;
    z-index:2
}

.Header_content {
    width:100%;
    flex-wrap:wrap;
    align-items:center;
    margin-top:23px;
    padding:10px 31px;
    background:#fff;
    box-shadow:0 1px 5px #00000030;
    border-radius:20px;
    margin-bottom:23px
}

.no-bkaground .Header_content {
    margin-top:0;
    padding-inline:0;padding-block:10px;margin-bottom:0;
    box-shadow:none
}

.-footer-p-content,.-footer-widgets-links>li>a {
    font-size:17px;
    font-weight:400;
    color:#fff
}

.--Site--Menu {
    display:flex;
    padding:0 60px 0 20px;
    flex:1;
    position:relative;
    align-items:center
}

.--Site--Menu>ul {
    display:flex;
    list-style:none;
    flex:1 1 0%;
    flex-wrap:wrap;
    justify-content:flex-start
}

.--Site--Menu>ul>li {
    display:flex;
    flex-wrap:wrap;
    transition:.3s;
    align-items:center
}

.--Site--Menu>ul>li .-Show-SubMenu-Icon>i {
    right:-15px;
    position:relative
}

.no-bkaground .--Site--Menu>ul>li .-Show-SubMenu-Icon>i,.no-bkaground a.activable.hoverable {
    color:var(--primary-text)
}

.--Site--Menu>ul>li>ul.sub-menu>li>a:after,.search_body>form>label {
    display:none
}

.-site-logo>a>.YourColor--Theme--image.--secondary--logo-image {
    position:absolute;
    opacity:1;
    visibility:visible;
    right:0
}

.--Site--Menu>ul>li>a {
    padding:15px 17px;
    font-weight:700;
    font-size:16px;
    align-content:center;
    margin-inline:5px;flex-wrap:wrap;
    min-width:auto;
    position:relative
}

.--Site--Menu>ul>li>a::after {
    content:'';
    position:absolute;
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--uicolor4);
    left: 0;
    top:48%
}

.--Site--Menu>ul>li:hover>a {
    color:#106ebe!important
}

.--Site--Menu>ul>li>ul.sub-menu>li {
    display:flex;
    position:relative;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    border-bottom:1px dashed #dddd;
    margin-bottom:5px
}

.--Site--Menu>ul>li>ul.sub-menu>li:last-child a {
    padding-bottom:0
}

.--Site--Menu>ul>li>ul.sub-menu>li:last-child {
    margin-bottom:1px;
    border-bottom:0
}

.--Site--Menu>ul>li>ul.sub-menu>li>ul.sub-menu {
    position:absolute;
    background:#fff;
    padding:10px;
    border-radius:var(--miniradius);
    transition:130ms;
    transform:translateX(10px)
}

.footer-body {
    padding-top:2px;
    padding-bottom:102px;
    position:relative;
    background:var(--uicolor)
}

.-row-shares-items>a>i,footer {
    position:relative
}

footer {
    margin-inline:30px;border-radius:20px;
    overflow:hidden;
    margin-top:50px
}

.-footer-widgets-single {
    display:block;
    width:66%;
    flex:1
}

.-footer-widgets-single.-current-widgets-maps {
    max-width:340px;
    min-width:248px;
    flex:1
}

.-footer-widgets-single.-current-widgets-logo {
    display:flex;
    flex-direction:column;
    flex:1;
    max-width:321px;
    min-width:250px
}

.-footer-widgets-title {
    display:block;
    font-weight:600;
    font-size:21px;
    margin-bottom:25px;
    line-height:1.4;
    color:#fff
}

.-footer-widgets-links {
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    justify-content:flex-start;
    max-width:95%;
    margin:0 auto
}

ul.-footer-widgets-links li {
    margin-bottom:0;
    flex:0;
    min-width:199px;
    max-width:201px;
    border-radius:5px;
    padding:10px;
    background:#00000017;
    backdrop-filter:blur(29px)
}

.-company-contact-minibox>div,.header--Tools {
    align-items:center;
    display:flex;
    position:relative
}

.-footer-widgets-links>li>a {
    padding:0;
    transition:180ms;
    position:relative;
    overflow:hidden
}

.-footer-widgets-title::before {
    content:'';
    position:absolute;
    background:var(--uicolor);
    width:46px;
    height:2px;
    top:31px
}

ul.-footer-widgets-links li a::after {
    content:"";
    background:var(--uicolor);
    position:absolute;
    height:1px;
    transition:.4s;
    width:0;
    right:0;
    bottom:-5px
}

.-company-contact-minibox>div {
    padding:10px 0;
    align-content:flex-start;
    font-weight:400;
    font-size:15px;
    justify-content:flex-start;
    color:var(--primary-text);
    gap:10px;
    flex-wrap:wrap
}

.-footer-site-logo.--logo-Image {
    max-width:max-content;
    background:#fff;
    padding:30px 10px;
    border-radius:20px
}

.-footer-site-logo.--logo-Image>a {
    display:block
}

.-row-shares-items {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    justify-content:center
}

.-row-shares-items>a {
    display:flex;
    height:50px;
    border-radius:10%;
    width:50px;
    background:#fff;
    color:var(--sociaColor);
    font-size:33px;
    border:1px solid #ffffff2b;
    margin-left:5px;
    align-content:center;
    justify-content:center;
    align-items:center
}

.header--Tools {
    place-content:center flex-end;
    height:38px;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    border-radius:10px
}

.--open--searching {
    overflow:hidden;
    color:#fff;
    background:var(--uicolor);
    font-size: 17px;
    font-weight:500;
    line-height:30px;
    display:flex;
    border:none;
    gap:15px;
    border-radius:50%;
    width:45px;
    height:45px;
    position:relative;
    text-transform:uppercase;
    -webkit-transition:.5s;
    transition:.3s;
    z-index:1;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center
}

.no-bkaground {
    color:var(--uicolor)
}

.--open--searching.--search--buttonType-icon {
    color:#fff
}

.--open--searching.--search--buttonType-icon>I {
    display:none
}

.--open--searching.--search--buttonType-Text i {
    transition:.3s
}

.--open--searching.--search--buttonType-icon i {
    font-weight:800;
    font-size:19px;
    z-index:2;
    position:relative
}

.btn-fixed-bh {
    display:flex;
    flex-direction:column;
    right:15px;
    z-index:1200
}

.--yourcolor--button--phones {
    display:flex;
    align-items:center;
    --el--w:60px;
    width:var(--el--w);
    height:var(--el--w);
    background:#0078d4;
    border-radius:50%;
    z-index:55;
    margin-bottom:15px;
    box-shadow:0 0 9px var(--uicolor4);
    justify-content:center;
    color:#fff
}

.mobile-website .--yourcolor--button--phones.--YourColor--instagram-button {
    min-width:47px
}

.mobile-website .--yourcolor--button--phones>a>.footer-header {
    gap:8px;
    display:flex
}

.--yourcolor--button--phones>a {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    color:inherit;
    font-size:30px;
    position:relative
}

postsscrollloader {
    font-size:16px;
    font-weight:600
}

.--YourColor--phone-button>a:after,.--YourColor--phone-button>a:before {
    content:"";
    display:block;
    position:absolute;
    border:2px solid #0078d4;
    inset:-20px;
    border-radius:50%;
    animation:1.5s linear infinite animate;
    opacity:0
}

.--YourColor--phone-button>a::after {
    animation-delay:.5s
}

.--yourcolor--button--phones>a>.footer-header {
    display:flex;
    align-items:center
}

.--YourColor--whatsapp-button {
    background:var(--whatsapp);
    box-shadow:0 0 9px #00000063
}

.--YourColor--arabic-button {
    background:var(--uicolor);
    box-shadow:0 0 9px #00000063
}

.--YourColor--arabic-button .footer-header {
    font-size:18px;
    font-weight:700;
    letter-spacing:.08em
}

@-webkit-keyframes animate {
    0% {
        transform:scale(.5);
        opacity:0
    }

    50% {
        opacity:1
    }

    100% {
        transform:scale(1.2);
        opacity:0
    }
}

@keyframes animate {
    0% {
        transform:scale(.5);
        opacity:0
    }

    50% {
        opacity:1
    }

    100% {
        transform:scale(1.2);
        opacity:0
    }
}

.GotoTop {
    z-index:9999;
    background:var(--uicolor2);
    --elwh:60px;
    width:var(--elwh);
    height:var(--elwh);
    left:40px;
    font-size:37px;
    font-weight:300;
    border-radius:50%;
    justify-content:center;
    cursor:pointer;
    transition:180ms;
    border:2px solid var(--border-defult-hover);
    transform:translateY(150px);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-right:20px;
    color:#fff
}

.yourcolor--copyright {
    color:#fff;
    margin-right:10px
}

.yourcolor--copyright img {
    width:135px;
    height:auto
}

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

.GotoTop:hover {
    background:#fff
}

.GotoTop>i {
    font-weight:inherit
}

.GotoTop:hover:before {
    animation:13s linear infinite spin
}

@keyframes spin {
    to {
        transform:rotate(360deg)
    }
}

.video--popover {
    position:fixed;
    width:100%;
    height:100%;
    background:#000000f0;
    z-index:999996;
    right:0;
    top:0
}

.video--popover .video--popover--overlay {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0
}

.video--popover--body {
    position:absolute;
    width:900px;
    top:50%;
    transform:translate(-50%,-50%);
    left:50%
}

.video--popover-iframe {
    width:100%;
    position:relative;
    padding-bottom:59%;
    overflow:hidden
}

.video--popover-iframe>iframe {
    position:absolute;
    width:100%;
    height:100%
}

.video--popover--closse {
    position:absolute;
    --el-w:36px;
    width:var(--el-w);
    height:var(--el-w);
    border-radius:50%;
    background:var(--uicolor);
    color:#fff;
    left:-18px;
    top:-18px;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    cursor:pointer;
    transition:180ms
}

.pagination,loadmore--inpuarea {
    justify-content:center;
    display:flex
}

.video--popover--closse:hover {
    color:var(--negative);
    background:#fff
}

footer-bottom {
    display:flex;
    margin:0;
    font-weight:500;
    flex-wrap:wrap;
    justify-content:center
}

p.copyrights {
    color:#fff;
    font-weight:500
}

.-YC-owl-navs-items>.-YC-owl-Slides-next>i,.-YC-owl-navs-items>.-YC-owl-Slides-prev>i,.posts_title a {
    font-weight:600
}

.-current-widgets-payments {
    padding:20px 25px;
    z-index:1;
    background:#0000001c;
    position:absolute;
    bottom:0;
    left:10%;
    border-radius:20px 20px 0 0;
    width:80%
}

.-current-widgets-payments::after,.-current-widgets-payments::before {
    content:"";
    position:absolute;
    background-color:#00000000;
    bottom:0;
    height:40px;
    width:20px;
    box-shadow:0 15px 0 0 #0000001c;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:0;
    left:100%;
    right:inherit
}

.-current-widgets-payments::after {
    transform:rotateY(180deg);
    left:auto;
    right:100%
}

.--Inner--footer--sit-map {
    position:relative;
    padding-bottom:50%;
    border-radius:var(--miniradius);
    overflow:hidden
}

.--Inner--footer--sit-map>iframe {
    position:absolute;
    width:100%;
    height:100%
}

.-YC-owl-navs-items>.-YC-owl-Slides-next {
    left:0
}

:hover>.-YC-owl-navs-items>.-YC-owl-Slides-prev.--shows-in-hoverable,:hover>.-YC-owl-navs-items>.-YC-owl-Slides-next.--shows-in-hoverable {
    visibility:visible;
    opacity:1;
    transform:translate(0,-50%)
}

*>.-YC-owl-navs-items>.-YC-owl-Slides-next.--shows-in-hoverable {
    transform:translate(10px,-50%);
    opacity:0
}

*>.-YC-owl-navs-items>.-YC-owl-Slides-prev.--shows-in-hoverable {
    transform:translate(-10px,-50%);
    opacity:0
}

.-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:45px;
    width:var(--chev-w);
    height:var(--chev-w);
    z-index:101;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-size:20px;
    color:var(--uicolor);
    cursor:pointer;
    border:2px solid var(--uicolor);
    transition:180ms
}

.--company-menu-mobile,.--socialheader-mobile,.-YC-owl-Slides-next.disabled-btn,.-YC-owl-Slides-prev.disabled-btn,.-defult-widgets-title--URLArea-v1.reviews .--Parent-URL-BTN a::after,.-defult-widgets-title--URLArea-v1.reviews .--Parent-URL-BTN a::before,.mobile-website .--YourColor--phone-button>a:after,.mobile-website .--YourColor--phone-button>a:before,.owl-rtl>.owl-nav {
    display:none
}

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

.-YC-owl-navs-items>.-YC-owl-Slides-prev {
    right:0;
}

.-single-share-posts-area .-YC-owl-navs-items>.-YC-owl-Slides-next,.-single-share-posts-area .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    top:17%;
    left:50px;
    right:auto;
    border:2px solid var(--uicolor)
}

.-single-share-posts-area .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    left:113px
}

.-YourColor-SingleWidget-Section {
    padding:50px 0;
    position:relative;
    z-index:2
}

section.-YourColor-SingleWidget-Section.-YC-WidgetType-price .contant-wadget {
    text-align:center;
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-contactform {
    margin-inline:40px}

.-YourColor-SingleWidget-Section.-YC-WidgetType-counter_section {
    border-block:1px solid var(--diver);margin-block:50px;
    background:linear-gradient(180deg,var(--background2) 9%,#fff 29%,var(--uicolor3) 99%);
    padding:80px 0
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-category {
    margin-inline:30px;background:var(--background2);
    border-radius:25px
}

.-primary-body .-YourColor-SingleWidget-Section.-YC-WidgetType-works_v1 {
    padding-top:0
}

.-single-post-content>p a {
    color:var(--uicolor);
    font-weight:700;
}

.yc-shortcode--box.yc-shortcode--section--contactus {
    background:linear-gradient(0deg,var(--background-color),transparent);
    border:2px dashed #0000001c;
    border-radius:20px
}

.--container--category--info {
    padding:20px
}

.--contact--post-info>.--shortcode--section--contactus--title {
    color:var(--primary-text)
}

.-Post-box-single-item {
    max-width:448px;
    min-width:330px;
    flex:1;
    position:relative;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    border:1px solid var(--diver)
}

.-Post-box-single-item.trip {
    max-width:717px;
    min-width:472px;
    border-radius:9px;
    transition:.3s
}

.-Post-box-single-item.trip:hover {
    transform:scale(1.01) translate(0,-10px);
    box-shadow:0 6px 7px 0 #00000052
}

.-Post-box-item-Thumb {
    overflow:hidden;
    border-radius:17px;
    height:247px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffeff7;
    position:relative
}

.-Post-box-item-Thumb>img {
    transition:.4s;
    position:relative;
    width:auto;
    height:100%
}

.-Post-box-item-Info {
    display:flex;
    padding:20px;
    border-radius:10px;
    z-index:2;
    bottom:10px;
    flex-direction:column
}

.-single-bottom-blog ul {
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:10px
}

.-single-bottom-blog ul>li {
    font-size:15px;
    margin-inline-end:20px;color:var(--uicolor3)
}

.-single-bottom-blog ul>li i {
    color:var(--secondarytext);
    margin-inline-end:7px}

.-Post-box-item-Info .icon_title {
    font-size:14px;
    display:flex;
    cursor:pointer;
    color:var(--uicolor-2);
    position:relative;
    margin-top:12px;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center
}

.button-blog,.search_body>form {
    align-items:center;
    display:flex
}

.button-blog {
    font-size:16px;
    gap:16px
}

.-Post-box-single-item:hover .button-blog i {
    background:var(--uicolor3);
    color:#fff
}

.--open--searching.--search--buttonType-Text:hover .button-icon.one,.-Post-box-item-Info:hover .button-icon.one,.-btn-areia-l a:hover .button-icon.one,.-defult-widgets-title--URLArea-v1>.--Parent-URL-BTN>a:hover .button-icon.one {
    width:14px;
    opacity:1;
    margin-inline-end:10px}

.--open--searching.--search--buttonType-Text:hover .button-icon.two,.-Post-box-item-Info:hover .button-icon.two,.-btn-areia-l a:hover .button-icon.two,.-defult-widgets-title--URLArea-v1>.--Parent-URL-BTN>a:hover .button-icon.two {
    width:0;
    opacity:0;
    margin:0
}

.button-icon.two {
    width:14px;
    opacity:1;
    transition:.3s;
    margin-inline-start:10px}

.button-icon.one {
    width:0;
    opacity:0;
    transition:.3s
}

.button-blog i {
    width:45px;
    height:45px;
    font-size:21px;
    color:#fff;
    background:var(--uicolor);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:1px dashed var(--uicolor);
    transition:350ms
}

.search_header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    transition:.4s;
    z-index:999999999999999
}

.search_body>form {
    position:relative;
    background:#fff
}

.search_body {
    position:relative;
    width:100%
}

.search_body>h2 {
    line-height:1.5;
    font-weight:500;
    font-size:24px;
    margin-bottom:25px;
    text-align:center;
    COLOR:#FFF
}

.search_closse:hover {
    color:#fff;
    color:var(--negative)
}

.search_body>form>button,postsscrollloader {
    align-items:center;
    cursor:pointer;
    display:flex
}

.-yc-inner-mini-loader .path {
    stroke-dasharray:30,80;
    stroke-dashoffset:0;
    animation:1.5s ease-in-out infinite dash,6s ease-in-out infinite color;
    stroke-linecap:round;
    stroke:var(--mini-loader-color);
    stroke-width:4px
}

postsscrollloader {
    padding:15px 30px;
    background:var(--uicolor);
    color:#fff;
    border-radius:var(--largeradius);
    gap:13px;
    margin-bottom:50px
}

.search_body>form>input[type=search] {
    height:102px;
    line-height:65px;
    font-size:28px;
    background-color:transparent!important;
    border:none;
    color:var(--bg-theme-color2);
    position:relative;
    padding-inline-start:62px}

.search_body>form>button {
    color:#fff;
    border:0;
    top:0;
    padding-inline:15px;background:0 0;
    position:absolute;
    font-size:28px;
    height:100%;
    width:122px;
    justify-content:center;
    left:0;
    background:var(--uicolor)
}

.search_body>form>button>i {
    font-weight:700
}

.header_search_body {
    position:fixed;
    width:100%;
    height:100%;
    transition:.1s;
    top:-5px;
    right:0;
    left:0;
    z-index:20000;
    transform:translatey(-50px)
}

.move .header_search_body {
    transform:translatey(0);
    visibility:visible;
    opacity:1;
    transition:.2s
}

.search_closse>i {
    font-weight:inherit
}

.search_body>form>input[type=search]::placeholder {
    font-weight:400;
    font-size:25px;
    opacity:.8
}

.-single-top-head-container {
    height:400px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:relative;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center!important;
    flex-direction:column;
    overflow:hidden;
    margin-top:142px;
    margin-inline:30px;border-radius:20px
}

.-single-top-head-container .container {
    display:flex;
    flex-direction:column;
    align-content:center;
    align-items:center
}

.-single-top-head-container:after {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    content:'';
    background:#000000ad;
    z-index:0
}

.-primary-body {
    position:relative;
    z-index:3;
    padding-top:50px
}

.container-pages-head.--is--video-category {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    margin-block:30px;gap:20px
}

.--container--category--info {
    flex:1;
    margin-bottom:30px;
    background:var(--background);
    border-radius:19px
}

.-intro--page--category {
    max-width:435px;
    flex:1;
    position:sticky;
    top:115px;
    border-radius:var(--largeradius);
    overflow:overlay
}

.pswp {
    z-index:99999999999999
}

.pswp__item .pswp {
    z-index:999999999
}

.contact-7 span {
    font-family:var(--rr-ff-body);
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:29px;
    color:#6e777d
}

.header-contact-7 .contact-7 a {
    font-family:var(--rr-ff-heading);
    color:var(--rr-color-heading-primary);
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:18px;
    text-transform:uppercase
}

.footer_top {
    width:100%;
    right:13px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

.footer_top .-defult-widgets-title--URLArea-v1 a {
    background:var(--uicolor2);
    color:#fff
}

.-footer-p-content {
    height:53px;
    overflow:hidden;
    font-size:16px;
    line-height:26px;
    margin-bottom:0;
    max-width:659px;
    font-weight:600;
    color:#ffffffcc;
    position:relative;
    z-index:3
}

.-page--container-sidebars .-cityBox-widgets-items-s1.-page--cites--boxes {
    width:100%;
    flex-wrap:wrap;
    display:flex;
    gap:15px
}

.--open--searching::after,.--open--searching::before,.-defult-widgets-title--URLArea-v1 .--Parent-URL-BTN a::after,.-defult-widgets-title--URLArea-v1 .--Parent-URL-BTN a::before,.widget--sidebar--orders--phone-number>a::after,.widget--sidebar--orders--phone-number>a::before {
    position:absolute;
    top:50%;
    content:"";
    width:20px;
    height:20px;
    border-radius:50%;
    left:-20px;
    transform:translate(-50%,-50%);
    z-index:0
}

@keyframes criss-cross-right {
    0% {
        right:-20px
    }

    50% {
        right:50%;
        width:20px;
        height:20px
    }

    to {
        right:50%;
        width:375px;
        height:375px
    }
}

@keyframes criss-cross-left {
    0% {
        left:-20px
    }

    50% {
        left:50%;
        width:20px;
        height:20px
    }

    to {
        left:50%;
        width:375px;
        height:375px
    }
}

.--open--searching:hover::before,.-defult-widgets-title--URLArea-v1 .--Parent-URL-BTN a:hover::before,.widget--sidebar--orders--phone-number>a:hover::before {
    animation:.8s alternate both criss-cross-left
}

.--open--searching:hover::after,.-defult-widgets-title--URLArea-v1 .--Parent-URL-BTN a:hover::after,.widget--sidebar--orders--phone-number>a:hover::after {
    animation:.8s alternate both criss-cross-right
}

.--open--searching::after,.-defult-widgets-title--URLArea-v1 .--Parent-URL-BTN a::after,.widget--sidebar--orders--phone-number>a::after {
    left:inherit;
    right:-20px;
    transform:translate(50%,-50%)
}

@keyframes fadeInRightBig {
    0% {
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }

    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name:fadeInRightBig;
    animation-name:fadeInRightBig
}

@keyframes fadeInLeftBig {
    0% {
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }

    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}

.-price-app-value>p {
    font-size:24px;
    font-weight:300
}

.-price-app-value strong {
    font-size:40px;
    font-weight:900;
    display:flex;
    align-items:flex-end;
    margin-inline-end:7px;font-family:var(--f-number)
}

.-price-app-value {
    width:max-content;
    display:flex;
    border-radius:50%;
    min-width:140px;
    position:relative;
    color:var(--uicolor);
    align-items:center
}

.Popver--CoursesAlert {
    --overlay-alpha-80:rgba(244, 244, 244, 0.8);
    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:37px;
    z-index:1;
    padding:31px
}

.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:18px 0 15px;
    padding:0 15px
}

.Popver--CoursesAlert.error>.PopverInnerElemnt>.ALertConroller--Popvoer {
    justify-content:center;
    align-items:center;
    align-content: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;
    align-content:center;
    align-items:center;
    justify-content:center;
    color:var(--secondarytext);
    text-decoration:unset;
    overflow:hidden;
    background:var(--background)
}

.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;
    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:pointer;
    overflow:hidden
}

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

.intro_photo_png.small {
    left:auto;
    right:10%;
    bottom:auto;
    max-width:494px;
    top:7px
}

.stars-avg {
    display:block;
    font-size:20px;
    position:relative;
    color:#e1e1e138;
    direction:ltr
}

.loader {
    height:80px;
    aspect-ratio:1;
    padding:10px;
    border-radius:50%;
    position:relative;
    mask:conic-gradient(var(--uicolor) 0 0) content-box exclude,conic-gradient(var(--uicolor) 0 0);
    filter:blur(12px)
}

.loader:before {
    content:"";
    position:absolute;
    inset:0;
    background:repeating-conic-gradient(#0000 0 5%,var(--uicolor),#0000 20% 50%);
    animation:1.5s linear infinite l2
}

@keyframes l2 {
    to {
        rotate:1turn
    }
}

.stars-avg .stars-avg-back {
    position:absolute;
    top:0;
    left:0;
    color:#f7ac2d;
    width:var(--percent);
    flex-wrap:inherit;
    overflow:hidden;
    justify-content:start
}

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

.-YourColor-SingleWidget-Section.-YC-WidgetType-wighet_pin {
    overflow:hidden;
    z-index:2;
    margin-top:-96px
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-wighet_pin .-YC-Widgets-Inner-Row {
    padding-bottom:30px;
    position:relative
}

.wighet_pin-container-steps {
    display:block;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    background:var(--uicolor3)
}

.scroller-x[data-speed=slow] {
    --_animation-duration:44s;
    direction:ltr;
    text-align:start
}

.scroller-x[data-direction=left] {
    --e-con-transform-rotateZ:-4.5deg
}

.scroller-x__list {
    --direction:row;
    width:max-content;
    flex-wrap:nowrap;
    animation:scroll var(--_animation-duration,20s) var(--_animation-direction,forwards) linear infinite;
    display:flex;
    flex-direction:var(--direction);
    margin:0;
    padding:16px 0;
    list-style:none;
    align-items:center;
    align-items:center;
    justify-content:flex-end;
    gap:37px
}

.YC-Post-pin-list {
    position:relative;
    display:block
}

.--is-feature-item {
    font-size:30px;
    display:block;
    line-height:75px;
    font-weight:500;
    color:#232323;
    transition:.2s;
    -webkit-text-fill-color:var(--pbmit-xclean-white-color);
    -webkit-text-stroke-width:0;
    --pbmit-xclean-blackish-color-rgb:0,24,55
}

.--is-feature-item i {
    margin-inline:10px;
    font-size:43px;
    font-weight:900;
    color:var(--uicolor);
    -webkit-text-fill-color:var(--uicolor);
    margin-inline-start:36px}

@keyframes scroll {
    0% {
        transform:translate(0,0)
    }

    100% {
        transform:translate(50%,0)
    }
}

.contact-5.contact-7 {
    display:flex;
    flex-direction:column;
    gap:1px;
    color:#fff;
    justify-content:center
}

.header-contact-5 .icon {
    background:var(--uicolor);
    width:35px;
    color:#fff;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%
}

.header-contact-5 a {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    font-weight:600
}

@media (min-width:576px) {
    .header-contact-5.header-contact-7.d-none.d-sm-inline-flex .icon {
        width:35px;
        height:35px;
        background:#fefefe;
        color:var(--uicolor4);
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:15px;
        margin:0
    }

    .d-sm-inline-flex {
        display:inline-flex!important;
        gap:8px;
        align-items:center;
        border:2px solid var(--diver);
        background:#3a7e51;
        padding:4px;
        border-radius:27px;
        padding-inline-end:12px}
}

.-single-top-head-container img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover
}

.prise_icon img {
    width:auto;
    height:100%
}

.prise_icon {
    width:110px;
    height:71px;
    overflow:hidden
}

.--archive--be-content.ArticleDetails.details {
    height:190px
}

.--archive--be-content.ArticleDetails.details>* {
    padding:revert;
    margin:revert
}

.feature-title {
    color:#000
}

.background-overlay {
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    background:#0000009e
}

.column.column-33.top-column.bg-image-hide {
    position:relative;
    overflow:hidden
}

.heading-title {
    color:#fff;
    position:relative;
    z-index:1
}

.yc-shortcode--box>h2 {
    text-align:center;
}
 
