.worked-box {
    bottom: 0;
    left: -250px;
}

.arrow-main {
    right: -105px;
}

.JessicaBiogi-main {
    right: -50px;
}

img.home-girl-img {
    height: 610px;
}

.media-main div a .icon {
    color: #fff;
    width: 20px;
}

img.girl-img2 {
    height: 470px;
}

.years-img {
    right: 60px;
}

.digit {
    right: 145px;
}

.circle-text {
    right: 120px;
}

.skills-box-main img {
    width: 55px;
}

.client-bounce-img {
    width: 100px;
}

.effect-milo img {
    width: 550px;
}

.services-projects .umber-hedaing-sub {
    flex-basis: 220%;
}

.services-projects .beautician-service__area-item:hover .artist__exhibition-thumb {
    width: 200px;
    height: auto;
}

.about-me-section {
    padding-bottom: 100px;
}

.blog-details .single-services-img-main{
    text-align: center;
}

.blog-details img.single-services-main-img.move-img {
    position: relative;
    height: 600px;
}

.outer-menu .hamburger {
    top: 5px;
}

.nunc-text.text-white p,
.nunc-text.text-white span{
    color: #fff !important;
}

.other-services-main .recent-post-img {
    height: 70px;
}

.other-services-main .recent-posts-main {
    align-items: center;
}

.google-ads{
    margin-top: 30px;
}

.text-is-white,
.text-is-white p,
.text-is-white span,
.text-is-white h2,
.text-is-white h3,
.text-is-white h4,
.text-is-white h5,
.text-is-white h6,
.text-is-white div{
    color: #fff !important;
}

/* RESPONSIVE */
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .blog-details img.single-services-main-img.move-img {
        height: 460px;
    }
}

@media screen and (max-width: 991px) {
    .blog-details img.single-services-main-img.move-img {
        height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details img.single-services-main-img.move-img {
        height: 250px;
    }
}

@media screen and (max-width: 575px) {
    .tab-product-design {
        line-height: 30px;
    }

    .back-btn img{
        width: 180px;
    }
}

@media screen and (max-width: 500px) {

    img.home-girl-img,
    img.girl-img2 {
        height: auto;
    }

    .digit,
    .circle-text {
        right: 0;
    }

    .blog-details img.single-services-main-img.move-img {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    img.girl-img2 {
        visibility: hidden;
    }
}

@media screen and (max-width: 400px) {
    .blog-details img.single-services-main-img.move-img {
        height: 200px;
    }

    .footer-logo img {
        width: 70%;
    }
}

