/**************** First Section ***********/
@media (min-width: 768px){
	#first-section{
		background-image: url('../assets/services-bg.png');
		min-height: 75vh;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding-top: 140px;
	}
}
@media (min-width: 575px) and (max-width: 768px){
	#first-section{
		background-image: url('../assets/services-bg-mob.png');
		min-height: auto;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 100px ;
		padding-top: 100px ;
		text-align: center;
	}
}
@media (max-width: 575px){
	#first-section{
		background-image: url('../assets/services-bg-mob.png');
		min-height: auto;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 100px ;
		padding-top: 150px ;
		text-align: center;
	}
}
@media (min-width: 1500px){
	.header-box{
		width: 50%;
	}
	.title {
		font-size: 3.5rem;
	}
}
@media (min-width: 1200px) and (max-width: 1499px){
	.header-box{
		width: 65%;
	}
	.title {
		font-size: 3.5rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.header-box{
		width: 80%;
	}
	.title {
		font-size: 3.25rem;
	}
}
@media (min-width: 575px) and (max-width: 992px){
	.header-box{
		width: 90%;
	}
	.title {
		font-size: 3rem;
	}
}
@media (max-width: 575px){
	.header-box{
		width: 100%;
		padding: 30px!important;
	}
	.title {
		font-size: 2rem;
	}
}
.header-box{
	padding: 50px;
	background-color: rgba(1,43,115,0.902);
	margin: 0 auto;
	text-align: center;
}
.title {
	font-weight: 600;
	margin-bottom: 20px;
	color:white;
}
.section-sub-title{
	color: white;
	margin-bottom:30px;
	font-weight: 500;
	line-height: 2em;
}
@media (min-width: 992px){
	.section-sub-title{
		font-size: 1rem;
	}
}
@media (min-width: 575px) and (max-width: 992px){
	.section-sub-title{
		font-size: 1rem;
	}
}
@media (max-width: 575px){
	.section-sub-title{
		font-size: 0.9rem;
	}
}
/******************************************/
/**************** Second Section ***********/
#second-section{
	text-align: center;
}
@media (max-width: 575px){
	#second-section{
		padding-top: 40px;
	}
}
.section-title{
	font-weight: 600;
	margin-bottom: 50px;
	color:black;
}
@media (min-width: 992px){
	.section-title{
		font-size: 3rem;
	}
}

@media (max-width: 575px){
	.section-title{
		font-size: 2rem;
	}
}
@media (min-width: 575px) and (max-width: 992px){
	.section-title{
		font-size: 2.5rem;
	}
}

.usp-wrapper{
	padding: 10px;
	min-height: 100%;
}
.usp-box{
	padding:35px 25px;
	text-align: left;
	background-color: rgb(1,43,115);
	min-height: 100%;
}
@media (min-width: 992px){
	.usp-wrapper:nth-of-type(2) .usp-box , .usp-wrapper:nth-of-type(4) .usp-box , .usp-wrapper:nth-of-type(6) .usp-box{
		background-color: rgb(3,175,231);
	}
}
@media (min-width: 575px) and (max-width: 992px){
	.usp-wrapper:nth-of-type(2) .usp-box , .usp-wrapper:nth-of-type(3) .usp-box , .usp-wrapper:nth-of-type(6) .usp-box{
		background-color: rgb(3,175,231);
	}
}
@media (max-width: 575px){
	.usp-wrapper:nth-of-type(2) .usp-box , .usp-wrapper:nth-of-type(4) .usp-box , .usp-wrapper:nth-of-type(6) .usp-box{
		background-color: rgb(3,175,231);
	}
}

.usp-icon{
	margin-bottom: 40px;
	max-height: 60px;
}
.usp-title{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
	color: white;
}
@media (min-width: 992px) {
	.usp-title{
		min-height: 90px;
		margin-bottom: 10px;
	}
}
@media (min-width: 576px) and (max-width: 941px) {
	.usp-title{
		min-height: 90px;
		margin-bottom: 10px;
	}
}

.usp-content{
	font-size: 0.9rem;
	font-weight: 400;
	color: white;
	line-height: 2;
}

@media (max-width: 575px){
	.usp-title{
		font-size: 1.25rem!important;
		margin-bottom: 25px!important;
	}
	.usp-content{
		margin-bottom: 25px!important;
	}
	.usp-wrapper{
		padding: 10px!important;
	}
	.usp-box{
		padding:30px 20px!important;
	}
	.usp-content{
		font-size: 0.8rem!important;

	}
	#second-section .section-title{
		padding-right: 15px;
		padding-left: 15px; 
	}
}