/**************** First Section ***********/
@media (min-width: 769px){
	#first-section{
		background-image: url('../assets/about-bg.png');
		min-height: 75vh;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding-top: 140px;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	#first-section{
		background-image: url('../assets/about-bg-mob.png');
		min-height: auto;
		background-position: center;
		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/about-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: 75%;
	}
	.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: 576px) and (max-width: 991px){
	.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: 576px) and (max-width: 991px){
	.section-sub-title{
		font-size: 1rem;
	}
}
@media (max-width: 575px){
	.section-sub-title{
		font-size: 0.9rem;
	}
}
/******************************************/
/**************** First Section ***********/
@media (max-width: 575px){
	#second-section{
		padding-top: 40px;
	}
}
.about-box{
	min-height: 100%;
	text-align: left;
}
@media (min-width: 1500px){
	#second-section .row .about-box:nth-of-type(1){
		padding-right: 80px;
	}
	#second-section .row .about-box:nth-of-type(2){
		padding-left: 80px;
	}	
}
@media (min-width: 1220px) and (max-width: 1499px){
	#second-section .row .about-box:nth-of-type(1){
		padding-right: 40px;
	}
	#second-section .row .about-box:nth-of-type(2){
		padding-left: 40px;
	}	
}
@media (min-width: 992px) and (max-width: 1219px){
	#second-section .row .about-box:nth-of-type(1){
		padding-right: 20px;
		padding-left: 0;
	}
	#second-section .row .about-box:nth-of-type(2){
		padding-left: 20px;
		padding-right: 0;
	}	
	.about-title{
		font-size: 1.25rem!important;
	}
}
@media (max-width: 991px){
	#second-section .row .about-box:nth-of-type(1){
		margin-bottom: 50px;
	}	
}
@media (min-width: 769px) and (max-width: 991px){
	.about-title{
		width: 70%;
	}
}
@media (max-width: 575px){
	.about-icon{
		max-height: 50px!important;
		min-width: 50px!important;
		margin-right: 15px!important;
	}
	.about-title{
		font-size: 1.1rem!important;
	}
	.about-content{
		font-size: 0.8rem!important;
	}
}
.about-title-div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.about-icon{
	max-height: 70px;
	min-width: 70px;
	margin-right: 30px;
}
.about-title{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-content{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	color: rgb(115,115,115);
}