.pr__mobile__nav.uk-offcanvas
{
    z-index: 99999;
}
.uk-offcanvas-bar
{
    width: 100vw;
    background-color: #000;
    -webkit-transition: 700ms cubic-bezier(.17,.67,0,1.01);
    -o-transition: 700ms cubic-bezier(.17,.67,0,1.01);
    transition: 700ms cubic-bezier(.17,.67,0,1.01);
}
.offcanvas_anime .uk-offcanvas-bar
{
    left: auto;
    right: -100vw;
}
@keyframes uk-fade-right
{
    0%
    {
        opacity: 0;
        transform: translateX(40px);
    }
    100%
    {
        opacity: 1;
        transform: translateX(0);
    }
}
#quote_form form
{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#quote_form form p
{
    width: 50%;
    padding: 0 10px;
}
#quote_form form p input
{
    padding: 8px 15px;
}
#quote_form form p textarea
{
    height: 100px;
}
#quote_form form p select
{
    padding: 10px 15px;
}
#quote_form form p:nth-child(6)
{
    width: 100%;
}
.partners .content
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.partners .content img
{
    width: 33.333%;
    height: auto;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
}
.partners .content img:nth-child(2)
{
    max-width: 250px;
}
hr.pr-page-title-hr
{
    display: none;
}
.section-title .entry-title
{
    text-align: center;
}
.section-title.thumbnail-bg::before
{
    background-color: rgba(0,0,0,.3)!important;
}
.blog .section-title.thumbnail-bg::before
{
    background-color: rgba(0,0,0,.3);
}
.pixe-single-post-header-full:before
{
    background: rgba(0,0,0,.5)!important;
}
.client_logos
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client_logos img
{
    max-width: 25%!important;
    padding: 0 40px;
    max-height: 95px;
    width: auto;
}
#masthead
{
    position: absolute;
    z-index: 999;
    width: 100%;
}
.pixe-single-post-header-full, .section-title.thumbnail-bg
{
    margin-top: 0!important;
}
.elementor-668 .elementor-element.elementor-element-14bfca6e
{
    margin-top: 0!important;
}
.mobile-logo
{
    padding: 10px 0;
}
.mobile-logo img
{
    max-height: 60px;
}
.elementor p, .elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor a, .elementor span, .elementor strong, .elementor div
{
    font-family: 'Roboto'!important;
}
.top_agency a
{
    color: #fff;
    text-decoration: underline!important;
}
.elementor-nav-menu--main .elementor-item.elementor-item-active
{
    color: #ffffff90!important;
}
.home .post-items img
{
    height: 220px!important;
    object-fit: cover;
    width: 100%;
}
.black_friday_popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.black_friday_popup div
{
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 700px;
    border-radius: 10px;
    text-align: center;
}
.black_friday_popup p
{
    color: #000;
    font-size: 24px;
}
.black_friday_popup p span
{
    color: #e9204f;
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}
.black_friday_popup a
{
    background: #e9204f;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.black_friday_popup a:hover
{
    color: #fff!important;
}
.mid_pricing_block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    display: none;
}
.mid_pricing_block.active
{
    display: flex;
}
.mid_pricing_block .mid_block
{
    width: 31.3333%;
    margin: 0 1%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.3);
    background: linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 139.17%);
    box-shadow: 0 4px 17px 5px rgba(0,0,0,.07);
    text-align: center;
    padding: 45px 20px;
}
.mid_pricing_block.plans4 .mid_block
{
    width: 23%;
}
.mid_pricing_block.plans2
{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.mid_pricing_block.plans2 .mid_block
{
    width: 48%;
}
.mid_pricing_block .mid_block h3
{
    color: #fff;
    font-family: Inter;
    font-size: 32px;
    font-weight: normal;
}
.mid_pricing_block .mid_block h4
{
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.mid_pricing_block .mid_block h4 p
{
    margin: 0;
    font-size: 24px;
}
.mid_pricing_block .mid_block ul
{
    color: #aaa;
    margin-top: 25px;
}
.mid_pricing_block .mid_block ul li
{
    margin-bottom: 10px;
}
.mid_pricing_block .mid_block a
{
    color: #232323;
    background: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
}
.price_table
{
    justify-content: center;
}
.plans4 .pricebox
{
    width: 20%;
}
.plans2 .pricebox
{
    width: 33.3333%;
}
@media(max-width: 991px)
{
    .mid_pricing_block
    {
        width: 1200px;
    }
}
@media(max-width: 767px)
{
    .mid_pricing_block
    {
        width: 1000px;
    }
}
@media(max-width: 767px)
{
    .section-title.thumbnail-bg
    {
        padding: 80px 0;
    }
    .client_logos img
    {
        max-width: 100%!important;
        margin-bottom: 30px;
    }
    .partners .content img
    {
        width: auto;
        margin-bottom: 30px;
    }
}