footer .email:before {
    background-image: url(/public-assets/img/envelope.png);
}

footer .addr:before {
    background-image: url(/public-assets/img/map-pin.png);
}

header .header-menu ul li .sub-menu {
    width: 340px;
    z-index: 1000 !important;
}

.blog .tags .tag.active {
    border-color: #ff2600;
    background-color: #ff2600;
    color: #fff
}

.blog .articles .item .outer .article-category:focus,.blog .articles .item .outer .article-category:hover {
    opacity: 1
}

.popup-form .success {
    position: relative;
}


.popup-form .animated-input textarea {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    height: 100px;
    resize: vertical;
    padding: 6px 15px;
    background-color: #fbfbfb;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.popup-form .focused textarea {
    background-color: #fff;
}


.site-live-preview {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #e8e8e8;
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    margin-bottom: 60px;
}

.site-live-preview .long-img {
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.site-live-preview .long-img {
    padding: 0 0 56% 0;
    position: relative;
    overflow: hidden;
    height: 0;
}

.site-live-preview .long-img:before {
    content: '';
    display: block;
}

.site-live-preview .window-head {
    background: #e8e8e8;
    height: 20px;
}

.site-live-preview .window-head .dots {
    position: absolute;
    top: 6px;
    left: 10px;
    line-height: 8px;
    font-size: 0;
}

.site-live-preview .window-head .dots:before, .site-live-preview .window-head .dots:after {
    content: '';
}

.site-live-preview .window-head .dots:before, .site-live-preview .window-head .dots:after {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #bababa;
    border-radius: 50%;
    position: relative;
}

.site-live-preview .window-head .dots span,
.site-live-preview .window-head .dots:before,
.site-live-preview .window-head .dots:after {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #bababa;
    border-radius: 50%;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .site-live-preview .window-head {
        height: 40px;
    }

    .site-live-preview .window-head .dots {
        top: 13px;
        left: 15px;
        line-height: 15px;
    }

    .site-live-preview .window-head .dots span,
    .site-live-preview .window-head .dots:before,
    .site-live-preview .window-head .dots:after {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

}

.case-page .other-screens .screen {
    padding: 20px 0;
}


.portfolio-box {
    display: block;
    text-decoration: none;
    background: #efefef;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.portfolio-box .work-image {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transition: all .5s cubic-bezier(0.5,0.5,0,1);
}
.portfolio-box .work-image img {
    max-width: 100%;
    height: auto;
    -webkit-transform: translate3d(0,0,0);
    transition: all .5s cubic-bezier(0.5,0.5,0,1);
}
.portfolio-box .work-name {
    width: 100%;
    position: absolute;
    left: 150%;
    bottom: 20px;
    padding: 0 20px 0 45px;
    font: 400 22px/25px "Open Sans", Arial, sans-serif;
    opacity: 0;
    transition: all .5s cubic-bezier(0.5,0.5,0,1);
}
.portfolio-box .work-type {
    width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    padding: 0 20px 0 45px;
    font: 600 14px/14px "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    opacity: 0;
    transition: all .5s cubic-bezier(0.5,0.5,0,1);
}
.portfolio-box:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.portfolio-box:hover .work-image {
    transform: translateX(-100%);
    margin: 0 0 0 25px;
}
.portfolio-box:hover .work-image img {
    opacity: 0;
}
.portfolio-box:hover .work-type {
    top: 20px;
    opacity: 1;
}
.portfolio-box:hover .work-name {
    left: 0;
    opacity: 1;
}


.case-page .other-screens .screen .image.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.case-page .case-bottom {
    padding-top: 0px
}

.main-cases .case-item .case-data .image img
{
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.main-cases .case-item.image-bottom .case-data .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.main-cases .case-item .case-data .btn-gold span {
    background: -o-linear-gradient(315deg,#ca973b 0,#fde2b0 100%);
    background: linear-gradient(135deg,#ca973b 0,#fde2b0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.main-cases .case-item .case-data .btn-gold:hover {
    background: -o-linear-gradient(315deg,#ca973b 0,#fde2b0 100%);
    background: linear-gradient(135deg,#ca973b 0,#fde2b0 100%)
}


.main-cases .case-item .case-data .btn-black span {
    background: -o-linear-gradient(315deg,#222222 0,#7d7d7d 100%);
    background: linear-gradient(135deg,#222222 0,#7d7d7d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.main-cases .case-item .case-data .btn-black:hover {
    background: -o-linear-gradient(315deg,#222222 0,#7d7d7d 100%);
    background: linear-gradient(135deg,#222222 0,#7d7d7d 100%)
}

.main-cases .case-item .case-data .btn-blue span {
    background: -o-linear-gradient(315deg,#053d65 0,#09609e 100%);
    background: linear-gradient(135deg,#053d65 0,#09609e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.main-cases .case-item .case-data .btn-blue:hover {
    background: -o-linear-gradient(315deg,#053d65 0,#09609e 100%);
    background: linear-gradient(135deg,#053d65 0,#09609e 100%)
}

.service-content {
    margin-top: 120px;
}

.service-content .content {
    padding: 0;
    line-height: 30px;
}

.service-content .content p {
    line-height: 30px;
}

.service-content .content ul li {
    font-weight: normal;
}

.lead-cases .cases-carousel .item .image img {
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.lead-cases .cases-carousel .item .text-part .btn-outer {
    height: 90px;
    padding-left: 10px;
}
