/*--
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 {
    font-family: 'Open Sans', sans-serif;
    background: url(../images/1.jpg)no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 100;
}
/*-- agileits-main --*/
.agileits-main {
    padding: 3em 0 0;
}
.wthree-row {
    width: 50%;
    margin: 5em auto;
}
video#html5 {
    width: 100% !important;
    height: 100% !important;  
}
video#html5 p{
    width: 100% !important;
    height: 100% !important;
    background: url(../images/2.jpg)no-repeat 0px 0px !important;
    background-size: cover !important;
	min-height:400px;
	color:transparent;
}
/*-- //agileits-main --*/
/*-- copyright --*/
.copyright { 
    text-align: center;
	margin:2em 0 0;
}
.copyright p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.copyright 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;
}
.copyright p a:hover{
    color: #009688;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1080px){
.wthree-row {
    width: 56%; 
	margin: 4em auto;
}
} 
@media(max-width:800px){
h1 {
    font-size: 2.6em; 
}
.wthree-row {
    width: 70%; 
}
}
@media(max-width:667px){
h1 {
    font-size: 2.3em;
}
}
@media(max-width:600px){
.copyright p { 
	font-size: 0.85em;
    padding: 0 1em;
}
}
@media(max-width:480px){
.wthree-row {
    width: 85%;
}
h1 {
    font-size: 2em;
}
} 
@media(max-width:320px){
h1 {
    font-size: 1.6em;  
}
.wthree-row { 
	width: 86%;
    margin: 3em auto;
}
.copyright p {
    font-size: 0.8em; 
    letter-spacing: 0;
}
}
/*-- //responsive-design --*/