.page-banner.development {
	background: url(../images/development-banner.jpg);
}
img.speaking {
	/*
    border: 2px solid #00bb59;
    */
}
.deve-sec1 .head {
	color: #0a4275;
}
.deve-sec2 {
    background-image: url(../images/deve-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.deve-sec2 {
		background-image: none !important;
	    background-color: #082C4E !important;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}