/*-- contact --*/
.contact-agileinfo {
    margin-top: 4em;
}  
.address.address-mdl {
    margin: 2em 0;
}
.address h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
.address p { 
    margin-top: 1em;
    font-size: 14.5px;
    letter-spacing: .5px;
}
.address p i.glyphicon { 
    color:#1c5cb4;
    margin-right: 0.5em;
    font-size: 17px;
}
.address p a {
    color: #999;
}
.address p a:hover{
    color: #0d3172;
}
.contact-agileinfo input[type="text"],.contact-agileinfo input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
} 
input.email {
    margin: 1em 0;
}
.contact-agileinfo textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .7em .8em;
    border: solid 1px #ccc;
    min-height: 10em;
    -webkit-appearance: none;
    margin-top: 1em;
}
.contact-agileinfo input[type="submit"] {
    border: none;
    margin: 1em 1em 0 0;
    font-size: 14px;
    color: #fff;
    background: #1c5cb4;
    padding: 10px 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact-agileinfo input[type="submit"]:hover {
    background: #4caf50;
}
.agileits-w3layouts-map iframe {
	width: 100%;
	min-height: 350px;
	border: none;
} 
.contact {
    padding: 5em 0;
}
/*-- //contact --*/
p.heading {
    padding-left: 118px;
    margin-bottom: 50px;
	font-size:14px;
    font-weight: 600;
	color:#000;
	text-transform:capitalize;
}


 /*--placeholder-color--*/
.agile-form ::-webkit-input-placeholder {
	color:#000000 !important;
}
.agile-form :-moz-placeholder { /* Firefox 18- */
	color:#000000 !important; 
}
.agile-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#000000 !important;
}
.agile-form :-ms-input-placeholder {  
	color:#000000 !important;
}
/*--//placeholder-color--*/