/**** About Us Page Style ****/

.team-detail-banner-bg-color {
	background-color: #dee4f530;
}

.banner-content {
	padding: 50px 0;
	box-shadow: inset 0 5px 3px #00000040;
}
.banner-content h1{
	font-size: 60px;
	font-weight: 800;
}

.banner-content .banner-para {
  font-size: 24px;
	color: #7e93cd;
}

.home-address-box img {
	max-width: 35px;
}

.home-address-box h4,
.expertise-box h4{
	font-size: 28px;
}

.expertise-box ul li {
	font-size: 20px;
	line-height: 2;
}

/* Subscription Section */

.subscription-section {
	background: linear-gradient(to right, #fffdfe 0%, #f6f9fe 50%, #c9e5ff 100%);
}

.subscription-bg h2 {
	font-weight: 900;
	line-height: 1.4;
}
.subscription-bg p {
	font-size: 20px;
	max-width: 500px;
}

.subscription-card {
	border-radius: 12px;
	box-shadow: 0 5px 3px #00000040;	
}

.subscription-card .form-label {
	font-size: 20px;
	color: #989995;
	font-weight: 300;
}
.subscription-card .form-control {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #32267f40;
}
.subscription-card .form-control:hover,
.subscription-card .form-control:focus {
	box-shadow: 2px 5px 3px #32267F40;
}

.subscription-card button {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	background-color: #32267F;
	color: #ffffff;
	border-radius: 12px;
}
.subscription-card button:hover {
	background-color: #000000;
}


@media (max-width: 1519px) {
	.home-address-box h4,
	.expertise-box h4{
		font-size: 25px;
	}

	.expertise-box ul li {
		font-size: 19px;
		line-height: 1.8;
	}
}

@media (max-width: 1399px) {
	.banner-content h1{
		font-size: 50px;
	}
	.banner-content .banner-para {
	  font-size: 23px;
	}
	
	.home-address-box h4,
	.expertise-box h4{
		font-size: 24px;
	}

	.expertise-box ul li {
		font-size: 18px;
		line-height: 1.8;
	}
}
@media (max-width: 1260px) {
	.home-address-box h4,
	.expertise-box h4{
		font-size: 23px;
	}

	.expertise-box ul li {
		font-size: 17px;
		line-height: 1.8;
	}
}
@media (max-width: 1120px) {
	.banner-content h1{
		font-size: 44px;
	}
	.banner-content .banner-para {
	  font-size: 22px;
	}
	
}
@media (max-width: 991px) {
	.home-address-box h4,
	.expertise-box h4{
		font-size: 28px;
	}

	.expertise-box ul li {
		font-size: 20px;
		line-height: 1.8;
	}
	
	.subscription-bg p {
		display: block;
		margin: 0 auto 1rem;
	}
}
@media (max-width: 767px) {
	.banner-content {
		padding: 50px 0 20px;
	}
	.banner-content h1{
		font-size: 42px;
	}
	.banner-content .banner-para {
	  font-size: 20px;
	}
}
@media (max-width: 575px) {
	.banner-content h1{
		font-size: 34px;
		margin-bottom: 5px !important;
	}
	.banner-content .banner-para {
	  font-size: 18px;
	}
	
	.subscription-bg p {
		font-size: 18px;
	}
	.subscription-card .form-label {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.subscription-card .form-control {
		font-size: 17px;
	}
	.subscription-card button {
		font-size: 17px;
		padding: 8px 20px;
		border-radius: 8px;
	}
}