div, h1, h2, h3, h4  {
    line-height: 1.2;
}
body  {
    font-family:arial;
    --possitive: rgb(247 35 104);
    --light: #f1f1f1;
    --dark: #182536;
    --basic: #293e58;
    --primary: #e4247d;
    --primary-dark: #c1005a;
    --primary-light: #f960a7;
    --middel: #d4d4d4;
    --p-text: #393939;
    --white: #f5f5f5;
    --light-background: #f0f0f0;
    --place-older: #858585;
    --regular: #0a334e;
    --text-light: #727272;
    --nutral: #1e2b3c;
}
.line-through  {
    text-decoration: line-through;
}
.post-article a  {
    font-weight: bold;
    color: #c1005a;
}
.post-article a:hover  {
    text-decoration: underline;
}
.menu-logo img  {
    height: 63px;
    width: 136px;
}
.app  {
    height: 43px;
    width: 41px;
}
.badge  {
    background: #d4d4d4;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 0.25em 0.4em;
    border-radius: 0.25rem;
}
.badge-success  {
    color: #fff;
    background-color: #28a745;
}
body  {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #3d3d3d;
}
.btn, .owl-item, .post, a  {
    -webkit-transition: all 0.3s ease-out 0;
    -moz-transition: all 0.3s ease-out 0;
    -ms-transition: all 0.3s ease-out 0;
    -o-transition: all 0.3s ease-out 0;
    transition: all 0.3s ease-out 0;
}
a:focus  {
    text-decoration: none !important;
}
a:focus, a:hover  {
    color: #ffbc05;
    text-decoration: none !important;
}
a, button, input  {
    outline: medium none !important;
    color: #c1005a;
}
.profile-info a  {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6  {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
h1.title2, h2.title2, h3.title2, h4.title2, h5.title2, h6.title2  {
    font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
    color: inherit;
}
h5  {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: 500;
}
h6  {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
h1.title2  {
    font-size: 50px;
    line-height: 56px;
}
h2.title2  {
    font-size: 40px;
}
h3.title2  {
    font-size: 38px;
    line-height: 48px;
}
h4.title2  {
    font-size: 34px;
}
h5.title2  {
    font-size: 30px;
}
h6.title2  {
    font-size: 26px;
}
.title2 > label  {
    color: #ffbc05;
    font-weight: 600;
}
h5.title.text-uppercase.mt-2 a  {
    font-weight: 700;
}
h1.title.divider, #topH1  {
    color: #1e2b3c !important;
    text-align: center;
    width: 100%;
    text-shadow: 11px 5px 15px #fff, 0 0 25px #fff, 0 0 5px #fff;
}
.col-md-12.text-center.mb-1.sm-mb-1.bgTitle  {
    height: 600px;
    width: 100%;
    padding-top: 470px;
    background: #000;
}
.bold  {
    font-weight: 700;
    color: #e81d62;
}
table.table.table-bordered.forum img  {
    height: 40px;
    aspect-ratio: 4/3;
    object-fit: contain;
}
.table td, .table-bordered, .table-bordered td  {
    border: 0;
}
hr  {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
}
label  {
    font-weight: 400;
    color: #3d3d3d;
}
.label  {
    color: #fff !important;
    font-size: 9px !important;
}
::-moz-selection  {
    background: #ffbc05;
    color: #fff;
    text-shadow: none;
    background: #ffbc05;
    color: #fff;
    text-shadow: none;
}
::selection  {
    background: #ffbc05;
    color: #fff;
    text-shadow: none;
}
#topH2  {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #1e2b3c;
    text-shadow: 11px 5px 15px #fff, 0 0 25px #fff, 0 0 5px #fff;
}
.blink_me:hover  {
    color: #fff700;
}
.blink_me  {
    color: #e70000;
    animation: blinker 1s linear infinite;
    font-size: 22px;
}
@keyframes blinker  {
    50%  {
        opacity: 0;
    }
}

@keyframes delay-animation {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    50.01% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

.dashed  {
    border: 1px dashed #000;
}
#bigPic  {
    max-height: 500px;
    max-width: 100%;
}
.onePic  {
    max-width: 50% !important;
    margin: auto;
    max-height: 400px;
}
div.form  {
    position: fixed;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
}
div.form a  {
    width: 100%;
    font-weight: 700;
}
select.selectpicker-form  {
    selectselectpicker-form-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    vertical-align: bottom;
    padding: 3px 14px 3px 0;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6  {
    color: #fff;
}
.text-white h1.text-yellow, .text-white h2.text-yellow, .text-white h4.text-yellow, .text-white h5.text-yellow, .text-white h6.text-yellow  {
    color: #ffbc05;
}
ol, ul  {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol li  {
    list-style: decimal inside;
    line-height: 30px;
}
.lead  {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.w-100  {
    width: 100%;
}
.pointer  {
    cursor: pointer;
}
.setup-content .img-center  {
    height: auto;
}
.img-center  {
    display: inline-block;
    max-width: 100%;
    height: 63px;
    width: 136px;
}
.page-section-ptb  {
    padding: 80px 0;
}
.page-section-pt  {
    padding: 0;
}
.page-section-pb  {
    padding: 0 0 80px;
}
.page-section-ptb2  {
    padding: 20px 0;
}
.page-section-pt2  {
    padding: 20px 0 0;
}
.page-section-pb2  {
    padding: 0 0 20px;
}
.page-section-ptb3  {
    padding: 30px 0;
}
.page-section-pt3  {
    padding: 30px 0 0;
}
.page-section-pb3  {
    padding: 0 0 30px;
}
.page-section-ptb4  {
    padding: 40px 0;
}
.page-section-pt4  {
    padding: 40px 0 0;
}
.page-section-pb4  {
    padding: 0 0 40px;
}
.page-section-ptb5  {
    padding: 50px 0;
}
.page-section-pt5  {
    padding: 50px 0 0;
}
.page-section-pb5  {
    padding: 0 0 50px;
}
.page-section-ptb6  {
    padding: 60px 0;
}
.page-section-pt6  {
    padding: 60px 0 0;
}
.page-section-pb6  {
    padding: 0 0 60px;
}
.page-section-ptb7  {
    padding: 70px 0;
}
.page-section-pt7  {
    padding: 70px 0 0;
}
.page-section-pb7  {
    padding: 0 0 70px;
}
.page-section-ptb9  {
    padding: 90px 0;
}
.page-section-pt9  {
    padding: 90px 0 0;
}
.page-section-pb9  {
    padding: 0 0 90px;
}
.page-section-ptb100  {
    padding: 100px 0;
}
.page-section-pt9  {
    padding: 100px 0 0;
}
.page-section-pb9  {
    padding: 0 0 100px;
}
.page-section-ptb125  {
    padding: 125px 0;
}
.page-section-pt9  {
    padding: 125px 0 0;
}
.page-section-pb9  {
    padding: 0 0 125px;
}
.page-section-ptb150  {
    padding: 150px 0;
}
.page-section-pt9  {
    padding: 150px 0 0;
}
.page-section-pb9  {
    padding: 0 0 150px;
}
.page-section-ptb250  {
    padding: 250px 0;
}
.page-section-pt9  {
    padding: 250px 0 0;
}
.page-section-pb9  {
    padding: 0 0 250px;
}
section.page-section-ptb.text-white  {
    background: #2a3e58;
}
.mt-6  {
    margin-top: 60px !important;
}
.mt-7  {
    margin-top: 70px !important;
}
.mt-8  {
    margin-top: 80px !important;
}
.mt-9  {
    margin-top: 90px !important;
}
.mt-10  {
    margin-top: 100px !important;
}
.mb-6  {
    margin-bottom: 60px !important;
}
.mb-7  {
    margin-bottom: 70px !important;
}
.mb-8  {
    margin-bottom: 80px !important;
}
.mb-9  {
    margin-bottom: 90px !important;
}
.mb-10  {
    margin-bottom: 100px !important;
}
.ptb-10  {
    padding: 10px 0 !important;
}
.ptb-20  {
    padding: 20px 0 !important;
}
.ptb-40  {
    padding: 40px 0 !important;
}
.ptb-50  {
    padding: 50px 0 !important;
}
.ptb-60  {
    padding: 60px 0 !important;
}
.ptb-80  {
    padding: 80px 0 !important;
}
.ptb-100  {
    padding: 100px 0 !important;
}
.pt-6  {
    padding-top: 60px !important;
}
.pt-7  {
    padding-top: 70px !important;
}
.pt-8  {
    padding-top: 80px !important;
}
.pt-9  {
    padding-top: 90px !important;
}
.pb-6  {
    padding-bottom: 60px !important;
}
.pb-7  {
    padding-bottom: 70px !important;
}
.pb-8  {
    padding-bottom: 80px !important;
}
.pb-9  {
    padding-bottom: 90px !important;
}
.text-yellow  {
    color: #c1005a;
}
.text-white  {
    color: #fff;
}
.text-black  {
    color: #3d3d3d;
}
.text-grey  {
    color: #aaa;
}
.white-bg  {
    background: #fff;
}
.dark-bg  {
    background: #000;
}
.grey-bg  {
    background: #f0f0f0;
}
.yellow-bg  {
    background: #ffbc05;
}
.dark-bg a  {
    color: #fff !important;
}
.section-title  {
    margin-bottom: 30px;
}
.section-title span  {
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    display: block;
}
.section-title p  {
    padding: 0 100px;
    margin-top: 25px;
    display: block;
    margin-bottom: 50px;
}
.section-title p.text-left, .section-title.text-left p, .text-left .section-title p  {
    padding: 0;
    margin-bottom: 20px;
}
.bg  {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}
.bg-overlay-black-10:before  {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-20:before  {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-30:before  {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-40:before  {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-50:before  {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-60:before  {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-70:before  {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-80:before  {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-black-90:before  {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-10:before  {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-20:before  {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-30:before  {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-40:before  {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-50:before  {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-60:before  {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-70:before  {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-80:before  {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-90:before  {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-white-95:before  {
    background: rgba(255, 255, 255, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-red:before  {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
[class*="bg-overlay-"]:before  {
    z-index: 0;
}
.custom-info  {
    position: relative;
    border-left: 5px solid #ffbc05;
}
.custom-info i  {
    position: absolute;
    left: 15px;
    font-size: 50px;
    color: #f4f1e6;
    z-index: 0;
}
.custom-info p  {
    position: relative;
    z-index: 9;
    padding-left: 50px;
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
}
.profile-image.clearfix  {
    position: relative;
    height: 100%;
    display: flex;
    align-items: baseline;
}
.timeline-badge img.img-fluid  {
    height: 108px;
    width: 108px;
}
img.img-fluid  {
    cursor: pointer;
    margin: auto;
    max-height: 100%;
    max-width: initial;
}
.products-list .badge-success  {
    z-index: 0;
    position: relative;
    top: -62px;
    right: 5px;
    font-size: 14px;
}
.pics i.fa.fa-image  {
    font-size: 12px;
}
.carousel-item  {
    background-position: center !important;
    width: 100%;
}
.owl-carousel .owl-item img  {
    width: 150% !important;
    max-width: none;
    margin: 0 -25%;
    height: 350px;
}
.owl-carousel .owl-nav  {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.owl-carousel .owl-nav i  {
    -webkit-box-shadow: 0 0 10px 0 rgba(247, 186, 32, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(247, 186, 32, 0.5);
    box-shadow: 0 0 10px 0 rgba(247, 186, 32, 0.5);
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding-left: 2px;
    display: inline-block;
    color: #fff !important;
    border-radius: 50%;
    background: #ffbc05;
    border: 0 solid #3d3d3d;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav i:hover  {
    background: #333 !important;
    color: #fff;
}
.dark-bg .owl-carousel .owl-nav i, .text-white .owl-carousel .owl-nav i  {
    background: #ffbc05;
    color: #3d3d3d;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6  {
    position: relative;
    padding-bottom: 15px;
}
.section-title h1.title:before, .section-title h2.title:before, .section-title h3.title:before, .section-title h4.title:before, .section-title h5.title:before, .section-title h6.title:before  {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ffbc05;
}
.section-title .title:before  {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
section:hover .section-title .title:before  {
    width: 80px;
}
section.text-center:hover .section-title .title:before, section:hover .text-center .section-title .title:before, section:hover .text-center.section-title .title:before  {
    margin-left: -40px;
}
.yellow-bg .section-title h1:before, .yellow-bg .section-title h2:before, .yellow-bg .section-title h3:before, .yellow-bg .section-title h4:before, .yellow-bg .section-title h5:before, .yellow-bg .section-title h6:before  {
    background: #fff;
}
.text-center .section-title h2:before, .text-center .section-title h3:before, .text-center .section-title h4:before, .text-center .section-title h5:before, .text-center .section-title h6:before, .text-center.section-title h2:before, .text-center.section-title h3:before, .text-center.section-title h4:before, .text-center.section-title h5:before, .text-center.section-title h6:before  {
    left: 50%;
    margin-left: -25px;
}
.text-right .section-title h2:before, .text-right .section-title h3:before, .text-right .section-title h4:before, .text-right .section-title h5:before, .text-right .section-title h6:before, .text-right.section-title h2:before, .text-right.section-title h3:before, .text-right.section-title h4:before, .text-right.section-title h5:before, .text-right.section-title h6:before  {
    left: auto;
    right: 0;
}
.accordion .acd-heading  {
    padding: 10px !important;
    position: relative;
    font-size: 15px;
    line-height: normal;
    cursor: pointer;
    display: block;
    border: 1px solid #ddd;
    text-align: left;
    color: #888;
    text-decoration: none;
}
.accordion .acd-heading:before  {
    display: none;
    font-family: FontAwesome;
    cursor: pointer;
    content: "\f08a";
    position: absolute;
    left: 10px;
    border-right: 1px solid #ddd;
    height: 100%;
    padding: 15px 15px 0 10px;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.25s ease-in-out 0;
    -moz-transition: all 0.25s ease-in-out 0;
    transition: all 0.25s ease-in-out 0;
}
.accordion .acd-active .acd-heading:before  {
    content: "\f004";
    color: #ffbc05;
    color: #fff;
    border-color: #fff;
    display: none;
}
.accordion .acd-heading > i  {
    margin-right: 16px;
}
.accordion .acd-active .acd-heading  {
    background: #ffbc05;
    border-color: #ffbc05;
    color: #fff;
}
.accordion .acd-des  {
    padding: 15px 15px 15px 70px;
    border: 1px solid #ddd;
    background: #fff;
}
.accordion .acd-group  {
    margin-bottom: 10px;
}
.accordion .acd-group:last-child  {
    margin-bottom: 0;
}
.accordion.icon .acd-heading::before  {
    background: #ffbc05;
    color: #fff;
    left: 0;
    padding: 15px 15px 0;
}
.accordion.icon .acd-des  {
    position: relative;
    overflow: hidden;
}
.accordion.icon .acd-des::before  {
    bottom: 40px;
    color: #ffbc05;
    content: "\f12c";
    font-family: Flaticon;
    font-size: 150px;
    opacity: 0.4;
    position: absolute;
    right: -30px;
    transform: rotate(-45deg);
}
.action-box  {
    padding: 25px 0;
}
.action-box h2, .action-box h3, .action-box h4  {
    font-weight: 600;
}
.action-box.action-icon  {
    padding: 50px 0;
}
.action-box.action-icon .left  {
    position: relative;
    padding-left: 100px;
}
.action-box.action-icon i  {
    color: #ffbc05;
    font-size: 70px;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 5px;
}
.action-box.action-icon i:before  {
    font-size: 70px;
}
.action-box.small  {
    padding: 15px 0;
}
.action-box.small h4  {
    font-weight: 500;
    margin-top: 22px;
}
.button  {
    cursor: pointer;
    display: inline-block;
    color: #656565;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    position: relative;
    white-space: nowrap;
    border: 2px solid #ddd;
}
.button:hover  {
    color: #656565;
    text-decoration: none;
}
.button:hover:not, a.button:hover  {
    opacity: 0.8;
}
button:focus  {
    outline: 0;
    box-shadow: none !important;
}
.button.full-rounded  {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    vertical-align: bottom;
}
.button.rounded  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button i  {
    font-size: 15px;
    margin-right: 10px;
}
span i.fa  {
    font-size: 15px;
    margin-right: 0;
}
.button.right-icn i  {
    margin-left: 10px;
    margin-right: 0;
}
.button, .button.animated.right-icn i, .button.animated.right-icn span  {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button.animated.right-icn i  {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    ms-transform: translate(40px, -50%);
    opacity: 0;
}
.button.animated.right-icn span  {
    width: 100%;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}
.button:hover.animated.right-icn i  {
    opacity: 1;
}
.button.small  {
    padding: 10px 25px;
}
.button.btn-dark  {
    border: inherit;
    color: #fff !important;
    background: #000;
}
.button.btn-dark:hover  {
    background-color: #ff3b30;
    color: #fff;
}
a.button.btn-sm.btn-dark  {
    padding: 7px 7px;
    margin: 2px;
}
.profile-slider .btn-theme  {
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.button.btn-theme  {
    color: #fff !important;
    background: #c1005a;
    border: none;
}
.button.btn-outline:hover  {
    color: #fff !important;
    background: #ffbc05;
    border-color: #ffbc05;
}
.btn-2 .button.btn-theme:hover  {
    color: #3d3d3d !important;
}
.button.white-bg:hover  {
    color: #fff !important;
    background: #ffbc05;
}
.counter  {
    position: relative;
    font-family: "Open Sans Hebrew", Arial;
    color: #3d3d3d;
    min-height: 60px;
}
.counter i  {
    font-size: 60px;
    line-height: 64px;
    display: inline-block;
}
.counter i:before  {
    font-size: 60px;
}
.counter span  {
    display: block;
    font-size: 40px;
    font-weight: 400;
    margin: 20px 0 0;
    position: relative;
}
.counter label  {
    font-weight: 500;
    color: #555;
    font-size: 15px;
    position: relative;
    margin: 10px 0;
    margin-bottom: 0;
}
.text-center .counter label:before  {
    left: 50%;
    margin-left: -15px;
}
.text-right .counter label:before  {
    left: auto;
    right: 0;
}
.text-white .counter, .text-white .counter label  {
    color: #fff;
}
.text-white .counter i  {
    color: #ffbc05;
}
.text-white .counter label:before  {
    background: #fff;
}
section.showMeInfo .container, section.profile-slider .container {
    padding: 0;
}
.counter.fancy  {
    color: #fff;
}
.counter.fancy::before  {
    color: #ffbc05;
    content: "\f004";
    font-family: FontAwesome;
    font-size: 165px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.counter.fancy i  {
    display: none;
}
.counter.fancy span  {
    font-size: 24px;
}
.counter.fancy label  {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.counter.rounded i  {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
}
.counter.rounded i:before  {
    font-size: 34px;
}
.text-white .counter.rounded i  {
    border-color: #ffbc05;
}
.col-bg h5  {
    font-size: 15px;
    font-weight: 400;
}
.c  {
    color: #999;
}
.s  {
    color: #d44950;
}
.col-md-3.text-center img  {
    width: 80px !important;
    height: auto !important;
}
.comments-photo.media-left img  {
    float: left;
    height: 120px;
}
.data-table .table thead  {
    background: #ffbc05;
    color: #fff;
    text-align: center;
}
.data-table .table thead tr th  {
    border: medium none;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    font-size: 18px;
}
.messages tr:nth-child(2n)  {
    background-color: #eeeeee;
}
.data-table .table tbody tr td  {
    color: #5a6167;
    font-size: 16px;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
}
.data-table .table tbody tr.tr-bg td  {
    background: #e8e8e8;
}
.data-table .table-bordered tbody tr td  {
    border-color: #eee;
}
.data-table .table-2 .table thead  {
    background: 0 0;
    color: #ffbc05;
    font-weight: 600;
    text-align: center;
}
.data-table .table-2 .table thead tr th  {
    border: 1px solid #ffbc05;
}
.data-table .table-3 .table thead  {
    background: #dfdfdf;
    color: #323232;
    font-weight: 600;
    text-align: center;
}
.data-table .table-3 .table thead tr th  {
    border: none;
}
#footer-links li  {
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 10px;
}
footer ul li  {
    margin: 9px 0;
}
ul.list-inline.top-menu  {
    margin-top: 8px;
}
ul li:after  {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}
ul.list li a:hover  {
    color: #ffbc05;
}
ul.list li .fa  {
    margin-right: 15px;
}
ul.list-arrow li  {
    padding-left: 25px;
    position: relative;
}
ul.list-arrow li:after  {
    content: "\f105";
    font-size: 18px;
}
.post  {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #c2cfd7;
}
.post .post-date  {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: #ffd200;
    display: inline-block;
    width: 60px;
    height: 85px;
    text-align: center;
    position: absolute;
    line-height: 55px;
}
.post .post-date span  {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #323232;
    width: 60px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 0;
    letter-spacing: 1px;
}
.post .post-details  {
    padding: 15px;
    min-height: 200px;
    display: inline-block;
}
.post .post-details .title  {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.post .post-details a.button  {
    margin-bottom: 0;
}
.post .post-meta  {
    margin-bottom: 10px;
}
.post .post-meta a  {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    margin-right: 10px;
}
.post .post-meta a:hover  {
    color: #ffd200;
}
.post .post-meta a .fa  {
    color: #ffd200;
    padding-right: 8px;
}
.post .button-small  {
    background: #ffd200;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    margin-top: 5px;
}
.post-image img, .post-image img.img-fluid  {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.post-details p a  {
    margin-left: 5px;
}
.post-artical .post-date  {
    background: inherit !important;
}
.post-artical .post-date span  {
    background: inherit;
    color: inherit;
    font-size: 30px;
    bottom: 12px;
}
.post-artical .button  {
    float: right;
}
.post:last-child hr  {
    display: none;
}
.post.post-text .post-meta a  {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 15px 0;
    width: 29.33%;
}
.post.post-text .post-meta a:last-child  {
    border-right: none;
}
.post-artical .post-details .button, .post-article .post-details .button  {
    border: none;
    color: #ffbc05;
    padding: 0 !important;
    background: 0 0 !important;
}
.social-icons ul  {
    padding: 0;
}
.text-center.social-icons ul  {
    display: inline-block;
}
.social-icons li  {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 8px 8px 0;
}
.social-icons li a  {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 33px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-white .social-icons li a  {
    color: #fff;
}
.social-icons.color a, .social-icons.color-hover a:hover  {
    color: #fff;
    border: 0;
}
.social-icons.color .social-facebook a, .social-icons.color-hover .social-facebook a:hover  {
    background-color: #5d82d1;
}
.social-icons.color .social-youtube a, .social-icons.color-hover .social-youtube a:hover  {
    background-color: #ef4e41;
}
.social-icons.color .social-apple a, .social-icons.color-hover .social-apple a:hover  {
    background-color: #999;
}
.social-icons.social-icons-dark li a  {
    background: #888;
    color: #fff;
}
.social-icons.light li a  {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}
.social-icons.rounded li a  {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.social-icons:not(.color):not(.color-hover) li a:hover  {
    background-color: #eee;
}
.social-icons li:hover i  {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom  {
    49%  {
        -webkit-transform: translateY(-100%);
    }
    50%  {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51%  {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom  {
    49%  {
        -moz-transform: translateY(-100%);
    }
    50%  {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51%  {
        opacity: 1;
    }
}
@keyframes toTopFromBottom  {
    49%  {
        transform: translateY(-100%);
    }
    50%  {
        opacity: 0;
        transform: translateY(100%);
    }
    51%  {
        opacity: 1;
    }
}
form .form-group  {
    width: 100%;
    float: none;
    display: inline-block;
    position: relative;
}
form .half-group  {
    width: 49%;
    margin-left: 2%;
    float: right;
}
form .form-group .input-group  {
    width: 100%;
    position: relative;
    z-index: 9;
}
form .form-group:nth-child(2), form .form-group:nth-child(4), form .form-group:nth-child(6), form .form-group:nth-child(8)  {
    margin-left: 0;
}
form.input3-col .half-group  {
    width: 32%;
    margin-left: 2%;
}
form .form-group:nth-child(4)  {
    margin-left: 0;
}
form.input3-col .form-group:nth-child(12), form.input3-col .form-group:nth-child(3), form.input3-col .form-group:nth-child(6), form.input3-col .form-group:nth-child(9)  {
    margin-right: 0;
}
form .form-group .form-control  {
    text-align: right;
    color: #1f1f1f;
    background: #e6e6e6;
    height: auto;
    padding: 16px 15px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid transparent;
}
form .form-group .form-control:focus  {
    border-color: #ffbc05;
}
form .form-group button, form .form-group input[type="submit"]  {
    background: 0 0;
}
form .form-group textarea  {
    resize: vertical;
}
.main-form .form-group .form-control  {
    background: 0 0;
    border: none;
    border-bottom: 2px solid #fff;
    height: 60px;
    color: #fff;
}
.main-form .form-group .form-control:focus  {
    border: none;
    border-bottom: 2px solid #ffbc05;
}
#ajaxloaderAutoMsg, #ajaxloader  {
    width: 70px;
    background: #ffbc05;
    padding: 10px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#ajaxloader img  {
    max-width: 100%;
}
@media screen and (max-width: 1024px)  {
    .deskOnly  {
        display: none;
    }
    .recent_post_widget.mobile li  {
        border-bottom: 0;
        padding: 10px;
        float: right;
        width: 50%;
    }
}
.list li i  {
    color: #ffbc05;
}
.team  {
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.team.team-1 .team-description .team-tilte  {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 0;
    position: absolute;
    top: -59px;
    width: 100%;
}
.team.team-1 .team-description p  {
    padding: 15px 15px 0;
}
.team.team-1 .team-description span  {
    color: #fff !important;
}
.team.team-1 .team-description .team-tilte h5 a  {
    color: #fff;
}
.team.team-1:hover .team-description .team-tilte h5 a  {
    color: #ffbc05;
}
.team.team-1:hover .team-social-icon  {
    bottom: 68px;
}
.team.team-1:hover .team-social-icon.social-icons .social-facebook a  {
    background-color: #5d82d1;
    color: #fff !important;
}
.team .team-description  {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team .team-description h4  {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.team .team-description span  {
    font-size: 15px;
    color: #ffbc05;
}
.team .team-social-icon  {
    background: 0 0 !important;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.team .team-social-icon a  {
    line-height: 24px;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-social-icon.social-icons li  {
    margin: 0;
    width: 25%;
}
.team-images  {
    overflow: hidden;
}
.team .team-images img  {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.team:hover .team-images img  {
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.author-info  {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
}
.author-info span  {
    font-weight: 400;
    color: #ffbc05;
    text-transform: none;
}
.dark-bg .owl-carousel .owl-nav  {
    top: 73%;
}
.dark-bg .owl-carousel .owl-nav i  {
    height: 40px;
    width: 40px;
}
.divider, .divider-2  {
    padding-bottom: 25px;
}
.divider-2:before, .divider-3:before, .divider:before  {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 50%;
    margin-left: -118px;
}
.text-left .divider-2:before, .text-left .divider-3:before, .text-left .divider:before  {
    left: 0;
    margin-left: 0;
}
.text-right .divider-2:before, .text-right .divider-3:before, .text-right .divider:before  {
    left: inherit;
    margin-left: 0;
    right: 0;
}
.timeline > li, .timeline > li > .timeline-panel  {
    position: relative;
}
.timeline > li  {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.timeline > li:last-child  {
    margin-bottom: 0;
}
.timeline > li > .timeline-panel  {
    width: 36%;
    float: left;
    position: relative;
}
.timeline > li.timeline-inverted .timeline-badge  {
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-badge  {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid #fff;
}
.timeline > li.timeline-inverted > .timeline-panel  {
    float: right;
}
.timeline > li:before  {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -180px;
    background: url(../images/timeline/timeline-bdr2.png) no-repeat 0 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.timeline > li:last-child:before  {
    display: none;
}
.timeline > li.timeline-inverted .timeline-badge  {
    -webkit-box-shadow: 0 0 4px 4px rgba(255, 80, 41, 1);
    -moz-box-shadow: 0 0 4px 4px rgba(255, 80, 41, 1);
    box-shadow: 0 0 4px 4px rgba(255, 80, 41, 1);
}
.timeline > li .timeline-badge  {
    -webkit-box-shadow: 0 0 4px 4px rgba(255, 188, 55, 1);
    -moz-box-shadow: 0 0 4px 4px rgba(255, 188, 55, 1);
    box-shadow: 0 0 4px 4px rgba(255, 188, 55, 1);
}
.timeline-body  {
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.timeline-body:before  {
    content: "";
    position: absolute;
    right: -60px;
    top: 15px;
    background: url(../images/timeline/timeline-bdr.png) no-repeat 0 0;
    width: 52px;
    height: 100%;
}
.profile-slider .owl-item:hover  {
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.profile-details  {
    padding: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}
.profile-details h5  {
    color: #febe1c;
}
.profile-table  {
    display: inline-block;
    width: 100%;
}
.profile-table > li  {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #c2cfd7;
    list-style: none;
}
.profile-table li:first-child ul > li  {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffbc05;
}
.profile-table li ul > li  {
    width: 24%;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.profile-table img  {
    border: 1px solid #ffbc05;
    height: 50px;
    top: -8px;
    position: absolute;
    left: 40px;
}
.profile-item-hover  {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.profile-item-hover:hover  {
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
}
.profile-item-hover-1  {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f1f1f1;
}
.profile-item-hover-1 span  {
    cursor: pointer;
}
span.badge.member  {
    position: absolute;
    top: 8px;
    right: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #e81d62;
}
.form-1  {
    background: #293e58;
    margin-bottom: -82px;
    position: relative;
    top: -78px;
    width: 100%;
    z-index: 11;
}
.form-1 .button  {
    margin-bottom: 0;
    margin-top: 0;
}
.form-1 .form-group label  {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}
.play-btn  {
    height: 60px;
    width: 60px;
    line-height: 60px;
    padding: 2px 0 0 5px;
    cursor: pointer;
    background: #ffbc05;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.2);
}
.play-btn i  {
    transition: inherit;
}
.play-btn:focus, .play-btn:hover  {
    background: #fff !important;
}
#main-slider  {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#main-slider .item img  {
    width: 100%;
}
#main-slider .item .slider-content  {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#main-slider .item.active .slider-content  {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
#main-slider .slider-content  {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
#main-slider .slider-content .slider-3, #main-slider .slider-content .slider-3 h1  {
    width: 70%;
}
#main-slider .slider-content h1, #main-slider .slider-content h2  {
    background: #1e2b3c;
    border-radius: 20px;
    padding: 0 20px;
    width: 29%;
    display: inline-block;
    line-height: 70px;
    font-size: 40px;
}
#main-slider .slider-content span  {
    color: #ff6b9d !important;
}
#main-slider .slider-content a.button-orange:hover  {
    background: #fff;
    color: #fff;
}
#main-slider .slider-content span  {
    color: #ffbc05;
}
#main-slider .carousel-control i  {
    color: #fff;
    line-height: 44px;
    font-size: 32px;
}
#main-slider .carousel-control.left span, #main-slider .carousel-control.right span  {
    padding: 15px;
}
#main-slider .carousel-control.left, #main-slider .carousel-control.right  {
    opacity: 1;
    position: absolute;
    top: 50%;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
#main-slider .left.carousel-control .glyph-icon.flaticon-hearts, #main-slider .right.carousel-control .glyph-icon.flaticon-hearts  {
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
    display: inline-block;
}
#main-slider .left.carousel-control .glyph-icon.flaticon-hearts:hover, #main-slider .right.carousel-control .glyph-icon.flaticon-hearts:hover  {
    background: #ffbc05;
    color: #fff !important;
    font-weight: 700;
}
#main-slider .left.carousel-control .glyph-icon.flaticon-hearts  {
    left: 50px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#main-slider .right.carousel-control .glyph-icon.flaticon-hearts  {
    right: 50px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#main-slider .carousel-control.left  {
    left: 30px;
}
#main-slider .carousel-control.right  {
    right: 30px;
}
#breadCrumbs {
    max-width: 1140px;
    margin: auto;
}
.breadcrumb>li  {
    display: inline-block;
}
.breadcrumb-li:not(:last-child):after  {
    content: '\f104';
    position: relative;
}
.carousel .item.active .animated1  {
    -webkit-animation: lightSpeedIn 1s ease-in 0.2s both;
    -o-animation: lightSpeedIn 1s ease-in 0.2s both;
    -ms-animation: lightSpeedIn 1s ease-in 0.2s both;
    -moz-animation: lightSpeedIn 1s ease-in 0.2s both;
    animation: lightSpeedIn 1s ease-in 0.2s both;
}
.carousel .item.active .animated2  {
    -webkit-animation: bounceInRight 1s ease-in-out 0.5s both;
    -o-animation: bounceInRight 1s ease-in-out 0.5s both;
    -ms-animation: bounceInRight 1s ease-in-out 0.5s both;
    -moz-animation: bounceInRight 1s ease-in-out 0.5s both;
    animation: bounceInRight 1s ease-in-out 0.5s both;
}
.carousel .item.active .animated3  {
    -webkit-animation: bounceInLeft 1s ease-in-out 0.5s both;
    -o-animation: bounceInLeft 1s ease-in-out 0.5s both;
    -ms-animation: bounceInLeft 1s ease-in-out 0.5s both;
    -moz-animation: bounceInLeft 1s ease-in-out 0.5s both;
    animation: bounceInLeft 1s ease-in-out 0.5s both;
}
.carousel .item.active .animated4  {
    -webkit-animation: flipInX 1s ease-in 0.5s both;
    -o-animation: flipInX 1s ease-in 0.5s both;
    -ms-animation: flipInX 1s ease-in 0.5s both;
    -moz-animation: flipInX 1s ease-in 0.5s both;
    animation: flipInX 1s ease-in 0.5s both;
}
.carousel .item.active .animated5  {
    -webkit-animation: bounceInLeft 1s ease-in-out 0.1s both;
    -o-animation: bounceInLeft 1s ease-in-out 0.1s both;
    -ms-animation: bounceInLeft 1s ease-in-out 0.1s both;
    -moz-animation: bounceInLeft 1s ease-in-out 0.1s both;
    animation: bounceInLeft 1s ease-in-out 0.1s both;
}
.carousel .item.active .animated6  {
    -webkit-animation: bounceIn 1s ease-in 0.5s both;
    -o-animation: bounceIn 1s ease-in 0.5s both;
    -ms-animation: bounceIn 1s ease-in 0.5s both;
    -moz-animation: bounceIn 1s ease-in 0.5s both;
    animation: bounceIn 1s ease-in 0.5s both;
}
.carousel .item.active .animated7  {
    -webkit-animation: fadeInDown 0.7s ease-in 1s both;
    -o-animation: fadeInDown 0.7s ease-in 1s both;
    -moz-animation: fadeInDown 0.7s ease-in 1s both;
    -ms-animation: fadeInDown 0.7s ease-in 1s both;
    animation: fadeInDown 0.7s ease-in 1s both;
}
.carousel .item.active .animated8  {
    -webkit-animation: fadeInUp 0.7s ease-in 1s both;
    -o-animation: fadeInUp 0.7s ease-in 1s both;
    -moz-animation: fadeInUp 0.7s ease-in 1s both;
    -ms-animation: fadeInUp 0.7s ease-in 1s both;
    animation: fadeInUp 0.7s ease-in 1s both;
}
#main-slider .item img, .carousel  {
    height: 100%;
}
.login-1-social li  {
    float: left;
    padding: 0;
    width: 50%;
    margin: 0;
    list-style: none;
}
.login-1-social li i  {
    font-size: 20px;
    margin-right: 15px;
}
.login-1-social.login-2-social li  {
    float: none;
    width: 100%;
}
.login-1-social.login-2-social li a  {
    border-radius: 30px;
    width: 100%;
}
#sectionBottom {
    border-top: 1px solid #000;
    font-size: 14px;
}
.login-1-form  {
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 5px 8px #00000026;
}
.findPartners  {
    width: 100%;
    height: 100%;
}
.login-2-form  {
    background: #fff;
    border: 4px solid red;
    border-radius: 30px;
    padding: 30px 90px 30px 30px;
}
.login-form .field-widget  {
    position: relative;
}
.login-form .field-widget i  {
    right: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.login-form .field-widget input  {
    text-align: right;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #c7b7cf;
    height: 40px;
    padding-right: 40px;
}
.login-form-2 .login-2-form:before  {
    background: url(../images/register-img.png) no-repeat 0 0;
    width: 416px;
    height: 750px;
    bottom: -150px;
    right: -270px;
    background-size: contain;
}
.login-form-2 .section-field .button  {
    float: left;
    margin: 0 15px 0 0;
}
.login-form-2.login-form .field-widget i, .login-form-2.login-form .field-widget input  {
    color: #3d3d3d;
}
.login-form-2.register-form .login-2-form  {
    padding: 30px 30px 30px 250px;
}
.login-form-2.register-form .login-2-form:before  {
    height: 736px;
    width: 487px;
    background: url(../images/login-img.png) no-repeat 0 0;
    right: inherit;
    left: -210px;
    bottom: -50px;
}
.login-1-form::before, .login-img .login-1-form::before, .register-img .register-1-form::before  {
    background-image: none !important;
}
.login-img .login-1-form  {
    background-image: none !important;
    border: none;
    padding: 0;
}
.register-img .login-1-form  {
    background-image: none !important;
    border: none;
    padding: 0;
}
.login-form-2 .login-2-form:before  {
    content: "";
    right: 50px;
    bottom: 0;
    position: absolute;
}
.btn-circle  {
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    z-index: 999;
    background: #ffbb04;
    color: #fff !important;
    border: none !important;
    margin: 0;
    -webkit-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0.3);
}
.btn[disabled]  {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}
.profile-info  {
    position: relative;
    display: inline-block;
}
.profile-info i  {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.step-social  {
    background: #ffbc05;
    background: -webkit-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: -o-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: -moz-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: linear-gradient(90deg, #ffbc05, #ff3b30);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
}
.step-social li  {
    border-right: 1px solid #feb878;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
}
.step-social li:last-child  {
    border-right: none;
}
.step-social li a  {
    color: #fff;
    font-size: 15px;
}
.step-social li i  {
    font-size: 20px;
    margin-right: 10px;
}
.step-social li a:hover  {
    color: #3d3d3d;
}
.radio  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
}
.checkbox input[type="checkbox"], .radio input[type="radio"]  {
    opacity: 0;
    position: static;
}
.radio input[type="radio"] + label::after  {
    background-color: #fdbb04;
    border-radius: 50px;
    box-shadow: 0 0 0 2px #fff inset;
    content: "";
    height: 16px;
    left: 2px;
    position: absolute;
    top: 1.5px;
    transform: scale(0, 0);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75) 0;
    width: 16px;
}
.radio input[type="radio"] + label::before  {
    border: 2px solid #3d3d3d;
    border-radius: 50px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: box-shadow 0.4s ease 0;
    width: 20px;
    z-index: 5;
}
.radio.theme-color input[type="radio"]:checked + label::before  {
    border-color: #2e71f0;
}
.radio.theme-color input[type="radio"] + label::after  {
    background-color: #2e71f0;
}
.radio input[type="radio"] + label  {
    left: 0;
    position: absolute;
    top: 0;
}
.radio input[type="radio"]:checked + label::after  {
    transform: scale(1, 1);
}
.checkbox  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    position: relative;
}
.checkbox input[type="checkbox"] + label::before  {
    background-color: #fff;
    border: 2px solid #cecece;
    border-radius: 4px;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    transition: box-shadow 0.4s ease-in-out 0;
    width: 25px;
}
.checkbox input[type="checkbox"]:checked + label::after  {
    background: #fdbb04;
    transform: scale(1, 1);
}
.checkbox input[type="checkbox"] + label::after  {
    border-radius: 4px;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0, 0);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75) 0;
    width: 25px;
}
.checkbox input[type="checkbox"] + label  {
    left: 0;
    padding-left: 20px;
    top: 0;
}
form .form-group > label  {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
form .form-group .checkbox label, form .form-group .radio label  {
    padding-left: 40px;
    color: #fff;
}
.step-form .form-group textarea.form-control  {
    background: rgba(0, 0, 0, 0.2);
}
.step-1-img  {
    background: rgba(145, 118, 125, 0.2);
    font-size: 30px;
    font-weight: 700;
    color: #febc03;
    line-height: 30px;
    padding: 30px;
    height: 100%;
}
@media screen and (max-width: 1200px)  {
    .text-md-left  {
        text-align: left;
    }
    .text-md-center  {
        text-align: center;
    }
    .text-md-right  {
        text-align: right;
    }
    .cookie-notice-btns{
        width:100%;
    }
    .cookie-notice{
        padding:15px 40px !important;
    }    
}
@media screen and (max-width: 992px)  {
    .text-sm-left  {
        text-align: left;
    }
    .text-sm-center  {
        text-align: center;
    }
    .text-sm-right  {
        text-align: right;
    }
}
@media screen and (max-width: 767px)  {
    .col-md-12.text-center.mb-1.sm-mb-1.bgTitle  {
        height: 300px;
        padding-top: 200px;
    }
    .text-xs-left  {
        text-align: left;
    }
    .text-xs-center  {
        text-align: center;
    }
    .text-xs-right  {
        text-align: right;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0)  {
    .timeline > li:before  {
        bottom: -165px;
    }
    .timeline > li:last-child:after  {
        bottom: -50px;
        margin-left: -5px;
    }
    .timeline > li:last-child:after, ::i-block-chrome  {
        bottom: -30px;
    }
}
@media screen and (max-width: 1770px)  {
    .timeline-section:before  {
        height: 750px;
        bottom: -70px;
    }
}
@media screen and (max-width: 1570px)  {
    .timeline-section::before  {
        bottom: -30px;
        height: 510px;
    }
}
@media screen and (max-width: 1360px)  {
    .timeline-section::before  {
        display: none;
    }
    .mega-menu .drop-down-multilevel a  {
        font-size: 0.8em;
    }
    .mega-menu .drop-down-multilevel  {
        max-width: 150px;
    }
}
@media (min-width: 1200px)  {
    .container  {
        max-width: 1170px;
    }
}
@media screen and (max-width: 1200px)  {
    .page-section-ptb  {
        padding: 60px 0;
    }
    /* .page-section-pt  {
        padding: 60px 0 0;
    } */
    .page-section-pb  {
        padding: 0 0 60px;
    }
    .social-icons li a  {
        margin: 0 5px 5px 0;
    }
    .counter span  {
        font-size: 40px;
    }
    .team-block  {
        width: 100%;
    }
    .timeline > li > .timeline-panel  {
        width: 35%;
    }
    .timeline > li::before  {
        left: 50%;
    }
    .timeline > li:last-child::after  {
        bottom: -39px;
        margin-left: -1px;
    }
    .post .post-meta a  {
        font-size: 12px;
    }
    .post-title h5  {
        font-size: 13px;
    }
    .action-box-img::after  {
        bottom: -40px;
        right: -60px;
        height: 230px;
    }
    .action-box-img  {
        overflow: hidden;
    }
    .form-1 .form-group label  {
        font-size: 14px;
        padding-left: 0;
    }
    .profile-table img  {
        left: 20px;
    }
}
@media screen and (max-width: 992px)  {
    .page-section-ptb  {
        padding: 50px 0;
    }
    .page-section-pt  {
        padding: 50px 0 0;
    }
    .page-section-pt-in  {
        display: none;
    }
    .page-section-pb  {
        padding: 0 0 50px;
    }
    .action-box .button  {
        padding: 18px 25px;
        font-size: 13px;
    }
    .action-box-img::after  {
        display: none;
    }
    .counter span  {
        font-size: 38px;
        line-height: 38px;
    }
    .counter-section .row > [class*="col-sm"]:nth-last-of-type(-n + 2) .counter.left_icn, .counter-section .row > [class*="col-xs"]:nth-last-of-type(-n + 2) .counter.left_icn  {
        margin-bottom: 0 !important;
    }
    .team img  {
        width: 100%;
    }
    .team.team-1  {
        margin-bottom: 30px;
    }
    .post-artical  {
        margin-bottom: 30px;
    }
    .post-title h5  {
        font-size: 14px;
    }
    .post .post-meta a  {
        margin-right: 0;
        font-size: 10px;
    }
    .timeline-body::before  {
        display: none;
    }
    .timeline > li  {
        margin-bottom: 0;
    }
    .timeline > li:last-child::after  {
        bottom: 0;
        margin-left: -8px;
    }
    .form-1 .button.animated.right-icn i  {
        transform: translate(25px, -50%);
    }
    .profile-table img  {
        left: 0;
        height: 40px;
        top: -3px;
    }
    #main-slider .slider-content h1  {
        width: 70%;
    }
    #main-slider .slider-content  {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    #main-slider .carousel-control.left, #main-slider .carousel-control.right  {
        display: none;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px)  {
    .container  {
        max-width: 750px;
    }
    .counter label  {
        font-size: 10px;
    }  
    
}
@media screen and (min-width: 768px) {
    .profile-address-distance{
        left: 15px !important;
    }
}
.bottomNav  {
    display: none;
    width: 100%;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    margin-right: 0;
}
.bottomNav ul  {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    list-style: none;
}
.bottomNav li:first-child  {
    border-right: 0;
}
.bottomNav li  {
    background: #1e2b3c;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    height: 40px;
    display: flex;
    margin: 0;
    border-top: 1px solid #fff;
}
.bottomNav li.full a  {
    color: #fff703;
    font-size: 18px;
}
.bottomNav li a  {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    align-self: center;
    font-size: 14px;
    line-height: 100%;
}
@media screen and (min-width: 767px)  {
    .mobileOnly  {
        display: none !important;
    }
    .open-filter.filter-container {
        min-height: 100px;
    }
    .profile-item-hover-1:hover  {
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@media screen and (max-width: 767px)  {
    .desktopOnly  {
        display: none !important;
    }
    .form-group-profile .radio  {
        height: 40px;
    }
    .radio input[type="radio"] + label  {
        line-height: 110%;
        padding: 0 20px;
    }
    .col-md-12  {
        padding-right: 5px;
        padding-left: 5px;
    }
    .bottomNav  {
        display: block;
    }
    .main  {
        padding: 2px;
        height: var(--main-height) !important;
        --main-height: 400px !important;
    }
    .allCatsForUsers {
        top: -390px !important;
    }
    .categories .container{
        padding: 0 5px 0 5px;
        margin-bottom: 10px;
    }    
    .cat-header-p  {
        text-align: center !important;
    }
    .row  {
        margin-right: -5px;
        margin-left: -5px;
    }
    img.img-fluid  {
        max-width: 100%;
    }
    h1.title2  {
        font-size: 44px;
    }
    h2.title2  {
        font-size: 36px;
        line-height: 42px;
    }
    h3.title2  {
        font-size: 32px;
    }
    h4.title2  {
        font-size: 30px;
    }
    h5.title2  {
        font-size: 26px;
    }
    h6.title2  {
        font-size: 22px;
        line-height: 30px;
    }
    .page-section-ptb  {
        padding: 40px 0;
    }
    .page-section-pt  {
        padding: 0;
    }
    .page-section-pb  {
        padding: 0 0 40px;
    }
    .sm-pb-6  {
        padding-bottom: 60px !important;
    }
    .sm-pb-0  {
        padding-bottom: 0 !important;
    }
    .sm-mt-0  {
        margin-top: 0 !important;
    }
    .sm-mb-0  {
        margin-bottom: 0 !important;
    }
    .sm-mb-2  {
        margin-bottom: 20px !important;
    }
    .sm-mt-2  {
        margin-top: 20px !important;
    }
    .sm-mb-3  {
        margin-bottom: 30px !important;
    }
    .sm-mt-3  {
        margin-top: 30px !important;
    }
    .action-box h4  {
        line-height: 32px;
        margin-top: 5px;
    }
    .timeline > li::before, .timeline > li:last-child::after  {
        display: none;
    }
    .timeline > li  {
        margin-bottom: 30px;
    }
    .timeline > li > .timeline-panel  {
        width: 65%;
    }
    .timeline > li > .timeline-badge  {
        height: 100px;
        left: inherit;
        right: -20px;
        top: 20%;
        width: 100px;
    }
    .timeline .timeline-inverted .timeline-badge  {
        left: 15%;
        right: inherit;
        top: 40px;
    }
    .timeline .timeline-inverted .timeline-panel  {
        padding: 0;
        width: 65%;
    }
    .counter span  {
        font-size: 34px;
        line-height: 34px;
    }
    .counter i::before  {
        font-size: 50px;
    }
    .counter.fancy i::before  {
        font-size: 80px;
    }
    .counter.left_icn i::before  {
        font-size: 50px;
    }
    .counter-section .row > [class*="col-sm"] .counter, .counter-section .row > [class*="col-sm"]:nth-last-of-type(-n + 2) .counter.left_icn, .counter-section .row > [class*="col-xs"]:nth-last-of-type(-n + 2) .counter.left_icn  {
        margin: 10px 0 !important;
        display: inline-block;
        width: 100%;
    }
    .counter-section .row > div:first-child .counter  {
        margin-top: 0 !important;
    }
    .counter  {
        margin-bottom: 30px;
    }
    .counter.fancy  {
        margin: 70px 0;
    }
    .dark-bg .owl-carousel .owl-nav  {
        bottom: 95px;
        top: inherit;
    }
    .team .team-social-icon  {
        margin-top: 0;
    }
    #main-slider .slider-content h1  {
        width: 100%;
        font-size: 20px;
        line-height: 35px;
        margin: 170px 0 0;
    }
    #main-slider .item .slider-content  {
        top: 60%;
    }
    .owl-carousel .owl-nav  {
        bottom: -5px;
        top: inherit;
    }
    .profile-table  {
        overflow-x: scroll;
    }
    .profile-table > li  {
        width: 220%;
    }
    .bg-1 .align-items-center  {
        top: 65%;
    }
    .accordion  {
        margin-bottom: 30px;
    }
    .light-form  {
        padding: 20px !important;
    }
    .o-hidden  {
        overflow: hidden;
    }
    .form-1  {
        margin-top: 0;
        top: 68px;
        position: absolute;
        background: 0 0;
        margin-bottom: 0;
        display: none;
    }
    .h1  {
        padding: 0 8px !important;
        font-size: 9px !important;
    }
    .divider-3  {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 479px)  {
    .post .post-date  {
        width: 47px;
    }
    .post .post-date span  {
        width: 47px;
    }
    .timeline .timeline-inverted .timeline-badge, .timeline > li > .timeline-badge  {
        position: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
        left: inherit;
        margin: 0 auto;
    }
    .timeline .timeline-inverted .timeline-panel, .timeline > li > .timeline-panel  {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
    .timeline-heading  {
        text-align: left;
    }
    .login-1-social li  {
        float: none;
        width: 100%;
    }
    .owl-carousel .owl-item img  {
        width: 100%;
    }
    .profile-table li ul > li  {
        font-size: 13px;
        line-height: 20px;
    }
    .counter.fancy  {
        margin: 70px 0;
    }
}
.vero_widget p  {
    text-align: right;
    line-height: 180%;
    margin-bottom: 20px;
    font-size: 16px;
}
.information_widget li, .recent_post_widget li  {
    border-bottom: 1px solid #47545a;
    width: 80%;
    margin: auto;
}
.information_widget li:last-child, .recent_post_widget li:last-child  {
    border-bottom: none;
}
body  {
    direction: rtl;
    text-align: right;
}
.text-left .divider-2:before, .text-left .divider-3:before, .text-left .divider:before  {
    right: 0;
    margin-right: 0;
}
.text-right .divider-2:before, .text-right .divider-3:before, .text-right .divider:before  {
    right: inherit;
    left: 0;
    margin-right: 0;
}
.accordion .acd-heading  {
    text-align: right;
    padding: 15px 70px 15px 40px;
}
.accordion .acd-heading:before  {
    right: 10px;
    left: auto;
    padding: 15px 10px 0 15px;
    border-left: 1px solid #ddd;
    border-right: 0;
}
.accordion.icon .acd-heading::before  {
    right: 0;
    left: auto;
}
.accordion.icon .acd-des  {
    margin-left: 0;
}
.accordion .acd-des  {
    padding: 15px 70px 15px 15px;
}
ul.list li  {
    padding-left: 0;
    padding-right: 25px;
}
ul.list li:after  {
    right: 0;
    left: auto;
}
.list li .fa  {
    margin-left: 5px;
    margin-right: 0;
}
.checkbox input[type="checkbox"] + label::after, .checkbox input[type="checkbox"] + label::before  {
    right: 0;
}
.checkbox input[type="checkbox"] + label, .radio input[type="radio"] + label  {
    right: 0;
}
form .form-group .checkbox label, form .form-group .radio label  {
    padding-right: 40px;
    padding-left: 0;
}
.radio input[type="radio"] + label::before  {
    right: 0;
}
.radio input[type="radio"] + label::after  {
    right: 2px;
}
@media screen and (max-width: 1570px)  {
    .timeline-section:before  {
        width: 190px;
    }
}
@media screen and (max-width: 1200px)  {
    .profile-table img  {
        right: 20px;
    }
}
@media screen and (max-width: 992px)  {
    .mega-menu .drop-down-multilevel i.fa.fa-indicator, .mega-menu .menu-links > li > a i.fa.fa-indicator  {
        left: 20px;
        right: auto;
    }
    .mega-menu .drop-down-multilevel.left-menu .drop-down-multilevel.right-menu  {
        right: 0;
    }
    form .half-group  {
        margin-left: 0;
        width: 100%;
    }
    .profile-table img  {
        right: 0;
    }
}
@media screen and (max-width: 767px)  {
    .timeline > li > .timeline-badge  {
        left: 0;
        right: auto;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .timeline .timeline-inverted .timeline-badge  {
        left: auto;
        right: 0;
    }
}
#header  {
    width: 100%;
    z-index: 99;
}
#header .topbar li  {
    display: inline-block;
}
.topbar  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}
.topbar li, .topbar li a  {
    color: #fff;
}
.topbar-right .list-inline li:last-child, .topbar-right li:last-child i  {
}
.topbar .topbar-right li a:hover  {
    color: #ffbc05;
}
.topbar-right li i  {
    padding-right: 5px;
    color: #ffbc05;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.topbar-right li i:hover  {
    color: #fff !important;
}
#header.dark-fancy .menu-icon-right li i:hover  {
    color: #fff;
}
#header.fancy + .fullscreen  {
    margin-bottom: 0;
    top: 0;
}
.mega-menu .menu-logo  {
    padding: 5px 0 5px;
}
.mega-menu .menu-links > li > a, .mega-menu .menu-links > li > span  {
    cursor: pointer;
    color: #fff;
    line-height: 75px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.mega-menu .menu-links > li > span > a  {
    color: #fff;
}
.mega-menu .menu-links > li > a:hover:before  {
    opacity: 1;
}
.mega-menu .drop-down-multilevel.right-menu  {
    right: 0;
}
.mega-menu .drop-down-multilevel a  {
    font-size: 14px;
    line-height: 24px;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a  {
    color: #fff;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down a  {
    color: #fff;
}
.mega-menu .menu-links > li.active .drop-down li.active a  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down a:hover  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down li.active a i  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down a i:hover  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a  {
    color: #fff;
    background: 0 0;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a  {
    color: #323232;
    background: 0 0;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a  {
    color: #ffbc05;
    background: #eceff7;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i  {
    color: #323232;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i  {
    color: #ffbc05;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover  {
    color: #ffbc05;
}
.mega-menu .row  {
    margin-left: 0;
    margin-right: 0;
}
.mega-menu .col-md-12  {
    padding-left: 0;
    padding-right: 0;
}
.mega-menu.desktopTopFixed .menu-list-items  {
    background: rgba(30, 43, 60, 0.95);
    padding: 0;
}
#header .topbar.dark  {
    background: #353535;
}
#header.dark, .blinkBox  {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 113px;
}
#header.dark .topbar  {
    border-bottom: 0;
    background: #ffbc05;
    padding: 0;
    height: 37px;
}
#accessibleMenu  {
    display: none;
}
#header.dark .topbar-left li, #header.dark .topbar-left li a, #header.dark .topbar-left li i, #header.dark .topbar-left li em, #header.dark .topbar-right li, #header.dark .topbar-right li a, #header.dark .topbar-right li i  {
    color: #fff;
}
.h1  {
    top: 80px;
    z-index: 100;
    font-size: 14px;
    position: absolute;
    color: #e8f1f8 !important;
}
@media screen and (max-width: 767px)  {
    .h1  {
        top: 55px;
    }
}
#header.fancy  {
    background: 0 0;
    position: relative;
}
#header.fancy .topbar  {
    background: #ffbc05;
    border-bottom: none;
    padding: 7px 0 57px;
}
#header.fancy .topbar .topbar-right li a:hover  {
    color: #323232;
}
#header.fancy .topbar-left li, #header.fancy .topbar-left li a, #header.fancy .topbar-left li i, #header.fancy .topbar-right li, #header.fancy .topbar-right li a, #header.fancy .topbar-right li i  {
    color: #353535;
}
#header.fancy .menu  {
    position: absolute;
    width: 100%;
    top: 54px;
}
#header.fancy .mega-menu > section.menu-list-items  {
    background: #fff;
    padding: 0 25px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#header.fancy .mega-menu .menu-links > li > a  {
    color: #222;
}
#header.fancy .mega-menu .menu-links > li.active > a  {
    color: #ffbc05;
}
.menu .top-menu  {
    padding: 30px 0;
}
.menu .top-menu li a  {
    color: #ffbc05;
}
.top-menu  {
    float: right;
    z-index: 9999 !important;
    position: relative;
}
.top-menu-right  {
    margin-top: 4px;
}
.top-menu li a  {
    color: #fff;
}
.top-menu li  {
    padding: 0;
}
.top-menu li a  {
    border-right: 2px solid #fff;
}
.top-menu li:last-child a  {
    border-right: none;
}
.topbar-right > ul  {
    display: inline-block;
    font-size: 14px;
}
.topbar-right .social-icons li  {
    margin: 5px 5px 0 0;
}
.topbar-right .social-icons li.social-facebook a:hover, .topbar-right .social-icons li.social-facebook a:hover i  {
    background: 0 0 !important;
}
.valign > [class*="col-"]  {
    display: table-cell;
    float: none;
}
[data-valign-overlay="middle"]  {
    vertical-align: middle;
}
[data-valign-overlay="bottom"]  {
    vertical-align: bottom;
}
.heading-1 h1, .heading-1 h2, .heading-1 h3, .heading-1 h4, .heading-1 h5, .heading-1 h6  {
    font-family: Engagement, cursive;
}
.heading-2 h1, .heading-2 h2, .heading-2 h3, .heading-2 h4, .heading-2 h5, .heading-2 h6  {
    font-family: "Open Sans Hebrew", Arial;
}
.footer  {
    background: url(../images/pattern/pattern2.jpg) no-repeat 0 0;
    color: #c5c5c5;
}
.footer .title  {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
}
.footer-widget-out{
    padding: 0 0 100px 0;
}
.footer-widget  {    
    background: var(--nutral);
    color: #fff;
    line-height: 1.4;
    min-height: 115px;
}
.footer-widget p  {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-widget .social-icons.color-hover  {
    display: inline-block;
}
.footer-widget .social-icons li:last-child  {
    margin-right: 0;
}
.light-form .form-group .form-control  {
    background: #fff;
}
.light-form .form-group label  {
    color: #656565;
}
.top-info.half  {
    bottom: -40px;
    margin-bottom: -30px;
}
.post:last-child hr  {
    display: none;
}
hr  {
    border-style: dashed;
    border-color: #d5d5d5;
    margin: 40px 0;
}
.comments-1  {
    background: #ffbc05;
    padding: 20px;
    color: #fff;
    line-height: 22px;
}
.comments-1 .comments-photo  {
    padding-right: 20px;
}
.comments-1 .comments-photo img  {
    border: 4px solid #fff;
}
.comments-1 .comments-info .title  {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
}
.comment-box  {
    margin-top: 35px;
}
.comment-box .section-title  {
    margin-bottom: 0;
}
.comment-box .section-title .title  {
    padding-bottom: 5px;
}
.comment-box .section-title label  {
    color: #ffbc05;
    font-weight: 500;
}
.comment-list li  {
    margin-top: 25px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
}
.comment-list .comments-media  {
    padding: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.comment-list ul  {
    padding-left: 60px;
}
.comment-list .comments-photo  {
    padding-right: 20px;
}
.comment-list .comments-photo img  {
    border-bottom: 5px solid #ffbc05;
}
.comment-list .comments-info  {
    position: relative;
}
.comment-list .comments-info .title  {
    margin: 0;
    line-height: 22px;
}
.comment-list .comment-metadata  {
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.comment-list .comment-metadata a  {
    color: #aaa;
}
.comment-list .comment-metadata .fa  {
    padding-right: 7px;
    color: #ffbc05;
}
.comment-list .comments-info p  {
    line-height: 24px;
    color: #858585;
    margin-top: 5px;
    margin-bottom: 0;
}
.disp-none  {
    display: none;
}
#usersDiv{    
    position: relative;
}
.main-container{
    min-height: 700px;
}
section.content-page {
    margin-bottom: 100px;
    min-height: calc(100vh - 350px);
}
.terms-and-conditions ul.list,.content-page ul.list{
    margin-bottom: 20px;
    display: block;
}
.terms-and-conditions ul.list li i,.content-page ul.list li i{
    padding-right: 12px;
    font-size: 15px;
}

#footer-links aside h3{
    cursor: pointer;
}

#back-to-top .top  {
    z-index: 999;
    position: fixed;
    margin: 0;
    background: #ffbc05;
    background: -webkit-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: -o-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: -moz-linear-gradient(90deg, #ffbc05, #ff3b30);
    background: linear-gradient(90deg, #ffbc05, #ff3b30);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
}
#back-to-top a  {
    font-size: 15px !important;
    line-height: initial !important;
    padding: 6px 0;
}
#back-to-top .top:hover  {
    color: #3d3d3d !important;
}
@keyframes glow{
    from{
        /* box-shadow: 0 0 10px -3px var(--primary-light); */
        opacity: 1;
    }
    to{
        /* box-shadow: 0 0 10px 3px var(--primary); */
        opacity: 0;
    }
}
@media screen and (max-width: 992px)  {
    .section-title p  {
        padding: 0 50px;
    }
    .mega-menu .menu-links > li  {
        border-bottom-color: rgba(255, 255, 255, 0.25);
        padding: 0;
    }
    .mega-menu .menu-links > li > a  {
        line-height: 30px;
        color: #fff !important;
        padding: 10px 20px;
    }
    .mega-menu .menu-links > li > span, .mega-menu .menu-links > li > span > a  {
        font-weight: 500;
        color: #fff !important;
        padding: 0 10px;
    }
    .mega-menu .menu-links > li:last-child  {
        border-bottom: none;
    }
    .mega-menu .menu-links > li.active > a  {
        color: #ffbc05 !important;
    }
    .mega-menu .menu-links > li > a:hover:before  {
        opacity: 0;
    }
    .mega-menu .row > [class*="col-"]:after, .mega-menu .row > [class*="col-"]:before  {
        content: "";
        display: table;
        clear: both;
    }
    .mega-menu .menu-links  {
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }
    #header.fancy .menu  {
        position: relative;
        top: 0;
    }
    #header.fancy .menu .container  {
        width: 100%;
    }
    #header.fancy .mega-menu > section.menu-list-items  {
        padding: 0 20px;
        padding-right: 10px;
    }
    #header.fancy .row > [class*="col-"]  {
        padding-left: 0;
        padding-right: 0;
    }
    .comments-1  {
        width: 100%;
    }
    .comment-list ul  {
        padding-left: 20px;
    }
    form .half-group  {
        margin-right: 0;
        width: 100%;
    }
    .form-2 form .half-group  {
        float: left;
        margin-left: 2%;
        width: 48%;
    }
    .valign > [class*="col-"]  {
        display: block;
        float: none;
    }
    .messages-counter-desktop{
        top: 4px !important;
        right: 7px !important;    
    }
}
@media screen and (max-width: 767px)  {
    .section-title p  {
        padding: 0;
    }
    .footer-widget p  {
    }
    .footer-widget ul  {
        text-align: center;
    }
    .social-icons  {
        display: inline-block;
    }
    .footer-widget  {
        padding: 15px 0;
    }
    .form-2 form .half-group  {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    form.input3-col .half-group  {
        width: 100%;
    }
    .top-info.half  {
        bottom: 0;
        margin-bottom: 30px;
    }
    .counter-section  {
        padding: 35px 0 !important;
    }
    .counter-section .counter-block > div  {
        margin-bottom: 10px !important;
    }
    .counter-section .counter-block > div:nth-last-of-type(-n + 2)  {
        margin-bottom: 0 !important;
    }
    .mega-menu .menu-links > li.active > a::before, .mega-menu .menu-links > li > a::before  {
        display: none;
    }
    .mega-menu .menu-links > li > a  {
        border: none;
    }
}
@media screen and (max-width: 479px)  {
    h2.title2  {
        font-size: 24px;
        line-height: 30px;
    }
    .counter-section  {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .counter-section .counter  {
        margin: 10px 0 !important;
    }
    .counter-section .counter-block > div  {
        margin-bottom: 0 !important;
    }
    .action-box.action-icon i  {
        line-height: 40px;
        top: 0;
    }
    .action-box.action-icon i::before  {
        font-size: 40px;
    }
    .action-box.action-icon .left  {
        padding-left: 60px;
    }
    .action-box.action-icon .left h5  {
        font-size: 14px;
    }
}
50%  {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
}
100%  {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@-webkit-keyframes fadebounce  {
    0%  {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50%  {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 1;
    }
    100%  {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes fadebounce  {
    0%  {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50%  {
        -o-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 1;
    }
    100%  {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes fadebounce  {
    0%  {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    50%  {
        -ms-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 1;
    }
    100%  {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadebounce  {
    0%  {
        transform: translateY(0);
        opacity: 1;
    }
    50%  {
        transform: translateY(25px);
        opacity: 1;
    }
    100%  {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes pulse  {
    0%  {
        -webkit-transform: scale(1);
    }
    25%  {
        -webkit-transform: scale(1.2);
    }
    50%  {
        -webkit-transform: scale(1);
    }
    100%  {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pulse  {
    0%  {
        -moz-transform: scale(1);
    }
    25%  {
        -moz-transform: scale(1.2);
    }
    50%  {
        -moz-transform: scale(1);
    }
    100%  {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes pulse  {
    0%  {
        -ms-transform: scale(1);
    }
    25%  {
        -ms-transform: scale(1.2);
    }
    50%  {
        -ms-transform: scale(1);
    }
    100%  {
        -ms-transform: scale(1);
    }
}
@-o-keyframes pulse  {
    0%  {
        -o-transform: scale(1);
    }
    25%  {
        -o-transform: scale(1.2);
    }
    50%  {
        -o-transform: scale(1);
    }
    100%  {
        -o-transform: scale(1);
    }
}
@keyframes pulse  {
    0%  {
        transform: scale(1);
    }
    50%  {
        transform: scale(1.2);
    }
    100%  {
        transform: scale(1);
    }
}
.text-left  {
    text-align: right !important;
}
.text-right  {
    text-align: left !important;
}
.mega-menu .menu-logo  {
    float: right;
}
.mega-menu .menu-links  {
    float: left;
}
.mega-menu .menu-links > li  {
    float: right;
}
.mega-menu .drop-down-multilevel.right-menu  {
    left: 0;
    right: auto;
}
.mega-menu .drop-down-multilevel.left-menu .drop-down-multilevel.right-menu  {
    right: 100%;
    left: auto;
}
.mega-menu .drop-down-multilevel i.fa.fa-indicator  {
    float: left;
}
.mega-menu .drop-down-multilevel i.fa.fa-indicator:before  {
    content: "\f104";
}
.top-menu  {
    float: left;
}
.topbar-left li i, .topbar-left li em  {
    display: inline;
}
.social-icons li  {
    float: right;
}
.mega-menu *  {
    text-align: right;
}
.list-inline.text-uppercase.top-menu li:last-child  {
    border-right: 2px solid #fff;
    margin-right: 5px;
}
.list-inline.text-uppercase.top-menu li:last-child a  {
    margin-right: 5px;
}
.top-menu li a  {
    border-right: none;
}
.mega-menu .drop-down i.fa  {
    padding-right: 0;
    padding-left: 10px;
}
.owl-carousel .owl-nav .owl-prev  {
    left: -100px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next  {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav .owl-next  {
    right: -100px;
}
.owl-carousel .owl-dots  {
    display: inline-block;
    position: absolute;
    bottom: 0;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
table.table.messages img  {
    width: auto;
    max-height: 180px;
    cursor: pointer;
}
@media screen and (max-width: 1360px)  {
    .owl-carousel .owl-nav .owl-prev  {
        left: -50px;
    }
}
@media screen and (max-width: 1200px)  {
    .owl-carousel .owl-nav .owl-prev  {
        left: -25px;
    }
}
@media screen and (max-width: 992px)  {
    .owl-carousel .owl-nav .owl-prev  {
        left: -22px;
    }
}
@media screen and (max-width: 767px)  {
    span.badge.member  {
        right: 8px;
    }
    .owl-carousel .owl-nav .owl-prev  {
        left: 37%;
    }
}
@media screen and (max-width: 479px)  {
    .owl-carousel .owl-nav .owl-prev  {
        left: 30%;
    }
}
@media screen and (max-width: 1360px)  {
    .owl-carousel .owl-nav .owl-next  {
        right: -50px;
    }
}
@media screen and (max-width: 1200px)  {
    .owl-carousel .owl-nav .owl-next  {
        right: -25px;
    }
}
@media screen and (max-width: 992px)  {
    .owl-carousel .owl-nav .owl-next  {
        right: -22px;
    }
}
@media screen and (min-width:993px){
    .messages-counter-desktop{
        top: 18px !important;
        right: -12px !important;    
    }
}
@media screen and (max-width: 767px)  {
    .owl-carousel .owl-nav .owl-next  {
        right: 37%;
    }
}
@media screen and (max-width: 479px)  {
    .owl-carousel .owl-nav .owl-next  {
        right: 30%;
    }
}
.buy  {
    color: #fff700 !important;
}
.mega-menu .menu-links > li > a.buy  {
    color: #fff700;
}
strong.notPrice  {
    text-decoration: line-through;
}
h3.title.text-white-buy  {
    text-align: center;
    color: #fff;
}
header#header > .container  {
    display: none;
}
.center  {
    text-align: center;
}
.swiper  {
    max-height: 350px;
    overflow: hidden;
}
.gallery-image  {
    height: 350px;
    object-fit: contain;
}
.swiper-slide  {
    max-width: 350px;
    display: flex !important;
    justify-content: center;
    height: auto;
}
.gallery-nav  {
    background-color: var(--primary-dark);
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    color: white;
}
.gallery-nav:after  {
    color: white !important;
    font-size: 14px !important;
    font-weight: bold;
}
.image-upload-options  {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--light-background);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    margin-top: 16px;
    border-radius: 15px;
    row-gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}
.main .image-upload-options  {
    max-width: calc(100% - 28px);
    margin-right: -1px;
    row-gap: 20px;
}
*:hover > .image-upload-options  {
    max-height: 100%;
}
.img-editing-options  {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.choose_thumbnail  {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.choose_thumbnail img  {
    width: 100px;
    cursor: pointer;
    object-fit: contain;
}
.img-editing-options button, .create-thumbnail-button  {
    border: 0;
    background-color: unset;
    padding: 8px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    background: radial-gradient( circle, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.7) 13%, rgba(0, 0, 0, 0.57) 30%, rgba(0, 0, 0, 0) 60% );
}
.img-editing-options button em, .create-thumbnail-button em  {
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.create-thumbnail-button  {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 100%;
}
.pointer  {
    cursor: pointer;
}
#noResults  {
    width: 100%;
    visibility: hidden;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#lastOne  {
    width: 100%;
    font-size: 30px;
}
#noResults span, #lastOne span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#noResults.show  {
    visibility: visible;
    position: absolute;
}
.cat-header-pic img.cat-header  {
    width: 255px;
    height: 150px;
    object-fit: cover;
}
.cat-header  {
    margin: 0 0 10px 0;
}
.cat-header-p  {
    text-align: left;
    padding: 0;
}
ul.categoriesGroupList {
    width: 100%;
    float: right;
	margin-bottom: 10px;
}
ul.categoriesGroupList li {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 3px 6px;
    float: right;
    margin: 0 0 5px 4px;
    font-size: 14px;
}
ul.categoriesGroupList li:hover {
    background: #dddddd;
}
ul.categoriesGroupList li a {
    color: #1b2839;
    font-size: 12px;
}
#showLoading  {
    width: 100%;
}
#showLoading  {
    text-align: center;
}
#showLoading img  {
    height: 291px;
    width: 441px;
}
.profile-slider  {
    width: 100%;
    /* min-height: 500px; */
}
/* #usersDiv  {
    min-height: 300px;
} */
#usersDiv .main  {
    display: inline-block;
}
.fitToCatBtn  {
    margin: 3px 2px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 13px;
    color: #000;
    display: inline-block;
    width: fit-content;
}
.selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input > div.active  {
    background-color: #e4247d !important;
    background-image: linear-gradient(to bottom, #f175af, #e4247d) !important;
    color: white;
    border: 1px solid #e4247d;
}
.selectize-control.plugin-remove_button .item .remove  {
    border-right: 1px solid #c1005a;
    border-left: unset;
}
.fitToCatBtn.clicked, .fitToCatBtn.clicked a  {
    background: #c1005a;
    color: #fff;
    cursor: pointer;
}
.fitToCatBtn:hover {
    cursor: pointer;
}
.fitToCatBtn:hover a  {
    color: #fff;
}
.fitToCatBtnOpen  {
    font-size: 13px;
    color: #000;
    margin: 6px 2px 0 10px;
    display: none;
}
.fitToCatBtnOpen.clicked  {
    display: inline-block;
}
.fitToCatBtnOpen a  {
    font-size: 13px;
}
.categories i.fa.fa-times  {
    margin: 5px 2px 0 10px;
    color: #5b5b5b;
    cursor: pointer;
}

#no-image-profile-info  {
    height: 300px;
    width: 270px;
    background: var(--light-background);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#image_editing  {
    box-shadow: inset var(--primary) 0px 0px 0px 0px;
    padding: 0;
    transition: box-shadow 0.3s, padding 0.3s;
}
#image_editing > h2  {
    width: 100%;
}
#image_editing.dropping-file  {
    box-shadow: inset var(--primary) 0px 0px 60px -12px;
    padding: 16px;
}
#image_editing.must-upload #image-uplad-icon  {
    font-size: 175px;
    width: min(300px, 90vw);
    height: min(300px, 90vw);
}
#image_editing.must-upload #image-uplad-input-container  {
    margin: auto;
}
#image-uplad-input-container p  {
    margin-bottom: 0;
    padding-bottom:20px
}
#image_editing  {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    --img-dim: calc(540px / 2 - 8px);
    margin-top: 30px;
}
#image_editing.must-upload  {
    --img-dim: min(100%, 400px);
}
.img-editing-container  {
    position: relative;
    width: max-content;
    height: var(--img-dim);
    width: var(--img-dim);
    background: var(--light-background);
    display: flex;
    justify-content: center;
    align-items: center;
}
.empty-image-space  {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--primary-light);
    border-radius: 15px;
}
.img-editing-container > img  {
    max-width: var(--img-dim);
    max-height: var(--img-dim);
}
#picturesEditor_container  {
    flex-direction: row-reverse;
}
.modern-title  {
    color: var(--basic);
    margin-bottom: 8px;
}
h2.modern-title  {
    margin-right: 14px;
    margin-bottom: 14px;
    text-align: center;
}
.image-upload-options label  {
    margin-bottom: 0;
}
.image-upload-options p, .image-upload-options button  {
    background-color: none;
    border: 0;
    color: var(--basic);
    cursor: pointer;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 16px;
    font-size: 14px;
}
.image-upload-options p, .image-upload-options button:not(:last-child)  {
    border-bottom: 1px solid var(--basic);
}
.image-upload-options h4  {
    color: var(--primary);
    margin-top: 16px;
}
.main.prime:after, .main.prime_free:after  {
    content: "₪";
    position: absolute;
    right: 24px;
    top: 42px;
    font-size: 18px;
    background-color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    padding-bottom: 4px;
}
.main.prime:after  {
    color: green;
}
.main.prime_free:after  {
    color: yellow;
}
textarea[name="subscription_cancel_complaint"]  {
    border: 1px solid grey;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
textarea[name="subscription_cancel_reason"]  {
    border: 1px solid grey;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
.primary-button  {
    background-color: var(--primary);
    color: white;
    border: 1px solid var(--primary);
    height: 60px;
    border-radius: 30px;
    padding: 13px;
    display: block;
    max-width: 580px;
    cursor: pointer;
    align-content: center;
}
.primary-button:hover  {
    background-color: white;
    color: var(--primary);
}
.silver_notification  {
    display: flex;
    text-align: right;
    gap: 16px;
    text-align: right;
}
.silver_notification > img  {
    height: 150px;
}
.silver_notification > p > button  {
    padding: 4px 8px;
    border: 1px solid grey;
    border-radius: 10px;
}
.silver_notification_info  {
    text-align: right;
}
.silver_notification_info strong  {
    font-weight: bold;
}
.switch input  {
    display: none;
}
.switch  {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 4px;
    transform: translateY(50%);
    position: relative;
}
.slider  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.2s;
}
.slider:before  {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #777;
    border-radius: 30px;
    transform: translateX(-30px);
    transition: 0.2s;
}
input:checked + .slider:before  {
    transform: translateX(30px);
    background-color: limeGreen;
}
input:checked + .slider  {
    box-shadow: 0 0 0 2px limeGreen, 0 0 8px limeGreen;
}
.switch200 .slider:before  {
    width: 200%;
    transform: translateX(-82px);
}
.switch200 input:checked + .slider:before  {
    background-color: red;
}
.switch200 input:checked + .slider  {
    box-shadow: 0 0 0 2px red, 0 0 8px red;
}
.box-shadow  {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.pb_30  {
    padding-bottom: 30px;
}
.pt_30  {
    padding-top: 30px;
}
.possitive  {
    color: var(--possitive);
}
.d-none  {
    display: none;
}
section.text-center.filter  {
    margin: 10px 0;
}
.cat-header-h  {
    padding: 0;
}
.cat-header-h h3  {
    margin-bottom: 15px;
}
.cut-text div {
    text-overflow: ellipsis;
    overflow: hidden;
    transition: max-height ease-out 200ms;
    max-height: 60px;
    min-width: 100%;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cut-text-animation {
    max-height: 1000vh !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset!important;
    -webkit-box-orient: unset !important;
}
#readMoreLess-description button {
    background-color: #f1f1f1;
    padding: 3px 10px 3px 10px;
    font-size: 13px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
#readMoreLess-description button:hover {
    background: #dddddd;
}
div#readMoreLess-description {
    margin-bottom: 5px;
}
h1  {
    font-size: 26px;
    font-weight: bold;
}
h2,h3  {
    font-size: 20px;
}
h4  {
    font-size: 16px;
    font-weight: bold;
}
.mobile_only  {
    display: none;
}
.desktop_only  {
    display: block;
}
.nav-link  {
    cursor: pointer;
}
.nav-link.active  {
    background-color: var(--light-background);
}
.nav-tabs  {
    margin-bottom: -5px;
}
.top-menu img  {
    width: 26px;
    height: 26px;
    border-radius: 12px;
    object-fit: cover;
}
.categories label.title.mb-1  {
    font-weight: 700;
    padding-top: 5px;
    margin-left: 3px;
}
#showMoreCats  {
    display: none;
}
#loadMoreCatsBtn  {
    border: 0;
    background: transparent;
    color: #1e2b3c;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
#loadMoreCatsBtn:hover  {
    cursor: pointer;
}
#back_button  {
    border: 0;
    background: inherit;
    color: var(--basic);
    font-size: 27px;
    font-weight: bold;
    margin-right: 15px;
}
.clean_menu  {
    padding-top: 24px;
    padding-bottom: 24px;
}
.premium_qualities_ad  {
    display: flex;
    justify-content: center;
    gap: 130px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.premium_auality > p  {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.premium_auality > p.fa  {
    color: var(--possitive);
    font-size: 30px;
    width: 100%;
    font-weight: normal;
}
.menu.clean_menu  {
    background-color: white;
}
header#header.clean_header  {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: var(--middel) solid 1px;
    height: auto;
}
.premium_deals  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}
.premium_deals h4  {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark);
}
.premium_deals p  {
    color: var(--place-older);
    font-size: 18px;
    font-weight: regular;
}
.premium_deals strong  {
    color: var(--p-text);
    font-size: 100px;
    font-weight: bold;
    text-align: center;
}
.premium_deals span  {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    background-color: var(--primary);
    color: white;
    font-weight: bold;
    padding: 3px 22px;
    border-radius: 15px;
    left: 23px;
}
.premium_deals strong::before  {
    content: "₪";
    font-size: 44px;
}
.premium_deal > input  {
    visibility: hidden;
    position: absolute;
}
.premium_deal > input + div:before  {
    content: " ";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border: 1px solid var(--middel);
    border-radius: 100%;
}
.premium_deal > div  {
    border-radius: 24px;
    border: var(--middel) solid 1px;
    padding: 60px 25px 100px 25px;
    width: 280px;
    height: 380px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.premium_deal > input:checked + div  {
    border: 4px solid var(--primary-dark);
    background: #fff;
}
.premium_deal div  {
    background: #fff;
}
.premium_deal > input:checked + div:before  {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.center_button_container  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#get_premium  {
    width: 587px;
    height: 60px;
    color: white;
    background-color: var(--primary);
    border: 0;
    border-radius: 30px;
    font-weight: bold;
    font-size: 24px;
    margin: 15px;
}
#get_premium:hover  {
    cursor: pointer;
}
#get_premium > span  {
    display: block;
}
#purchase_info  {
    text-align: right;
    margin-right: 30px;
}
#purchase_info.margin-info  {
    margin: 0 0 80px 0;
}
ul#purchase_info > li  {
    list-style-type: disc;
}
ul#purchase_info > li::marker  {
    color: var(--primary);
}
a.button.btn-sm.btn-dark.able_to_reply  {
    background-color: var(--green);
}
.btn-card.active_msg_button  {
    background-color: var(--green);
}
.filter form h4  {
    text-align: center;
    padding: 2px;
}
.filter form  {
    font-size: 14px;
}
.filter label.title  {
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
}
#divFormFilter  {
    background: #e5e5e5;
    border-radius: 10px;
}
.filter label  {
    margin: 0;
    cursor: pointer;
}
.filter select.selectpicker-form  {
    padding: 0;
    margin: 0;
}
.main  {    
    height: var(--main-height);
    /* width: var(--main-width); */
    --main-height: 307px;
    --main-width: 262px;
    border-radius: 15px;
}
#main-card-display-container  {
    width: 262px;
    position: relative;
    padding: 0 15px;
    margin: auto;
}
#main-card-display-container .main  {
    margin: auto;
}
#main-card-display-container .main .btn-card  {
    display: none;
}
#edit_profile_button  {
    margin: auto;
    color: white;
    z-index: 9;
}
#edit_profile_button:hover  {
    color: var(--primary);
}
#image-uplad-input  {
    display: none;
}
#image-uplad-icon  {
    font-size: 75px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: lightgray;
    padding: 16px;
    border-radius: 100%;
    background: var(--light-background);
    color: var(--p-text);
    aspect-ratio: 1/1;
    overflow: hidden;
    font-size: 29px;
}
.footer-widget p.footer-link  {
    font-size: 16px;
}
.profile-details.profile-text h5  {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 161px;
    max-width: calc(100% - 1px);
}
.main img  {
    object-fit: cover;
    height: var(--main-height);
    border-radius: 15px;
    width: 100%;
}
.team-tilte  {
    color: white;
}
.team-tilte .fa  {
    color: var(--possitive);
}
span.badge.pics  {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: absolute;
    bottom: 50px;
    right: 11px;
    color: #fff;
    font-weight: 500;
    background: radial-gradient( circle, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.7) 13%, rgba(0, 0, 0, 0.57) 30%, rgba(0, 0, 0, 0) 53% );
    padding-right: 11px;
}
.image-count  {
    background-color: white;
    color: var(--nutral);
    position: relative;
    font-size: 10px;
    bottom: -6px;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-buttons  {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 16px;
    bottom: 16px;
}
.action-buttons .fa-comment:before  {
    bottom: 2px;
    position: relative;
}
.profile-details.profile-text  {
    position: absolute;
    height: 64px;
    bottom: 0;
    text-align: right;
    line-height: initial;
    display: flex;
    justify-content: space-between;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.7) 38%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0) 100% );
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    max-width: calc(100% - 30px);
}
.profile-details.profile-text > a  {
    width: 100%;
}
.btn-card  {
    width: 30px;
    height: 30px;
    color: white;
    background: var(--possitive);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main a.btn-card:hover, .main a.btn-card:focus  {
    color: var(--possitive);
    background-color: white;
    border: 1px solid var(--possitive);
}
.nowrap  {
    white-space: nowrap;
}
.hidden  {
    display: none !important;
}
.timeline-inverted .timeline-body:before  {
    left: -60px;
    right: unset;
}
.empty_cat  {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.empty_cat > img  {
    max-width: max(50%, 600px);
    align-self: center;
    width: 100%;
}
.page-section-ptb .button  {
    white-space: break-spaces;
}
.form.input3-col .half-group.right-group  {
    margin-left: 0;
    margin-right: 2%;
}
#footer-site-info  {
    color: white;
    padding: 16px 0;
}
#footer-site-info a  {
    color: #fff;
}
#footer-site-info > .container > ul > li  {
    color: white;
}
#footer-links  {
    background-color: white;
    color: var(--nutral);
    padding-bottom: 16px;
    font-size: 14px;
}
#footer-links h3  {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
.bottom-white-line  {
    border-bottom: 1px solid white;
    padding-bottom: 16px;
    padding-top: 9px;
    margin-bottom: 7px;
}

.shake  {
    animation: shake 1s infinite;
    animation-iteration-count: 1;
}
.is_online  {
    position: absolute;
    top: 12px;
    right: 27px;
}
.profile-picture-container  {
    margin: auto;
    display: block;
    max-width: 262px;    
    position: relative;
}
.profile-picture-container img  {
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    border-radius: 15px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.profile-picture-container a  {
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 7%;
}
.profile-picture  {
    width: 100px;
    height: 100px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.profile-picture img  {
    object-fit: cover;
    width: 100px;
    height: 100px;
}
.alertDiv  {
    background: #ff0000;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 150px;
    z-index: 3;
    position: absolute;
}
.typeRelation  {
    z-index: 10;
    position: relative;
    top: -292px;
    right: 8px;
    background: #c1005a;
    color: #fff;
    width: fit-content;
    padding: 0 5px;
    height: 18px;
    border-radius: 5px;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 12px;
}
.allCatsForUsers  {
    z-index: 9;
    position: relative;
    top: -337px;
    right: 8px;
}
.moreSpace {
    top: -300px;
}
.sameCat  {
    background: #c1005a;
    color: #fff;
    width: fit-content;
    padding: 3px 7px;
    cursor: pointer;
    border-radius: 10px;
    line-height: normal;
    margin: 3px 2px;
    font-size: 13px;
}
.sameCat a, .sameCat a:focus  {
    color: #fff;
}
.sameCat a:hover  {
    color: #fff;
    text-decoration: underline !important;
}
.pictures-menu-links  {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.loader  {
    width: min(200px, 50vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, var(--basic) 94%, #0000), radial-gradient(farthest-side, var(--primary-dark) 94%, #0000), var(--basic);
    background-position: center;
    background-repeat: no-repeat;
    animation: l4 1.5s infinite;
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
}
@keyframes l4  {
    0%  {
        background-size: 0 0, 0 0;
    }
    30%, 50%  {
        background-size: 0 0, 120% 120%;
    }
    80%, 100%  {
        background-size: 120% 120%, 120% 120%;
    }
}
#loading_overlay  {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(240, 240, 240, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes flicker  {
    0%  {
        opacity: 1;
    }
    50%  {
        opacity: 0.6;
    }
    100%  {
        opacity: 1;
    }
}
.green-circle  {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: limegreen;
    display: inline-block;
    border-radius: 50%;
    animation: flicker 0.8s infinite;
}
@keyframes shake  {
    0%  {
        transform: translate(0, 0);
    }
    10%  {
        transform: translate(-10px, 0);
    }
    20%  {
        transform: translate(10px, 0);
    }
    30%  {
        transform: translate(-10px, 0);
    }
    40%  {
        transform: translate(10px, 0);
    }
    50%  {
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 1200px)  {
    .mega-menu .menu-links > li > a, .mega-menu .menu-links > li > span  {
        font-size: 16px;
    }
}
@media screen and (min-width: 767px)  {
    .menu.clean_menu  {
        background-color: var(--basic);
    }
    .col-md-2dot4  {
        max-width: 20%;
    }
    .pictures-menu-links li a  {
        color: white;
    }
}
@media screen and (max-width: 767px)  {
    .cat-header-pic img.cat-header{
        width: 100%
    }
    #image_editing  {
        --img-dim: calc((100vw - 56px) / 2);
    }
    #edit_profile_button  {
        position: fixed;
        bottom: 80px;
        right: 8px;
        left: 8px;
    }
    #skip_upload_Image  {
        position: fixed;
        bottom: 40px;
        right: 8px;
        left: 8px;
    }
    #main-card-display-container  {
        width: 100%;
    }
    #main-card-display-container .main  {
        position: relative;
    }
    .main .image-upload-options  {
        max-width: 100%;
    }
    .mobile_only  {
        display: block;
    }
    .desktop_only  {
        display: none;
    }
    .clean_header .menu-logo img  {
        height: 37px;
        width: 80px;
        margin-top: 10px;
    }
    .clean_menu  {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .premium_qualities_ad  {
        flex-direction: column;
        gap: 0;
        margin: 15px;
    }
    .premium_auality  {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 5px;
        line-height: 1.4;
    }
    .premium_auality > p.fa  {
        width: revert;
        font-size: 14px;
        height: fit-content;
    }
    .premium_auality > p  {
        font-size: 14px;
        font-weight: normal;
    }
    .premium_deals  {
        gap: 7px;
        flex-direction: column;
        padding: 15px 15px 0 15px;
    }
    .premium_deal > input:checked + div  {
        border-width: 1px;
    }
    .premium_deal > input + div:before  {
        width: 15px;
        height: 15px;
    }
    .premium_deals span  {
        font-size: 10px;
        line-height: 1.4;
        padding: 3px 14px;
    }
    .premium_deals h4  {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .premium_deals p  {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .premium_deals strong  {
        font-size: 16px;
        margin-top: unset;
        margin-right: auto;
    }
    .premium_deals strong::before  {
        font-size: 12px;
    }
    .premium_deal > div  {
        border-radius: 15px;
        padding: 16px 10px;
        width: 100%;
        height: unset;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .premium_deal > input + div:before  {
        position: static;
    }
    #purchase_info, #purchase_info.margin-info  {
        margin: 0 32px 80px 15px;
        line-height: 1.4;
        font-size: 14px;
    }
    #get_premium  {
        font-size: 16px;
        height: 35px;
        font-weight: normal;
        margin-top: 0;
    }
    .profile-details.profile-text  {
        max-width: calc(100% - 4px);
    }
    span.badge.pics  {
        left: 4px;
    }
    .is_online  {
        right: 12px;
    }
    #footer-site-info  {
        background-color: white;
    }

    #footer-site-info > .container > ul > li  {
        padding: 0 0;
    }
    #footer-site-info > .container > ul > li > span  {
    }
    #footer-site-info > .container > ul > li:nth-child(odd)  {
        padding-left: 5px;
    }
    #footer-site-info > .container > ul > li:nth-child(even)  {
        padding-right: 5px;
    }
    #footer-site-info > .container > ul > li > span  {
        display: block;
        background-color: var(--nutral);
        height: 100%;
        padding: 9px;
        min-height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #footer-site-info > .container > ul > li:nth-child(1) > span  {
        border-bottom-left-radius: 10px;
    }
    #footer-site-info > .container > ul > li:nth-child(2) > span  {
        border-bottom-right-radius: 10px;
    }
    #footer-site-info > .container > ul > li:nth-child(3) > span  {
        border-top-left-radius: 10px;
    }
    #footer-site-info > .container > ul > li:nth-child(4) > span  {
        border-top-right-radius: 10px;
    }
    #footer-links h3  {
        text-align: right;
    }
    #footer-links ul li  {
        text-align: right;
    }
    #footer-links aside  {
        margin-bottom: 34px;
    }
    .form.input3-col .half-group.right-group  {
        margin-right: 0;
    }
    .nav-profile-options {
        justify-content: start !important;
    }
}
@media screen and (max-width: 570px)  {
    header#header > .container  {
        background-color: white !important;
        color: var(--text-light);
        position: fixed !important;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 16px;
        padding-bottom: 11px;
    }
    .header-menu-logo  {
        width: 82px;
    }
    .header-menu-links  {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    .header-menu-link  {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 75px;
        color: white;
        position: relative;
    }
    a.header-menu-link:hover  {
        color: white;
    }
    a.header-menu-link:hover > p  {
        text-decoration: underline;
    }
    .header-menu-link > p  {
        margin: 0;
        font-size: 11px;
        line-height: 2.1;
    }
    header#header > .container  {
        -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.45);
    }
    .header-menu-logo  {
        display: none;
    }
    .header-menu-links  {
        width: 100%;
        justify-content: space-around;
    }
    .header-menu-link  {
        color: var(--text-light);
    }
    a.header-menu-link:hover  {
        color: var(--text-light);
    }
    .header-menu-link.current-page  {
        color: var(--primary-dark);
    }
    a.header-menu-link.current-page:hover  {
        color: var(--primary-dark);
    }
}
@media screen and (max-width: 320px)  {
    .header-menu-link  {
        width: 50px;
    }
    .header-menu-link > p  {
        font-size: 8px;
    }
}
.filter-menu-container  {
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.advanced-filters-menu  {
    overflow: hidden;
    max-height: 0;
    display: none;
}
.open-filter  {
    max-height: 100%;
    transition: max-height 0.25s ease-in;
    overflow: unset;
    display: inline-block;
}
.open-filter-menu  {
    cursor: pointer;
}
.filter-menu-title {
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.filter-menu-title i.fa.fa-sliders  {
    margin-left: 2px;
}
.noUi-connect  {
    background: var(--primary);
}
.shorten-text  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-auto  {
    margin: auto;
}
.noUi-handle:before, .noUi-handle:after  {
    background: unset !important;
}
.noUi-tooltip  {
    border: unset !important;
    border-radius: unset !important;
    background: unset !important;
}
.noUi-horizontal .noUi-tooltip  {
    bottom: 0 !important;
    font-size: small !important;
}
.nav-profile-options  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    align-content: center;
    align-items: center;
    overflow-x: auto;
    justify-content: center;
}

#ageRange {
    margin: 5px 16px 5px 32px;
}

