* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	font-family: 'Teko', sans-serif;
	line-height:100%;
}

.boxes>a{
	height: 22px;
	padding: 5px;
	position: absolute;
	z-index: 4;
	right: 15px;
	top: 15px;
}
.editnbt{
	    display: block;
	    text-align: center;
	    width: 100%;
	    margin-top: 2px;
	    margin-bottom: 20px;
}
a{
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:hover{
	text-decoration:none;
	outline:none;
	color:inherit;
}

.image-box{
	background-position:center;
	background-size:cover;
	height:270px;
}
section{
	display:block;
	max-width: 1920px;
	width: 100%;
	margin:auto;
}
.container-fluid {
	max-width: 1920px;
	width: 100%;
	margin:auto;
}
.container {
	max-width: 1200px;
	width: 100%;
}
@media (max-width:1280px) {
.container {
	max-width: 100%;
	width: 100%;
}
}
h2{
	font-size:70px;
}
@media (max-width:1199px){
h2{
	font-size:60px;
}
}
@media (max-width:991px){
h2{
	font-size:50px;
}
}
@media (max-width:767px){
h2{
	font-size:40px;
}
}
@media (max-width:767px){
h2{
	font-size:30px;
}
}

/*** ### Header ### ***/
header {
	position:fixed;
	top:0px;
	left:0px;
	z-index: 999;
	border-bottom:1px solid #717071;
	width:100%;
	height:100px;
	transition:all 0.5s;
}
header.change{
	background:#222429;
}
.auto-height{
	line-height:100px;
}
header .logo{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
/*** ### Matches Section ### ***/
.match-section{
	position:relative;
	/* background:#12171b; */
	z-index:2;
	padding:50px 0px;
}
.match-section .iner-box{
	position:relative;
	border:1px solid #353a3d;
	margin-top:50px;
}
.match-section h2{
	color:#FFFFFF;
	font-size:50px;
	font-weight:700;
	margin:0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}

.match-section h3{

	font-size:16px;
	font-weight:500;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.match-section h4{
	font-size:30px;
	font-weight:700;
	margin:15px 0px;
	padding:0px;
	text-transform:uppercase;
}
.match-section p{
	color:#848484;
	font-size:12px;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.match-section .nav-bars{
	position:relative;
	border:none;
	border-bottom:1px solid #353a3d;
	width:100%;
	display:block;
}
.match-section .nav-bars ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
}
.match-section ul > li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0px -5px 0px 0px;
}
.match-section ul > li > a{
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#848484;
	font-size:16px;
	font-weight:700;
	outline:none;
	border:none;
	text-transform:uppercase;
	padding:12px 30px;
}

.match-section .main-list{
	position:relative;
	border-bottom:1px solid #353a3d;
	padding:20px 50px;
}
.match-section .main-list:last-child{
	border-bottom:none;
}
.match-section .main-list button.match-btn{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:10px 20px;
	margin:15px 15px 0px 0px;
	background-color: #e6e6e6;
	background-size:100% 100%;
	color:#848484;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	border:none;
	outline:none;
}
.match-section .main-list .match-details{
	position:relative;
	padding:20px 0px;
}
.match-section .main-list .main-description{
	position:relative;
	text-align:center;
}
.match-section .main-list .main-description .team-image{
	position:relative;
	height: 151px;
	background-position: center;
	background-size: cover;
}
.match-section .main-list .main-description .team-image img{
	display:block;
	margin:auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.userline{
	float:left;
	height: 39px;
	line-height: 41px;
	font-weight: 600;
	font-size: 10.5pt;
	padding: 0;
	color: #000 !important;
	width: 100%;
	text-align: center;
}
.match-section .main-list .main-description .team-name{
	display:inline-block;
	vertical-align:top;
	margin:5px 0px 0px 0px;
	padding:8px 0px;
	color:#848484;
	background:#000000;
	font-size:14px;
	font-weight:500;
	text-align:center;
	width:100%;
	max-width:132px;
}
.match-section .main-list .main-description .vs{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	background:#000000;
	font-weight:14px;
	font-weight:400;
}
@media (max-width:1160px){
.match-section{
	padding:30px 0px;
}
.match-section .iner-box{
	margin-top:30px;
}
.match-section h2{
	font-size:45px;
}
.match-section h2 span{
	font-size:16px;
}
.match-section h3{
	font-size:15px;
}
.match-section h4{
	font-size:25px;
}
.match-section ul > li > a{
	font-size:15px;
	padding:12px 20px;
}
.match-section .main-list{
	padding:20px 30px;
}
.match-section .main-list button.match-btn{
	padding:10px 15px;
	margin:15px 10px 0px 0px;
}
.match-section .main-list .main-description .team-name{
	font-size:12px;
}
}
@media (max-width:991px){
.match-section h2{
	font-size:40px;
}
.match-section h2 span{
	font-size:15px;
}
.match-section h4{
	font-size:22px;
}
.match-section ul > li > a{
	font-size:14px;
	padding:10px 15px;
}
.match-section .main-list{
	padding:20px 15px;
}
.match-section .main-list button.match-btn{
	padding:5px 12px;
	margin:10px 5px 0px 0px;
}
.match-section .main-list .main-description .team-name{
	font-size:12px;
}
}

@media (max-width:767px){
.match-section h2{
	font-size:30px;
}
.match-section h4{
	font-size:20px;
}
.match-section .main-list button.match-btn{
	padding:5px;
	margin:10px 2px 0px 0px;
	font-size:12px;
}
.match-section .main-list .main-description .vs{
	width:30px;
	height:30px;
	line-height:30px;
	font-weight:12px;
}
}

@media (max-width:360px){
.match-section .main-list button.match-btn{
	margin:10px 1px 0px 0px;
	font-size:10px;
}
}
.commentbox{
	background-color: #222429;
	padding: 20px;
}
img{
	max-width:100%;
}
header .logo img{
	display:inline-block;
	vertical-align:middle;
	max-height:80px;
}
header .register-btn{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	max-width:170px;
	width:100%;
	border-left:1px solid #717071;
	text-align:center;
}
header .register-btn p{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	background:url(../images/register-icon.png) left center no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:400;
	text-align:left;
	padding:10px 0px 10px 60px;
	margin:0px;
	text-transform:uppercase;
}
header .register-btn p a{
	text-decoration:none;
	color:inherit;
}
header .register-btn p a.register{
	font-size:20px;
}
.navigation {
	position: relative;
}
.navigation nav{
	position:relative;
	line-height:normal;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.navigation nav ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.navigation nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin:0px 15px;
}
.navigation nav ul li .dropdown-box{
	position:absolute;
	z-index:99;
	top:100%;
	padding:5px 0px;
	background: #16161691;
	width:100%;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-width:200px;
	display:none;
}
.navigation nav ul li .dropdown-box a{
	display:block;
	margin:auto;
	line-height:normal;
	padding:10px 15px;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.navigation nav ul li:hover .dropdown-box{
	display:block;
}
.navigation nav ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	outline: none;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 0px;
	border-bottom:1px solid transparent;
}

.modal-backdrop {
  z-index: -1;
}
.device-nav {
	position:relative;
	float:right;
	right: 15px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 25px;
	display: none;
	z-index:1000;
}
@media only screen and (max-width: 991px) {
header{
	position:relative;
	background:#222429;
	height:80px;
}
.auto-height{
	line-height:80px;
}
header .logo img{
	max-height:70px;
}
.device-nav {
	display: block;
}
.navigation {
	margin: 0px;
	background:#222429;
	position:relative;
	padding:5px 0px;
}
.navigation nav {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	clear: both;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	background: #222429;
}
.navigation. nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
    display: block;
    width: 100%;
}
.navigation nav ul {
	text-align: left;
	padding: 20px 0px;
}
.navigation nav ul li {
	width: 100%;
	text-align: left;
}
.navigation nav ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding:10px 15px;
}
.navigation nav.reveal {
	max-height: 1170px;
	width: 100%;
	z-index: 999;
	background: #222429;
}
}
@media (max-width:767px){
header .register-btn p{
	background-size:30px;
	padding:0px 0px 0px 40px;
}
header .register-btn p a{
	text-decoration:none;
	color:inherit;
}
header .register-btn p a.register{
	font-size:18px;
}
}
/*** ### Hero Section ### ***/
.hero-section{
	position:relative;
	background:url(../images/slide1.png) no-repeat center center;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:top center !important;
	z-index:2;
	padding-top:75px;
	height:100vh;
	max-height:972px;
}
.welcome-text{
	position:absolute;
	left:3%;
	top:130px;
	z-index:11;
	transform-origin: top left;
	transform: rotate(90deg);
	font-size:16px;
	color:#FFFFFF;
	font-weight:400;
	text-transform:uppercase;
}
.left-social-link{
	position:absolute;
	left:3%;
	bottom:30px;
	z-index:11;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}
.left-social-link a{
	position:relative;
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin:0px 10px 0px 0px;
	padding:0px;
	text-transform:uppercase;
	text-decoration:none;
	transition:all .5s ease-in-out;
}
.left-social-link a:before{
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	right:0px;
	width:0%;
	height:1px;
}
.left-social-link a:hover:before{
	width:90%;
}
.hero-section .hero-text{
	position:relative;
	background-size:100% 100%;
	max-width:500px;
	width:100%;
	padding:15px 30px 15px 15px;
}
.hero-section .hero-text h1{
	color:#FFFFFF;
	margin:0px 0px 25px 0px;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
	font-size:24px;
	font-weight:400;
}
.hero-section .hero-text h2{
	color:#FFFFFF;
	font-size:150px;
	line-height:110px;
	font-weight:600;
	margin:0px;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
}
.hero-section .hero-text p{
	color:#bfbfbf;
	font-size:15px;
	line-height:22px;
	font-weight:400;
	margin:15px 0px;
	padding:0px;
	text-align:left;
}
.hero-section .hero-text a{
	position:relative;
	text-decoration:none;
	outline:none;
	border:none;
	
	background-size:20px;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
	color:#222429;	
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0.3px;
	padding:0px 45px;
	margin-top:50px;
	line-height:60px;
	border-radius:5px;
}
.hero-section .hero-text a span{
	position:relative;
	bottom:-2px;
}
.hero-slider .slick-dots{
	position:relative;
	width:100%;
	bottom:40px;
	text-align:center;
	display:block;
}
.hero-slider .slick-dots li{
	width:10px;
	height:10px;
	background:none;
	background:rgba(255,255,255,0.3);
	transition:all 0.5s;
	border-radius:50%;
}
.hero-slider .slick-dots li.slick-active{
	width:10px;
	height:10px;
	background:rgba(255,255,255,1);
}
@media (max-width:1199px){
.hero-section{
	height:auto;
	padding:125px 0px 75px 0px;
}
.welcome-text{
	position:absolute;
	left:25px;
	top:30px;
}
.left-social-link{
	left:25px;
}
.hero-section .hero-text h1{
	font-size:20px;
}
.hero-section .hero-text h2{
	font-size:120px;
	line-height:100px;
}
.hero-section .hero-text a{
	background-size:15px;
	font-size:16px;
	margin-top:20px;
	line-height:50px;
	padding:0px 35px;
}
}
@media (max-width:991px){
.hero-section .hero-text h1{
	font-size:18px;
}
.hero-section .hero-text h2{
	font-size:100px;
	line-height:80px;
}
.hero-section .hero-text a{
	font-size:15px;
	line-height:45px;
	padding:0px 30px;
}
}
@media (max-width:767px){
.hero-section .hero-text h1{
	font-size:16px;
}
.hero-section .hero-text h2{
	font-size:80px;
	line-height:60px;
}
}
@media (max-width:576px){
.hero-section .hero-text h1{
	font-size:15px;
	margin-bottom:15px;
}
.hero-section .hero-text h2{
	font-size:15vw;
	line-height:13vw;
}
}
.hero-slider{
	position:relative;
}
.hero-slider .cover-top{
	position:absolute;
	right:0px;
	bottom:0px;
	width:34%;
	z-index:10;
}
.hero-slider .arrow-area{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	z-index:11;
}
.hero-slider .arrow-area .arrow-box{
	position:relative;
	float:right;
	clear:both;
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.5);
	cursor:pointer;
	color:#222429;
	font-size:20px;
	border-radius:50%;
	margin-bottom:10px;
	line-height:55px;
	text-align:center;
}
.hero-slider .arrow-area .arrow-box:hover{
	background:#FFFFFF;
}
/*** ### Brands Section ### ***/
.brands-section{
	position:relative;
	border-bottom:1px solid #393a3f;
	background:#222429;
}
.brands-section .brand-wraper{
	position:relative;
}
.brands-section .brand-box{
	position:relative;
	height:100%;
	padding:5% 0px;
}
.brands-section .brand-box:before{
	position:absolute;
	content:"";
	right:-14px;
	top:0px;
	bottom:0px;
	width:1px;
	background:#393a3f;
}
.brands-section .brand-wraper > div:last-child .brand-box:before{
	display:none;
}
.brands-section .brand-box img{
	display:block;
	margin:auto;
}
/*** ### Services Section ### ***/
.services-section{
	position:relative;
	z-index:2;
}
.services-section:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	height:50%;
	background:#222429;
	z-index:-1;
}
.services-section.top-box{
	position:relative;
}
.services-section .boxes{
	position:relative;
	width:100%;
	max-width:568px;
	display:block;
	margin:15px auto 30px auto;
	border-radius:5px;
}
.services-section .boxes .image-box{
	position:relative;
	border-radius:5px;
}
.services-section .boxes .image-box img{
	width:100%;
	border-radius:5px;
}
.services-section .boxes .details{
	position:absolute;
	left:15px;
	right:15px;
	bottom:-15px;
}
.services-section .boxes .details h3{
	color:#ffffff;
	font-size:34px;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}
