
/* start banner */
#banner {
	padding: 120px 0;
	background: url('../assets/images/solutions/prettybooks_hero_ecommerce.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 85vh;
	display: flex;
	align-items: flex-end;
}
#banner h1 {
	color: #fff;
    /* font-size: 32px; */
}
#banner p {
	color: #fff;
	/* font-size: 22px; */
}
#banner p a {
	color: #fff;
	font-weight: 500;
	/* text-decoration: underline; */
	border-bottom: 1px solid #f5f5f5;
}
#banner p a:hover {
	text-decoration: none;
}
.banner-msg {
	max-width: 610px;
}
/* #banner .btn-primary {
	background: #254777;
	border-radius: 5px;
	padding: 9px 40px;
	border: 0;
} */
/* end banner */

/* start solutions */
#solutions {
	padding: 90px 0;
	background: #e2f0e1;
	position: relative;
}
#solutions::after {
	content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    height: 40px;
    width: 80px;
    background: #e2f0e1;
}
#solutions .section-heading h2 {
	display: inline;
	border-bottom: 2px solid #ece058;
}
#solutions .section-heading p {
	color: #4D4D4D;
}
#solutions .item h4{
	font-size: 18px;
	color: #234876;
	text-transform: uppercase;
	margin-bottom: 0;
}
#solutions .item .sub-title {
	color: #234876;
	font-size: 16px;
	font-weight: 400;
	margin: .5rem 0;
}
#solutions .item p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}
/* end solutions */

/* start service */
#service {
	padding: 50px 0;
}
#service .item {
	text-align: center;
}
#service .item a span {
	transition: all 0.2s linear;
}
#service .item a:hover span {
	opacity: 0.7;
	color: #234876;
}
/* #service .section-heading h2 {
	font-weight: 500;
} */
/* end service */

/* start  service 2 / what we can do */
#service-2 {
	padding: 90px 0;
	background: #e1e1e1;
}
#service-2 .section-heading h3 {
	margin-bottom: 60px;
	letter-spacing: normal;
}
#service-2 .section-heading h3 strong {
	border-bottom: 2px solid #ece058;
}
#service-2 .item {
	display: flex;
}
#service-2 .item .icon {
	padding-top: 5px;
	padding-right: 10px;
}
#service-2 .item .item-text h3 {
	color: #234876;
	font-size: 20px;
	margin-bottom: .5rem;
	font-weight: 500;
}
#service-2 .item .item-text p{
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 0;
}
/* end  service 2 / what we can do */

/* start logos */
#logos {
	padding: 50px 0;
}
/* end logos */

/* responsive */
@media(max-width: 992px){
	#banner.tach-startup-banner {
		padding: 80px 0 0;
		background-position: 70% 0%;
	}
	.banner-msg {
		padding-bottom: 50px;
	}
	#banner.construction-banner {
		min-height: auto;
		padding: 150px 0 0;
		background-position: 60% 0%;
	}
	#banner.ecommerce-banner {
		min-height: auto;
		padding: 150px 0 0;
		background-position: 22% 0%;
	}
	#banner.professional-service-banner {
		min-height: auto;
		padding: 150px 0 0;
		background-position: 56% 0%;
	}
	#banner h1 {
		/* font-size: 26px; */
		line-height: normal;
	}
	#banner p {
		/* font-size: 18px; */
	}
	#solutions .item {
		margin-bottom: 25px;
	}
	#logos img {
		max-width: 100%;
		margin-bottom: 10px;
	}

}