.navbar-brand > img {
    display: block;
    margin-top: -15px;
  
   
} 
@media (max-width: 768px)
{
	.navbar-brand > img {
    display: block;
    height: 70px;
    margin-top: -10px;
} 

}
.completed_projects .col-md-3 {
	margin-bottom:25px;
}

.career label i {
    color: #cc5252;
    margin-left: 5px;
    font-size: 7px;
    vertical-align: top;
    font-weight: normal !important;
}
.about_us_page p {
	text-align:justify;
}
.about_img img{
	background-color:#e2e2e2;
	padding:5px;
	}
.vision_mission img {
	width:150px;
	height:150px;
	float:left;
	margin-right:10px;
	background-color:#e2e2e2;
	padding:5px;
}
.vision_mission .fa {
	color:#1cb8e5;
}
.services_page p {
	text-align:justify;
}
.services_page img {
	width:100%;
	background-color:#e2e2e2;
	padding:5px;
}
#myModal {
    margin-top:0px;
}
#close_button {
    opacity:1; 
}
.modal-backdrop.in{
    filter:alpha(opacity=90);
    opacity:0.9;
    background:rgba(0,0,0,0.8);
}
.modal-dialog {
    margin-top:100px; 
} 
#pop_header {
    background-color:#ce494d;
}
#login_form {
    width:450px;
    margin:auto;
}
#login_form .btn {
    background-color:#ce494d;
    color:#000;
}
.modal-title
{
    color: #fff;
}
.services_page .fa {
	color:#1cb8e5;
	}