/*
Template Name: Music Profile
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_blog {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}
.center_blog_dt {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}

.tags a {
    display: block;
    padding: 8px 15px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bg_light);
    color: var(--bs-dark);
}

.tags a:hover {
    transition: 0.3s;
    background: var(--yellow);
    color: var(--bs-white);
}

.team_dt1_right_inner .progress-bar {
    background: var(--bg_light);
}
.team_dt1_right_inner .progress {
    background-color: var(--yellow);
    height: 6px;
    overflow: hidden;
    border-radius: 0;
}
.center_team_dt {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.team_dt1_right_inner h5{
	font-size:16px;
}
.team_dt1_left{
	margin-top:20px;
}
.team_dt1_right{
	padding-right:0!important;
}
.blog_1_left{
	padding:15px 10px!important;
	margin-top:10px;
	margin-bottom:10px;
}
.blog_dt1_inner{
	width:100%!important;
}
.blog_dt1_inner_right{
	text-align:left!important;
	margin-top:10px;
}
.blog_dt1_inner1_right{
	text-align:left!important;
	margin-top:10px;
}
.blog_1_dt3 ul img{
	width:80px;
}
.blog_dt4_inner_left{
	margin-top:15px;
	text-align:center;
}

 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right{
	text-align:right!important;
	margin-top:0;
}
.blog_dt1_inner1_right{
	text-align:right!important;
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.team_dt1_right{
	padding-right:0!important;
}
.blog_1_left .button{
	padding:15px!important;
}
.blog_dt1_inner{
	width:100%!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
#about_pg{
	padding-bottom:70px!important;
}
 }


