/* Default Style Replace */

body {
    font-size: 15px;
}

.content .error-404 {
    font-size: 22px;
    line-height: 1.5;
}

.content .error-404 h1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 300px;
    color: rgba(33, 32, 35, 0.03);
    font-weight: 800;
}
.hero-img-box .complet-prj {
    z-index: -1;   
}
.home .home-content .home-title p {
    font-size: 20px;
}
.social p {
    font-size: 16px;
}    
.portfolio .portfolio-box .port-title h4 {
    font-size: 18px;
}    
.single-blog-details p,
.port-dt-content p {
    margin-bottom: 10px;
}
.port-dt-content ul {
    list-style: disc;
    padding: 0 0 15px 25px;
    line-height: 1.75;
}
.wg-telegram {
    /* display: inline; */
    display: none; 
    text-align: center;
    position: fixed;
    bottom: 67px;
    height: 45px;
    width: 45px;
    right: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 995;
}

@media (max-width: 1199px) {
    .home .home-content .home-title p {
        font-size: 18px;
    }
    .home .home-content .social {
        margin-top: 55px;
    }    
}

@media (max-width: 991px) {
    .about .about-img-box {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .home .shape-2 {
        bottom: auto;
    }       
}
@media (max-width: 769px) {
    .content .error-404 h1 {
        font-size: 40vw;
    }    
}
@media (max-width: 576px) {
    .home .home-content .home-title h1 {
        font-size: 82px;
        top: -62px;
    }
    .home .home-content .home-title p {
        font-size: 16px;
    }   
    .social p {
        font-size: 15px;
    }    
}