 

/* style2 */
.w3layouts-banner-1{
	background:url(../images/banner2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:360px;
	text-align: center;
}
/* style2 */
 
/* style2 */
/*-- //banner-bottom --*/
.w3ls-heading h3,.w3ls-heading h2{
	text-align: center;
    color: #0d3172;
    margin: 0 0 .5em;
    font-size: 2.8em;
    font-family: sans-serif;
    text-transform: uppercase;
}
 
.w3ls-heading p.sub{
	     position: relative;
    text-align: center;
    color: #444;
    line-height: 1.8em;
    padding-bottom: 1.5em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
p.sub:after {
      content: '';
    background: #0d3172;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    width: 10%;
}
/* style2 */
 
/* style2 */
p.sub.two{
	color: #000000;
}
/* style2 */
 
/* style2 */
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
/* style2 */
 
/* style2 */
/*-- //typography --*/
.typo {
    padding: 2em 0;
}
/* style2 */
ul.bs-glyphicons-list {
    padding: 0;
} 
/*-- contact --*/
.contact-agileinfo {
    margin-top: 4em;
}  
.address.address-mdl {
    margin: 2em 0;
}
.address h5 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-family: sans-serif;
}
.address p { 
    margin-top: 1em;
}
.address p i.glyphicon { 
    color: #0d3172;
    margin-right: 0.5em;
}
.address p a {
    color: #999;
}
.address p a:hover{
    color: #0d3172;
}
.contact-agileinfo input[type="text"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    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: 1em;
    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;
    outline: 2px solid #0d3172;
    color: #fff;
    padding: .6em 3em;
    font-size: 1em;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: #0d3172;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact-agileinfo input[type="submit"]:hover {
    background: none;
    color: #0d3172;
    letter-spacing: 2px;
}
/* style2 */
.agileits-w3layouts-map iframe {
	width: 100%;
	min-height: 350px;
	border: none;
} 
.contact {
    padding: 5em 0;
}
/* style2 */
/*-- //contact --*/
/*-- projects --*/
.projects h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    /*letter-spacing: 2px;*/
	margin:0;
}
.projects-w3imgtext {
    background: #f5f5f5;
    padding: 20px;
    overflow: hidden;
}
/* style2 */
.projects p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    margin-top: 16px;
}
.projects {
    padding: 2em 0 3em;
}
.projects-agile {
    margin-top: 4em;
}
.projects-w3lgrids {
    margin-bottom: 3em;
}
/**/
/*-- library --*/
.library h4 {
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
}
.library p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    margin-top: 16px;
}
.library {
    padding: 5em 0 3em;
}
/**/
/* style2 */
.modal-header {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #0d3172;
}
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    padding: 0 0 5px 0;
}
.modal-body p i {
    color: #000;
}
.news h3.w3ls-title{
	color:#fff;
}
.news-gridtext {
    background: #fff;
}
/* style2 */
.news-w3img a {
    display: block;
    overflow: hidden;
}
.news-w3img a img {
  width: 100%;
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.news-w3img a img:hover{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/* style2 */
.news-w3imgtext {
    padding: 2em 1.5em;
    -webkit-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    -moz-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    text-align: center;
    position: relative;
}
.news h5 {
    display: inline-block;
    background: #ff3a5f;
    padding: .8em 1.5em;
    font-size: 1em;
    color: #fff;
    font-family: sans-serif;
    position: absolute;
    top: -18px;
    left: 32%;
} 

@media(max-width:375px){
    .w3ls-heading h2{
        font-size: 30px;
    }
}