

ul,li

{

	list-style-type: none;

	margin-bottom: 0;

}

.pb-20{
	padding-bottom:20px;
}

a

{

	text-decoration: none;

	color: #fff;

}

a.blue

{

	color:#236EFD;

}

a.underline

{

	text-decoration: underline;

}

/*

========================================

*/

.dFlex

{

	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

}

.dFlex.justifyContentCenter

{

	justify-content: center;

}

.dFlex.justifyContentSpaceBetween

{

	justify-content: space-between;

}

.dFlex .colUmns

{

	flex: 0 0 auto;

}

/*

=========================================

*/



.background-style1

{

	background-size: 40%;

	background-position: left;

	background-repeat: no-repeat;

}

.about-home-section2.background-style1

{

	background-size: 40%;

	background-position: right;

	background-repeat: no-repeat;

}