.understanding-second-button a{
	display: none;
}

.understanding-first-button a::after{
	display: none;
}

#exampleModalCenter2 p {
	text-align: center;
	font-size: 30px;
	line-height: 45px;
}

.light {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.light p {
	font-size: 15px !important; 
}

.light img {
	width: 80px;
	margin-right: -25px;
	margin-top: -5px;
}
.will-work-section{
	padding-bottom: 20px !important;
}
/*Footer Css*/

.footer-area {
	margin-top: 150px;
}
.footer-content {
    padding: 14px 0;
}
.footer-content ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-content ul li{}
.footer-content ul li p,.footer-content p a{
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#000000;
    padding-right:4px;
    padding-top:2px;
}
.footer-content p a{
  font-weight:700;
}
.footer-content p a:hover{
  color:#0B75FA;
}
.footer-content ul li a{
    font-family:'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    border-left: 1px solid #000000;
	padding-left: 8px;
	margin-left: 8px;
}

.footer-content ul li a:hover{color:#0B75FA;}



@media all and (max-width:570px){
	#exampleModalCenter2 p {
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		width: 90%;
		margin: auto;
	}
	.all-video-button a {
		font-size: 22px !important;
	}
	
	.footer-content ul li a{
		font-weight: 300;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		margin-right: 10px;
	}
	.footer-content ul li:first-child {
		flex: 0 0 100%;
	}
}