.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0 solid;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus,
textarea:focus,
a:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

p:last-child {
    margin-bottom: 0
}

body {
    font-family: 'Poppins', sans-serif;
}

.header-area {
	box-shadow: 0px 10px 32px -17px rgba(111,121,171,0.5);

}

.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    transition: .3s;
}

.sticky {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    transition: .3s;
    box-shadow: 0px 10px 32px -17px rgba(111,121,171,0.5);
}

.sticky .mainmenu ul li a {
    color: #111;
    transition: .3s;
    padding: 15px 15px;
}

.sticky .logo h1 {
    font-size: 30px;
}

.mainmenu {}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
}

.mainmenu ul li a {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px;
    display: block;
    transition: .3s;
}

.logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo a {
    margin: 0;
}

.logo h1 {
    margin: 0;
    transition: .3s;
}

.zigzag-text-bg-1 {
    background-image: url(assets/img/battle.jpg);
}

.zigzag-text-bg-2 {
    background-image: url(assets/img/village.jpg);
}

.slider-bg {
    background-image: url(assets/img/slide-1.jpg);
    position: relative;
    z-index: 1;
    height: 100vh;
}

.zigzag-text-bg-2 {
    overflow: hidden;
}

.slider-title {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slider-title h2 {
    color: #111;
    font-size: 40px;
}

.slider-title p {
    color: #111;
    font-size: 18px;
}

.slider-btn {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /* background: #BE0000; */
    background: #111;
    margin-top: 20px;
    letter-spacing: 5px;
}
.subtitle{
	color: #337ab7;
}

.slider-bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    z-index: -1;
    opacity: .7;
}

.promo-section {
    background-size: cover;
    background-position: center;
}

.zigzag-text {
    position: relative;
    z-index: 2;
    padding-right: 50px;
    opacity: .9;
    color: #111;
    padding-top: 120px;
    padding-bottom: 120px;
}

.zigzag-text:after {
    position: absolute;
    left: -4900%;
    top: 0;
    height: 100%;
    width: 5000%;
    z-index: -1;
    content: "";
    background-color: #fff;
    transform: skew(20deg)
}

.zigzag-text-bg-2 .zigzag-text:after {
    left: auto;
    right: -4900%
}

.zigzag-text-bg-2 .zigzag-text {
    padding-left: 50px;
    padding-right: 0;
}

.boxed-btn {
    background: #111;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
}

.about-area {
    background: #eaeaea;
}

.about-text {
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 30px;
}

.about-text h1 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
}

.about-text p {
    font-size: 15px;
    font-weight: 100;
    color: #111;
}

.title-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-area {
    padding: 50px 0px;
    text-align: center;
    background: #010101;
}

.downloadlinks a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    margin: 5px;
    color: #fff;
    font-size: 30px;
}

.downloadlinks {
    background: #111;
    text-align: center;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.games-list {
    margin-top: 50px;
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.feedback {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}

#mybutton {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    text-transform: uppercase;
}

#mybutton a {
    font-size: 20px;
}

.counter-area {
    margin-top: 115px;
    background: #111;
    padding: 40px;
}


h1.counter {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

span.count-text {
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	text-transform: uppercase;
}


.contact p {
	font-size: 20px;
}

.contact h2 {
	font-size: 40px;
	text-transform: uppercase;
}

.contact-social-icons {
	margin-top: 20px;
	font-size: 35px;
}

.contact-social-icons a.facebook, a.twitter, a.youtube {
	color: #111;
}



.footer-text p {
    color: #fff;
    font-size: 20px;
}

.footer-text h2 {
    color: #fff;
}

.social-icons i.fa {
    color: #fff;
    font-size: 40px;
    margin: 0px 10px;
}

.contact-area.text-center {
    margin-top: 200px;
}

.footer-bottom-area {
	padding: 10px;
	background: #202020;
	color: #fff;
}