@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

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

/*header start here*/
header{
    background: #C22326;
}

h1{
	text-transform: uppercase;
}

.navbar
{
	margin: 40px 0;
}

.custom-nav 
{
     background-color: transparent; 
     border-color: transparent; 
}

.navbar-brand 
{
    padding: 9px 15px;
}

.navbar-default .navbar-nav>li>a 
{
    font-size: 22px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0;
    margin-right: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover 
{
	color: #FDB632;
	background-color: transparent;
	border-bottom: 2px solid #FDB632;
	/*width: 75%;*/
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #555;
    background-color: transparent;
    border-bottom: 2px solid black;
}

.nav>li>a 
{
    position: relative;
    display: block;
    padding: 10px 25px 10px 0; 
}
/*header end here*/

/*content wrapper start here*/
.content_wrapper
{
	background-position: center;
	background: #027878;
}

.content_body
{

}

.content_body h1
{
	font-weight: 900;
	font-size: 32px;
}


/*single casino_hub_section*/
.casino_hub_section
{
	background-color: #C22326;
	width: 100%;
	margin-bottom: 20px;
}

.casino_logo
{
	margin-left: 25px;
}

.diamond_price
{
	padding-top: 28px;
	padding-bottom: 50px; 
}

.diamond_price h2
{
	font-weight: 600;
	font-size: 28px;
	color: #FDB632;
	margin: 0;
	padding: 0;
}

.diamond_price span
{
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.diamond_price ul
{
	margin: 0;
	padding: 0;
}

.diamond_price ul li
{
	float: left;
	list-style: none;
}

.diamond_price ul li img
{
	margin-right: 3px;
}

.match_bonus
{
	padding-top: 28px;
}

.match_bonus_img
{
	display: inline-block;
	float: left;
	margin-right: 10px;	
	padding-top: 5px;
}

.match_bonus_content
{

}

.match_bonus_content span
{
	font-weight: 300;
	font-size: 20px;
}

.custom_btn
{
	padding-top: 28px;
}

.custom_btn button
{
	background-color: #FDB632;
	border: none;
	display: block;
	border-radius: 30px;
	width: 150px;
	height: 45px;
	margin: 0 auto 5px;
}
.custom_btn button:hover{
	background-color: #FDEDD0;
}

.custom_btn button a
{
	font-size: 20px;
	color: #3a3a3a;
	text-decoration: none;
	display: block;
}

.custom_btn a
{
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.custom_btn a:hover{
	color: #ffc703;
}

.m-0
{
	margin: 0;
	padding: 0;
}
/*single casino_hub_section*/

/*sidebar start here*/
.siddebar_menu
{
	background-color: #C22326;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 70px;
}
.list_menu
{	
	margin-left: 30px;
}
.list_menu h3
{
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.list_menu ul
{
	margin: 0;
	padding: 0;
}
.list_menu ul li
{
	list-style: none;
	padding-bottom: 15px;
}
.list_menu ul li a
{
	font-weight: 500;
	font-size: 14px;
	color: #313030;
	text-decoration: none;
	text-transform: uppercase;
}
.list_menu ul li a:hover{
	color: #ffc703;
}
/*sidebar end here*/

/*body content start here*/
.content
{
	background-color: #C22326;
	padding: 25px 55px 60px 25px;
	margin-bottom: 70px;
}
.main_content{}

.main_content h2
{
	font-weight: 500px;
	font-size: 24px;
	color: #FDB632;
}
.main_content p
{
	font-weight: 300;
	font-size: 15px;
	text-align: justify;
}
/*body content end here*/
/*content wrapper end here*/

/*footer start here*/
footer
{
	background-color: #F37338;
	padding: 90px 0;
}

.footer_wrapper{}

.footer_wrapper img
{
	width: 165px;
}

.footer_nav
{
	background-color: transparent;
    border: none;
	margin: 0;
	min-height: 0;
}

.navbar-collapse 
{
    padding-right: 0;
    padding-left: 0;
}

.footer_menu
{
	margin-top: 25px;
	overflow: hidden;
}

.footer_menu ul
{
	margin: 0;
	padding: 0;
}

.footer_menu ul li
{
	list-style: none;
	float: left;
	margin-right: 15px;
}

.footer_menu ul li span
{
	font-weight: 300;
	color: #fff;
	font-size: 20px;
}

.footer_menu ul li a
{
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-decoration: underline;
}
.footer_menu ul li a:hover{
	color: #ffc703;
	text-decoration: none;
}

.footer_wrapper p
{
	font-size: 17px;
	color: #000;
	margin-top: 15px;
}

.image_gallery{}

.image_gallery img
{
	padding: 5px;
}

.img-thumbnail 
{
    width: 80px;
    margin-bottom: 10px;
    padding: 0; 
}
/*footer end here*/
.breadcrumb>li+li:before{
	content: '>';
}
.navbar-toggle{
	margin-top: 5px;
}