/* .noUi-handle.noUi-handle-lower  {
    left: -33px !important;
}
.noUi-handle.noUi-handle-upper {
    left: 0 !important;
} */
.more-options {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.invoice-table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    column-gap: 10px;
}
.form-group.col-md-12.popup-input {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.form-row.mt-3{
    justify-content: center;
}
.close-input-address{
    position: absolute;
    left: 5px;
    top: 7px;
    background-color: transparent;
    border: unset;
    cursor: pointer;
}
.close-input-address.profile-section{
    top:19px !important;
}   

.close-input-address:hover{
    transform: scale(1.1);
}
.current-location,.delete-current-location{
    border: unset;
    cursor: pointer;
}
.current-location:hover,.delete-current-location:hover{
    color:var(--dark);
}
#inputAddress{    
    padding:4px 4px 4px 25px;
    background:#fff;    
    border-color: #d0d0d0 !important;  
    height: 35.14px !important;    
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 5px;
}
#inputAddress.profile-section{
    border:unset;
    border-bottom: 1px solid #c7b7cf;
    padding-right: 40px;
    box-shadow: unset;
}
.address-container{
    position: relative;
}

.locationiq-bounds  {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.locationiq-bounds a, .locationiq-bounds a:hover  {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.locationiq-bounds a, .layout-control-layers-toggle  {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.locationiq-bounds a:hover  {
    background-color: #f4f4f4;
}
.locationiq-bounds a:first-child  {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.locationiq-bounds a:last-child  {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.locationiq-bounds a.leaflet-disabled  {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}
.locationiq-control  {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
    float: left;
    clear: both;
    cursor: auto;
}
.autocomplete-suggestions  {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.autocomplete-suggestions a, .autocomplete-suggestions a:hover  {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.autocomplete-suggestions a, .layout-control-layers-toggle  {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.autocomplete-suggestions a:hover  {
    background-color: #f4f4f4;
}
.autocomplete-suggestions a:first-child  {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.autocomplete-suggestions a:last-child  {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.autocomplete-suggestions a.leaflet-disabled  {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}
.locationiq-autocomplete-input  {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding-left: 26px;
    text-indent: 6px;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer;
}
.locationiq-autocomplete-control  {
    width: 26px;
    height: 26px;
    background-color: white;
    -webkit-transition: width .1s, height .1s;
    -moz-transition: width .1s, height .1s;
    -ms-transition: width .1s, height .1s;
    -o-transition: width .1s, height .1s;
    transition: width .1s, height .1s;
    z-index: 810;
    box-sizing: content-box;
}
.locationiq-autocomplete-expanded  {
    width: 280px;
    height: 44px;
}
.locationiq-autocomplete-expanded .locationiq-autocomplete-input  {
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 32px;
}
.locationiq-reset-control  {
    display: none;
    position: absolute;
    right: 0;
    width: 26px;
    height: 100% !important;
    padding-right: 2px;
    text-align: center;
    vertical-align: middle;
    font: normal 18px/26px 'Lucida Console', Monaco, monospace;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.locationiq-autocomplete-expanded .locationiq-reset-control  {
    display: table-cell;
    background-color: inherit;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.locationiq-autocomplete-expanded .locationiq-reset-control.leaflet-locationiq-hidden  {
    display: none;
}
.locationiq-reset-control:before  {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.locationiq-autocomplete-search-icon  {
    position: absolute;
    height: 100%;
    background-image: url('https://maps.locationiq.com/v3/libs/autocomplete/images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    z-index: 10;
    padding-left: 7px;
}
.locationiq-bounds a.locationiq-autocomplete-search-icon  {
    border-radius: 4px;
    border-bottom: 0;
    height: 100%;
}
.locationiq-bounds a.locationiq-autocomplete-search-icon:not(:hover)  {
    background-color: transparent;
}
.locationiq-autocomplete-expanded a.locationiq-autocomplete-search-icon  {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.locationiq-autocomplete-search-icon.leaflet-locationiq-loading  {
    background-image: url('https://maps.locationiq.com/v3/libs/autocomplete/images/loading.gif');
}
@media only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 2.5/2), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx)  {
    .locationiq-autocomplete-search-icon  {
        background-image: url('https://maps.locationiq.com/v3/libs/autocomplete/images/search@2x.png');
    }
    .locationiq-autocomplete-search-icon.leaflet-locationiq-loading  {
        background-image: url('https://maps.locationiq.com/v3/libs/autocomplete/images/loading@2x.gif');
    }
}
.locationiq-autocomplete-input:focus  {
    outline: none;
    cursor: text;
}
.locationiq-autocomplete-input::-ms-clear  {
    display: none;
}
.autocomplete-suggestions  {
    width: 100%;
    position: absolute;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.autocomplete-suggestion  {
    font-size: 13px;
    padding: 7px;
    background-color: white;
    border-top: 1px solid #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.autocomplete-suggestion-name  {
    line-height: 20px;
}
.autocomplete-suggestion-address  {
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
.autocomplete-suggestion:first-child  {
    border: none;
}
.autocomplete-suggestion:hover  {
    background-color: #d5f1f3;
    border-color: #d5f1f3;
}
.autocomplete-selected, .autocomplete-selected:hover  {
    background-color: #b2e3e7;
    border-color: #b2e3e7;
}
.locationiq-autocomplete-message  {
    font-size: 13px;
    padding: 7px;
    background-color: white;
    overflow-x: auto;
}
#search-box  {
    padding-left: 20px;
    padding-top: 20px;
    width: 400px;
    height: 100px;
}
#result  {
    padding-left: 20px;
    padding-top: 20px;
    width: 400px;
    height: 100px;
}
.jq-toast-single.jq-has-icon.jq-icon-info {
    font-size: 14px;
}
.data-table .table tbody tr td  {
    color: #5A6167;
    font-size: 16px;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
}
.messages .data-table .table tbody tr td {
    padding: 0;
}
.three .col.col-md-4  {
    padding: 0;
}
.text-error {
    color: red;
}
.messages-badge-container  {
    background-color: var(--primary);
    height: 20px;
    min-width: 20px;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: 18px;
    padding: 1px 4px 0 3px;
    border-radius: 10px;
    animation: blinker 1s linear infinite, delay-animation 1s linear infinite;
}


#phoneSpan {
    color:#c1005a;
}
#sendMsg {
    position: relative;
}
#pagesNav {    
    background: url('../images/br_down.webp') no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 5px;
    position: relative;
    display: block;
    width: 100%;
    border: unset;
    font-size: 25px;
    font-weight: bold;
    color:var(--p-text);
    cursor: pointer;
    height: fit-content;
    overflow: hidden;
    padding: 0;
}
#pagesNav:focus {
    outline: 0;
}
#pagesNav option {
    font-size: 16px;
    padding: 10px;
}
#pagesNav option:hover {
    box-shadow: 0 0 10px 100px var(--primary-light) inset !important;
    background-color: var(--primary-light);
}
#pagesNav option:checked {
    box-shadow: 0 0 10px 100px var(--primary-light) inset !important;
}
#footer-links aside h3::after  {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid black;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    opacity: 0.7;
    left: 10px;
    top: 15px;
    position: absolute;
}
.footer-title-down-arrow::after {
    border: 2px solid black !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
}
#frmDel .one {
    cursor: pointer;
}
#skip_upload_Image {
    cursor: pointer;
}
.tab-options {
    margin-bottom:15px;
}

.forum-table tbody tr:nth-child(even){
    background: #e8e8e8;
}

.search-input{
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}
.search-container{
    display: flex;
    flex-flow: row nowrap;   
    justify-content: center;
    align-items: flex-start;
}
.search-button-icon{
    background-color: var(--primary-light);
    border: 1px solid var(--primary);
    margin: 0;
    height: 35px;
    border-radius: 5px 0 0 5px;
}
.search-button-icon i{
    color: #fff;
}
.search-button-icon:hover{
    opacity: 0.75;
    cursor: pointer;
}
.close-input-search{
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -70%);
}
#searchBox{
    border-color: #d0d0d0 !important;  
    height: 35.14px !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}
#searchBox:focus{
    border-color: var(--primary) !important;
    box-shadow: 2px 0 0 0.1rem var(--primary-light) !important;    
}
#searchBox::placeholder,#inputAddress::placeholder{
    padding-left: 25px;
    font-size:13px;
    height:36px;
}
.noUi-handle.noUi-handle-upper {
    left: -33px !important;
}
.no-profile-pictures {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 7px;
    color: #fff;
    padding: 2px 11px;
    font-size: 14px;
}
.selectize-input,.selectize-input input{
    cursor: pointer !important;
}

