/*
Theme Name: Iron Fist
Theme URI: https://wordpress.org/themes/ironfist/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Iron Fist brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ironfist
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-family: 'Exo 2', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 600;
***************************************************************************************************
****COLORS*****
A 	: 	#5e593c
B 	: 	#89856b
C 	:	#fff
D 	: 	#1d1d1f
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/
::selection { background:#00b6f9; color:#FFF }
::-moz-selection {background:#00b6f9; color:#FFF}
body {
	margin:0;
	background-color:#000;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:normal;
	color:#fff;
}
a{color:#fff;}
a:hover,a:focus{color:#fff;text-decoration:none;}
h1,h2,h3{font-family: 'akira_expandedsuper_bold', sans-serif;}
h4,.h4,
h5,.h5,
h6,.h6{
	font-family: 'Nunito Sans', sans-serif;
}

.ff-akira-expanded{font-family: 'akira_expandedsuper_bold', sans-serif;}
.text-primary{color:#000 !important;}
.text-dark{color:#1c1c1c !important;}
.bg-dark{background:#1c1c1c !important;}
.bg-black{background:#000 !important;}

.form-control{color:#6c5915;border:1px solid #fff;}  
.form-control:focus{border-color:#fff;outline:none;box-shadow: none;}
.btn-primary{
	background: #000; /* Old browsers */
	border: 1px solid #666;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #fff;
  border-color:#666;
  color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: #23a8d9;
  border-color:#23a8d9;
}
.btn-secondary{
	background: #fff; /* Old browsers */
	border-color:#fff;
	color: #000;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #000;
  border-color:#000;
  color: #fff;
}
.btn-primary,
.btn-secondary{
	transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-ms-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;
}
img.fighter-flag{
	width: 30px !important;	
	float: right;
}
.owl-carousel .owl-item img{
	width: auto;
}

.text-black{
	color:#000;
}
.z-index10{
	z-index:10;
}
.full-width{max-width:1600px;}
.header {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 1040;
}
.header.is-fixed {
	position: fixed;
	background-color: rgba(0, 0, 0, 1);
	box-shadow:0 0px 6px rgba(0, 0, 0, .1);
}

