.content img {
    max-width: 100%;
}

.black-bg .wrapper-title {
    color: #fafafa;
}

.box-style-one {
    display: grid;
    min-height: 424px;

    .button-group {
        margin-top: auto;
    }
}

.feedback-wrapper p {
    font-size: 18px;
    margin-bottom: 8px;
}

.skills-wrapper:hover .skills-name {
    text-align: left;
}

.text-img img {
    border-radius: 0px;
}

.main-menu ul li a::before {
    content: none;
}

.main-menu ul li a.list::before {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 13px;
    right: -16px;
    top: 26px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-style-three .blog-thumb {
    max-width: 410px;
}

.project-img img {
    max-width: 580px;
}

.brand-title {
    color: #FF8A00;
    font-size: 82px;
    font-weight: 700;
}