.filter-left-side-container{
    display: flex;
    flex-flow: nowrap column;        
    align-items: flex-end;    
}

.pac-container{
    z-index: 2000;
    direction: rtl;
    text-align: right;
    background-color: #fff;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;    
}

.pac-item{
    text-align: right;
}

.invalid-feedback{
    color: red;
}
.profile-address-distance{
    position: absolute;
    left: 2px;
    top: 15px;
    color: white;
    background-color: var(--nutral);
    padding: 4px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;;
    font-size: 12px;
}
.inner-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row nowrap;
}

.btn-filter-icon{
    /* background-color:white;
    border:unset;
    cursor: pointer; */
    background-color: white;
    border: unset;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.btn-filter-icon:hover{
    transform:scale(1.1);
}
.near-me-container{
    text-align: center;
}
.near-me-container img{
    width:300px;    
}

.near-me-container button{
    all: unset;
    cursor: pointer;
}
.desktop-sort-select .selectize-input{
    border: unset !important;
    box-shadow: unset !important;
}
.desktop-sort-select .selectize-dropdown{
    border: unset !important;
}
#completeProfileDetailsPopup .silverBox{	
    min-width: min(90vw, 700px);
} 
.display-address-button{
    all: unset;
    cursor: pointer;
    position: relative;
    /* padding-right: 12px; */
}
.header-menu-links p{
    white-space: nowrap;
}
.address-edit-icon{
    position: absolute;
    bottom: -2px;    
    border-radius: 100%;
    margin:0 4px;
    font-size: 11px !important;
}

#cookie-notice-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(30, 43, 60, 0.95);
    color: #fff;
    z-index: 30;
    transition: max-height 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%), max-height 1s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    max-height:0;
    box-shadow:-2px -14px 14px #00000040;    
}


.cookie-notice {
    display: flex;
    flex-flow:row wrap;        
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 15px 75px;
    line-height: 22px;
}

.cookie-notice a{
    color: #fff;
    text-decoration: underline;
}

.cookie-notice-btns button{
    border:none;
    border-radius: 12px;
}

.cookie-notice-btns .accept{
    background-color: #c1005a;
    border: 1px solid #c1005a;
    color:white;
    min-width: 150px;
    width:100%;
    text-transform: capitalize;    
    padding: 0 30px;    
    border-radius: 50px;;
    /* line-height: 50px; */
    font-weight: 700;
    font-size: 18px;
    
}

.cookie-notice-btns .accept:hover{    
    background-color: rgba(30, 43, 60, 0.95);
    cursor: pointer;
}

.cookie-notice-btns {
    margin-top: 10px;
}