.artist_profile {
    position: relative;
}

.artist_profile {
    margin-top: -45px;
}

.artist_caption h2 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff;
}

.artist_caption span {
    font-size: 26px;
    color: #fff;
}

.artist_caption {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    letter-spacing: 4px;
}

.scroll_down {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.scroll_down a img {
    width: 28px;
}

.scroll_down a span {
    display: block;
    margin-top: 15px;
}

.scroll_down a {
    display: inline-block;
    color: #fff;
}

.scroll_down a i {
    font-size: 50px;
    line-height: normal;
}

.inner_priofile_detail name {
    font-size: 54px;
}

.profile_info {
    background-color: #f3f3f3;
    padding: 60px 0;
}

.inner_priofile_detail name {
    font-size: 60px;
    display: block;
    line-height: normal;
}

.inner_priofile_detail {
    color: #333333;
    text-align: center;
}

.inner_priofile_detail span {
    display: block;
    font-size: 20px;
    line-height: normal;
}

.now_found_info {
    text-align: center;
    margin-bottom: 40px;
}

.inner_priofile_detail picture {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    margin: 25px 0 0;
    height: 100px;
    width: 100px;
}

.inner_priofile_detail picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_priofile_detail p {
    max-width: 600px;
    margin: auto;
}

.work_heading {
    padding: 50px 0;
}

.work_heading h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.selected_work .row {
    margin: 0;
}

.selected_title {
    padding: 20px;
}

.selected_work.freelancer_project_wrap {
    margin-bottom: 60px;
}

.selected_work .selected_items {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff !important;
    box-shadow: 0 10px 20px -8px #ccc;
    margin-bottom: 30px;
}

.selected_work .selected_items a {
    display: inline-block;
    width: 100%;
}

.selected_work .selected_items .selected_image {
    background-color: #fff;
    height: 270px;
}

.selected_work .selected_items .selected_image img {
    width: 100%;
    height: 100%;
}

.selected_work .selected_items a .selected_title {
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

.selected_work .selected_items a .selected_title h4 {
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.selected_title h4 {
    text-transform: uppercase;
}

.load_more {
    background-color: #f26351;
    text-align: center;
    padding: 60px 0;
}

.load_more a {
    border: 1px solid #000;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #000;
}

.load_more a i {
    font-size: 19px;
    margin-left: 7px;
}

.get_in_touch {
    background-color: #000;
    padding-bottom: 100px;
    color: #fff;
}

.get_in_touch h2 {
    color: #fff;
}

.get_touch_left a {
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid;
    letter-spacing: 2px;
    margin-top: 40px;
}

.get_tuch_info ul li {
    margin-bottom: 30px;
}

.get_tuch_info ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.get_tuch_info ul li a i {
    margin-right: 15px;
    width: 20px;
    display: inline-block;
}

section.get_in_touch .row>div {
    padding: 0 40px;
}

.get_touch_left h4 {
    font-size: 16px;
    font-weight: normal;
}

.get_tuch_info ul li:last-child {
    margin-bottom: 0;
}

.artist_profile>img {
    height: 100vh;
    object-fit: cover;
}