@import href('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import href('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


@font-face {
	font-family: 'FontAwesome';
	src:	url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src:	url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
			url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
			url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
			url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
			url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
/*@font-face {
	font-family: 'Oswald';
	src:	url('../fontsOswald-SemiBold.eot');
	src:	url('../fontsOswald-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('../fontsOswald-SemiBold.woff2') format('woff2'),
			url('../fontsOswald-SemiBold.woff') format('woff'),
			url('../fontsOswald-SemiBold.ttf') format('truetype'),
			url('../fontsOswald-SemiBold.svg#Oswald-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src:	url('../fonts/Montserrat-Regular.eot');
	src:	url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Montserrat-Regular.woff2') format('woff2'),
			url('../fonts/Montserrat-Regular.woff') format('woff'),
			url('../fonts/Montserrat-Regular.ttf') format('truetype'),
			url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}*/

*{
	margin:0px;
	padding:0px;
	}
h1,h2,h3,h4,h5,h6{
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Oswald', sans-serif;
	}
a{text-decoration:none !important;}
body{
	font-family: 'Montserrat', sans-serif;
	}
/*img{
	width:100%;
	}
*/
.mb-10, .mb-15, .mb-20, .mb-25, .mb-30, .mb-35, .mb-40, .mb-45, .mb-50{
	overflow:hidden;
	}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-35{margin-bottom:35px;}
.mb-40{margin-bottom:40px;}
.mb-45{margin-bottom:45px;}
.mb-50{margin-bottom:50px;}

.padding-less-top{padding-top:0px !important;}
.padding-less-bottom{padding-bottom:0px !important;}
.padding-less-left{padding-left:0px !important;}
.padding-less-right{padding-right:0px !important;}
.margin-less-top{margin-top:0px !important;}
.margin-less-bottom{margin-bottom:0px !important;}
.margin-less-left{margin-left:0px !important;}
.margin-less-right{margin-right:0px !important;}

.gradian-divider{
	margin-bottom:50px;
	padding-bottom:50px;
	background:url(../images/adventure-divider.jpg) bottom left no-repeat;
	}
.gradian-divider-50{
	margin-bottom:50px;
	padding-bottom:50px;
	background:url(../images/adventure-divider.jpg) bottom left no-repeat;
	}
.gradian-divider-40{
	margin-bottom:40px;
	padding-bottom:40px;
	background:url(../images/adventure-divider.jpg) bottom left no-repeat;
	}
.gradian-divider-30{
	margin-bottom:30px;
	padding-bottom:30px;
	background:url(../images/adventure-divider.jpg) bottom left no-repeat;
	}
.gradian-divider-20{
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/adventure-divider.jpg) bottom left no-repeat;
	}

.font-20{font-size:20px !important;}
.font-30{font-size:30px !important;}
.text-transform-normal{text-transform: inherit !important;}
.lineheight50{line-height:50px;}
.lineheight40{line-height:40px;}
.lineheight30{line-height:30px;}
/*--------------------------------header-area start-----------------------------------------------*/

.header-area{
	width:100%;
	overflow:hidden;
	background:background: rgba(254,191,0,1);
	background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
	background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	}
.header-top{
	padding:5px 0px;
	border-bottom:1px solid #df9a00;
	}
.hedtop-left{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	}
.hedtop-left li{
	font-size:10px;
	float:left;
	font-weight:500;
	background:url(../images/divider-1.jpg) left top no-repeat;
	padding:0px 19px;
	line-height:18px;
	}
.hedtop-left li:first-child{
	background:none;
	padding-left:0px;
	}
.hedtop-left li a{
	color:#674a00;
	text-decoration:none;
	outline:none;
	border:none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}
.hedtop-left li a:hover{
	color:#1a1300;
	text-shadow:0px 0px 10px #fff;
	}
.hedtop-left li a img{
	width: auto;
	margin-right:5px;	
	}

.hedtop-right{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:right;
	}
.hedtop-right li{
	font-size:10px;
	float:left;
	font-weight:500;
	background:url(../images/divider-1.jpg) left top no-repeat;
	padding:0px 19px;
	line-height:18px;
	}
.hedtop-right li:first-child{
	background:none;
	padding-left:0px;
	}
.hedtop-right li:last-child{
	padding-right:0px;
	}
.hedtop-right li a{
	color:#674a00;
	text-decoration:none;
	outline:none;
	border:none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}
.hedtop-right li a:hover{
	color:#1a1300;
	text-shadow:0px 0px 10px #fff;
	}
.hedtop-right li a img{
	margin-right:5px;
	width:auto;
	}
.header-bottom{
	border-top:1px solid #f6c538;
	padding: 7px 0px 8px 0px;
	border-bottom:4px solid #bf7900
	}

.logo{
	display:block;
	}
.nav {
	font-weight: normal;
	width: 100%;
	}
.nav-list {
	margin-top: 3px;
	margin-bottom:0px !important;
	list-style-type:none;
	text-align:center;
	}
.nav-item{
	font-size: 12px;
	display:inline-block;
	font-weight:500;
	background:url(../images/divider-2.png) left top no-repeat;
	padding:0px 24px;
	line-height:34px;
	font-family: 'Poppins', sans-serif !important;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
.nav-item:first-child{
	padding-left:0px;
	background:none;
	}
.nav-item img{
	margin-right:5px;
	width:auto ;
	}
.nav-item a {
	color:#674a00;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	outline:none;
	border:none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}
.nav-item > a:hover {
	color: #1a1300;
	text-shadow:0px 0px 15px #fff;
	}
.nav-item > a.active {
	color: #1a1300;
	text-shadow:0px 0px 15px #fff;
	}

/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/nav.svg) no-repeat center center;
	background-size: 20px;
	height: 39px;
	width: 39px;
	}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #fff;
	height: 49px;
	width: 50px;
	cursor: pointer;
	}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 20px;
	}
.nav-click:hover {
	background-color: #12245b;
	}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 980px) {
.nav-mobile {
	display: block;
	}
.nav {
	width: 100%;
	padding: 40px 0 0;
	}
.nav-list {
	display: none;
	}
.nav-item {
	width: 100%;
	float: none;
	}
.nav-item > a {
	padding: 15px;
	}
.nav-click {
	display: block;
	}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	}
.nav-item:hover .nav-submenu {
	display: none;
	}
.nav-submenu {
	position: static;
	width: 100%;
	}
}


.red-button-1{
	background:background: rgba(248,11,19,1);
	background: -moz-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,11,19,1)), color-stop(100%, rgba(155,2,5,1)));
	background: -webkit-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -o-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: linear-gradient(to bottom, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	height: 38px;
	width:100%;
	font-size: 14px !important;
	line-height: 37px !important;
	border-bottom:2px solid #cf141b;
	border-left:2px solid #cf141b;
	-webkit-box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
	-moz-box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
	box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-shadow:0px 2px 5px #140001;
	}
.red-button-1:hover{
	color:#fff;
	-webkit-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	-moz-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	}
.red-button-2{
	background:background: rgba(248,11,19,1);
	background: -moz-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,11,19,1)), color-stop(100%, rgba(155,2,5,1)));
	background: -webkit-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -o-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: linear-gradient(to bottom, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	height:40px;
	width: 160px;
	font-size:12px;
	font-weight:600;
	border-bottom:2px solid #cf141b;
	border-left:2px solid #cf141b;
	-webkit-box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	-moz-box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	margin-left:6px;
	margin-top:15px;
	text-shadow:0px 2px 5px #140001;
	}
