/*
Template Name: Voice Artist
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_blog {
    background-image: url(../image/2.jpg);
    /*background-position: center center;*/
    background-position: center 0px;
    background-size: cover;
}
.center_blog_dt {
    background-image: url(../image/1.jpg);
    background-position: center 40px;
    background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
}
.tags a {
    display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bg_light_blue);
    color: var(--bs-dark);
    border-radius: 30px;
    font-size: 14px;
}
.tags a:hover {
     background: var(--blue);
     color: var(--bs-white);
}

.center_cont {
    background-image: url(../image/1.jpg);
     background-position: center 0px;
    background-size: cover;
}

/*********************blog_end****************/



@media screen and (max-width : 767px){
.blog_dt1_inner_right{
	text-align:left!important;
	margin-top:15px;
}
.contact_1_left_inner_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_right_inner_1_right{
	margin-top:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right{
	text-align:right!important;
	margin-top:0;
}
.social_icon a{
	margin-top:3px;
	margin-bottom:3px;
}
.contact_1_right_inner_1_right{
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.contact_1_right_inner_1_left .font_48{
	font-size:30px;
}

 }

@media (min-width:992px) and (max-width:1200px) {
.contact_1_right_inner_1_left .font_48{
	font-size:40px;
}

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){


 }


