/*
Template Name: Music School
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.main_blog {
    background-image: url(../image/CS01.jpg);
    background-position: center center;
    background-size: cover;
}
.tags a {
    display: block;
    padding: 7px 18px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    border: 1px solid var(--border_light);
    border-radius: 5px;
}

.tags a:hover {
   background:var(--orange);
   color:var(--bs-white);
   transition: 0.3s;
}

.main_blog_dt {
    background-image: url(../image/CS01.jpg);
    background-position: center center;
    background-size: cover;
}

.main_cont {
    background-image: url(../image/CS01.jpg);
    background-position: center center;
    background-size: cover;
}
.icon_2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
/*********************about_end****************/




@media screen and (max-width : 767px){
.blog_pg1_right {
	padding-left:0!important;
	margin-top:20px;
}
.blog_dt1_inner_right {
	text-align:left!important;
	margin-top:15px;
}
.contact_3_right_inner_left{
	margin-top:15px;
}
.contact_1_right{
	margin-top:20px;
}
.contact_1_left{
	padding-right:0!important;
}
.contact_1_right_inner_1_right{
	margin-top:10px;
}
.contact_1_right_inner_1{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_right_last_right{
	margin-top:10px;
	text-align:left!important;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right {
	text-align:right!important;
	margin-top:0;
}
.contact_1_right_last_right{
	margin-top:0;
	text-align:right!important;
}
 }
 
@media (min-width:768px) and (max-width:991px) {

.blog_pg1_right {
	padding-left:0!important;
}
.icon_2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
	font-size:16px!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){



 }