.red-button-2:hover{
	color:#fff;
	-webkit-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	-moz-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	}
.red-button-3{
	background:background: rgba(248,11,19,1);
	background: -moz-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,11,19,1)), color-stop(100%, rgba(155,2,5,1)));
	background: -webkit-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -o-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	background: linear-gradient(to bottom, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	height:40px;
	width:180px;	
	border-bottom:2px solid #cf141b;
	border-left:2px solid #cf141b;
	border-right:2px solid #cf141b;
	-webkit-box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	-moz-box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	box-shadow: -4px 3px 0px 1px rgba(137,17,26,1);
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-shadow:0px 2px 5px #140001;
	border-top:0px;
	}
.red-button-3:hover{
	color:#fff;
	-webkit-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	-moz-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
	cursor:pointer;
	}
.yellow-button-1{
	background:background: rgba(254,191,0,1);
	background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
	background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	height:40px;
	width:160px;
	font-size:14px;
	border-bottom:2px solid #fdc41d;
	border-left:2px solid #fdc41d;
	-webkit-box-shadow: -4px 3px 0px 1px rgba(154,112,0,1);
	-moz-box-shadow: -4px 3px 0px 1px rgba(154,112,0,1);
	box-shadow: -4px 3px 0px 1px rgba(154,112,0,1);
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-shadow:0px 2px 5px #140001;
	}
.yellow-button-1:hover{
	color:#fff;
	-webkit-box-shadow: -4px 3px 5px 1px rgba(154,112,0,1);
	-moz-box-shadow: -4px 3px 5px 1px rgba(154,112,0,1);
	box-shadow: -4px 3px 5px 1px rgba(154,112,0,1);
	}
/*--------------------------------header-area End-----------------------------------------------*/

.banner-area{
	width: 100%;
	background: url(../images/background.png);
	background-size: cover;
	/*height: 527px;*/
	height: 655px;
	position: relative;
	}
.banner-right-txt-area{
	padding-top:40px;
	}
.banner-heading{
	font-size : 45px;
	}
