/*--
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*/
/****-----start-body----****/
body{
text-align: center;
background-color: #fff;
background-size:cover;
background-attachment: fixed;
}
.topnav {
    background-color: #333;
    overflow: hidden;
}
span {
     cursor:pointer;
     color:blue;
     
}
.disclaimer {
    font-size: 20px;
    margin-top: 30px;
    font-family: "Asap-Regular";
}
/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    font-size: 23px;
}
.well {
	margin: 0 auto;
    background-color: #ffb65c;
	
}
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
@font-face {
	font-family: "OpenSans-Regular";
	src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
font-family: "Audiowide-Regular";
src:url(../fonts/Audiowide-Regular.ttf);
}
@font-face{
font-family: "Asap-Regular";
src:url(../fonts/Asap-Regular.ttf);
}
@font-face {
	font-family: "Prime-Regular";
	src:url(../fonts/Prime-Regular.otf);
}
.padding-all{
padding:50px;
}
.how-to-play{
    text-align: center;
    font-family: "Asap-Regular";
    font-size: 20px;
    margin-bottom: 20px;
}
.list-items{
    font-size: 20px;
    margin-left: 20px;
}
ul {
    display: list-item;
    list-style-type: disc;
	text-align: left;
}

.header {

padding-bottom:25px;
}
.header h1 img{
width:7%;
display: inline-block;
}

a {
	font-family: "OpenSans-Regular";
	font-size: 12px;
}

a.two {
	font-family: "Prime-Regular";
	font-size: 20px;
	color: black;
}

a.two:hover {
	text-decoration: underline;
	color: black;
}

a.two:visited {
	color: black;
}

p {
	font-family: "OpenSans-Regular";
	font-size: 30px;
}

k {
	font-family: "Prime-Regular";
	font-size: 18px;
}

k2 {
	font-family: "OpenSans-Regular";
	font-size: 16px;
}

.header h1 {
font-size:50px;
color: #fff;
font-family: "Roboto", "Helvetica", "Arial", sans-seriff;
letter-spacing:3px;
margin:0 auto;
}

.design-w3l{
width:36%;
margin:0 auto;
}

.mail-form-agile {
    padding: 50px 40px;
    text-align: center;
    margin:0px;
    background: #00ADD0;
    color: #000;
	margin:0 auto;
}

.padding {
margin: 20px 0 30px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.mycolumn {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.clients-bar-wrapper {
    list-style-type: none;
	display: inline-block;
	vertical-align: middle;
    margin: 0;
    padding: 0;
}
.clients-bar-wrapper li {
    display: inline-block;
    margin: 25px;
    vertical-align: middle;
	max-width: 20%;
}
.clients-bar-wrapper li a {
    display: block;
    padding: 5px;
}
.mail-form-agile input[type="text"], .mail-form-agile input[type="password"] {
padding: 13px 10px;
width: 92.5%;
font-size: 16px;
outline: none;
background:transparent;
border:0px;
border-bottom: 1px solid #fff;
border-radius: 0px;
font-family: "Asap-Regular";
letter-spacing:1.6px;
color:#fff;
}
::-webkit-input-placeholder{
   color:#b4b0b0 !important;
   font-weight:400;
}
.mail-form-agile input[type="submit"]{
font-size: 18px;
padding: 10px 20px;
letter-spacing:1.2px;
border: none;
text-transform: capitalize;
outline: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background: #D65B88;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: "Asap-Regular";
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
.title {
    font-family: "Asap-Regular";
    font-size: 20px;
}
.mail-form-agile input[type="submit"]:hover {
 -webkit-transition-duration: 0.9s;
 transition-duration: 0.9s;
 background:rgba(91, 157, 214, 0.76);
}
.mail-form-agile input[type="button"]{
font-size: 18px;
padding: 10px 20px;
letter-spacing:1.2px;
border: none;
text-transform: capitalize;
outline: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background: #FFA033;
color: #fff;
cursor: pointer;
margin: 0 auto;
font-family: "Asap-Regular";
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
.mail-form-agile input[type="button"]:hover {
 -webkit-transition-duration: 0.9s;
 transition-duration: 0.9s;
 background:#ffbe6e;
}
.pdf {
    
width: 100%;
height: 100%;

}
.footer{
text-align: center;
padding-top:75px;
letter-spacing:1.6px;
line-height:15px;
}
.footer p {
font-size: 11px;
color: #000;
margin: 0px;
letter-spacing:1.4px;
}
.footer p a {
color:#D65B88;
font-weight:blod;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.footer p a:hover {
color: #51cbe1;
 -webkit-transition-duration: 0.8s;
 transition-duration: 0.8s;
}





/*-- responsive media queries --*/

@media screen and (max-width:2160px){
.header h1 img{
width:20%;
}
}
@media screen and (max-width:1440px){
.design-w3l {
    width: 40%;
}
.header h1 img{
width:20%;
}

}

@media screen and (max-width:1366px){
.header h1 img{
width:20%;
}

}

@media screen and (max-width:1280px){
.design-w3l {
    width: 46%;
}
.mail-form-agile {
    padding: 40px;
}
}


@media screen and (max-width:1080px){
.padding-all{
padding:80px 50px;
}
.header h1 img{
width:20%;
height:30%;
}
.header h1 {
    font-size: 44px;
}
}


@media screen and (max-width:991px){
.design-w3l {
    width: 54%;
}


}


@media screen and (max-width:800px){
.padding-all{
padding:75px 30px;
}
.design-w3l {
    width: 60%;
}
.header h1 {
    font-size: 40px;
}
.header {
    padding-bottom: 50px;
}
.footer {
    padding-top: 10px;
}



}


@media screen and (max-width:667px){
.design-w3l {
    width: 75%;
}

}

@media screen and (max-width:640px){
.header h1 img {
    width: 30%;
}
.header h1 {
    font-size: 36px;
}
.mail-form-agile {
    padding: 35px 30px;
}
.mail-form-agile input[type="text"], .mail-form-agile input[type="password"] {
    font-size: 14px;
}
.mail-form-agile input[type="submit"] {
    font-size: 16px;
}
.mail-form-agile input[type="button"] {
    font-size: 16px;
}

}


@media screen and (max-width:568px){
.padding-all {
    padding: 60px 20px;
}

.header h1 {
    font-size: 32px;
}

}

@media screen and (max-width:480px){
.header h1 {
    font-size: 28px;
}
.design-w3l {
    width: 92%;
}
.mail-form-agile input[type="submit"] {
    font-size: 14px;
}
.mail-form-agile input[type="button"] {
    font-size: 14px;
}


}

@media screen and (max-width:414px){
.padding-all {
    padding:50px 10px;
}
.header h1 {
    font-size: 24px;
}



}

@media screen and (max-width:384px){
.header {
    padding-bottom: 30px;
}
.header h1 {
    font-size: 22px;
}
.design-w3l {
    width: 100%;
}



}

@media screen and (max-width:320px){
.header h1 {
    font-size: 18px;
}


}





