/*
Template Name: Sports Blog
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


/*********************about****************/
.icon_1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.team_1i1i1 ul li a{
	width:45px;
	height:45px;
	line-height:45px;
	color:var(--bs-white);
	transition: 0.3s; 
 }
.team_1i1i1 ul li a:hover{
	color:var(--bs-white); 
	background:var(--secondry)!important;
	transition: 0.3s; 
 }
.team_1i:hover .team_1i1i1 ul li a{
	display:block!important; 
	transition: 0.3s;
 }
#testim .quote_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -25px;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.about_h1l{
	margin-top:20px;
}
.about_h2_left {
	margin-top:10px;
	margin-bottom:10px;
}
.team_1i {
	margin-top:10px;
	margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {


 }

@media (min-width:992px) and (max-width:1200px) {

 }

@media (min-width:1201px) and (max-width:1350px) {

 }
@media screen and (min-width : 1400px){

 }


 