.earn-red-area{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	width:100%;
	height:280px;
	background: rgba(155,4,9,1);
	background: -moz-linear-gradient(-45deg, rgba(155,4,9,1) 0%, rgba(172,11,16,1) 18%, rgba(121,8,10,1) 48%, rgba(132,7,11,1) 78%, rgba(160,9,14,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(155,4,9,1)), color-stop(18%, rgba(172,11,16,1)), color-stop(48%, rgba(121,8,10,1)), color-stop(78%, rgba(132,7,11,1)), color-stop(100%, rgba(160,9,14,1)));
	background: -webkit-linear-gradient(-45deg, rgba(155,4,9,1) 0%, rgba(172,11,16,1) 18%, rgba(121,8,10,1) 48%, rgba(132,7,11,1) 78%, rgba(160,9,14,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(155,4,9,1) 0%, rgba(172,11,16,1) 18%, rgba(121,8,10,1) 48%, rgba(132,7,11,1) 78%, rgba(160,9,14,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(155,4,9,1) 0%, rgba(172,11,16,1) 18%, rgba(121,8,10,1) 48%, rgba(132,7,11,1) 78%, rgba(160,9,14,1) 100%);
	background: linear-gradient(135deg, rgba(155,4,9,1) 0%, rgba(172,11,16,1) 18%, rgba(121,8,10,1) 48%, rgba(132,7,11,1) 78%, rgba(160,9,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0409', endColorstr='#a0090e', GradientType=1 );
	-webkit-clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0%, 100% 50%, 100% 100%, 0% 100%);
	padding:125px 0px 0px 0px;
	}
/*.banner-img{
	position: absolute;
	left: 14%;
	top: 2%;
	z-index: 200;
	width: 29%;
	}

.banner-img{
	position: absolute;
    left: 8%;
    top: 4%;
    z-index: 200;
    width: 37%;
}
.banner-img{
	position: absolute;
    left: 16%;
    top: 2%;
    z-index: 200;
    width: 28%;
}*/
.banner-img{
	position: absolute;
    left: 23%;
    top: 2%;
    z-index: 200;
    width: 23%;
}
.earn-red-area-heading1{
	color: #fff;
	font-size: 36px;
	}
.earn-count-area{
	float:left;
	margin-top:10px;
	}
.earn-count-area img{
	margin-top: 4px;
    width: 11.7%;
    margin-right: 8px;
    height: 47px;
    margin-left: 21px;
	}
.earn-count-area span{
	width:50px;
	color:#fff;
	border-radius:5px;
	font-size:30px;
	text-align:center;
	margin-right:8px;
	vertical-align: bottom;
	font-family: 'Oswald' , sans-serif !important;
	}
.earn-count-area-txt{
	float: left;
	color: #fff;
	font-size: 27px;
	margin-top: 13px;
	margin-left: 15px;
	font-weight: 400;
	font-family: 'Oswald' , sans-serif !important;
	}

.full-tag-area{
	width:100%;
	margin-top: -137px;
	}
.dark-broun-area{
	width:100%;
	background:#140001;
	padding:100px 0px;
	}
.full-tag-area{
	width:100%;
	overflow:hidden;
	}
.tag-area{
	position:relative;
	}
.tag-area-top{
	position:absolute;
	z-index:100;
	top:-4px;
	left:0;
	width:100%;
	height: 76px;
	background: rgba(254,191,0,1);
	background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
	background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	}
.tag-area-bottom{
	width: 100%;
	height: 76px;
	background:#be7900;
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	}
.tag-left{
	width:90px;
	float:left;
	height:80px;
	text-align:center;
	font-size:55px;
	font-weight:700;
	line-height:80px;
	background:url(../images/divider-3.png) right top no-repeat;
	margin-right:30px;
	}
.tag-area-top h2{
	margin-top: 14px !important;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Oswald' , sans-serif !important;	
	}
.tag-area-top h3{
	margin-top:5px !important;
	font-size:16px;
	letter-spacing:0.5px;
	}
.heading1{
	
	font-size: 40px;
	font-weight: 500;
	text-align:center;
	text-transform:uppercase;	
	background: rgba(254,174,0,1);
	background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
	background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
	background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
	background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	}
.heading2{
	color: #b5797b;
	font-size: 25px;
	font-weight: 400;	
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.heading3{
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	font-size:35px;
	color:#fff;
	font-family: 'Oswald' , sans-serif !important;
	}
.subheading{
	text-align:center;
	font-weight:500;
	font-size:12px;
	color:#b67579;
	margin:30px 0px;
	}
.game-tab{
	margin-top:30px;
	}
.game-tab .nav-pills > li{
	float:none;
	display:inline-block;
	margin-left:30px;
	width:14.1%;
	}
.game-tab .nav-pills > li > a{
	background:#370b0c;
	text-align:center;
	padding-top:30px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	height:180px;
	}
.game-tab .nav-pills > li > a:hover{
	background:#370b0c;
	-webkit-box-shadow: 0px 0px 23px 1px rgba(137,17,26,1);
	-moz-box-shadow: 0px 0px 23px 1px rgba(137,17,26,1);
	box-shadow: 0px 0px 23px 1px rgba(137,17,26,1);
	}
.game-tab .nav-pills > li:first-child{
	margin-left:0px;
	}
.game-tab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background:#370b0c !important;
	}
.game-tab .nav-pills > li > a h4{
	font-size:14px;
	font-weight:500;
	color:#b6787d;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	margin-bottom:30px !important;
	}
.game-tab .nav-pills > li > a:hover h4{
	color:#fff;
	text-shadow:0px 0px 25px #fff;
	}
.game-tab .nav-pills > li > a img{
	width:auto;
	}
.game-tab .nav-pills > li > a:hover img{
	opacity:0;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon1{
	background:url(../images/gameicon1-hover.png) center center no-repeat;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon2{
	background:url(../images/gameicon2-hover.png) center center no-repeat;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon3{
	background:url(../images/gameicon3-hover.png) center center no-repeat;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon4{
	background:url(../images/gameicon4-hover.png) center center no-repeat;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon5{
	background:url(../images/gameicon5-hover.png) center center no-repeat;
	}
.game-tab .nav-pills > li > a:hover:hover .gamebox-icon6{
	background:url(../images/gameicon6-hover.png) center center no-repeat;
	}
.tab-content{
	margin-top:50px;
	}
.game-linkimg{
	margin-bottom:30px;
	}


.bg-img{
	width:100%;
	height:236px;
	background:#cdb464;
	}
.box-img{
    width:100%;
	margin-bottom:30px;
	border-radius:5px;
	overflow:hidden;
}
.box-img figure{
    position:relative;
    display:inline-block;
    width:100%
}
.box-img figure:hover .actions{
    background-color:#ffbe00;
    top:0%;
    font-weight:bold;
    padding-top:8%;
    padding-left:8%
}
.box-img figure:hover .actions .style-text{
    overflow:hidden
}
.box-img figure .actions{
    display:table-cell;
    position:absolute;
    bottom:0px;
    top:100%;
    left:0;
    right:0;
    z-index:1;
    opacity:1;
    background-color:#ffbe00;
    -ms-transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
    color:white;
	padding:0;
    font-weight:bold;
    vertical-align:middle
}
.box-img figure .actions .style-text{
    overflow:hidden;
    height:84%;
    width:100%;
    opacity:unset;
    font-weight:900
}
.box-img figure .actions .style-text h2{
font-size:19px;
color:#5b3f00;

}
.rating-area
{
margin-top:5px;
}
.rating-area i
{
color:#5b3f00;
font-size:17px;
margin-right:3px;
}
.rating-area span
{
color:#5b3f00;
font-size:17px;
margin-left:10px;
font-weight:500;
}
.slotoftheweek-area
{
margin-top:100px !important;
}
.jackpot-area
{
width:100%;
overflow:hidden;
background:#370b0c;
padding:80px 0px;
}
.color-wight{
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:25px;
	}
.jackport-inner-area
{
width:100%;
overflow:hidden;
margin-top:50px;
}
.jackport-inner-area h5
{
color:#b6787b;
text-transform:uppercase;
font-size:20px;
border-bottom:3px dotted #592728;
padding-bottom:15px !important;
margin-bottom:30px !important;
}
.jackport-text-area
{
width:100%;
overflow:hidden;
margin-bottom:30px;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.jackport-text-area-left
{
position:relative;
width:170px;
height:160px;
border-radius:5px;
overflow:hidden;
float:left;
margin-right:30px;
}
.jackport-info
{
width:100%;
position:absolute;
left:0;
right:0;
bottom:0;
background:#fdbc0c;
padding:8px 14px 10px 14px;
}
.play-button-sm
{
background:background: rgba(248,11,19,1);
background: -moz-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,11,19,1)), color-stop(100%, rgba(155,2,5,1)));
background: -webkit-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -o-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -ms-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: linear-gradient(to bottom, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
height:25px;
width:75px;
border-radius:30px;
display:block;
text-align:center;
line-height:25px;
color:#fff !important;
text-transform:uppercase;
font-size:12px !important;
font-weight:600 !important;
border-bottom:2px solid #cf141b;
border-left:2px solid #cf141b;
-webkit-box-shadow: -3px 2px 0px 1px rgba(137,17,26,1);
-moz-box-shadow: -3px 2px 0px 1px rgba(137,17,26,1);
box-shadow: -3px 2px 0px 1px rgba(137,17,26,1);
-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-shadow:0px 2px 5px #140001;
}
.play-button-sm:hover
{
color:#fff;
-webkit-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
-moz-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
}
.jackport-text-area-right
{
margin:35px 0px 0px 0;
}
.jackport-text-area-right h2
{
color:#b7797e;
font-size:17px;
text-transform:uppercase;
margin-bottom:10px !important;
}
.jackport-text-area-right h4
{
color:#b7797e;
font-size:13px;
margin-bottom:20px !important;
font-weight:400;

}
.jackport-text-area-right h3
{
color:#fff;
font-size:20px;
margin-bottom:10px !important;
}
.jackport-text-area-right p
{
color:#fff;
font-size:13px;

}
.jackport-text-area:hover > .jackport-text-area-right h3
{
text-shadow:0px 0px 25px #fff;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.total-jackport-no
{
font-size:20px;
color:#b5777a;
margin-bottom:25px;

}
.total-jackport-no span
{
color:#fff;
float:right;
}
.upcoming-jackport-left
{
height:100px;
}
.upcoming-jackport-right
{
margin:8px 0px 0px 30px;
}
.upcoming-jackport-right h2
{
margin-bottom:8px !important;
}
.upcoming-jackport-right h3
{
font-size:18px;
}
.upcoming-jackport-right h4
{
margin-bottom:13px !important;
}
.jackport-winner-area
{
margin:0px;
padding:0px;
list-style-type:none;
}
.jackport-winner-area li
{
border-bottom:3px dotted #5a2628;
/*margin-bottom:20px;
padding-bottom:20px;*/
}
.winner-people
{
font-size:15px;
color:#b7767c;
font-weight:500;
display:block;

padding:20px 0px;
}
.winner-people span
{
font-size:18px;
color:#fff;
font-weight:500;
}
.winner-people-text
{
display:none;
margin-top:20px;
}
.winner-people-text .jackport-text-area-right
{
margin: 15px 0px 0px 0;
}
.winner-people:hover
{
color:#b7767c;
display:none;
}
.winner-people:hover + .winner-people-text
{
display:block;
}
.slot-of-week-area
{
padding:60px 0px !important;
}
.footer-area
{
width:100%;
overflow:hidden;
}
.footer-top
{
background: rgba(173,10,16,1);
background: -moz-linear-gradient(45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 23%, rgba(179,10,15,1) 50%, rgba(121,6,12,1) 79%, rgba(179,10,15,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(173,10,16,1)), color-stop(23%, rgba(120,5,9,1)), color-stop(50%, rgba(179,10,15,1)), color-stop(79%, rgba(121,6,12,1)), color-stop(100%, rgba(179,10,15,1)));
background: -webkit-linear-gradient(45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 23%, rgba(179,10,15,1) 50%, rgba(121,6,12,1) 79%, rgba(179,10,15,1) 100%);
background: -o-linear-gradient(45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 23%, rgba(179,10,15,1) 50%, rgba(121,6,12,1) 79%, rgba(179,10,15,1) 100%);
background: -ms-linear-gradient(45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 23%, rgba(179,10,15,1) 50%, rgba(121,6,12,1) 79%, rgba(179,10,15,1) 100%);
background: linear-gradient(45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 23%, rgba(179,10,15,1) 50%, rgba(121,6,12,1) 79%, rgba(179,10,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0a10', endColorstr='#b30a0f', GradientType=1 );
padding:25px 0px;
border-top:1px solid #bc0d14;
}
.footer-top-left
{
color:#fff;
font-size:15px;
float:left;
margin-top:12px;
}
.footer-top-left span
{
width:40px;
height:40px;
border-radius:50%;
background:#36080a;
line-height:40px;
text-align:center;
float:left;
margin-right:16px;
margin-top:-10px;
}
.footer-top-medle
{
color:#fff;
font-size:15px;
font-weight:500;
float:left;
margin-left:80px;
margin-top:12px;
}
.footer-top-medle a
{
color:#fff;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.footer-top-medle a:hover
{
color:#ffc702;
border-bottom:1px solid #ffc702;
}
.footer-top-right-but
{
width:310px;
height:45px;
text-align:center;
text-decoration:none;
line-height:45px;
font-size:13px;
font-weight:500;
color:#fff;
border:1px solid #fbc105;
border-image: radial-gradient(rgb(255,208,89), rgb(185,136,15)) 1 !important;
float:right;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.footer-top-right-but:hover
{
background:#fbc105;
color:#780508;
}
.footer-medle
{
position:relative;
width:100%;
overflow:hidden;
background:#370b0c;
text-align:center;
padding:25px 0px 21px 0px;
}
.footer-medle a
{
display:inline-block;
padding:0px 10px;
}
.footer-medle a img
{
width:auto;
}
.online-player-area
{
position: absolute;
right:0;
top:0;
z-index:100;
}
.online-player-area-top
{
position:absolute;
z-index:100;
top:-4px;
left:0;
width:255px;
height:80px;
background: rgba(254,191,0,1);
background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
transform: rotate(180deg);
padding:0px 33px;
}
.online-player-area-bottom
{
width:255px;
height:80px;
background:#be7900;
clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
transform: rotate(180deg);
}
.online-player-area-top-txt
{
transform: rotate(-180deg);
text-align:left;
margin-top:17px;
}
.online-player-area-top-txt i
{
width:50px;
height:50px;
background:#fff;
border-radius:50px;
line-height:50px;
text-align:center;
font-size:25px;
color:#fdb400;
float:left;
margin-right:20px;
}
.online-player-area-top-txt h2
{
font-size:28px;
font-family: 'Oswald' , sans-serif !important;
font-weight:500;
}
.online-player-area-top-txt h3
{
font-size:15px;
}
.footer-bottom
{
width:100%;
overflow:hidden;
}
.footer-bottom-top
{
padding:60px 0px 60px 0px;
background: rgba(173,10,16,1);
background: -moz-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(173,10,16,1)), color-stop(32%, rgba(120,5,9,1)), color-stop(67%, rgba(166,8,14,1)), color-stop(100%, rgba(121,6,12,1)));
background: -webkit-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -o-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: linear-gradient(135deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0a10', endColorstr='#79060c', GradientType=1 );
border-bottom:1px solid #620405;
position:relative;
}
.footer-dise-left
{
position:absolute;
left:2%;
top:33%;
z-index:100;
width:8% !important;
}
.footer-app-img
{
position:absolute;
right:2%;
top:20%;
z-index:100;
width:10% !important;
}
.footer-bottom-top img
{
width:auto;
}
.footer-bottom-top h3{
	color: #fff;
	font-size: 20px;
	text-shadow: 5px 5px 4px #370b0c;
	margin-bottom: 30px !important;
	font-weight: 400;
	letter-spacing: .5px;
	}
.footer-bottom-top p
{
color:#fdabad;
font-size:12px;
font-weight:400;
line-height:20px;
margin-bottom:20px;
}
.footer-bottom-bottom
{
padding:15px 0px;
background:#75080b;
border-top:1px solid #8e060a;
text-align:center;
color:#d66368;
font-size:12px;
}
.footer-logo img
{
display:block;
width:45%;
margin-bottom:10px;
margin-right:10px;
float:left;
}
.populer-links
{
margin:0px;
padding:0px;
list-style-type:none;
}
.populer-links li
{
margin-bottom:10px;
font-weight:400px;
font-size:13px;
}
.populer-links li a
{
color:#fdabad;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.populer-links li a img {
	margin-right: 3px;
	}
.populer-links li a:hover
{
color:#fff;
margin-left:2px;
}
.download-app
{
font-size:16px;
color:#fff;
font-weight:500;
border-bottom:1px solid #fff;
}
.download-app:hover
{
color:#fff;
}
.fot-logo-logo
{
display:block;
margin-bottom:10px;
}




.panel-default
{
border: 2px solid !important;
border-image: radial-gradient(rgb(255,208,89), rgb(185,136,15)) 1 !important;
}
.panel-group .panel-heading + .panel-collapse .panel-body
{
border-top: 2px solid !important;
border-image: radial-gradient(rgb(255,208,89), rgb(185,136,15)) 1 !important;
}
.panel
{
background:none !important;
}
.panel-default > .panel-heading
{
height:45px;
background:none !important;
}
.panel-title
{
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.panel-title>a, .panel-title>a:active
{
padding:0px !important;
}
.panel-heading {
  padding: 0;
	border:0;
	padding:15px !important;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
	text-decoration:none;
	font-weight:600;
	
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   font-size:10px;
   background: rgba(181,119,122,1);
background: -moz-linear-gradient(top, rgba(181,119,122,1) 0%, rgba(214,152,155,1) 51%, rgba(181,119,122,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,119,122,1)), color-stop(51%, rgba(214,152,155,1)), color-stop(100%, rgba(181,119,122,1)));
background: -webkit-linear-gradient(top, rgba(181,119,122,1) 0%, rgba(214,152,155,1) 51%, rgba(181,119,122,1) 100%);
background: -o-linear-gradient(top, rgba(181,119,122,1) 0%, rgba(214,152,155,1) 51%, rgba(181,119,122,1) 100%);
background: -ms-linear-gradient(top, rgba(181,119,122,1) 0%, rgba(214,152,155,1) 51%, rgba(181,119,122,1) 100%);
background: linear-gradient(to bottom, rgba(181,119,122,1) 0%, rgba(214,152,155,1) 51%, rgba(181,119,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5777a', endColorstr='#b5777a', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.panel-group .panel + .panel
{
margin-top:24px !important;;
}
.panel-body
{
background:#370b0c;
color:#b5777a;
font-weight:500;
line-height:25px;
font-size:13px;
}
.light-broun-area
{
background:#370b0c;
padding:40px 50px;
overflow:hidden;
border-radius:5px;
position:relative;
}
.light-broun-area-gradiun
{
background: rgba(95,10,16,1);
background: -moz-linear-gradient(left, rgba(95,10,16,1) 0%, rgba(55,11,12,1) 54%, rgba(95,10,16,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95,10,16,1)), color-stop(54%, rgba(55,11,12,1)), color-stop(100%, rgba(95,10,16,1)));
background: -webkit-linear-gradient(left, rgba(95,10,16,1) 0%, rgba(55,11,12,1) 54%, rgba(95,10,16,1) 100%);
background: -o-linear-gradient(left, rgba(95,10,16,1) 0%, rgba(55,11,12,1) 54%, rgba(95,10,16,1) 100%);
background: -ms-linear-gradient(left, rgba(95,10,16,1) 0%, rgba(55,11,12,1) 54%, rgba(95,10,16,1) 100%);
background: linear-gradient(to right, rgba(95,10,16,1) 0%, rgba(55,11,12,1) 54%, rgba(95,10,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0a10', endColorstr='#5f0a10', GradientType=1 );
}
.play-now-button
{
margin:0 auto;
width:170px;
}
.light-broun-area-gradiun-coin1
{
position:absolute;
left:6%;
top:35%;
width:auto;
z-index:100;
}
.light-broun-area-gradiun-coin2
{
position:absolute;
right:5%;
top:35%;
width:auto;
z-index:100;
}
.winners
{
margin:0px;
padding:0px 30px 0 0;
list-style-type:none;
height:445px;
overflow-y: scroll;
}
.winners li
{
font-size:14px;
margin-bottom:16px;
}
.winner-name
{
color:#b7767c;
}
.winner-amount
{
color:#fff;
float:right;
}
.winners li img
{
width:auto;
margin-right:10px;
}
/* width */
.winners::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.winners::-webkit-scrollbar-track {
background:#20070a; 
}
 
/* Handle */
.winners::-webkit-scrollbar-thumb {
  background: #b6787b; 
}

/* Handle on hover */
.winners::-webkit-scrollbar-thumb:hover {
  background: #b6787b; 
}




/*--------------inner-page css Start--------------------*/

.inner-banner-area
{
width:100%;
overflow:hidden;
height:350px;
background: rgba(173,10,16,1);
background: -moz-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(173,10,16,1)), color-stop(32%, rgba(120,5,9,1)), color-stop(67%, rgba(166,8,14,1)), color-stop(100%, rgba(121,6,12,1)));
background: -webkit-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -o-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
background: linear-gradient(135deg, rgba(173,10,16,1) 0%, rgba(120,5,9,1) 32%, rgba(166,8,14,1) 67%, rgba(121,6,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0a10', endColorstr='#79060c', GradientType=1 );
box-shadow: inset 0px 0px 40px 10px rgba(111,8,12,1);
}
.inner-banner-area-left
{
width:100%;
margin-top:85px;
}
.inner-banner-area-left h2
{
text-transform:uppercase;
font-weight:600;
font-size:40px;
font-family: 'Oswald' , sans-serif !important;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-bottom:10px !important;
}
.inner-banner-area-left h3
{
text-transform:uppercase;
font-weight:600;
font-size:25px;
font-family: 'Oswald' , sans-serif !important;
color:#fff;
margin-bottom:40px !important;
}
.inner-banner-area-left p
{
font-size:13px;
color:#fff;
line-height:20px;
}
.comon-text-area
{
width:100%;
overflow:hidden;
margin-bottom:30px;
}
.comon-text-area-right
{
padding-left:70px;
}
.comon-text-area h2
{
font-weight:600;
font-size:30px;
line-height:38px !important;
font-family: 'Oswald' , sans-serif !important;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-bottom:10px !important;
}
.comon-text-area p
{
color:#b5797b;
font-size:12px;
line-height:20px;
}
.comon-text-area img
{
border-radius:5px;
}
.check-icon
{
width:50px;
height:50px;
margin-right:20px;
border-radius:50%;
float:left;
color:#5a3b01;
text-align:center;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
font-size:18px;
line-height:50px;
}
.check-icon i
{
font-size:17px;
margin-top:15px;
}
.tastimonials-area
{
width:100%;
overflow:hidden;
margin-top:50px;
background:#370b0c;
border-radius:5px;
}
.tastimonials-right
{
padding:40px 50px 40px 20px;
}
.tastimonials-scroll
{
list-style-type:none;
width:100%;
height:350px;
overflow-y: scroll;
float:right;
padding:0 10px 0 0;
}
.tastimonials-scroll img
{
width:auto;
margin:0 auto 30px auto;
display:block;
}
/* width */
.tastimonials-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.tastimonials-scroll::-webkit-scrollbar-track {
background:#20070a; 
}
 
/* Handle */
.tastimonials-scroll::-webkit-scrollbar-thumb {
  background: #b6787b; 
}

/* Handle on hover */
.tastimonials-scroll::-webkit-scrollbar-thumb:hover {
  background: #b6787b; 
}
.tastimonials-right-txt
{
margin-bottom:20px;
}
.tastimonials-right-txt p
{
color:#b4787a;
}
.tastimonials-right-txt h3
{
color:#fff;
font-family: 'Oswald';
font-size:16px;
}
.tastimonials-left
{
float:left;
}
.body-light-broun-area
{
width:100%;
overflow:hidden;
background:#370b0c;
padding:80px 0px;
}
.introduction-right
{
margin-top:70px;
}
.adventure-area
{
margin:0px;
padding:0px;
list-style-type:none;
text-align:center;
margin-top:50px;
}
.adventure-area li
{
display:inline-block;
width:20%;
}
.adventure-area li p
{
color:#fff;
font-family: 'Oswald';
text-transform:uppercase;
font-size:16px;
}
.adventure-area-icon
{
width:90px;
height:90px;
display:block;
margin:0 auto 20px auto;
border-radius:50%;
color:#5a3b01;
text-align:center;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
}
.adventure-area-icon i
{
line-height:90px;
font-size:30px;
}
.white-text-link
{
color:#fff;
text-transform:uppercase;
border-bottom:1px solid #fff;
-moz-transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.white-text-link:hover
{
color:#feba01;
}
.turnament-time-table
{
padding:0px;
list-style-type:none;
width:100%;
overflow:hidden;
margin:15px 0px 20px 0;
}
.turnament-time-table li
{
float:left;
margin-right:50px;
color:#b6787b;
font-size:15px;
}
.turnament-time-table li:last-child
{
margin-right:0px;
}

.turnament-enter-detail-area
{
margin:40px 0;
/*display:none;*/
}
.turnament-enter-detail
{
padding:0px;
list-style-type:none;
width:100%;
margin:0px 0px 20px 0;
float:left;
}
.turnament-enter-detail li
{
float:left;
margin-right:50px;
color:#b6787b;
font-size:15px;
}
.turnament-enter-detail li:last-child
{
margin-right:0px;
}
.turnament-enter-button
{
background:background: rgba(248,11,19,1);
background: -moz-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,11,19,1)), color-stop(100%, rgba(155,2,5,1)));
background: -webkit-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -o-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: -ms-linear-gradient(top, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
background: linear-gradient(to bottom, rgba(248,11,19,1) 0%, rgba(155,2,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
height:25x;
width:150px;
border-radius:30px;
display:block;
text-align:center;
line-height:25px;
color:#fff;
text-transform:uppercase;
font-size:12px;
font-weight:600;
border-bottom:2px solid #cf141b;
border-left:2px solid #cf141b;
-webkit-box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
-moz-box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
box-shadow: -2px 2px 0px 1px rgba(137,17,26,1);
-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-shadow:0px 2px 5px #140001;
}
.turnament-enter-button:hover
{
color:#fff;
-webkit-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
-moz-box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
box-shadow: -4px 3px 5px 1px rgba(137,17,26,1);
}
.go-ludo-area
{
width:100%;
overflow:hidden;
margin:50px 0;
text-align:center;
}
.go-ludo-area img
{
width:auto;
margin-bottom:20px;
}
.go-ludo-area h2
{
font-family: 'Oswald' , sans-serif !important;
font-size:23px;
color:#fff;
text-transform:uppercase;
margin-bottom:20px !important;
}
.go-ludo-area p
{
font-size:13px;
color:#b8777d;
line-height:25px;
}
.content-box-area
{
width:100%;
overflow:hidden;
margin-top:50px;
}
.content-box-area img
{
width:auto;
margin-bottom:20px;
float:left;
}
.content-box-area-right
{
padding:0 0 0 80px;
}
.content-box-area-right h2
{
font-family: 'Oswald' , sans-serif !important;
font-size:23px;
color:#fff;
text-transform:uppercase;
margin-bottom:20px !important;
}
.content-box-area-right p
{
font-size:13px;
color:#b8777d;
line-height:25px;
}
.plan-area
{
width:100%;
position:relative;
border: 2px solid !important;
border-image: radial-gradient(rgb(255,208,89), rgb(185,136,15)) 1 !important;
margin:40px 0 100px 0px;
text-align:center;
}
.plan-area h2
{
font-weight:600;
font-size:40px;
font-family: 'Oswald' , sans-serif !important;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
padding:30px 0 !important;
}
.chooseplan
{
width:100%;
background: rgba(254,191,0,1);
background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
padding:20px 25px;
border-bottom:3px solid #be7900;
}
.chooseplan h4
{
font-size:17px;
color:#694900;
margin-bottom:15px !important;
}
.plan-area-inner
{
padding:30px;
}
.chooseplan-redtxt
{
margin:0px;
padding:0px;
list-style-type:none;
}
.chooseplan-redtxt li
{
color:#b57778;
padding:3px 0px;
}
.chooseplan-whitetxt
{
margin:20px 0 0 0;
padding:0px;
list-style-type:none;
}
.chooseplan-whitetxt li
{
color:#fff;
padding:3px 0px;
}
.chooseplan-whitetxt li i
{
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-right:5px;
}
.plan-diposit-area
{
width:100%;
margin-top:30px;
}
.plan-diposit-area h3
{
color:#b6787b;
font-size:25px;
text-transform:uppercase;
font-family: 'Oswald' , sans-serif !important;
border-bottom:2px dotted #b6787b;
margin-bottom:20px !important;
padding-bottom:15px !important;
}
.plan-diposit-area img
{
width:auto;
padding:0px 10px;
}
.plan-top-tag
{
position:absolute;
left:-57px;
top:34px;
z-index:100;
border-bottom:50px solid #d4070e;
border-left:60px solid transparent;
border-right:42px solid transparent;
height:0;
width:200px;
transform: rotate(-50deg);
line-height:50px;
text-align:center;
color:#fff;
}

/*input Search*/
.input-type-search-area
{
position:relative;
width:100%;
height:45px;
text-decoration:none;
outline:none;
background:none;
margin-bottom:20px;
padding:2px;
color:#ffc702;
border:0px;
background: rgba(184,136,14,1);
background: -moz-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,136,14,1)), color-stop(26%, rgba(254,206,86,1)), color-stop(55%, rgba(187,139,28,1)), color-stop(82%, rgba(254,206,86,1)), color-stop(100%, rgba(184,136,14,1)));
background: -webkit-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -o-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -ms-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: linear-gradient(to bottom, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8880e', endColorstr='#b8880e', GradientType=0 );
border-radius:50px;
}
.input-type-search {
	width:100%;
	height:41px;
	border:0px;
  color:#ffc702 !important;
  background:#140001;
  padding:12px 70px 11px 20px;
  border-radius:50px;
}
.input-type-search:focus
{
border:0px !important;
outline:none !important;
}
.input-type-search::placeholder {
  color:#ffc702 !important;
}
.search-button
{
position:absolute;
right:30px;
top:15px;
background:url(../images/search-icon.png) no-repeat;
border:0px;
outline:0px;
font-size:0px;
width:15px;
height:15px;
}

/*input Text*/
.input-type-text-area
{
width:100%;
height:45px;
text-decoration:none;
outline:none;
background:none;
margin-bottom:20px;
padding:2px;
color:#ffc702;
border:0px;
background: rgba(184,136,14,1);
background: -moz-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,136,14,1)), color-stop(26%, rgba(254,206,86,1)), color-stop(55%, rgba(187,139,28,1)), color-stop(82%, rgba(254,206,86,1)), color-stop(100%, rgba(184,136,14,1)));
background: -webkit-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -o-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -ms-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: linear-gradient(to bottom, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8880e', endColorstr='#b8880e', GradientType=0 );
border-radius:5px;
}
.input-type-text {
	width:100%;
	height:41px;
	border:0px;
  color:#ffc702 !important;
  background:#140001;
  padding:12px 20px 11px 20px;
  border-radius:5px;
}
.input-type-text::placeholder {
  color:#ffc702 !important;
}
/*input Select*/
.input-select-area
{
width:100%;
height:45px;
text-decoration:none;
outline:none;
background:none;
margin-bottom:20px;
padding:2px;
color:#ffc702;
border:0px;
background: rgba(184,136,14,1);
background: -moz-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,136,14,1)), color-stop(26%, rgba(254,206,86,1)), color-stop(55%, rgba(187,139,28,1)), color-stop(82%, rgba(254,206,86,1)), color-stop(100%, rgba(184,136,14,1)));
background: -webkit-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -o-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -ms-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: linear-gradient(to bottom, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8880e', endColorstr='#b8880e', GradientType=0 );
border-radius:5px;
}
.input-select {
	width:100%;
	height:41px;
	border:0px;
  color:#ffc702 !important;
  background:#140001;
  padding:12px 20px 11px 20px;
  border-radius:5px;
  background:url(../images/select-arrow.png) 98% center no-repeat #140001;
      -webkit-appearance: none;
	   -moz-appearance: none;
}
/*input Textarea*/
.input-textarea-area
{
width:100%;
height:150px;
text-decoration:none;
outline:none;
background:none;
margin-bottom:20px;
padding:2px;
color:#ffc702;
border:0px;
background: rgba(184,136,14,1);
background: -moz-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,136,14,1)), color-stop(26%, rgba(254,206,86,1)), color-stop(55%, rgba(187,139,28,1)), color-stop(82%, rgba(254,206,86,1)), color-stop(100%, rgba(184,136,14,1)));
background: -webkit-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -o-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -ms-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: linear-gradient(to bottom, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8880e', endColorstr='#b8880e', GradientType=0 );
border-radius:5px;
}
.input-text-area {
	width:100%;
	height:146px;
	border:0px;
  color:#ffc702 !important;
  background:#140001;
  padding:12px 20px 11px 20px;
  border-radius:5px;
}
.input-text-area:focus
{
border:0px !important;
outline:none !important;
}
.input-text-area::placeholder {
  color:#ffc702 !important;
}






.category-icons-area
{
margin:0px;
padding:0px;
list-style-type:none;
text-align:center;
margin-top:50px;
}
.category-icons-area li
{
width:100%;
}
.category-icons-area li a p
{
color:#fff;
font-family: 'Oswald';
text-transform:uppercase;
font-size:16px;
}
.category-icons-area li a:hover > .adventure-area-icon
{
background:#140001;
border:2px solid #f6b503;
color:#f6b503;

	
}
.adventure-area-icon
{
width:90px;
height:90px;
display:block;
margin:0 auto 20px auto;
border-radius:50%;
color:#5a3b01;
text-align:center;
background: rgba(254,174,0,1);
background: -moz-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,174,0,1)), color-stop(51%, rgba(237,198,1,1)), color-stop(100%, rgba(254,174,0,1)));
background: -webkit-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,174,0,1) 0%, rgba(237,198,1,1) 51%, rgba(254,174,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#feae00', GradientType=0 );
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.adventure-area-icon i
{
line-height:90px;
font-size:30px;
}
.category-slider-area
{
margin-bottom:70px;
}
.category-slider-area .owl-prev
{
background:url(../images/cat-sli-left-arrow.png) left top no-repeat !important;
width:47px;
height:33px;
position:absolute;
left:0px;
top:40%;
border-radius:0px !important;
z-index:100;
opacity:1 !important;
margin:0px !important;
font-size:0px !important;
}
.category-slider-area .owl-next
{
background:url(../images/cat-sli-right-arrow.png) left top no-repeat !important;
width:47px;
height:33px;
position:absolute;
right:0px;
top:40%;
border-radius:0px !important;
z-index:100;
opacity:1 !important;
margin:0px !important;
font-size:0px !important;
}
.bradcum {
	list-style-type: none;
	padding: 0;
	margin:0px;
	
}
.bradcum li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding:10px 0;
}
.bradcum li a {
	border: medium none;
	color: #ae7375;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}
.bradcum li a:hover {
    color: #d7a1a4;
}
.bradcum li a.bradcum-active {
    color: #d7a1a4;
    text-transform: none;
}
.bradcum > li + li::before {
	color: #ae7375;
	content: "\f105";
	font-family: "FontAwesome";
	padding: 0 10px;
}
.white-heading
{
text-transform:uppercase;
font-weight:600;
font-size:25px;
font-family: 'Oswald' , sans-serif !important;
color:#fff;
margin-bottom:60px !important;
}
.blog-right-links
{
margin:0px;
padding:0px;
list-style-type:none;
margin-bottom:30px;
}
.blog-right-links li
{
font-size:13px;
margin-bottom:8px;
}
.blog-right-links li a img
{
width:auto;
margin-right:20px;
}
.blog-right-links li a
{
color:#b7797c;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.blog-right-links li a:hover
{
color:#fff;
}


.blog-right-tag-links
{
margin:0px;
padding:0px;
list-style-type:none;
margin-bottom:30px;
}
.blog-right-tag-links li
{
font-size:13px;
margin-bottom:10px;
display:inline;
}
.blog-right-tag-links li a
{
background:#370b0c;
padding:5px 20px;
border-radius:50px;
color:#b7797c;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
display:inline-block;
margin:0px 5px 10px 0;
}
.blog-right-tag-links li a:hover
{
color:#fff;
background:background: rgba(254,191,0,1);
background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
border-bottom:2px solid #fdc41d;
border-left:2px solid #fdc41d;
-webkit-box-shadow: -3px 3px 0px 1px rgba(154,112,0,1);
-moz-box-shadow: -3px 3px 0px 1px rgba(154,112,0,1);
box-shadow: -3px 3px 0px 1px rgba(154,112,0,1);
}



.input-type-newsletter-area
{
position:relative;
width:100%;
height:45px;
text-decoration:none;
outline:none;
background:none;
margin-bottom:20px;
padding:2px;
color:#ffc702;
border:0px;
background: rgba(184,136,14,1);
background: -moz-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,136,14,1)), color-stop(26%, rgba(254,206,86,1)), color-stop(55%, rgba(187,139,28,1)), color-stop(82%, rgba(254,206,86,1)), color-stop(100%, rgba(184,136,14,1)));
background: -webkit-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -o-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: -ms-linear-gradient(top, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
background: linear-gradient(to bottom, rgba(184,136,14,1) 0%, rgba(254,206,86,1) 26%, rgba(187,139,28,1) 55%, rgba(254,206,86,1) 82%, rgba(184,136,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8880e', endColorstr='#b8880e', GradientType=0 );
border-radius:5px;
}
.input-type-newsletter {
	width:100%;
	height:41px;
	border:0px;
  color:#ffc702 !important;
  background:#140001;
  padding:12px 50px 11px 20px;
  border-radius:5px;
}
.input-type-newsletter:focus
{
border:0px !important;
outline:none !important;
}
.input-type-newsletter::placeholder {
  color:#ffc702 !important;
}
.input-type-newsletter-button
{
position:absolute;
right:15px;
top:15px;
background:url(../images/mail-icon.png) no-repeat;
border:0px;
outline:0px;
font-size:0px;
width:17px;
height:13px;
}

.blog-box-img{
    width:100%;
	height:350px;
	margin-bottom:30px;
	border-radius:5px;
	overflow:hidden;
	background:#370b0c;
	position:relative;
}
.blog-bg-img{
    width:100%;
    height:190px;
	overflow:hidden;
}
.blog-box-text
{
width:100%;
padding:25px;
}
.blog-box-text h2
{
color:#fff;
font-size:17px;
line-height:27px;
}
.blog-box-text h3
{
color:#b5787d;
font-size:12px;
text-transform:uppercase;
margin-top:40px !important;
}
.blog-box-img:hover .blog-box-text-duplicate
{
opacity:1;
cursor:pointer;
}



.blog-box-text-duplicate
{
width:100%;
height:100%;
padding:25px;
position:absolute;
top:0;
left:0;
right:0;
background:#370b0c;
opacity:0;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.blog-box-text-duplicate h2
{
color:#fff;
font-size:17px;
line-height:27px;
margin-bottom:25px !important;
}
.blog-box-text-duplicate p
{
color:#b5787d;
font-size:13px;
line-height:25px;
margin-bottom:90px;
}
.blog-box-text-duplicate a
{
color:#b5787d;
font-size:12px;
text-transform:uppercase;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.blog-box-text-duplicate a:hover
{
color:#f6be07;
}
.older-posts-link
{
text-decoration:none;
float:right;
color:#ae7274;
font-size:12px;
text-transform:uppercase;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.older-posts-link img
{
width:auto;
vertical-align:unset;
}
.older-posts-link:hover
{
color:#f6be07;
}



/*-----------------------------------popup Start----------------------------------------------*/

.popup2 {
	display: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 2500;
	position: fixed;
	background: rgba(20,0,1,0.95);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	z-index: 999999;
	
}
.logsign-area {
	list-style-type: none;
	margin: 0 0 14px;
	padding: 0 0 15px;
	width: 100%;
	text-align: center;
}
.logsign-area li {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 0 10%;
	text-transform: uppercase;
	font-family: 'Oswald';
}
.logsign-area li a#login-popup-call, .logsign-area li a#login-register-call {
	color: #a6080e;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
	margin-bottom: 5px;
}
.logsign-area li a#login-popup-call:hover, .logsign-area li a#login-register-call:hover {
	color: #000;
}
.newsletter-sign-box {
	border-radius: 5px;
	overflow:hidden;
	left: 38%;
	margin: auto;
	position: fixed;
	top: 2%;
	width: 26%;
	z-index: 3000;
}
.popup2 .newsletter {
	/*background:url(../images/modal-bg.jpg) left top repeat-x #000;*/
	background: #fff;
	padding: 30px;
	width: auto;
}
.popup2 .x {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10000;
	width: 31px;
	height: 31px;
	background: rgba(254,191,0,1);
background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.popup2 .x i {
	line-height: 31px;
	color: #fff;
}
.popup2 .x:hover {
	cursor: pointer;
	background: rgba(254,191,0,1);
background: -moz-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,191,0,1)), color-stop(100%, rgba(242,161,0,1)));
background: -webkit-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,191,0,1) 0%, rgba(242,161,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#f2a100', GradientType=0 );
}
.input-area {
	width: 100%;
	position: relative;
}
.input-area i {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 1;
	font-size: 16px;
	line-height: 45px;
}
.input-area1 i {
	color: #fff !important;
}
.input-text {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #fcba00;
	border-radius: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 44px;
	background: rgba(255,255,255,0.1);
	/*background:url(../images/input.jpg) repeat-x left top;*/
	padding: 0px 20px 0px 35px;
	color: #a0a0a0;
	font-size: 12px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.input-text:focus {
	border: 1px solid #890072;
}
.text-area {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #313131;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 150px;
	background: rgba(255,255,255,0.1);
	padding: 10px 20px 10px 40px;
	color: #a0a0a0;
	font-size: 15px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.text-area:focus {
	border: 1px solid #890072;
}
.model-forget {
	color: #656565;
	font-size: 13px;
	text-align: center;
	display: block;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-top: 20px;
}
.model-forget:hover {
	color: #92070c;
}
/*-----------------------------------popup End----------------------------------------------*/


 .answer-box ul{
   margin: 0px;
   padding: 2px;
   padding-bottom: 10px;
   }
.answer-box li{
	min-width: 130px;
	position: relative;
	font-size: 12px;
	padding-left: 0px;
	display: inline-block;
	list-style-type: none;
	}
.answer-box li:hover{cursor: pointer;}
.answer-box li input[type="radio"]{
   position: absolute;
   top: -2px;
   left: 0px;
   }
.answer-box li label{    
   width: 93%;
   min-height: 20px;
   }

/**/
.check_box label {
   font-size: 13px;
   line-height: 1.6;
   font-weight: normal;
   }
.check_box label input {
   display: none;
   }
.check_box label span {
   height: 15px;
   width: 15px;
   border: 1px solid #6551cc;
   display: inline-block;
   position: relative;
   text-align: center;
   line-height: 16px;
   vertical-align: bottom;
   margin: 2px 7px 2px 0;
   float: left;
   border-radius: 2px;
   }
.check_box [type=radio]:checked + span:before {
   font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
   content: '\2713\0020';
   position: absolute;
   color: #0e6390;
   top: -4px;
   left: 1px;
   background: none;
   height: 18px;
   width: 18px;
   font-size: 22px;
   }
   
 .padding-zero{
   padding:0px;
   }


/**/
.donate-page{
	width: 100%;
	display: table;
	background: #f9f9f9;
	}
.donate-page .charitable-fieldset{
	background: #fff;
	}
.donate-form{
	padding: 0 20px;
	}
.donate-form .row{
	margin-bottom: 15px;
	border-bottom: solid 2px #ebebeb;
	}
.donate-form input, .donate-form select{
	height: 46px;
	padding: 5px 10px;
	}
.donate-form label{
	margin: 0px;
	height: 46px;
	display: flex;	
	color: rgb(51, 51, 51);
	align-items: center;
	line-height: 1.1;
	}
.donate-form abbr{
	color: #f74f22;
	margin-left: 5px;
	}
.donate-form textarea{
	height: 80px;
	padding: 5px 10px;
	border-radius: 5px;
	}


.account-details{
	color: #000;
	width: 100%;
	display: table;
	margin-top: 14px;
	border-radius: 5px;
	padding: 15px 18px;
	background: #f9f9f9;
	}	
.account-details ul{
	margin: 0px;
	padding: 0px;
	}
.account-details li{
	width: 100%;
	list-style-type: none;
	}
.account-details li span{
	font-weight: 600;
	}
.scan-qrcode{
	float: right;
	width: 200px;
	height: 200px;
	display: table;
	border-radius: 5px;
	margin-bottom: 15px;
	border: solid 1px #ebebeb;
	}
.scan-qrcode img{
	width:100%;
}
	
.quicksugg-balance {
	width: 100%;
	display: table;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'robotoregular';
	}
.quicksugg-balance ul {
	padding: 0px;
	margin: 0px;
	}
.quicksugg-balance li {
	float: left;
	flex: 0 0 auto;
	/*width: 33.333333%;*/
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	}
.quicksugg-balance a {
	float: left;
	display: flex;
	width: 98px;
	height: 46px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 500;
	font-family: Roboto;

	margin-bottom: 10px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	border: solid 1px #d7d7d7;
	}

.charitable-form-fields .donate-form .quicksugg-balance a{color: #484848 !important;}
.donate-form .quicksugg-balance a.active {
	color: #f74f22 !important;
	background: #f74f221f;
	border: solid 1px #f74f223d;
	}

.download-section{
	width: 530px;
	max-width: 100%;
	display: table;
	margin: 40px auto !important;
	}
.download-section .charitable-form-header{
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 16px;
	border-bottom: solid 2px #ebebeb;
	}

.search-result{
	width: 100%;
	display: table;
	padding-bottom: 50px;
	}
.search-result table{
	width: 800px;
	margin: 0 auto;
	}
.search-result table thead th{
	color: #fff;
	background: #a12200;
	}
.search-result table tbody td{
	font-size: 15px;
	text-transform: uppercase;
	}
.search-result a{
	color: #f74f22;
	font-size: 15px;
	font-weight: 500;
	}
.search-result a:hover{
	text-decoration: underline;
	}
.search-result .email-text{text-transform: lowercase;}





/*----------------Abhishek----------------*/
/*---------------18/04/2024---------------*/

.verification-code {
    max-width: 450px;
    position: relative;
    /*margin:50px auto;*/
    text-align:center;
}
.control-label{
  display:block;
  margin:40px auto;
  font-weight:900;
}
.verification-code--inputs input[type=text] {
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 800;
    color: white;
    background: transparent;
    border-radius: 6px;
    border: 2px solid #f6ac00;
}
/*---------------*/


/*--------------*/
.box-cont {
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width:100%;
}

.box-cont input {
 margin: 0.5rem;
padding: .5rem;
max-width: 4.5rem;
height: 45px;
text-align: center;
background: transparent;
border: 2px solid #f2a100;
border-radius: 5px;
color: white;
font-size: 26px;
font-weight: 800;
}

.box-cont input[type=number]::-webkit-inner-spin-button, 
.box-cont input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*-----------------*/



/*-----banner section-------*/



@keyframes fade{
  from{
    opacity:0.4;
  }
  to{
    opacity:1;
  }
}


#slider{
  /*margin:0 auto;*/
  width:100%;
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}

.slides img{
  width:100%;
  border-radius: 5px;
}

#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:50%;
  background:#d3d3d3;
  padding:8px;
  margin:10px 5px;
}

.actives{
  background:black;
}

@media (max-width:567px){
  #slider{
    width:100%;

  }
}

#heading{
  display:block;
  text-align:center;
  font-size:2em;
  margin:10px 0px;

}

.ads-img-sec{
	margin-top: 20px;
	width: 100%;
}



@media   (min-width: 768px) and (max-width: 1920px){ 

.banner-img {
    position: absolute;
    left: 19%;
    top: 2%;
    z-index: 200;
    width: 27%;
}

 }








