@charset "utf-8";
/* CSS Document */

.image-aboutus-banner {
    background:  linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),  url("../img/aboutuspagefinal.jpg");
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-repeat: repeat, repeat;
        background-size: auto, auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 70px;
}
 
	
	
	
	
	  .image-aboutus-sm-banner {
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),url("../img/aboutuspage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:43px;
    font-weight: 600;
    text-transform: none;
    color:#04adf0;
	-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.image-aboutus-para {
    color:#fff;
}

/************************* */
.plan {
    background: #f9f9f9;
    padding: 50px 30px;
    margin-bottom: 30px;
}
	
	.about	{
		margin-top: 27px;
	}