
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;}

a{text-decoration:none;}
.txt-rt{text-align:right;}
.txt-lt{text-align:left;}
.txt-center{text-align:center;}
.float-rt{float:right;}
.float-lt{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;
    overflow:hidden
}
.video-w3l {
    padding: 0;
    background-image: url('../imags/gallery/7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 1200px;
    display: grid;
}
/*-- header --*/
.header-w3l {
    padding-top: 1em;
        max-width: 140px;
            height:70px;
                text-align: center;
  
    margin: 0 auto;
}
.header-w3l h1 {
    font-size: 3.5em;
    color: #fff;
    letter-spacing: 10px;
    font-weight: 300;
    text-align: center;
    text-shadow: 4px 5px 8px #101010;
    font-style: italic;
}
.header-w3l h1 span {
    color: #FF5722;
}
/*-- //header --*/
/*-- main --*/
.sub-main-w3 {
    width: 30%;
        margin: 0px auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
       padding: 26px 49px 50px;
}
.sub-main-w3 h2 {
    color: #ec2028;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}
.sub-main-w3 i {
    margin-left: 10px;
}
.pom-agile {
       padding: 11px 15px;
    background: transparent;
    margin-bottom: 23px;
    border: 2px solid #ec2028;
}
.pom-agile input[type="text"], .pom-agile input[type="password"] {
    outline: none;
    font-size: .9em;
    border: none;
    background: transparent;
    width: 93%;
    color: #f3f0f0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
.pom-agile-webkit-input-placeholder{
    color:#fff;
}
.right-w3l{
    text-align: right;
}
    
.right-w3l input[type="button"] {
    color: #fff;
    background: #ec2028;
    border: none;
    padding: 12px 58px;
    margin-top: 30px;
    outline: none;
    text-transform: uppercase;
    font-size: .9em;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.right-w3l input[type="button"]:hover {
    background:orange;
	-webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
span.fa {
    float: right;
    color: #FF5722;
    line-height:1.5;
    margin-left: 10px;
}
.sub-agile {
    float: left;
}
.sub-agile input[type="checkbox"] {
    display: none;
}
.sub-agile input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: .9em;
    color: #fff;
    cursor: pointer;
}
.sub-agile input[type="checkbox"]+label span:first-child {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    top: 1px;
    left: 2px;
}
.sub-agile input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.sub-w3l a {
    float: right;
    font-size: .9em;
    color: #fff;
    letter-spacing: 1px;
}
/*--placeholder-color--*/
::-webkit-input-placeholder{
	color:#000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}
/*--//placeholder-color--*/
/*--//main--*/
/*--footer--*/
.footer p {
    font-size: .9em;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}
.footer p a {
    color: #FF5722;
	-webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.footer p a:hover {
    color: #fff;
	-webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.alert {
        padding: 5px 0 5px 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #ffffff;
    background-color: #ff00004a;
    
    text-align: center;
}
/*--//footer--*/

/*--responsive--*/

@media(max-width: 1440px){
    .video-w3l {
        min-height: 794px;
    }
    .sub-main-w3 {
        width: 32%;
    }
    .header-w3l h1 {
        font-size: 3.4em;
        letter-spacing: 8px;
    }
}
@media(max-width: 1680px){
    .video-w3l {
        min-height: 1050px;
    }
}
@media(max-width: 1600px){
    .video-w3l {
        min-height: 900px;
    }
}
@media(max-width: 1366px){
    .sub-main-w3 {
        width: 35%;
    }
}
@media(max-width: 1280px){
    .header-w3l h1 {
        font-size: 3.3em;
    }
}
@media(max-width: 1080px){
    .header-w3l {
        padding-top: 1em;
        max-width: 100px;
   
    margin: 0 auto;
    }    
    .video-w3l {
        min-height: 698px;
    }
    .sub-main-w3 h2 {
        font-size: 1.7em;
    }
    .sub-main-w3 {
        width: 38%;
        margin: 78px auto;
    }
}
@media(max-width: 1050px){
    .sub-main-w3 {
        width: 40%;
    }
}
@media(max-width: 1024px){
    .header-w3l h1 {
        font-size: 3.2em;
        letter-spacing: 6px;
    }
    .sub-main-w3 {
        width: 43%;
        padding: 40px;
    }
}
@media(max-width: 991px){
    .sub-main-w3 {
        width: 44%;
    }
}
@media(max-width: 900px){
    .sub-main-w3 {
        width: 48%;
    }
    .video-w3l {
        min-height: 660px;
    }
}
@media(max-width: 800px){
    .header-w3l h1 {
        font-size: 3.1em;
        letter-spacing: 4px;
    }
    .sub-main-w3 {
        width: 55%;
        padding: 40px;
        margin: 65px auto;
    }
    .pom-agile {
        padding: 10px 15px;
    }
    span.fa {
        line-height: 1.4;
    }
}
@media(max-width: 768px){
    .video-w3l {
        min-height: 929px;
    }
}
@media(max-width: 736px){
    .sub-main-w3 {
        width: 57%;
    }
    .video-w3l {
        min-height: 638px;
    }
}
@media(max-width: 667px){
    .header-w3l h1 {
        font-size: 3em;
    }
    .sub-main-w3 {
        width: 62%;
    }
    .footer p {
        letter-spacing: 1px;
    }
    .video-w3l {
        min-height: 636px;
    }
}
@media(max-width: 640px){
    .sub-main-w3 {
        width: 65%;
    }
}
@media(max-width: 600px){
    .header-w3l h1 {
        font-size: 2.8em;
        letter-spacing: 3px;
    }
    .sub-main-w3 {
        width: 69%;
    }
    .right-w3l input[type="submit"] {
        font-size: .85em;
    }
    span.fa {
        margin-left: 8px;
    }
}
@media(max-width: 568px){
    .sub-main-w3 {
        width: 73%;
    }
}
@media(max-width: 480px){
    .header-w3l h1 {
        font-size: 2.55em;
        letter-spacing: 2px;
    }
    .pom-agile input[type="text"], .pom-agile input[type="password"] {
        width: 92%;
    }
    .sub-agile input[type="checkbox"]+label {
        font-size: .85em;
    }
    .sub-w3l a {
        font-size: .8em;
    }
    .footer p {
        line-height: 1.9;
        margin-bottom: 20px;
    }
    .right-w3l input[type="submit"] {
        padding: 11px 44px;
    }
}
@media(max-width: 440px){
    .pom-agile input[type="text"], .pom-agile input[type="password"] {
        width: 91%;
    }
    .header-w3l h1 {
        font-size: 2.4em;
    }
    .sub-main-w3 {
        margin: 40px auto;
    }
    .sub-agile input[type="checkbox"]+label {
        font-size: .8em;
    }
    .sub-main-w3 h2 {
        font-size: 1.6em;
    }
    .video-w3l {
        min-height: 600px;
    }
}
@media(max-width: 414px){
    .video-w3l {
        min-height: 672px;
    }
}
@media(max-width: 384px){
    .header-w3l h1 {
        font-size: 2.1em;
    }
    .sub-main-w3 {
        padding: 30px;
    }    
    .pom-agile input[type="text"], .pom-agile input[type="password"] {
        width: 89%;
    }
    .sub-main-w3 label {
        font-size: 14px;
    }
    .sub-main-w3 h2 {
        font-size: 1.4em;
    }
    .sub-w3l a, .sub-agile {
        float: none;
    }
    .sub-w3l a {
        margin-top: 10px;
        display: inline-block;
    }
    .right-w3l input[type="submit"] {
        padding: 11px 44px;
        font-size: .8em;
    }
    .video-w3l {
        min-height: 600px;
    }
}
@media(max-width: 375px){
    .video-w3l {
        min-height: 685px;
    }
}
@media(max-width: 320px){
    .header-w3l h1 {
        font-size: 1.9em;
        letter-spacing: 1px;
    }
    .header-w3l {
        padding-top: 1.5em;
    }
    .sub-main-w3 {
        padding: 20px;
        width: 78%;
    }
    .sub-main-w3 h2 {
        font-size: 1.3em;
    }
    .pom-agile input[type="text"], .pom-agile input[type="password"] {
        width: 89%;
    }
    .pom-agile {
        padding: 8px 15px;
        margin-bottom: 14px;
    }
    .sub-main-w3 label {
        font-size: 13px;
    }
    .right-w3l input[type="submit"] {
        padding: 10px 34px;
        font-size: .8em;
        margin-top: 22px;
    }
    .footer p {
        font-size: .85em;
    }
    .pom-agile {
        padding: 8px 8px;
    }
    .video-w3l {
        min-height: 600px;
    }
    .sub-main-w3 {
        margin: 50px auto;
    }
}

/*--//responsive--*/