/*
Template Name: Blogging
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_team {
    background-image: url(../image/3.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_cont {
    background-image: url(../image/3.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_about {
    background-image: url(../image/3.jpg);
    background-position: center 0px;
    background-size: cover;
}
#team .team_1 .col .profile-box .desc .line_bottom:after{
	margin: 15px auto 0px auto;
}

.about_h1l1 {
    border-top: 10px solid var(--red);
    border-radius: 30px 30px 0px 0px;
    bottom: -90px;
    width: 90%;
    left: 27px;
}

.accordion-button {
	background:var(--blue_bg);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 20px;
	text-align: left;
	border-radius:0;
	font-weight:bold;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--red);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 20px;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 40px;
	background-image: none;
	font-weight: 100;
	color: var(--bs-white);
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 40px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-item{
	border:none;
	border-radius:0;
	background:none;
}

/*********************about_end****************/



@media screen and (max-width : 767px){
.about_h1l1 {
	position:static!important;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.price_1_left  {
	margin-top:10px;
	margin-bottom:10px;
}
.faq_1_right{
	margin-top:20px;
}
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_left {
	margin-right:0!important;
}
.contact_1_left_inner_left{
	margin-top:10px;
}
.contact_1_right{
	margin-top:20px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.contact_1_left {
	margin-right:0!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.team_1_left .fs-4{
	font-size:18px!important;
}

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
#about_h{
	padding-bottom:140px!important;	
}
 }


