body {
	margin: 0;
	padding: 0;
	background: #fff;
	 font-family: 'louis_george_caferegular'!important;
	 color: #000;
}
html {
  scroll-behavior: smooth;
}
p {
	 font-family: 'louis_george_caferegular';
	 line-height: 30px;
}

h1 {
	 font-family: 'fjalla_oneregular';
	text-transform: uppercase;
}
h3, h4 {
	 font-family: 'fjalla_oneregular';
}
h1 span {
	color: #fa471c;
}
#wrapper {
	width: 100%;
	overflow-x: hidden;

}

#banner {
	width: 100%;
	background-size: cover;
    color: #fff;
    display: flex;
    height: 100vh;
        background: url(../images/banner.png) no-repeat  center;
}
#banner .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner .content {
    text-align: center;
    padding: 10px 0;
}

#banner .content h1 {
	font-size: 70px;
	text-align: left;
	line-height: 100px;

}
#banner img {
	width: 100%;
}
.bannerbtn {
   position: relative;
   background-color: transparent;
    z-index: 1;
    font-size: 18px;
    min-width: 197px;
    display: inline-block;
    padding: 11px 21px;
    margin-top: 20px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    
    border: 1px solid #fff;
    float: left;
    font-family: 'fjalla_oneregular';
}

.bannerbtn.active,
.bannerbtn:focus,
.bannerbtn:hover {
    box-shadow: none;
        background-color: #fff;
    transition: 0.6s;

    color: #000;
    border: 1px solid #fff;
}
.section {
	width: 100%;
	padding: 70px 0;
	float: left;

}
.about {
	width: 100%;
	float: left;
}
.about img {
	width: 100%;
}
.about-content {
	width: 100%;
	padding-left: 35px ;
}
.about-sec {
	width: 100%;
	padding-top: 20px;
}
.about-sec .flex-container {
	
  display: flex;
  flex-direction: row;
  margin: 30px 0;

}

.about-sec .flex-container h1 {
	font-size: 80px;
	color: #fa471c;

	}

	.tr-flex-box {
    display: table;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
}
.tr-flex-box h3 {
	width: 100%;
}
.fixed-bg {
	    background-image: url(../images/billiard-table.jpg);
  
    background-size: cover;
    width: 100%;
    color: #ffffff;
	float: left;
	background-position: 50% 5px;
	background-repeat: no-repeat;
	padding: 150px 0;
	background-attachment: fixed;
}
.fixed-bg h1 {
	font-size: 70px;
	line-height: 90px;
}
.blackbg {
	background-color: black;
}
.white {
	color: #fff;
}
.gallery {
	width: 100%;
	margin: 30px 0;
}
.gallery img {
	width: 100%;
}
.activity {
	width: 100%;
	color: #fff;
}
.activity h3 {
	text-transform: uppercase;
	line-height: 40px;
}
.activity .check {
	width: 100%;
	float: left;
	padding: 30px 0;
	
}
.activity   p{
color: #cec7c7;
padding-top: 30px;
	}
.activity .check ul { 
	width: 100%;
	padding: 0;

	}
	.activity .check ul li { 
	width: 50%;
	list-style: none;
	padding: 0;
	font-size: 15px;
	color: #cec7c7;
	float: left;
	    font-family: 'louis_george_caferegular';
	    line-height: 40px;


	}
.activity .check ul i.fas{ 
	font-size: 15px;
	color: #f5461b;
	margin-right: 10px;

	}
	.elementor {
		width: 100%;
	}
	.elementor-image {
		width: 100%;
		position: relative;
		    z-index: 9999;
	}
		.elementor-image img {
		width: 80%;
	}
.elementor-widget-wrap {
    justify-content: flex-end;
    position: absolute;
    color: #fff;
}
footer h5 {
	color: #f5461b;
	font-weight: bold;
	line-height: 50px;
}
.social {
	width: 100%;
	margin-top: 40px;
}
 .social i.fab{
        text-shadow: none;
    color: #f5461b;
    border: solid 1px #fff;
    padding: 10px 7px 6px 0;
    height: 35px;
    text-align: center;
    font-size: 15px;
    border-radius: 60px;
    margin-right:20px;
}

.social i.fab:hover {
	color: #000;
	    transition: 0.6s;

}
.group {
  position: relative;
  margin: 45px 0;
}




