/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--reset--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--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 */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/

body {
	margin:0;
	font-family: 'Asap', sans-serif;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
	margin:0;
	font-family: 'Asap', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration: none;}
	
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p {
    margin: 0;
    line-height: 2;
    color: #FFCCCC;
    font-size: 0.9em;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	
}
.text-center {
	text-align: center;
}
.clear{
	clear:both;
}

::-webkit-input-placeholder {
   color: #777;    
} 
:-moz-placeholder { /* Firefox 18- */
   color: #777; 
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #777;  
} 
:-ms-input-placeholder {  
   color:#999;
}
.container {
    padding: 2.5em;
    width: 25%;
    margin: 3em auto;
    background: rgba(0, 0, 0, 0.55);
}
.bg {
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
h1.agile_head {
    font-size: 3.2em;
    text-transform: uppercase;
    color: #525252;
    font-weight: 500;
    padding-top: 1.2em;
    letter-spacing: 3px;
}
h2.w3layouts {
    padding: 0.5em 0 0;
    font-size: 0.9em;
    color: #d4d4d4;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 1.5em;
	line-height:2;
}
.agile_form ul {
	list-style-type: none;
}
.agile_form ul li{
	position: relative;
	width: 30%;
	display: inline-block;
 }
 .agile_form ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.agile_form ul li label{
	display: block;
	position: relative;
	font-size: 1em;
	padding: 0.5em 0em 0.5em 3em;
	margin: 0px 0 0px 1em;
	z-index: 9;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: all 0.25s linear;
	 color: #fff;
}
.agile_form ul li label:hover {
	color:#fff;
}
.checkbox {
    position: relative;
    padding-left: 38px !important;
    cursor: pointer;
}
ul li .check{
	display: block;
	position: absolute;
	border: 3px solid #fff;
	border-radius: 100%;
	height: 13px;
	width: 13px;
	top: 8px;
	left: 35px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.agile_form ul li:hover .check {
  border: 3px solid #FFFFFF;
}

.agile_form ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 5px;
	width: 5px;
	top: 4px;
	left: 4px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.agile_form input[type=radio]:checked ~ .check {
    border: 3px solid  #008e90;
}

.agile_form input[type=radio]:checked ~ .check::before{
  background: #fff;
}

.agile_form input[type=radio]:checked ~ label{
  color: #03aaad;
 }
  
.agile_form input[type=text]{
    padding: 0.8em 1.8em;
    color: #000;
    width: 87%;
    font-size: 0.85em;
    outline: none;
	border: none;
    border-radius: 30px;
    background: #fff;
    letter-spacing: 1px;
	-webkit-appearance: none;
}
input.name {
    margin: 1.5em 0;
}
.section_class_agileits select {
    border: none;
    outline: none;
	border-radius: 30px;
    font-size: 0.9em;
    background: url(../images/arrow1.png) no-repeat 90% center #ffffff;
    width:100%;
    padding: 0.8em 1.5em;
    color: #777!important;
    -webkit-appearance: none;
}  

.section_class_agileits{
    margin: 1.5em 0 0;
}
.sec-left{
	float:left;
	width: 48%;
}
.sec-right{
	float:right;
	width: 48%;
}
.date {
    background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff !important;
    cursor: pointer;
}
 .submit input[type=button] {
    color: #f00;
    padding: 0.8em;
    font-size: 0.9em;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    background: #FFCCCC;
    outline: none;
    margin: 1.5em 0 0;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}

.submit input[type="button"]:hover {
    background: #fff;
	color: #000;
}
.agileits_w3layouts_copyright p {
    color: #fff;
    font-size: 1em;
	margin-bottom:1em;
}
.agileits_w3layouts_copyright a{
	color: #fff;
}
.agileits_w3layouts_copyright a:hover{
	color: #008e90;
}

/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.container {
		width: 30%;
	}
	.agile_form input[type=text] {
		width: 88%;
    }
}
@media screen and (max-width: 1280px){
	.container {
		width: 32%;
	}	
}
@media screen and (max-width: 1080px){
	.container {
		width: 37.4%;
    }		
}

@media screen and (max-width: 1024px){
	h1.agile_head {
		font-size: 3em;
	    padding-top: 0.5em;
	}
	.container {
		padding: 2em;
		margin: 2em auto;
	}	
	.agile_form input[type=text] {
		width: 87%;
	}
}	
@media screen and (max-width: 991px){
	.container {
		width: 38%;
	}
	.agile_form input[type=text] {
		width: 86.5%;
	}
}
@media screen and (max-width: 800px){
	h1.agile_head {
		font-size: 2.9em;
	}	
	.container {
		width: 47%;
		padding: 2.5em;
	}

}
@media screen and (max-width: 768px){
	h1.agile_head {
		padding-top: 1.5em;
	}
	.container {
		padding: 2.5em;
		margin: 3em auto;
		width: 50%;
	}
}
@media screen and (max-width: 736px){
    .container {	 
		width: 51%;
		margin: 2em auto;
	}	
	h1.agile_head {
		padding-top: 1em;
	}
}
@media screen and (max-width: 667px){
	.container {
        width: 57%;
	}
	h1.agile_head {
		font-size: 2.7em;
	}
}
@media screen and (max-width: 640px){
	.container {
		padding: 2.5em;
		margin: 2em auto;
		width: 59%;
	}
	h1.agile_head {
		padding-top: 0.5em;
	}
}
@media screen and (max-width: 600px){
	.container {
       width: 63%;
	}
}
@media screen and (max-width: 568px){
	.container {
		width: 67%;
	}
}
@media screen and (max-width: 480px){
	h1.agile_head {
		font-size: 2.5em;
	}
	.container {
		width: 80%;
		padding: 2em;
	}
}
@media screen and (max-width: 414px){
	.agileits_w3layouts_copyright p {
       padding: 0 1em;
	}
	h1.agile_head {
		font-size: 2.4em;
	}
	.agile_form input[type=text] {
		width: 84%;
	}
	.sec-left,.sec-right{
    width: 100%;
	}
}
@media screen and (max-width: 384px){
	.container {
		width: 77%;
	}	
	.agile_form input[type=text] {
		width: 82%;
	}
	.section_class_agileits select {
		font-size: 0.8em;
    }

}
@media screen and (max-width: 375px){
	.agileits_w3layouts_copyright p {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 320px){
	.agile_form input[type=text] {
		width: 79%;
	}
	ul li .check {
     left: 0px; 
    } 
	h1.agile_head {
     font-size: 2em;
	}
	.agile_form ul li label {
    padding: 0.5em 0em 0.5em 0.7em;
   } 
}

/* 底部容器样式 */
        .myfooter {
            position: fixed;
            bottom: 0;
            left: 0; /* 确保从左侧开始 */
            right: 0; /* 确保延伸到右侧 */
            width: 100%;
            text-align: center; /* 文字居中 */
            padding: 20px 0;   /* 上下内边距 */
            z-index: 100;
        }
        
        /* 链接样式 */
        .myfooter a {
            color: #0000EE;    /* 默认链接蓝色 */
            text-decoration: none; /* 移除下划线 */
            font-size: 18px;
        }
        
        /* 所有状态保持同色 */
        .myfooter a:link,
        .myfooter a:visited,
        .myfooter a:hover,
        .myfooter a:active {
            color: #0000EE !important; /* 强制保持蓝色 */
        }

/* -- //Responsive code -- */