.services-section .boxes .details .white-boxes{
	position:relative;
	background:#ffffff;
	padding:15px;
	border-radius:5px;
	display:block;
	margin:auto;
	max-width:270px;
	width:100%;
	white-space:nowrap;
	-webkit-box-shadow: 0px 12px 22px -1px rgba(190,190,190,1);
	-moz-box-shadow: 0px 12px 22px -1px rgba(190,190,190,1);
	box-shadow: 0px 12px 22px -1px rgba(0,0,0,0.5);
	z-index:1;
}
.services-section .boxes .details .white-boxes p{
	position:relative;
	color:#686a6f;
	font-size:16px;
	font-weight:400;
	margin:0px;
	padding:0px 0px 0px 30px;
	text-align:left;
}
.services-section .boxes .details .white-boxes span{
	position:absolute;
	left:15px;
	top:45%;
	transform:translate(-50%,-50%);
}
.services-section.top-box .boxes .details .white-boxes{
	box-shadow:none;
}
@media (max-width:1199px){
.services-section .boxes .details h3{
	font-size:30px;
}
}
/*** ### Our StrongTeam ### ***/
.our-strong-team{
	position:relative;
	padding:50px 0px 0px 0px;
	background:#FFFFFF;
}
.our-strong-team h2{
	color:#222429;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-align:center;
}
.our-strong-team .nav-bars{
	margin:30px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
	display:flex;
}
.our-strong-team  .nav-bars a{
	position:relative;
	flex:1;
	background:#f4f5f8;
	color:#000000;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	outline:none;
	padding:20px 10px 15px 0px;
}
.our-strong-team  .nav-bars a:first-child{
	border-radius:5px 0px 0px 5px;
}
.our-strong-team  .nav-bars a:last-child{
	border-radius:0px 5px 5px 0px;
}
.our-strong-team  .nav-bars a.active{
	background:#222429;
}
.our-strong-team .team-area{
	position:relative;
	margin-top:20px;
}
.our-strong-team .team-area .boxes{
	position:relative;
	margin:15px auto;
	height: 420px;
	background-position: center;
	background-size: cover;
	display:block;
	width:100%;
	max-width:270px;
	cursor:pointer;
	border-radius:10px;
}
.our-strong-team .team-area .boxes img{
	border-radius:10px;
	 transition: all .5s ease-in-out;
}
.our-strong-team .team-area .boxes:before{
	position:absolute;
	content:"";
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition:all 0.5s ease-in-out;
	opacity:0;
	border-radius:10px;
}
.our-strong-team .team-area .boxes .details{
	position:absolute;
	bottom:5%;
	left:0%;
	width:100%;
	text-align:left;
	opacity:0;
	transition:all 0.5s ease-in-out;
	z-index:2;
	padding:0px 15px;
}
.our-strong-team .team-area .boxes:hover{
	-webkit-box-shadow: 0px 0px 11px 3px rgba(187,187,187,1);
	-moz-box-shadow: 0px 0px 11px 3px rgba(187,187,187,1);
	box-shadow: 0px 0px 11px 3px rgba(187,187,187,1);
}
.our-strong-team .team-area .boxes:hover img{
}
.our-strong-team .team-area .boxes:hover .details{
	opacity:1
}
.our-strong-team .team-area .boxes:hover:before{
	opacity:1
}
.our-strong-team .team-area .boxes .details h3{
	
	font-size:30px;
	font-weight:400;
	margin:15px 0px 10px 0px;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
}
.our-strong-team .team-area .boxes .details h4{
	position:relative;
	
	font-size:20px;
	font-weight:300;
	margin:10% 0px 0px 0px;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
}
.our-strong-team .team-area .boxes .details h4:before{
	position:absolute;
	content:"\f105";
	right:0px;
	top:0px;
	font-family:'FontAwesome';
}
@media (max-width:1199px){
.our-strong-team  .nav-bars a{
	font-size:25px;
}
}
@media (max-width:991px){
.our-strong-team  .nav-bars a{
	font-size:22px;
}
}
@media (max-width:767px){
.our-strong-team  .nav-bars a{
	font-size:20px;
}
}
@media (max-width:576px){
.our-strong-team .team-area .boxes .details h3{
	font-size:25px;
}
.our-strong-team  .nav-bars a{
	font-size:4.2vw;
	padding:10px 5px 8px 5px;
}
}

