.appy-menu.sticky {
    background: rgba(106,111,116,0.56);
}
.overlay {
    background: #f5f7fb;
}

#home_banner h3 {
    color: #2c2d53;
	font-weight: 500;
}
#home_banner h4 {
    color: #2c2d53;
	font-size: 30px;
}
.section-heade h3{
	font-size: 32px;
	color: #333333;
}
.section-heade p{
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}
.about-img{
	max-width: 70%;
}
.text-right{
	text-align: right;
}

#footer.section-heade p{
	font-size: 14px;
	line-height: 2;
}
@media (min-width:1200px) {
	.container {
	    width: 1200px;
	}
}
@media (min-width: 768px) {
    .appy-menu {
        background: rgba(106,111,116,0.56);
    }
	}
@media (max-width: 767px) {
    .appy-menu {
        background: rgba(106,111,116,0.56);
    }
	#home_banner h3 {
	    font-weight: 550;
	    font-size: 26px;
	}
	#home_banner h4 {
	    font-size: 22px;
	}
	.space-50 {
	    height: 25px;
	}
	.section-heade h3 {
	    font-size: 24px;
	}
	.section-heade p {
	    font-size: 18px;
	    line-height: 1.8;
	}
	.about-img:first-child{
		max-width:50% ;
	}
	.text-right .about-img{
		max-width: 100%;
	}
	}