/*--reset--*/

/*--start editing from here--*/
a{text-decoration:none; }
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */


/*--end reset--*/

/*--main--*/

.main-row {
    width: 100%;
    margin: 1em auto;
	background-color:#0072bc
}
.main-row-info {
    padding: 2em;
}
.w3ls-grids {
    float: left;
    width: 23.1%;
}
biaoti {
    color: #333333;
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 0.5em;
    font-family: 'Khand', sans-serif;
}
p {
    font-size: 0.9em;
    color: #333333;
    line-height: 1.5em;
    font-weight: 300;
}
p.w3l-text {
    margin-bottom: 0.5em;
}
.w3ls-grids.grid-three {
    margin-right: 1.5em;
    width: 21%;
}
.w3ls-grids li {
    display: block;
    font-weight: 300;
	font-size: 0.9em;
    color: #333333;
}
.w3ls-grids ul li a {
    color: #333333;
    margin-top: 0.5em;
    display: inline-block;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.w3ls-grids ul li a i {
    margin-right: 0.5em;
    background: url(../images/arrow1.png)no-repeat 0px 0px;
    width: 9px;
    height: 11px;
    display: inline-block;
}
.w3ls-grids ul li:nth-child(1) a{
	margin: 0;
}
.w3ls-grids ul li a:hover {
    color: #00CED1;
}
.w3ls-grids.grid-three ul li a:hover{
	padding-left: 0.8em;
} 

/*--social-icons--*/
.agileits-bottom-grids.social-icons {
    margin-top: 2em;
}
.agileits-bottom-grids.social-icons h2 {
    margin-bottom: 0;
}
.social-icons ul{
	display:inline-block;
	padding: 0;
}
.social-icons ul li {
    position: inherit;
    display: inline-block;
    width: inherit;
}
.social-icons ul li:nth-child(2) {
    margin: 0 .5em;
}
.social-icons ul li:nth-child(3) {
    margin-right: 0.5em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png) #55acee no-repeat 2px 1px;
    display: block;
    height: 35px;
    width: 35px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.social-icons ul li a.fb{
	background-position:1px -40px;
	background-color:#3b5998;
}
.social-icons ul li a.gp {
    background-position: 2px -80px;
	background-color:#dc4e41;
}
.social-icons ul li a.drb {
    background-position: 1px -120px;
	background-color:#ea4c89;
}
.social-icons ul li a:hover {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
    border-radius: 32px;
	-webkit-transform: rotatez(360deg);
	-moz-transform: rotatez(360deg);
    transform: rotatez(360deg);
	-o-transform: rotatez(360deg);
	-ms-transform: rotatez(360deg);
}
/*--//social-icons--*/

/*--copyright--*/
.copyright {
    padding: 1.5em;
    background: rgba(0, 0, 0, 0.3);
}
.copyright p {
    text-align: center;
	font-size: 0.9em;
}
.copyright p a {
    color:#333333;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.copyright p a:hover{
    color: #999999;
}
/*--//copyright--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.main-row {
    width: 71%;
}
}
@media(max-width:1366px){
.main-row {
    width: 75%;
}
}
@media(max-width:1280px){
.main-row {
    width: 80%;
}
}
@media(max-width:1080px){
h1 {
    font-size: 3em;
}
.main {
    padding: 3em 0 0;
}
.main-row-info {
    padding: 1.5em;
}
.main-row {
    width: 85%;
	margin: 2em auto;
}
.w3ls-grids.grid-three {
    margin-right: 1em;
}
}
@media(max-width:1024px){
.w3ls-grids.grid-two {
    margin: 0 1em;
}
}
@media(max-width:900px){
.main-row {
    width: 93%;
}
h1 {
    font-size: 2.8em;
}
.main {
    padding: 2em 0 0;
}
h3,h2{
    font-size: 1.8em;
    margin-bottom: 0.4em;
}
}
@media(max-width:800px){
h1 {
    font-size: 2.6em;
}
.w3ls-grids {
    width: 50%;
}
.w3ls-grids.grid-two {
    margin: 0 0 1.5em 1em;
    width: 47%;
}
.w3ls-grids.grid-three {
    width: 47%;
}
}
@media(max-width:768px){
}
@media(max-width:640px){
.w3ls-grids {
    width: 49%;
}
.main {
    padding: 1.5em 0 0;
}
h1 {
    font-size: 2.5em;
}
.agile-body.agile-body-bottom {
    margin-top: 1.5em;
}
}
@media(max-width:480px){
h3,h2{
    margin-bottom: 0.3em;
}
.main-row {
    width: 80%;
}
.w3ls-grids {
    width: 100%;
}
.w3ls-grids.grid-two {
    margin: 1.5em 0;
    width: 100%;
}
.w3ls-grids.grid-three {
    width: 100%;
    margin: 0 0 1.5em 0;
}
.agileits-bottom-grids.social-icons {
    margin-top: 1.5em;
}
}
@media(max-width:414px){
h1 {
    font-size: 2.3em;
}
.main-row {
    margin: 1em auto;
}
}
@media(max-width:384px){
.main-row {
    width: 85%;
}
h1 {
    font-size: 2.2em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.9em;
}
.main-row-info {
    padding: 1em;
}
h3,h2{
    font-size: 1.6em;
}
.w3ls-grids.grid-two {
    margin: 1em 0;
}
.w3ls-grids.grid-three {
    margin: 0 0 1em 0;
}
.copyright {
    padding: 1em;
}
}
/*--//responsive-design---*/