/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset --*/

/*-- end reset --*/
body {
    font-family: 'Open Sans', sans-serif;
  
    background-attachment: fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    background-size:cover; 
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
}
/*-- main --*/
.main {
    padding: 2em 0 0;
}
.main-wthree-row{
    width: 100%;
    background: #fff;
    padding: 2.5em;
    -webkit-box-shadow: 0px 0px 8px 1px #002531;
    -moz-box-shadow: 0px 0px 8px 1px #002531;  
    box-shadow: 0px 0px 8px 1px #002531;
}
.main-wthree-row h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 1.2em;
    line-height: 1.5em;
}
.main-wthree-row h4 span {
    color: #00BCD4;
}
/*-- text-info --*/
.agileits-infoleft {
    float: left;
    width: 51%;
}
.agileits-infoleft img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.agileits-infotext {
    float: right;
}
.agileits-inforight{
    float: right; 
}
.agileits-info h2 {
    font-size: 1.3em;
    color: #00BCD4;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    margin-top: .5em;
}
.agileits-info h6 {
    font-size: 0.9em;
    color: #999;
    margin-top: 0.8em;
    font-weight: 200;
}
.agileits-inforight p {
    font-size: 1em;
    color: #333;
    margin: 0.8em 0 0;
}
.agileits-inforight p a{
    color: #333;
    text-decoration:none;
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.agileits-inforight p a:hover {
    color: #00BCD4;
}
.agileits-inforight img {
    margin-right: 5px;
} 
.agileits-info {
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
/*-- text-info --*/
/*-- contact-form --*/
h3 {
    font-size: 1.3em;
    color: #333;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 1em;
    text-transform: capitalize;
}

.contact-wthree input[type="text"], .contact-wthree input[type="email"] {
    width: 87%;
    color: #999;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .6em 1em; 
    border: solid 1px #ccc;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
input.email {
    margin: 1em 0;
}
.contact-wthree textarea {
    resize: none;
    width: 86.5%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #ccc;
    min-height: 5em;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-wthree input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 0.9em;
    margin: 0.8em 0 0 0;
    -webkit-appearance: none;
    background: #007b4c;
    border: 2px solid #007b4c;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    cursor: pointer;
}
.contact-wthree input[type="submit"]:hover {
    color: #007b4c;
    background: transparent;
    letter-spacing: 2px;
} 
::-webkit-input-placeholder {
   color: #999;   
} 
:-moz-placeholder { /* Firefox 18- */
   color: #999; 
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #999; 
} 
:-ms-input-placeholder {  
   color: #999; 
} 
/*-- //main --*/
/*-- copyright --*/
.w3copyright-agile {
    margin: 2em 0;
    text-align: center;
}
.w3copyright-agile p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
}
.w3copyright-agile p a{
    color: #fff; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.w3copyright-agile p a:hover{
    color: #00bcd4; 
}
/*-- //copyright --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
.main-wthree-row {
    width: 100%; 
}
} 
@media(max-width:1280px){
.main-wthree-row {
    width: 100%;
}
h1 {
    font-size: 2.8em; 
}
}
@media(max-width:1080px){
.main-wthree-row {
    width: 100%;
    margin: 2em auto;
}
} 
@media(max-width:991px){
.main-wthree-row h4 { 
    font-size: 1.3em; 
}
.main-wthree-row {
    width: 100%; 
}
}
@media(max-width:800px){
h1 {
    font-size: 2.3em;
}
.main {
    padding: 1.5em 0 0;
}
.main-wthree-row {
    width: 100%;
    padding: 2em;
}
.agileits-inforight p {
    font-size: 0.95em; 
}
}
@media(max-width:736px){
.main-wthree-row {
    width: 64%;  
} 
.w3copyright-agile p { 
    letter-spacing: 1px;
}
.contact-wthree input[type="text"], .contact-wthree input[type="email"],.contact-wthree textarea {
    width: 85%; 
}
}
@media(max-width:640px){
.main-wthree-row {
    width: 68%; 
}
}
@media(max-width:600px){
.main-wthree-row {
    width: 73%;
}
}
@media(max-width:480px){
.main {
    padding: 1em 0 0;
}
h1 {
    font-size: 2em;
}
.main-wthree-row {
    width: 75%;
    margin: 1.2em auto;
    padding: 1.5em;
}
.main-wthree-row h4 {
    font-size: 1.2em;
}
.agileits-inforight p {
    font-size: 0.8em;
}
.agileits-infoleft { 
    width: 56%;
} 
.agileits-info h6 {
    font-size: 0.8em; 
}
.agileits-info { 
    padding-bottom: 1em;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.2em; 
    margin-bottom: 0.8em; 
}
.agileits-info h2 {
    font-size: 1em;
}
.contact-wthree input[type="text"], .contact-wthree input[type="email"], .contact-wthree textarea {
    width: 84%;
    font-size: .8em;
}
.contact-wthree input[type="submit"] { 
    font-size: 0.8em; 
}
.w3copyright-agile p { 
    padding: 0 1em;
    font-size: 0.8em;
}
}
@media(max-width:414px){
.main-wthree-row h4 {
    font-size: 1em;
}
.agileits-infoleft,.agileits-inforight{
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.agileits-infotext {
    float: none;
}
h3 {
    font-size: 1em; 
}
.contact-w3left ,.contact-w3right {
    float: none;
    width: 100%;
}
input.email {
    margin: 0.5em 0;
} 
.contact-wthree textarea { 
    margin-top: .5em;
}
.contact-wthree input[type="text"], .contact-wthree input[type="email"], .contact-wthree textarea {
    width: 89%;
    font-size: .8em;
}
.w3copyright-agile {
    margin: 1em 0; 
}
.agileits-info h6 { 
    margin-top: 0.5em; 
}
.agileits-inforight img {
    margin-right: 3px;
    width: 5%;
}
h3 {
    font-size: 0.9em;
}
.contact-wthree input[type="text"], .contact-wthree input[type="email"], .contact-wthree textarea {
    width: 88%; 
}
} 
@media(max-width:375px){
.main-wthree-row {  
    padding: 1.2em;
}
.main-wthree-row h4 {
    font-size: 0.9em;
}
.agileits-info h2 {
    font-size: 0.9em;
}
h1 {
    font-size: 1.8em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.6em;
}
}
/*-- //responsive-design --*/