html, body {height: 100%;color: #646464;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
h1, h2, h3, h4, h5, h6,p {margin:0 0 15px; font-family:'Open Sans', sans-serif;}
a {transition: all 0.3s ease 0s; text-decoration:none!important;}
.container {width: 1100px;}
.clear{clear:both;}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.two-line {
    padding: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 47px;
    -webkit-box-orient: vertical;
    font-size: 19px;
}
.three-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 60px;
    -webkit-box-orient: vertical;
}
.btn{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #630500;
    border-color: #630500 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    bord: 0;
    border-top-right-radius: 0;
    color: #630500;
    font-weight: 700;
}
.nav-tabs {
    border-bottom: 1px solid #630500;
}
.modal-header{
	border-bottom: 0px;
}
.bg-custom {
	background-color: #2a2a2a!important;
}
.p-left{ padding-left:0 !important;}
.p-right{ padding-right:0 !important;}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
select::-ms-expand {
    display: none!important;
}
body {
  color: #222;
  font: 500 14px/1.55 "Open Sans", sans-serif;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*--------------------------
 Top header area start 
----------------------------*/
.stick{
	position: fixed;
	top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.2);
	animation:slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.stick .navbar-brand img{
	width: 30px;
	height: auto;
}
.stick .navbar-nav .nav-item{
	margin-top: 10px;
}
.top-header{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.top-header ul {
	float:right;
}
.top-header ul li{
	display:inline-block;
	padding:10px;
}
.top-header ul li a{
	color:#000;
}
.top-header ul li a:hover{
	color:#c9b093;
}

/*--------------------------
 Top header area end
----------------------------*/

/*--------------------------
 menu area start 
----------------------------*/
.header-menu{
	background:#2a2a2a;
	z-index:999999999;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	transform: translateZ(0);
    transition:all 0.5s;
}

.navbar{
	margin-bottom:0px;
	padding:0px;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #c9b093;
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 15px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #c9b093;
}
.navbar-nav .nav-item{
	margin-right:10px;
	margin-top:10px;
	margin-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    padding: 15px 5px;
}
.nav-link {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-brand {
	padding:10px 25px;
}
.navbar-brand img{
	width: 80px;
	height: auto;
}

/*-----mobile menu button-----*/
.navbar-dark .navbar-toggler {
    border-color: #ffffff;
}
.navbar-dark .navbar-toggler {
    margin-right: 10px;
}
.bg-transparent {
    background-color: #fff!important;
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0 !important;
  top: 50% !important;
}
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
/*--------------------------
 menu area end 
----------------------------*/
.carousel-caption{
	position: absolute;
	left:0;
	top: 0;
	bottom: 0;
	text-align: center;
	bottom:0;
	width: 100%;
}
.box-shadow{
	box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
}
.box-rel{
	position: relative;
	height: 50%;
}
.carousel-caption-1{
	position: absolute;
	left:0;
	top: 0;
	bottom: 0;
	text-align: center;
	bottom:0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.carousel-caption-1 h1{
	padding-top: 20%;
}
.bg-insta{
	 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.carousel-caption h1{
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5%;
	text-align:center;
}
.carousel-caption p{
	font-size: 28px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
.carousel-item picture img{margin-top: -20px;}
.m-logo{
	display: none;
}

/*--------------------------
 menu area end 
----------------------------*/

/*-----------------------------
slider area start
-------------------------------*/
.h2_slider_area .all-navs .owl-pagination {
  bottom: 10px;
  right: 0%;
  left:0%;
  position: absolute;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 2px;
    height: 10px;
    margin: 5px;
    opacity: 1;
	border-radius: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #bdbdbd;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #000;
	width: 3px;
    height: 15px;
}

/*-------------------------------------
slider area end
--------------------------------------*/

/*----------------------------------
heading area start
-----------------------------------*/
.heading {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 50px;
	font-family: 'Open Sans', sans-serif;
}
.heading h2 {
    color: #2a2a2a;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    z-index: 9;
	margin-bottom:5px;
	font-size: 23px;
	font-weight: 700;
}

/*----------------------------------
heading area end
-----------------------------------*/

/*----------------------------------
about area start
-----------------------------------*/
.text p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 300;
}
/*---------
.mtopbot-30 p:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: #782800;
    padding-right: 10px;
}
--------------------*/
.mtopbot-30 p {
    font-size: 18px;
	font-weight: 300;
}
.testimonial-abs{
 right: 0px;
}
.testim{
	width: 250px; margin-left: 210px;
}
.card:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
    box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
}
.btn-primary{
	background: #fff;
	color: #2a2a2a;
	border-color: #2a2a2a;
}
.btn-primary:hover{
	background: #2a2a2a;
	color: #fff;
	border-color: #2a2a2a;
}
.time-zone figure >img {
	height:180px;
	width:100%;
}
.time-zone figcaption {
	position: absolute;
	bottom: 0px;
	width:100%;
	height:180px;
	background-color: #ffb600;
	opacity:0.7;
}
.match-time p{
	font-size:16px;
	margin-bottom:5px;
}
.match-time h1{
	font-size:45px;
}
.match-time span{
	font-size:25px;
}

/*----------------------------------
about area end
-----------------------------------*/

/*----------------------------------
testimonial area start
-----------------------------------*/
.testi-area{
	padding:10px;
	margin-top:10px;
}
.testi-area .test-txt p {
	font-size:18px;
}
.testi-area .test-txt h2 {
	font-size:17px;
	font-weight: 500;
		margin: 0px;
}
.testi-area .test-txt h6 {
	font-size:15px;
	font-weight: 500;
	margin: 0px;
}
/*----------------------------------
testimonial area end
-----------------------------------*/


/*--------------------------
footer bottom area start
----------------------------*/
.footer-bottom{
	background:#2a2a2a;
	color:#5a5a59;
}
.footer-bottom .qual{
	color:#fff;
}

/*--------------------------
login form page start
----------------------------*/
.login-form{
	border:1px solid #b7b7b7;
}
.fade {
    opacity: 1;
}
.nav-pills li a{
	color:#4d4d4d;
	border:1px solid #b7b7b7;
	font-size:18px;
	padding:12px 77px;
}
.nav-pills .active{
	background:#c9b093;
	color:#fff;
}
.form-control{
	border-radius:0px;
}
.btn-info{
	border-radius:0px;
	border:2px solid #c9b093;
	font-size:18px;
	padding:7px 30px;
	background:#c9b093;
}
.btn-info:hover{
	border:2px solid #c9b093;
	background:transparent;
	color:#c9b093;
}
.form-group a{
	color:#c9b093;
}
.form-group a:hover{
	color:#4d4d4d;
}

/*--------------------------
login form page end
----------------------------*/

/*--------------------------
checkout page start
----------------------------*/
#accordion .card-header{
	width:100%;
	background:#eeeeee;
	color:#464646;
	border-top:2px solid #c9b093;
	padding:10px 20px;
	border-bottom:0px none;
	border-radius:0px;
}
#accordion .card-header .card-link{
	color:#464646;
}
#accordion .card{
	text-align:left;
	border:0px none;	
}
#accordion .card:hover{	
    box-shadow: none;
}
#accordion .card .card-body{
	padding:10px 0px;	
}
.order{
	background:#eeeeee;
}
.order h5{
	border-bottom:1px solid #464646;
	padding-bottom:5px;
	margin-bottom:0px;
}
.order .table thead th {
    border-bottom: 2px solid #bdbdbd;
}
.order .table td, .table th {
    border-top: 0px solid #dee2e6;
}
.order .table tfoot{
	border-top:1px solid #464646;
	font-size:20px;
}
.order .table tfoot span{
	color:#c9b093;
}



/* The payment-check */
.payment-check {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
	font-weight:700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.payment-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
	border:2px solid #464646;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.payment-check .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c9b093;
}
.order p{
	font-size:13px;
	padding-left:30px;
}
/*--------------------------
checkout page end
----------------------------*/

/*--------------------------
my account page start
----------------------------*/
.my-account .responsive-form{
	border:1px solid #b7b7b7;
}
.my-account .form-control{
	border:1px solid #b7b7b7;
}
.sidebar .nav-item  .nav-link{
	background:#eee;
	color:#464646;
	border:1px solid #464646;
}
.sidebar .nav-item  .nav-link:nth-child(1n+0) {
    border: 0px;
    border-radius: 0px;
}
.sidebar .nav-item  .nav-link:hover{
	background:#782800;
	color:#fff;
}
.sidebar .nav-item  .active{
	background:#782800;
	color:#fff;
}
/*--------------------------
my account page end
----------------------------*/
.video-box{
	background: #fff;
    padding: 8px 10px;
    font-size: 18px;
    color: rgba(0,0,0,.7);
}