/*
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>
*/

/*********************center_home****************/
.carousel-caption{
	background-color: var(--black_transparent)!important;
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
    padding: 150px 140px 0px 140px;
	text-align:left;
 }

.carousel-caption h1{
   font-size:70px;
 }

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
/*********************center_home_end****************/

/*********************work****************/

.choose_1_right .border-top{
	border-top:2px solid var(--border_dark)!important;
}
.choose_1_left{
	border-right:2px solid var(--border_dark);
}
/*********************work_end****************/


/*********************pricing****************/
.price_2_left_o .border-top{
	border-color: var(--border_dark)!important;
}
.center_price {
    background-image: url(../image/3.jpg);
    background-position: center 0px;
    background-size: cover;
}
/*********************pricing_end****************/

/*********************exep****************/

#exep {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************exep_end****************/

/*********************faq****************/

.accordion-button {
	background:var(--blue);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 18px;
	text-align: left;
	border-radius:0;
	font-weight:bold;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--bg_dark_blue);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 15px;
}

.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;
}
.center_faq {
    background-image: url(../image/2.jpg);
    background-position: center 0px;
    background-size: cover;
}
/*********************faq_end****************/

@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
	padding:20px 15px 20px 15px;
	background:var(--bs-dark)!important;
	text-align:left!important;
}
.carousel-caption h1 {
    font-size: 40px;
}
.carousel-caption p {
   width:100%!important;
}
.carousel-caption .button {
   padding:10px 15px;
}
.carousel-caption br {
    display:none;
}

.about_h1_left{
	padding-right:0!important;
}
.about_h1_right{
	padding-left:0!important;
}
.about_h1_mid{
	margin-top:20px;
	margin-bottom:20px;
}
.work_1_left_inner_right{
	margin-top:15px;
}
.choose_1_left_inner_left{
	margin-top:10px;
	margin-bottom:10px;
}
.choose_1_left {
    border-right: none;
	padding-right:0!important;
}
.price_2_left{
	margin-top:10px;
	margin-bottom:10px;
}

 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {

.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 40px;
}

.carousel-caption br {
    display:none;
}
.carousel-caption p {
  width:60%!important;
}
.carousel-caption{
	  padding: 70px 70px 0px 70px;
 }

 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 40px;
}

.carousel-caption{
	padding: 130px 100px 0px 100px;
 }

 }

@media (min-width:1201px) and (max-width:1300px) {
.center_home img{
   min-height:680px;
 }
 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 220px 140px 0px 160px;
 }

 }


