/*
Template Name: Music Band
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/
.center_contact {
    background-image: url(../image/7.jpg);
    background-position: center center;
    background-size: cover;
}
.contact_1_left_inner_2{
	padding-top:80%;
}

.center_blog {
    background-image: url(../image/14.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_transparent_violet_1);
	color: var(--gray);
}
.tags a:hover {
    transition: 0.3s;
    background: var(--yellow);
	color: var(--bs-white);
}

.center_blog_dt {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
.blog_1_right{
	padding-left:15px;
}
/*********************blog_end****************/



@media screen and (max-width : 767px){
.blog_1_right{
	margin-top:30px;
}
.blog_dt1_inner_right{
	margin-top:15px;
	text-align:left!important;
}
.blog_1_dt .line_text{
	font-size:18px;
}
.contact_1_right_inner_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_right_inner_left .w-50{
	width:80%!important;
}

.contact_1_left_inner_2 {
    padding-top: 40%;
}
.contact_1_right{
	padding:20px 0px 20px 0px!important;
}
.contact_2_left{
	 margin-top:10px;
	margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right{
	margin-top:0;
	text-align:right!important;
}
.contact_1_left_inner_2 {
    padding-top: 90%;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.blog_1_right1  ul img{
	width:60px;
}
.blog_1_right{
	padding-left:0;
}
.social_icon1  a {
	margin-top:5px!important;
}

.contact_1_left_inner_2 {
    padding-top: 35%;
}
.contact_1 {
	padding:20px 15px;
}
.contact_1_right {
	padding:15px!important;
}
.contact_1_right  h2{
	font-size:22px;
}
.contact_2_left  h4{
	font-size:18px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.contact_1_right {
	padding:10px!important;
}
.contact_1_right   h2{
	font-size:24px;
}
.contact_1_left_inner_2 {
    padding-top: 65%;
}
.contact_1_right_inner_left .form_text{
	height: 180px!important;
}
 }

@media (min-width:1201px) and (max-width:1300px) {


 }
@media screen and (min-width : 1400px){


 }


