/*
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>
*/

/*********************about****************/
.center_about {
    background-image: url(../image/3.jpg);
    background-position: center 0px;
    background-size: cover;

}

.arrow_button{
  width:50px;
  height:50px;
  line-height:50px;
 }
.trust_1_left:hover{
   background: var(--bg_dark_blue)!important;
   transition: 0.3s;
 }
.trust_1_left:hover h5{
  color:var(--bs-white);
   transition: 0.3s;
 }
.trust_1_left:hover p{
  color:var(--bs-white);
   transition: 0.3s;
 }
.trust_1_left:hover span{
  color:var(--bs-white)!important;
   transition: 0.3s;
 }
.trust_1_left .arrow_button:hover{
  background:var(--bs-white)!important;
   transition: 0.3s;
  color:var(--bs-dark)!important;
 }
 
.team_h1im1i1 {
	display:none; 
 }
.team_h1im1:hover .team_h1im1i1{
	display:block; 
	transition: 0.3s;
 }
 
.center_team {
    background-image: url(../image/1.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_team_dt {
    background-image: url(../image/3.jpg);
     background-position: center 0px;
    background-size: cover;
}
.team_dt3_right .progress-bar {
    background: var(--bg_light_blue);
}
.team_dt3_right .progress {
    background-color: var(--blue);
    height: 10px;
    overflow: hidden;
    border-radius: 0;
}
.hr_1{
	 background-color: var(--border_dark);
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.about_2_left_inner_right{
	margin-top:15px;
}
.about_2_right{
	padding-left:0!important;
	margin-top:20px;
}
.trust_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.team_h1im{
	margin-top:10px;
	margin-bottom:10px;
}
.team_dt1 .ps-0{
	padding-left:12px!important;
}
.team_dt1_left{
	padding-top:15px;
}
.team_dt1_right{
	padding:0px 15px 15px 0px!important;
}
.blog_dt_inner_left{
	margin-top:15px;
}
.team_dt3_right{
	margin-top:15px;
	padding-left:0!important;
}

 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.trust_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.team_h1im .social_icon a{
	width:30px;
	height:30px;
	line-height:30px;
}
.team_dt1{
	padding:15px;
}
.team_dt1_right{
	padding:0px 15px 15px 0px!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.team_dt1_right{
	margin-top:0!important;
	padding:30px 15px!important;
}

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){


 }


