
/* ------testimonial  close-------*/
html, body{
    font-size: 100%;
	font-family:'FuturaPT';
	background:#ffffff;
	margin: 0;
	scroll-behavior: smooth;
	font-weight:300;
	font-size:20px;
	text-align:justify;
}
.copy-right-grids {
	padding: 15px 0px;
    background: #211E1E;
	margin:1em 0 0 0;
}
p.footer-gd {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

input[type="submit"],input[type="reset"],a,.w3ls_services_grid,.w3ls_footer_grid_leftr h4,.w3ls_footer_grid_leftl{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}

/*-- header --*/
.header{
	padding:.5em 0;
}
.w3_agile_logo{
	float:left;
}
.header-nav {
    float: right;
}
.w3_agile_logo h1 a{
	font-size: .6em;
    color: #212121;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.w3_agile_logo h1 a span{
	font-size: 2em;
    color: #ef543b;
    text-shadow:0px 3px 1px #d93920;
}

.top_nav {
	margin-top: 20px;
}


.fpd {margin-bottom:15px; text-align:left; font-weight:500; font-size:16px}
.fpd2 {margin-bottom:10px; text-align:left; font-weight:300; font-size:16px}
.submit-btn {
		background: #ffb502; 
		background-image: none; 
		background-image: -webkit-linear-gradient(top, #ffb502, #ff8b02); 
		background-image: -moz-linear-gradient(top, #ffb502, #ff8b02); 
		background-image: -ms-linear-gradient(top, #ffb502, #ff8b02); 
		background-image: -o-linear-gradient(top, #ffb502, #ff8b02); 
		background-image: linear-gradient(to bottom, #ffb502, #ff8b02); -webkit-border-radius: 2; -moz-border-radius: 2; border-radius: 2px; color: #ffffff; text-decoration: none;
    font-weight:500;
    border: 1px solid #ff8b02;
	text-transform:uppercase;
	margin:30px 0 50px 0;
	letter-spacing:2px;
}
input[type=text], textarea {
  width: 100%; padding: 5px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; font-size:18px; font-weight:300;
}
select{
  width: 26%; padding: 3px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; font-size:18px; font-weight:300;
}
b, strong {
    font-weight: 500;
}

@media screen and (max-width: 600px) {
input[type=text], textarea {
  width:100%; margin-bottom:10px; margin-top:10px
}
select{
  width:100%; margin-bottom:0; margin-top:10px
}
.wthree_stats_grid_m {
  padding: 0 0 0 0;
}
.submit-btn {
  margin:30px 0 0 0;
}
.cros_b {
  position:absolute; right:90px; bottom:3px
}
.fpd {
  margin-bottom: 10px;
 }
}