.header .menu-toggle-icon {
	width: 60px;
	height: 40px;
	display: block;
	position: relative;
	padding-top: 5px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.header .menu-toggle-icon:focus{
  outline: none;
}
.header .menu-toggle-icon .top,
.middle,
.bottom {
	margin-bottom: 10px;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #fff;
	transition: all .3s ease;
}
.is-fixed .menu-toggle-icon .top,
.is-fixed .middle,
.is-fixed .bottom {
	background-color: #fff;
}
.header .menu-toggle-icon .bottom {
	width: 70%;
	margin-bottom: 0px;
}

.open .top{
	transform: rotate(45deg);
	margin: 0 0 0 0px;
}
.open .middle{
	transform: rotate(-45deg);
	margin: -14px 0 0 0;
}
.open .bottom{
	display: none;
}

.header .site-contact {
	text-align: right;
}
.main-menu{
	position: fixed;
	top:0;
	right: 0;
	width: 80%;
	height: 100vh;
	background-color: #000;
	color: #fff;
	z-index: 99;
	padding: 180px;
	 transform: translate3d(100%,100%,0);
    -webkit-transform: translate3d(100%,100%,0);
    -moz-transform: translate3d(100%,100%,0);
    -ms-transform: translate3d(100%,100%,0);
    -o-transform: translate3d(100%,100%,0);
	transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}
.main-menu.open{
	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.nav-menu{
	list-style: none;
	margin: auto;
	padding: 0;
}
.nav-menu li{
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.nav-menu li a{
	color: #fff;
	font-size: 24px;
	font-family: 'akira_expandedsuper_bold', sans-serif;
}


.is-fixed .btn-outline-light{
	background:#4a494a;
}
.is-fixed .btn-outline-light:hover{
	color:#fff;
}
.btn-instagram{
	color:#fff;
	font-size:24px;
}


.loader {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: #000;
	z-index: 9999;
}

.loader .logo-box {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.logo-1, .logo-2, .logo-3, .logo-4, .logo-5, .logo-6, .logo-7, .logo-8, .logo-9,.logo-10 {
	line-height:1.5;
	display:inline-block;
	font-size: 2.5rem;
	opacity: 0;
	animation: type 0.4s ease-out forwards;
	animation-direction: alternate;
	animation-iteration-count: 1;
	animation-play-state: running;
	-webkit-animation: type 0.4s ease-out forwards;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-play-state: running;
}
.logo-1 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.logo-2 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.logo-3 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.logo-4 {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}

.logo-5 {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}

.logo-6 {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}

.logo-7 {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.logo-8 {
	animation-delay: 3.4s;
	-webkit-animation-delay: 3.4s;
}

.logo-9 {
	animation-delay: 3.8s;
	-webkit-animation-delay: 3.8s;
}
.logo-10 {
	animation-delay: 4.2s;
	-webkit-animation-delay: 4.2s;
	position: relative;
	line-height: .6;
}
@keyframes type {
	0% {
		opacity: 0.0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		width: auto;
	}
}

@-webkit-keyframes type {
	0% {
		opacity: 0.0;
		width: auto;
	}
	50% {
		opacity: 0.0;
		width: auto;
	}
	100% {
		opacity: 1;
		width: auto;
	}
}
.half{
	height: 450px !important;
}
.hero-banner {
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #ffffff;
}
.hero-content {
  color: #ffffff;
  width: 100%;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.hero-content .text-slide{
	font-family: 'akira_expandedsuper_bold', sans-serif;
	font-size:40px;
}
.video-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.video-banner .hero-video {
  min-height: 100%;
  min-width: 100%;
}

.controls { background-image: url(https://www.ironfist.com/wp-content/uploads/2020/12/play-pause.png); background-position: 0 0; background-repeat: no-repeat; background-color: transparent; width: 33px; height: 33px; position: absolute; z-index: 10; bottom: 50px; right: 30px; border: 0; text-indent: -99999px; overflow: hidden; display: block; cursor: pointer; opacity: 1; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }
.controls.paused{ background-position: -33px 0; }
.sound{ background-image: url(assets/images/sound.png); background-position: 0 0; background-repeat: no-repeat; background-color: transparent; width: 33px; height: 33px; position: absolute; z-index: 10; bottom: 50px; right: 63px; border: 0; text-indent: -99999px; overflow: hidden; display: block; cursor: pointer; opacity: 1; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; }
.sound.on{ background-position: -33px 0; }

.bg-overlay{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-overlay:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	
}
.transform-scale {
    transform: scale(0.7);
	opacity:.6;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.transform-scale.bigger {
    transform: scale(1);
	opacity:1;
}
.what-unique{
	background-color:#000;
}
.what-unique-inner .border-right:nth-child(5){
	border: 0 !important;
}
.front-page-content{
	position:relative;
	z-index:1;
}
.front-page-content:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background-image: url(assets/images/iron_fist_emblem.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:70%;
	width:100%;
	height:100%;
	opacity:.15;
	z-index:-1;
	
}
.welcome-slider .owl-nav button.owl-next, .welcome-slider .owl-nav button.owl-prev{
	position: absolute;
    top: 48%;
    background-color: #fff;
    width: 30px;
    height: 40px;
    font-size: 24px;
    line-height: 20px;
}
.welcome-slider .owl-nav button.owl-prev{
	left: 0;
}
.welcome-slider .owl-nav button.owl-next{
	right:0;
}

/* ########## Inner Page ########### */
.inner-banner{display:block;height:400px;margin:0;padding:0;position:relative;width:100%;background:#000;}
.banner-img{background-attachment:scroll;background-position:center center;background-repeat:no-repeat;background-size:cover;display:block;height:100%;width:100%;opacity:0.90;}
.inner-heading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);}
.inner-heading h1,.inner-heading h2{color:#00b6f9;font-size:48px;font-weight:700;line-height:60px;text-align:center;letter-spacing:2px;padding:18px 36px;text-transform:uppercase;position:relative;background:rgba(0,0,0,0.5)}

.service-item a,.service-item .item{
	position: relative;
	display: block;
	height: 200px;
	overflow: hidden;
}
.service-item a:after, .service-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.service-item .inner-box{
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	height: 200px;
	z-index: 4;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.service-item .inner-box .content{
	width: 100%;
	padding: 0 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
  }
.service-item .content h3 {
	font-size:1.25rem;
	  color: #fff;
	 transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
  }
.service-item:hover h3,
.service-item:hover h3{
	color: #fff;
}
.image-hover{
	position:relative;
}

.img-1,.img-2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:all .6s ease-in-out;
	-webkit-transition:all .6s ease-in-out;
}
.image-hover .img-2{
	position:relative;
	opacity:0;
}
.image-hover:hover .img-1{
	opacity:0;
}
.image-hover:hover .img-2{
	opacity:1;
}
.our-fighter-section{
	max-width:1351px;
}
.fighter-item{
	padding:1rem;
	border:1px solid rgba(255,255,255,.4);
	height:100%;
}
.fighter-match-record{
	justify-content:space-between;
	flex-wrap:wrap;
}
.fighter-match-record .record{
	justify-content:center;
	gap:10px;
	border-right:1px solid #fff;
	padding: 0 .6rem;
}
.fighter-match-record .record:first-child{
	padding-left:0;
}
.fighter-match-record .record:last-child{
	padding-right:0;
	border-right:0;
}
.fighter-match-record .record .text{
	text-align:center;
}
.fighter-match-record .record small{
	font-size:10px;
}
.fighter-match-record .record span{
	display:block;
	font-size:20px;
	font-family: 'akira_expandedsuper_bold', sans-serif;
	line-height:1;
}
.fighter-title{
	font-size:24px;
	max-width: 290px;
}
.fighter-content{
	font-size:14px;
}
.promotion-features{
	background:#000;
	padding:3rem 0;
}
.featured-item .image{
	border: 4px solid #fff;
}
.featured-title{
	font-size:22px;
}
.register-fighter-form .form-group{
	margin-bottom:1.5rem;
}
.register-fighter-form .form-control{
	background-color: transparent;
    color: #fff;
    padding: 1.4rem 1rem;
    border-radius: 10px;
}
.register-fighter-form .form-control::placeholder{
	color:#fff;
}
.register-fighter-image{
	background-image:url(assets/images/register-fighter-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:5rem 0;
}
.footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.socials {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.insta-follow {
  color: #ffffff;
  position: absolute;
  top: 10px;
  display: block;
  text-align: center;
  left: 36%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.newsletter .form-control {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.newsletter .form-control:focus {
  outline: none;
  box-shadow: none;
}
.newsletter .form-control::-webkit-input-placeholder{color:#fff;opacity:1}
.newsletter .form-control::-moz-placeholder{color:#fff;opacity:1}
.newsletter .form-control:-ms-input-placeholder{color:#fff;opacity:1}
.newsletter .form-control::-ms-input-placeholder{color:#fff;opacity:1}
.newsletter .form-control::placeholder{color:#fff;opacity:1}
.copyright {
  line-height: 1.5;
}

.scrolltotop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 999;
  display: none;
  border-color: #4e4e4e;
  background-color: #000;
  color: #fff;
}

.scrolltotop:hover, .scrolltotop:focus {
  background: #fff;
  color: #000;
  border-color: #4e4e4e;
}
/* About */

.pagevideo-play-button {
	border: 0;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 25px 20px 25px 38px;
	text-align: center;
	cursor: pointer;
}

.pagevideo-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.pagevideo-play-button:hover:after {
	background-color: darken(#dfdfdf, 10%);
}

.pagevideo-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #272727;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.team-inner{
	position:relative;
}
.team-inner-overlay{
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1.875rem 0.9375rem 0.625rem;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background-image: linear-gradient(to top, #000000, transparent);
}
.owl-theme .owl-nav{
	position:absolute;
	bottom:5%;
	text-align:right;
}
.team-carousel.owl-carousel .owl-nav button.owl-next, .team-carousel.owl-carousel .owl-nav button.owl-prev, .team-carousel.owl-carousel button.owl-dot{
	font-size:60px;
	line-height:.5;
	background:#fff;
	border-radius:50%;
	color:#000;
	width:40px;
	height:40px;
	outline:none;
}

.boxers-slider ul li{
	font-size: 16px;
}
.boxers-slider.owl-carousel .owl-nav button.owl-next,
.boxers-slider.owl-carousel .owl-nav button.owl-prev{
	font-size: 50px;
    line-height: 1px;
	background:#fff;
	border-radius:50%;
	color:#000;
	width:40px;
	height:40px;
	outline:none;
	position: absolute;
	top: 45%;
	z-index:3;
}
.boxers-slider.owl-carousel .owl-nav button.owl-next{
	right:0;
}
.boxers-slider.owl-carousel .owl-nav button.owl-prev{
	left:0;
}
/* Service */
.hero-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item-list{
	height:520px;
}
.service-item-list .service-item-container{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/* Boxing */ 
.boxing-image{
	height:780px;
}
/* Sponsoirship */ 

.feedback-carousel.owl-carousel .owl-nav button.owl-next,
.feedback-carousel.owl-carousel .owl-nav button.owl-prev{
	font-size: 50px;
    line-height: 1px;
	background:#000;
	border-radius:50%;
	color:#fff;
	width:40px;
	height:40px;
	outline:none;
	position: absolute;
	top: 45%;
	z-index:3;
}
.feedback-carousel.owl-carousel .owl-nav button.owl-next{
	right:0;
}
.feedback-carousel.owl-carousel .owl-nav button.owl-prev{
	left:0;
}

.our-sponsers-feedback {
  position: relative;
  height: auto;
  width: 100%;
  background-image: url("assets/images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.feedback-carousel .item img{
	width:400px !important;
	margin:0 auto;
}
.fight-features{
	z-index: 1;
}
.fight-features:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;

}
.fight-features ul{
	position: relative;
	list-style: none;
	margin-left:100px;
	padding:0px;
}
.fight-features ul li{
	position: relative;
	margin-bottom:10px;
	font-size: 1.5625rem;
}
.fight-features ul li::before{
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 20px;
    left: 10px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #fff;
}
.pricing-table{
	background-color: #000;
	color:black;
}

.pricing-table .column-1 .h4{
	margin-bottom:10px;
}
.pricing-table ul {
	padding: 0px;
	list-style: none;
}
.pricing-table ul li{
	padding-bottom:10px;
}
.pricing-table button{
	background-color: #000;
}
.pricing-table .package-header{
	height: 70px;
}
.enquiry-form {
  background-color: #000;
  color: white;
}
.enquiry-form input::placeholder {
  color: white;
}
.enquiry-form input {
  width: 95%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.enquiry-form input:focus {
  outline: none;
  box-shadow: none;
}
.enquiry-form select {
  padding: 10px;
  margin-bottom: 10px;
  width: 95%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.enquiry-form select:focus{
	outline: none;
	box-shadow: none;
	background-color: black;
}
.enquiry-form option{
	background-color: black;
	border:none;
	color:white;
	font-size:1.125rem;
}
.enquiry-form textarea{
	color:#fff;
	width:100%;
	background-color: transparent;
	border: 0;
	border-bottom:1px solid #fff;
}
.registration-banner {
	height:70vh;
	z-index:-1;
}
.registration-form a{
	color:#fff;
}
.registration-form button{
	padding:10px 50px;
}
.list-group a{
	color:#000;
} 
.side-bar-title {
    position: relative;
    text-align: center;
}
.side-bar-title span {
    position: relative;
    z-index: 2;
    background-color: #000;
    padding: 0 10px;
}
.side-bar-title::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.newsletter-form{
	color:white;
	background-color: #000;
	border:1px solid #fff;
}

.newsletter-form button{
	background-color: #000;	
}
.newsletter-form button:hover{
	border-color:black;
}
.page-item a{
	background-color: #000;
	color:white;
}
.post-navigation h2{
    display: none;
}
.post-navigation .nav-links{
    display: inline-flex;
}
.post-navigation .nav-links div a{
    margin: 0 15px;
    display: inline-flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.boxing-content .boxer{
	display: none;
}

.hero-content-box{
	opacity: 0;
}

.close-popup{
	position: absolute;
    top: -10px;
    right: -10px;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 30px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: normal;
}
.popup-box {
    display: none;
    height: auto;
    background: #090708;
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.footer-get-in-touch{
	position:relative;
	padding:1rem 0;
}
.footer-get-in-touch:after,
.footer-get-in-touch:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	opacity:.5;
	left:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&0+0,1+50,0+100 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.footer-get-in-touch:after{
	top:0;
}
.footer-get-in-touch:before{
	bottom:0;
}
@font-face {
    font-family: 'akira_expandedsuper_bold';
    src: url('assets/fonts/akira_expanded-webfont.woff2') format('woff2'),
         url('assets/fonts/akira_expanded-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media (min-width:1280px) {
	.container {max-width: 1280px}
}
@media(max-width:1280px) {
	.main-menu{
		padding: 150px;
	}
	.nav-menu li a{
		font-size: 3rem;
	}
}
@media(max-width:1199px) {
	.main-menu{
		padding: 100px;
	}
}
@media(max-width:991px)  {
	.main-menu {
    	padding: 100px;
    	width: 100%;
		transform: translate3d(-100%,-100%,0);
    	-webkit-transform: translate3d(-100%,-100%,0);
    	-moz-transform: translate3d(-100%,-100%,0);
    	-ms-transform: translate3d(-100%,-100%,0);
    	-o-transform: translate3d(-100%,-100%,0);
	}
	.nav-menu li a {
    	font-size: 2.5rem;
	}
	.boxing-image {
    	height: auto;
	}
	.fight-features ul {
    	margin-left: 0px;
	}
	
	
}
@media(max-width:767px)  {
	.hero-content .text-slide {
		font-size: 34px;
	}
	.header-logo img{
		width:180px;
	}
	.fighter-image{
		margin-bottom:1rem;
	}
	.fighter-image img{
		width:100%;
		height:320px;
		object-fit:cover;
		object-position:left -40px;
	}
	h1,.h1{
		font-size: 1.8rem;
	}
	h2,.h2,h3,.h3{
		font-size: 1.5rem;
	}
	.header .site-contact {
    	text-align: center;
	}
	.header .menu-toggle-icon {
   		width: 40px;
    	height: 40px;
	}
	.header .menu-toggle-icon .top, .middle, .bottom {
    	height: 2px;
		margin-bottom: 5px;
	}
	.nav-menu li{width:100%;text-align:center}
	.controls{
		right: 40%;
		bottom: 120px;
	}
	.sound{
		right: 50%;
		bottom: 120px;
	}
	.main-menu {
		padding: 120px 0 0;
	}
	.nav-menu li a {
    	font-size: 1.5rem;
	}
	.open .middle {
    	margin: -8px 0 0 0;
	}
	.what-unique-inner{
		background-position:75% 100%;
	}
	.what-unique-inner .border-right{
    	border: 0 !important;
	}
	.logo-1, .logo-2, .logo-3, .logo-4, .logo-5, .logo-6, .logo-7, .logo-8, .logo-9, .logo-10{
		font-size: 2rem;
	}
	.display-4 {
    	font-size: 1.8rem;
	}
	.half{
		height: 250px !important;
	}
	.hero-banner.page{
		height: 50vh;
	}
	.hero-banner.page .hero-content{
		top: 60%;
	}
	.hero-banner.half .hero-content{
		top: 60%;	
	}
	.service-item-list {
    	height: 320px;
	}
	.team-carousel.owl-carousel .owl-nav button.owl-next, .team-carousel.owl-carousel .owl-nav button.owl-prev, .team-carousel.owl-carousel button.owl-dot{
		font-size: 40px;
		width: 25px;
		height: 25px;
		top: 10px;
		position: relative;
	}
	.team-carousel.owl-carousel .owl-nav button.owl-next span, .team-carousel.owl-carousel .owl-nav button.owl-prev span{
		position: absolute;
		top:0;
		left: 50%;
    	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.boxers-slider.owl-carousel .owl-nav button.owl-next, .boxers-slider.owl-carousel .owl-nav button.owl-prev{
		top: 428px;
		display: none;
	}
	
	.boxers-slider.owl-carousel .owl-nav button.owl-next span,
	.feedback-carousel.owl-carousel .owl-nav button.owl-next span,
	.feedback-carousel.owl-carousel .owl-nav button.owl-prev span,
	.boxers-slider.owl-carousel .owl-nav button.owl-prev span{
		position: absolute;
    	left: 50%;
    	top: 42%;
    	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.feedback-carousel.owl-carousel .owl-nav button.owl-next, 
	.feedback-carousel.owl-carousel .owl-nav button.owl-prev{
		top: 8%;	
	}
	
	.feedback-carousel .item img {
    	width: 280px !important;
    	margin: 0 auto;
	}
	.scrolltotop{
		display:none !important;
	}
}
@media(max-width:639px)  {}
@media(max-width:480px)  {
	.display-4 {
    	font-size: 1.5rem;
	}
}
@media(max-width:359px)  {}
/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 800;
***************************************************************************************************
****COLORS*****
A 	: 	#625c3a
B 	: 	#333333
C 	:	#fff
D 	: 	#000
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/