/*** ### Live Stream Area ### ***/
.livestream-section{
	position:relative;
	background:url(../images/live-stream-bg.png) no-repeat;
	background-size:cover;
	padding:50px 0px;
}
.livestream-section h2{
	position:relative;
	color:#222429;
	font-weight:400;
	margin:0px 0px 50px 0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}
.livestream-section .boxes{
	position:relative;
	width:100%;
	max-width:568px;
	display:block;
	margin:auto;
	margin-bottom:20px;
}
.livestream-section .boxes .stream-image{
	position:relative;
}
.livestream-section .boxes .stream-image img{
	width:100%;
	border-radius:5px;
}
.livestream-section .boxes .details{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	background:#222429;
	border-radius:5px;
	padding:10px;
}
.livestream-section .boxes .details h3{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.livestream-section .boxes .details .online{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:2px;
	background:#0bea00;
	margin:0px 0px 0px 10px;
}
.livestream-section .boxes .details .offline{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:2px;
	background:#ea0000;
	margin:0px 0px 0px 10px;
}
.livestream-section .boxes .details h4 {
	position:relative;
	color:#FFFFFF;
	font-size:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}

@media (max-width:991px){
.livestream-section{
	padding:30px 0px;
}
}
/*** ### Merchandising ### ***/
.merchandising-section{
	position:relative;
	background:#FFFFFF;
	padding:50px 0px;
}

.our-strong-team input{
	position:relative;
	color: #222429;
	font-weight:400;
	width: auto;
	margin: 0 auto;
	display: block;
	background-color:transparent;
	font-size: 70px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}



.livestream-section input{
	position:relative;
	color: #222429;
	font-weight:400;
	width: auto;
	margin: 0 auto;
	display: block;
	background-color:transparent;
	font-size: 70px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}
*:focus {
    outline: none;
}
.last-section textarea{
	color: #ffffff;
	font-weight: 400;
	line-height: 59px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-color:transparent;
	margin: 0px;
	font-size: 70px;
	padding: 0px;
}

.top-footer input{
	background-color:transparent;
	color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    margin: 0px;
    padding: 00px 0px 0px 0px;
    text-transform: uppercase;
}

.merchandising-section input{
	position:relative;
	color: #222429;
	background-color:transparent;
	font-weight:400;
	width: auto;
	margin: 0 auto;
	display: block;
	font-size: 70px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}
.merchandising-section h2{
	position:relative;
	color:#222429;
	font-weight:400;
	margin:0px 0px 50px 0px;
	padding:0px;
	text-align:center;
	text-transform:uppercase;
}
.merchandising-section .boxes{
	position:relative;
	width:100%;
	max-width:568px;
	display:block;
	margin:auto;
	margin-bottom:20px;
}
.merchandising-section .boxes .slider-image{
	position:relative;
	height: 514px;
	background-position: center;
	background-size: cover;
}
.merchandising-section .boxes .slider-image img{
	width:100%;
	border-radius:5px;
}
.merchandising-section .boxes .details{
	position:relative;
	padding:10px 0px;
	text-align:center;
}
.merchandising-section .boxes .details h3{
	color:#222429;
	font-size:24px;
	font-weight:400;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.merchandising-section .boxes .details h3 span{
	color:#686a6f;
	font-size:16px;
}
.merchandising-section .slick-dots{
	position:relative;
	width:100%;
	bottom:20px;
	text-align:center;
	display:block;
}
.merchandising-section .slick-dots li{
	width:10px;
	height:10px;
	background:none;
	background:#d3d3d4;
	border:2px solid #d3d3d4;
	transition:all 0.5s;
	border-radius:50%;
}
.merchandising-section .slick-dots li.slick-active{
	background:#FFFFFF;
}
/*** ### Last Section### ***/
.last-section{
	position:relative;
	background:url(../images/contact-bg.jpg) no-repeat;
	padding:75px 0px;
	background-size: cover;
}
.last-section h2{
	color:#ffffff;
	font-weight:400;
	text-align:left;
	margin:0px;
	padding:0px;
}
.last-section a{
	position:relative;
	text-decoration:none;
	outline:none;
	border:none;
	background-size:20px;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
	color:#222429;	
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0.3px;
	line-height:60px;
	border-radius:5px;
	width:100%;
	max-width:220px;
	text-align:center;
}
.last-section a span{
	position:relative;
	bottom:-2px;
}
@media (max-width:1199px){
.last-section  a{
	background-size:15px;
	font-size:16px;
	margin-top:20px;
	line-height:50px;
	padding:0px 35px;
}
}
@media (max-width:991px){
.last-section{
	padding:50px 0px;
}
.last-section a{
	font-size:15px;
	line-height:45px;
}
}
@media (max-width767px){
.last-section h2{
	text-align:center;
	padding-bottom:30px;
}
}
/*** ### top Footer ### ***/
.top-footer{
	position:relative;
	background:#222429;
	padding:50px 0px 0px 0px;
	z-index:2;
}
.top-footer:before{
	position:absolute;
	content:"";
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:url(../images/map-footer.png) top center no-repeat;
	background-size:contain;
	z-index:-1;
}
.top-footer .boxes{
	position:relative;
	margin-bottom:30px;
}
.top-footer .boxes .footer-logo{
	position:relative;
	display:inline-block;
	vertical-align:top;
	max-width:200px;
	width:100%;
}
.top-footer .boxes h2{
	color:#ffffff;
	font-weight:500;
	font-size:24px;
	margin:0px;
	padding:40px 0px 0px 0px;
	text-transform:uppercase;
}
.top-footer .boxes p{
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	line-height:30px;
	letter-spacing:1px;
	color:#848484;
	font-weight:300;
}
.footer-social-btn{
	position:relative;
	text-align:left;
	margin-top:20px;
}
.footer-social-btn a{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:45px;
	height:45px;
	line-height:50px;
	text-align:center;
	outline:none;
	border:none;
	border-radius:50%;
	text-decoration:none;
	background:#1c1e22;
	font-size:16px;
	color:#999b9f;
	margin:0px 5px 0px 0px;
}
.top-footer .boxes .footer-nav{
	position:relative;
	margin-top:30px;
}
.top-footer .boxes .footer-nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.top-footer .boxes .footer-nav ul li{
	position:relative;
	float: left;
	width: 30%;
	display: block;
	vertical-align:top;
	margin: 0px 9px 15px 0px;
	padding:0px;
}
.top-footer .boxes .footer-nav ul li a{
	color:#999b9f;
	font-size:20px;
	font-weight:300;
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:none;
	letter-spacing:1px;
	border-bottom:1px solid transparent;
}
.top-footer .boxes .footer-nav ul li a:hover{
	color:#FFFFFF;
}
.top-footer .boxes .wp-discord{
	position:relative;
	display:block;
	margin:auto;
}
@media (max-width:1160px){
.top-footer .boxes .footer-logo{
	max-width:150px;
}
.navigation nav ul li .dropdown-box {
    position: relative !important;
}
.top-footer{
	padding:30px 0px 50px 0px;
}
.top-footer .boxes h2{
	font-size:20px;
}
.top-footer .boxes p{
	font-size:20px;
}
.top-footer .boxes .footer-nav ul li{
	margin:0px 0px 10px 0px;
}
.top-footer .boxes .footer-nav ul li a{
	font-size:18px;
}
.footer-social-btn a{
	font-size:15px;
	margin:0px 2px 0px 0px;
}
}
@media (max-width:767px){
.top-footer .boxes .footer-nav{
	margin-top:20px;
}

.navigation nav ul li .dropdown-box {
    position: relative !important;
}


}
/*** ### Footer ### ***/
footer{
	position:relative;
	border-top:1px solid #393a3f;
	padding:30px 0px;
}
footer p{
	margin:0px;
	padding:0px;
	color:#999b9f;
	font-size:20px;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
}