/*
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_about {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}

.about_pg1_right img {
    border: 10px solid var(--yellow);
}
.static_image {
    width: 85%;
}
.rotate {
    bottom: -20px;
}

.team_1_left{
	border-bottom:5px solid var(--yellow);
}
.team_1_left ul{
	top:20px;
	right:20px;
	display:none;
	transition: 0.3s;
}
.team_1_left:hover ul{
	display:block;
	transition: 0.3s;
}

.spec_1_left span {
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.center_cont {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}
.center_team {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.about_pg1_left{
	padding-right:0!important;
	margin-bottom:20px;
}
.rotate {
   position:static!important;
   width:100%!important;
}
.about_pg1_right img{
	width:100%;
}
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.spec_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_left_inner_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_right{
	margin-top:20px;
	padding-left:0!important;
}
.contact_2_left{
	width:100%!important;
}
.contact_2_left_inner_left{
	margin-top:15px;
	text-align:center;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.spec_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
 }

@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;
}
 }