.contact-h {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    color: #EC407A;
}
.contact .form-group {
    margin-bottom:30px;
}
.contact .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    box-shadow: none!important;
    text-transform: capitalize;
    padding: 0;
}
.contact .btn-primary {
    background-color: #f5461b;
    border-color: #f5461b;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}
.contact .btn-primary:hover  {
	background-color: #000;
	 border-color: #000;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000!important;
    box-shadow: none!important;
    }
.contact .btn {
    padding: 12px 15px;
}
.group {
    position: relative;
    margin-bottom: 45px;
}
input:focus {
    outline: none;
}
label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

}
.contact .form-group  i.far, i.fas {
	margin-right: 10px;
}
input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #f5461b;
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #f5461b;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}
.highlight {
    position: absolute;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active state */

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
.text-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.text-group textarea:focus ~ .input-label,
.text-group textarea:valid ~ .input-label,
.text-group textarea.form-file ~ .input-label,
.text-group textarea.has-value ~ .input-label {
    font-size: 14px;
   color: gray;
    top: -1rem;
    left: 0;
}
.text-group textarea:focus ~ .input-label {
    color: #f5461b;
}
.text-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}
.text-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 4.25rem;
}
.footer-btm {
	width: 100%;
	background: #000;
	float: left;
	    padding: 10px 0;
    color: #fff;
}
.right-align {
    text-align: right;
}
.footer-btm p {
	margin-bottom: 0;
}
.footer-btm p a {
	color: #fff;
	text-decoration: none;
}
.footer-btm p a:hover {
	color: #f5461b;
}
.black{
  position:fixed;
  top:0;
  background:transparent;
  width:100%;
  height:60px;
  z-index: 999999;

}

.blue{
  position:fixed;
  top:0;
  background:black;
  width:100%;
  height:50px;
  color: #000 !important;
}

nav {
  color: #fff;
  padding: 1em 0;
  position: relative;
  z-index: 9999;
}

nav::after {
  content: '';
  clear: both;
  display: table;
}

.container {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.logo {
  float: left;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.logo img {
	width: 80%;
}
.logo span {
  font-weight: 300;
}

.site-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #000;
  height: 0px;
  overflow: hidden;
}

.site-nav--open {
  height: 100vh;
}

.site-nav li {
  border-bottom: 1px solid #575766;
}

.site-nav li:last-child {
  border-bottom: none;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 1em 6em 1em 2em;
  font-weight: bold;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #f5461b;
  text-decoration: none;
}

.site-nav--icon {
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
  width: 1.1em;
  text-align: right;
  color: #fff;
}

.menu-toggle {
  padding: 1em;
  position: absolute;
  top: .5em;
  right: 1em;
  cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after{
  content: '';
  display: block;
  background: #ebebd3;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  transition: all ease-in-out 500ms;
}

.hamburger::before {
  transform: translatey(-7px);
}

.hamburger::after {
  transform: translatey(4px);
}

.open .hamburger {
  transform: rotate(45deg);
}

.open .hamburger::before {
  opacity: 0;
}

.open .hamburger::after {
  transform: translatey(-3px) rotate(-90deg);
}

@media (min-width: 700px) {
  
  .menu-toggle {
    display: none;
  }
  
  .site-nav {
    height: auto;
    position: relative;
    background: transparent;
    float: right;
  }
  
  .site-nav li {
    display: inline-block;
    border: none;
  }
  
  .site-nav a {
    padding: 0;
    margin-left: 3em;
    font-size: 14px;
  }
  
  .site-nav a:hover,
  .site-nav a:focus {
    background: transparent;
  }
  
  .site-nav--icon {
    display: none;
  }
  
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#button {
  display: inline-block;
  background-color: #f5461b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}
#button i.fas {
	color: #fff;
    font-size: 20px;
    line-height: 53px;
 
    margin-right: 0;
}
a {
	text-decoration: none;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/****
    **********
    *******************************************************************
    ****
    **********/
@media only screen and (max-device-width: 768px) {

	.about-content {
		padding-left: 0;
		padding-top: 30px;
	}
	p {
		text-align: justify;
	}
	.about-sec .flex-container h1 {
    font-size: 50px;
}
.activity .check ul li {
    width: 100%;
    }
    .section {
    padding: 30px 0;
}
.lf {
    text-align: left !important;
}
.footer-btm p {
	text-align: center;
}
.site-nav {
	width: 100%;
}
.site-nav a {

    text-transform: capitalize;

    font-weight: normal;
}
.logo img {
    width: 60%;
}
nav {
        padding: 1em 0;
}
.black {
	height: 60px;
}
#banner .content h1 {
    font-size: 30px;
    text-align: left;
    line-height: inherit;
    }
    .bannerbtn {
    	font-size: inherit;
    	    min-width: 150px;
    }
    #banner {
    	background: url(../images/banner-mob.jpg) no-repeat  center;
}
    .fixed-bg h1 {
    font-size: 50px!important;
    line-height: 60px;
}

 h1, h4  {
    font-size: 30px !important; 
   
    }
    .elementor-image img {
    	width: 100%;
    }
    .elementor {
  
    margin-bottom: 20px;

}
#button {
	right: 0;
}
.fixed-bg {
	 background: url(../images/bg-mob.jpg);
	     background-attachment: fixed;
}
}