@charset "utf-8";
/* CSS Document */

/*****************************************************************
reset css
******************************************************************/

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none !important;
}
body {
	width: 100%;
	padding: 0px;
	margin: 0;background-color: #d2ae8c;
	font-family: 'Montserrat', sans-serif;
}
wrapper {
	width: 100%;
}
/****************
     table
***************/



table {
	width: 100%;
}
table thead {
}
table thead tr {
}
table thead tr th {
	white-space: nowrap;
}
table tbody {
}
table tbody tr {
	border-bottom: 1px solid #0003;
}
table tbody tr td {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 18px; 
	background-color: #ffffff;
}
table tbody tr td.htd {
	background: transparent;
}
table tbody tr.hover {
	border: none;
}

th {
	text-align: left;
 padding: 14px 18px;
	background: #cc542a;
	color: #fff;
	text-align: left;
}
/****************
     button
***************/
.btn, .sbmt {
	text-shadow: none;
	display: inline-block;
	min-width: 179px;
	height: 41px;
	line-height: 27px !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize !important;
	font-weight: 100;
	outline: none !important;
	color: #fff !important;
	border-radius: 50px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.btn-primary, .sbmt {
	background: rgb(251,165,64);
	background: -moz-linear-gradient(top, rgba(251,165,64,1) 0%, rgba(228,137,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background: linear-gradient(to bottom, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba540', endColorstr='#e4892e',GradientType=0 );
	color: #ff !important;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.8);
}
.btn-block {
	background: rgb(251,165,64);
	background: -moz-linear-gradient(top, rgba(251,165,64,1) 0%, rgba(228,137,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background: linear-gradient(to bottom, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba540', endColorstr='#e4892e',GradientType=0 );
	color: #ff !important;
	border: 2px solid #fff;
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(183,108,24,1);
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(183,108,24,1);
	box-shadow: inset 2px 2px 5px 0px rgba(183,108,24,.80);
	width: 10px !important;
	min-width: 120px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.8);
}
.btn-secondary {
	background: #cc542a !important;
	min-width: 206px;
	height: 37px;
	line-height: 23px !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #ff5a00;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(255,90,0,1);
	-moz-box-shadow: 0px 0px 12px 3px rgba(255,90,0,1);
	box-shadow: 0px 0px 12px 3px rgba(255,90,0,.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {

}
.btn-secondary:hover, .btn-primary:focus, .btn-primary:active {
	background: #fdd023;
	color: #000;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
}
.btn-block {
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .sbmt:hover, .sbmt:active, .sbmt:focus {
	border: 2px solid #fff;
	background: #cc542a;
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
	border: 2px solid #fff;
	background: #cc542a;
}
/****************
     select
***************/

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	width: 100%;
}
select:active, select:focus {
	border-radius: 0;
}
select option {
	padding: 5px 15px;
	-moz-padding: 5px 15px;
	-webkit-padding: 5px 15px;
	color: #ffffff;
	background: #e98104;
}
select option:hover {
	background: #3d171e !important;
}
/****************
     input
***************/

input[type="submit"] {
	 
	outline: none!important;
}
input[type="radio"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
}
textarea:active, textarea:focus {
}




::-webkit-input-placeholder {
 color: #000000;
opacity:1;
}
::-moz-placeholder {
 color: #000000;
opacity:1;
}
:-ms-input-placeholder {
 color: #000000;
opacity:1;
}
:-moz-placeholder {
 color: #000000;
opacity:1;
}
 .form-blocks input[type="text"]::-webkit-input-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]::-moz-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]:-ms-input-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]:-moz-placeholder {
 color: #3d171e;
opacity:1;
}
.deposit input[type="text"]::-webkit-input-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]::-moz-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]:-ms-input-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]:-moz-placeholder {
 color: #49127f;
opacity:1;
}
/*****************************************************************
fonts
******************************************************************/


@font-face {
	font-family: 'Aquawax-medium';
	src: url('../fonts/Aquawax-Medium.woff2') format('woff2'), url('../fonts/Aquawax-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Aquawax-black';
	src: url('../fonts/Aquawax-Black.woff2') format('woff2'), url('../fonts/Aquawax-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Aquawax-light';
	src: url('../fonts/Aquawax-Light.woff2') format('woff2'), url('../fonts/Aquawax-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
.btn-default:hover i {
	transform: rotate(180deg);
}
.btn-primary:hover i {
	transform: rotate(180deg);
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-inverse .navbar-toggle {
	background: #845f80;
	border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #9a52b2;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
}
.navbar-right {
	float: right !important;
	margin-right: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-nav > li {
	float: none;
	text-align: center;
	display: inline-block;
	position:relative;
}
.navbar-nav {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.navbar-header h5 {
	display: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #ff5a00 !important;
	background-color: transparent;
}
header .nav > li:last-child a {
	border: none;
}
.nav.navbar-nav li i {
	color: #fe9b00;
	margin-left: 12px;
	font-size: 16px;
}
.nav-btn {
	margin-left: 50px;
}
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-radius: 0px;
	background: transparent;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-header {
	float: none;
	padding: 5px 8px;
	display: none;
}
header .nav > li > a {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #000 !important;
	padding: 0px 16px;
	border-right: 1px solid #a37153;
	font-family: 'Aquawax-black';
}
header .nav > li:first-child a {
	padding-left: 0px;
}
.header_menu .navbar-inverse {
	margin: 0;
	min-height: auto;
	border-radius: 0;
	border: 0;
	background: none;
}
.header_menu .navbar-collapse {
	padding: 0;
}
.header_menu .navbar-right {
	margin: 0;
}
.header_menu .navbar-inverse .navbar-nav > li {
	padding: 0;
}
.navbar-nav li a {
	color: #733018;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0px 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
#navbarResponsive .navbar-nav li :hover::before {
	background: url(../images/bee-hover.png);
	width: 34px;
	height: 34px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: -36px;
	z-index: 2;
}
.navbar-nav li :hover {
	color:#fff;
}
header {
	background: #f89505;
	padding: 14px 0px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(232,129,5,0.32);
	-moz-box-shadow: 0px 5px 5px 0px rgba(232,129,5,0.32);
	box-shadow: 0px 5px 5px 0px rgba(232,129,5,.80);
}
.navbar h4 {
	display: none;
}




.banner::before {
	position: absolute;
	content: "";
	background: url(../images/bg-1-after.png);
	width: 100%;
	height: 60px;
	bottom: -60px;
}
.banner::after {
	position: absolute;
	content: "";
	background: url(../images/honey-drop.png);
	width: 100%;
	height: 280px;
	bottom: -185px;
}

.banner {
	background: url(../images/bg-1.jpg) no-repeat scroll 0 0 / cover;
	height: auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 100px;
	z-index: 1;
}
.bc-banner::after, .bc-banner::before {
	content: inherit;
	display: none;
}

.bc-banner {
	padding-bottom: 20px;
}
.details li {
	display: inline-block;
padding: 0px 8px;
	text-align: center;
	vertical-align: top;
}

.details li span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	padding-top: 7px;
}


.details li h4 {
	font-size: 24px;
	color: #fff;
}
.details li h3 {
	color: #fff;
	font-size: 16px;
}


.details li p {
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}


.logo {
	width: 21%;
	text-align: center;
}


.details {
	width: 79%;
	float: left;
	padding: 44px 0px;
}
.details li span a {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	margin-left: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.details li span a:hover {
	color: #fbba58;
	border: ;
	border-bottom: 1px solid #fbba58;
}

.banner-btn li {
	display: inline-block;
}


.banner-btn .currency  {
	color: #fff;
	font-size: 14px;
	margin-left: 18px;
}

.banner-btn .currency:hover {
	color: #000;
}


.banner-content h4 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(#f0f7e5,#ffef9f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-content span {
	display: block;
	font-size: 54px;
	font-weight: 500;
	text-transform: capitalize;
	background: linear-gradient(#f0f7e5,#ffef9f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	padding: 22px 0px;
}
.banner-btn {
	padding-top: 25px;
}


.honey-img {
	position: relative;
}

.honey-img::after {
	position: absolute;
	content: "";
	background: url(../images/honey-holes.png);
	height: 607px;
	right:0px;
	width: 610px;
	top: 100px;
}

.light {
	position: relative;
}
.light::after {
	position: absolute;
	background: url(../images/light.png);
	width: 2px;
	height: 39px;
	content: "";
	top: 10px;
	right: -6px;
}


.or{color:#ec6300;}

.bl{color:#000000;}

.wh {
	color: #ffffff !important;
}

.br{color:#787168;}


.title h4 {
	font-size: 66px;
	display: inline-block;
}
.title p {
	font-size: 14px;
	font-weight: 600;
	line-height: 29px;
}

.bee-fly h4 {
	position: relative;
	
}
.bee-fly h4::before {
	position: absolute;
	content: "";
	background: url(../images/bee-1.png);
	width: 238px;
	height: 124px;
	top: -99px;
	z-index: 1;
	right: 21px;
	left: 0;
	margin: auto;
}


.brown img {
	background: #351f00;
	display: block;
	border: 10px solid #ada395;
	padding: 8px;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
}
.orange img {
	background: #cc542a;
	display: block;
	border: 10px solid #e9b8a4;
	padding: 8px;
	border-radius: 50px;
	margin: 0 auto;
	
}



.about-list li span {
	font-size: 14px;
	font-weight: 700;
	color: #351f00;
	padding-top: 20px;
	display: block;
}


.about-list li {
	text-align: center;
	
	vertical-align: top;
	display: inline-block;
}
.about-list {
	text-align: center;
}


.about {
	position: relative;
	background: url(../images/bg-2.jpg) no-repeat scroll 0 0 / cover;
	background-position: bottom;
}

.about.inner::before {
	content: inherit;
	display: none;
}
.about::before {
	position: absolute;
	content: "";
	background: url(../images/dotted-lines.png);
	width: 100%;
	height: 274px;
	top: -75px;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.about-list li:first-child {
	position: relative;
	left: -44px;
}

.about-list li:nth-child(2) {
	position: relative;
	left: -35px;
	top: -11px;
}


.about-list li:nth-child(3) {
	position: relative;
	left: -49px;
}

.about-list li:nth-child(4) {
	position: relative;
	left: -24px;
}


.certificate-block {
	background: rgb(85,57,82);
	background: -moz-linear-gradient(top, rgba(85,57,82,1) 0%, rgba(130,87,81,1) 100%);
	background: -webkit-linear-gradient(top, rgba(85,57,82,1) 0%,rgba(130,87,81,1) 100%);
	background: linear-gradient(to bottom, rgba(85,57,82,1) 0%,rgba(130,87,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#553952', endColorstr='#825751',GradientType=0 );
}




.certificate-block h4 {
	color: #fff;
	font-size: 34px;
	padding-top: 5px;
}


.certificate-block p {
	color: #fff;
	gap: ;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 19px;
}
.certificate-block {
	text-align: center;
	padding-top: 85px;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: -117px;
	z-index: 1;
}
.certificate-block span {
	font-size: 18px;
	color: #f9a33f;
}
.certificate-block::before {
	position: absolute;
	content: "";
	background: url(../images/grape.png);
	top: -67px;
	right: 0;
	left: 0;
	width: 153px;
	height: 130px;
	margin: auto;
}


.certificate-block::after {
	position: absolute;
	content: "";
	background: url(../images/certificate-arrow.png);
	width: 18px;
	height: 31px;
	right: -18px;
	top: 55px;
}
.referral {
	background: #413043;
	position: relative;
	overflow: hidden;
}
.referral::before {
	position: absolute;
	content: "";
	background: url(../images/honey-drop1.png);
	width: 230px;
	height: 457px;
	right: -214px;
	left: 0;
	margin: auto;
	top: -71px;
	z-index: 1;
}
.referral::after {
	position: absolute;
	content: "";
	background: url(../images/honey-drop2.png);
	width: 331px;
	height: 88px;
	left: 41px;
	right: 0;
	z-index: 1;
	margin: 0 auto;
}
.ref-block.ref-bloks {
	float: right;
}

.ref-details h4 {
	color: #d2b08f;
	font-size: 17px;
}

.ref-details span {
	color: #9c879d;
	font-size: 14px;
	padding-top: 6px;
	display: block;
}
.ref-details {
	text-align: right;
}

.bee-flying h4 {
	position: relative;
}
.bee-flying h4::before {
	position: absolute;
	background: url(../images/bee-2.png);
	content: "";
	width: 35px;
	height: 31px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ref-block h4 {
	background: linear-gradient(#f6d563,#e8983d,#ff9548);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 65px;
	font-weight: 800;
	position: relative;
}


.ref-block h4::after {
	position: absolute;
	content:"";
	
	
}



.ref-block span {
	color: #fff;
	font-size: 24px;
}

.ref-block p {
	color: #e77d04;
	font-size: 14px;
	font-weight: 700;
	padding-top: 10px;
}


.ref-block {
	padding-top: 75px;
	z-index: 1;
	position: relative;
}


.plans {
	background: #dadada;
	position: relative;
}
.plans::before {
	content: "";
	position: absolute;
	background: url(../images/cloud.png);
	width: 100%;
	height: 111px;
	top: -111px;
}

.plan-block {
	background: #fff;
	text-align: center;
}
.plans .plan-top span {
 
	padding: 0 30px;
}

.plan-block:hover span, 
.plan-block:hover h4,  .plan-block:hover ul li label,  .plan-block:hover ul li span   {
	color: #ffffff;
}


.plan-top span {
	color: #ec6300;
	font-size: 24px;
	width: 100%;
	display: block;
}
.plan-block {
	
}


.plan-top h4 {
font-size: 36px;
	color: #4c364d;
	font-weight: 700;
	height: 48px;
}

.plan-top h4 small {
	font-size: 37px;
	font-weight: 700;
}

.plan-middle li label {
	color: #cc542a;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 0px;
}


.plan-middle li span {
	color: #5d2a05;
	font-size: 25px;
}



.plan-middle li {
	padding: 10px 0px;
}

.plan-block {
	background: #fff;
	text-align: center;
width: 90%;
	padding-top: 20px;
	padding-bottom: 40px;
	border-radius: 25px;
	float: left;
	margin: 0px 23px;
	margin-top: 100px;
	/* margin-bottom: -77px; */
	-webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.16);
	z-index: 2;
	position: relative;
	margin-bottom: 61px;
}
.total-block {
	margin-bottom: -120px;
}
.plan-block:hover {
	background: rgb(253,197,43);
	background: -moz-linear-gradient(top, rgba(253,197,43,1) 0%, rgba(255,133,28,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,197,43,1) 0%,rgba(255,133,28,1) 100%);
	background: linear-gradient(to bottom, rgba(253,197,43,1) 0%,rgba(255,133,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc52b', endColorstr='#ff851c',GradientType=0 );
	padding-bottom: 45px;
	position: relative;
}



.plan-block:hover::before {
	position: absolute;
	background: url(../images/orange-block-before.png);
	content: "";
	width: 99px;
	height: 89px;
	top: -89px;
	right: 0;
	left: 0;
	margin: auto;
}


.plan-block:hover::after {
	position: absolute;
	background: url(../images/orange-block-after.png);
	content: "";
	width: 83px;
	height: 60px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -60px;
}


.plan-inner .plan-block:hover::after {
display:none;position:inherit;
}


.plan-inner .plan-block:hover::before {
display:none;position:inherit;
}


.plan-inner .plan-block {
 
	width: 85%;margin-bottom: 115px;
	 
}


.plan-inner .plan-block {
 
	margin-top: 10px;
	 
}



.plan-middle {
	padding-bottom: 25px;
	padding-top: 15px;
}

.stat-block h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	background: linear-gradient(#f0f7e5,#ffef9f);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.stat-block h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	background: linear-gradient(#f0f7e5,#ffef9f);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	font-size: 18px;
}


.stat-block span {
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
	display: block;
}


.stat-block {
	background: rgb(130,87,81);
	background: -moz-linear-gradient(top, rgba(130,87,81,1) 0%, rgba(115,76,79,1) 51%, rgba(85,57,82,1) 100%);
	background: -webkit-linear-gradient(top, rgba(130,87,81,1) 0%,rgba(115,76,79,1) 51%,rgba(85,57,82,1) 100%);
	background: linear-gradient(to bottom, rgba(130,87,81,1) 0%,rgba(115,76,79,1) 51%,rgba(85,57,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#825751', endColorstr='#553952',GradientType=0 );
	text-align: center;
	padding: 15px 0px;
	margin-top: 25px;
	margin: 25px 25px 0px 25px;
	border-radius: 5px;
}

.stat-block:hover {
	background: #e77e04;
}
.transaction a:hover {
border: 2px solid #fff;
	background: #cc542a;
}


.transaction a {
	background: rgb(251,165,64);
	background: -moz-linear-gradient(top, rgba(251,165,64,1) 0%, rgba(228,137,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background: linear-gradient(to bottom, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background-color: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba540', endColorstr='#e4892e',GradientType=0 );
	color: #ff !important;
	border: 2px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.5);
	box-shadow: 0px 3px 5px 0px rgba(216,128,25,0.8);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 50px;
}
.transaction span {
	display: block;
	font-size: 24px;
	color: #fff;
}
.transaction h4 {
	font-size: 49px;
	color: #fff;
	font-weight: 600;
}

.transaction small {
	color: #fff;
	font-size: 14px;
	display: block;
}

.transaction {
	background: url(../images/bg-3.jpg) no-repeat scroll 0 0 / cover;
	text-align: center;
	border-radius: 15px;
}
.transaction h1 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background: #e77d06;
	padding: 7px 30px;
	border-radius: 5px;
}

.dep-transaction {
	display: inline-block;
	margin-top: -20px;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.transactions-1 .owl-nav .owl-prev {
	position: absolute;
	left: -81px !important;
	bottom: -69px;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50px;
	right: 0;
	border: 1px solid #000 !important;
	z-index: 1;
	outline: none;
}
.transactions-1 .owl-nav .owl-next {
	position: absolute;
	bottom: -69px;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50px;
	right: 0;
	left: 0;
	border: 1px solid #000 !important;
	right: -53px;
	z-index: 1;
	outline: none;
}
.transactions .owl-nav .owl-prev {
	position: absolute;
	left: -81px !important;
	top: -60px;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50px;
	right: 0;
	border: 1px solid #000 !important;
	z-index: 1;
	outline: none;
}



.payment-block .owl-nav .owl-prev {
	position: absolute;
	left: -30px;
	top: 84px;
	width: 56px;
	height: 56px;
	border-radius: 0px;
	right: 0;
	z-index: 1;
	bottom: 0;
	background: url(../images/arrow-left.png) !important;
	color: #fff !important;
	outline: none;
	text-indent: -3000px;
	
	
	
	
	
	
	
	
	
	
	
	
}
.payment-block .owl-nav .owl-next {
	position: absolute;
	right: -22px !important;
	top: 84px;
	width: 56px;
	height: 56px;
	border-radius: 0px;
	right: 0;
	z-index: 1;
	bottom: 0;
	background: url(../images/arrow-left.png) !important;
	color: #fff !important;
	outline: none;
	font-size: 0px !important;
	transform: scale(-1);
}

.transactions .owl-nav .owl-next {
	position: absolute;
	top: -60px;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50px;
	right: 0;
	left: 0;
	border: 1px solid #000 !important;
	right: -53px;
	z-index: 1;
	outline: none;
}
.transaction ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0px;
}





.with-transactions {
	margin-bottom: -24px;
	position: relative;
	top: 25px;
}

.payment {
	padding-top: 66px;
	padding-bottom: 140px;
}




.payment-block {
	text-align: center;
	background: #ec7f09;
	padding-top: 60px;
	padding-bottom: 35px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	width: 100%;

display: inline-block;
}
.payment-block::before {
	position: absolute;
	content: "";
	background: url(../images/honeybee-fly.png);
	width: 539px;
	height: 165px;
	top: -99px;
	left: 20px;
	right: 0;
}


.payment-block h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 30px;
}

.Payment-Method li img {
	background: #cc542a;
	display: inline-block;
	padding: 10px 0px;
}

.stat {
	background:url(../images/bg-4.jpg);
}
footer::before {
	content: "";
	position: absolute;
	background: url(../images/footer-bg-before.png);
	width: 100%;
	height: 172px;
	top: -172px;
}
footer {
	background: url(../images/bg-1.png) no-repeat;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}

.social-links li i {
	background: rgb(253,200,44);
	background: -moz-linear-gradient(top, rgba(253,200,44,1) 0%, rgba(255,130,27,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,200,44,1) 0%,rgba(255,130,27,1) 100%);
	background: linear-gradient(to bottom, rgba(253,200,44,1) 0%,rgba(255,130,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc82c', endColorstr='#ff821b',GradientType=0 );
	color: #5f1e54;
	font-size: 15px;
	height: 36px;
	width: 35px;
	text-align: center;
	line-height: 37px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.16);
}
.social-links li i:hover {
	box-shadow: none;
	background: #fff;
}





.social-links li {
	display: inline-block;
	padding: 0px 0px;
}
.ftr-middle span {
	color: #e77e04;
	font-size: 14px;
	padding-top: 30px;
	display: block;
}


.ftr-middle {
	text-align: center;
	padding-top: 45px;
}

.footer-logo {
	text-align: center;
	padding-top: 3px;
	padding-left: 30px;
}
.form {
	background:url(../images/form-bg.jpg) no-repeat scroll 0 0  / cover;
}
.form-left img {
	margin-left: 8px;
}
.form-payment span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 60px;
}
.form-payment li {
	display: inline-block;
}

.form-left p {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	display: block;
	padding-top: 40px;
}



.frmcont label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	float: left;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
	width: 100%;
	color: #000;
	height: 42px;
	padding: 0 15px;
	border-radius: 0;
	border: none;
	outline: none !important;
	padding-left: 10px;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border-radius: 0px;
	background: #ffffff;
	border-radius: 5px;
	padding-right: 39px;
}
.notification h4 {
	font-size: 12px;
	color: #fff;
	text-align: left;
	background: #cc542a;
	display: inline-block;
	width: auto;
	margin: 10px 0px;
	padding: 5px 10px 5px 5px;
	border-radius: 50px;
}
.notification {
	margin: 0 auto;
	text-align: center;
}
.forn-content h1 a {
	color: #e87f04;
}
.forn-content h1 a:hover{
	color: #ffffff;
}
.frmcont span {
	width: 100%;
	display: inline-block;
	position: relative;
}
.frmcont span img {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.gr{
background: rgb(251,165,64);
background: -moz-linear-gradient(top, rgba(251,165,64,1) 0%, rgba(228,137,46,1) 100%);
background: -webkit-linear-gradient(top, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
background: linear-gradient(to bottom, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba540', endColorstr='#e4892e',GradientType=0 );	
}

	.frmcont select {
	height: 42px;
	padding: 0 15px;
	padding-left: 15px;
	border-radius: 0;
	border: none;
	outline: none !important;
	padding-left: 10px;
 
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	border-radius: 0px;
 
	border-radius: 5px;
}


.total-form-block {
	background:url(../images/form-bg%27.jpg);
}
.form-title h4 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 55px;
}
.forn-content h1 {
	font-size: 14px;
	color: #e87f04;
	padding-top: 10px;
}
.forn-content h2 {
	font-size: 14px;
	color: #ffffff;
	padding-top: 6px;
}
.total-form-block {
	background: url(../images/form-bg%27.jpg) no-repeat scroll 0 0 / cover;
	text-align: center;
	padding: 10px 20px;
	padding-left: 10px;
	padding-right: 10px;min-height: 740px;
}

.details.form-details {
	width: 100%;
}

.frmcont {
	padding-bottom: 12px;
}
.banner-content.form-content h4 {
	font-size: 52px;
	
}
textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	height: 150px;
	border-radius: 10px;
	outline: none;
	border: none;
	padding-left: 15px;
	padding-right: 34px;
    padding-top: 15px
}

.frmcont.textarea span img {
	top: 10px;
	margin: 0;
}

#admin-navbar ul {
	display: block;
	height: 860px;
}


#admin-navbar ul li a {
	padding:0px;
}



	
#admin-navbar .navbar-nav li a{
	color:#000;
	content:inherit;}




.admin-links {
	background: rgb(130,87,81);
	background: -moz-linear-gradient(top, rgba(130,87,81,1) 0%, rgba(85,57,82,1) 100%);
	background: -webkit-linear-gradient(top, rgba(130,87,81,1) 0%,rgba(85,57,82,1) 100%);
	background: linear-gradient(to bottom, rgba(130,87,81,1) 0%,rgba(85,57,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#825751', endColorstr='#553952',GradientType=0 );min-height: 1176px;
	-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
margin-bottom: 10px;
}

#admin-navbar ul li i {
	background: rgb(251,165,64);
	background: -moz-linear-gradient(top, rgba(251,165,64,1) 0%, rgba(228,137,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background: linear-gradient(to bottom, rgba(251,165,64,1) 0%,rgba(228,137,46,1) 100%);
	background-color: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba540', endColorstr='#e4892e',GradientType=0 );
	color: #ff !important;
	border: 2px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(88,45,38,1);
	-moz-box-shadow: 2px 3px 5px 0px rgba(88,45,38,1);
	box-shadow: 2px 3px 5px 0px rgba(88,45,38,1);
	height: 45px;
	width: 45px;
	line-height: 42px;
	display: inline-block;
text-align: center;
}

#admin-navbar ul li a {
	color:#ffffff !important;
}
#admin-navbar ul li a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	display: block;
}

#admin-navbar ul li {
	padding-bottom: 20px;
}

.admin-logo {
	background: #e77e04;
	width: 100%;
	text-align: center;
	padding: 14px;
}

#admin-navbar ul li {
	padding: 15px 0px;
}


.date-details {
	text-align: center;
	background: url(../images/admin-details-bg.jpg);
	z-index: 1;
	position: relative;
	margin-right: 8px;
}.date-details h4 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
	padding-top: 10px;text-transform: capitalize;
}

.date-details label {
	color: #ff851c;
	font-size: 14px;font-weight: 600;
}
.date-details label span {
	font-size: 18px;
	color: #fdeea9;
	text-shadow: 3px 3px #8a3012;
	margin-left: 20px;
}


.date-details ul li {
	display: inline-block;
}



.balance-details {
	background: #fe9117;
	padding-top: 33px;
	text-align: center;
}
.balance-details img {
	border-radius: 50px;
	background: #cc542a;
	padding: 8px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(204,84,42,0.43);
	-moz-box-shadow: 0px 0px 0px 10px rgba(204,84,42,0.43);
	box-shadow: 0px 0px 0px 10px rgba(204,84,42,0.43);
	margin-bottom: 20px;
	margin-top: 10px;
}
.balance-details h4 {
	font-size: 50px;
	color: #fff;
}
.balance-details span {
	color: #fff;
	font-size: 14px;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
}
.acc {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.acc:hover{
	color: #000;
	border-bottom: 1px solid #000;
}

.total-clac {
	background: #fe9117;
}


.nav.nav-tabs li a {
	background: transparent;
	border: none;
	color: #fff;
	text-align: center;
	margin: 0 auto;
padding: 8px 23px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #ffff;
	cursor: default;
	border-bottom: 2px solid #fff !important;
	background: transparent;
	border: none;
}
.nav-tabs {
	border-bottom: 2px solid #cc542a;
	padding-bottom: 6px;
}

.acc-btn {
	padding-top: 32px;
	position: relative;
	bottom: -19px;
}

.total-clac {
	background: #fe9117;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	margin-right: 8px;
}
.total-clac::after {
	background: url(../images/honey-drop-admin.png);
	position: absolute;
	content: "";
	width: 328px;
	height: 210px;
	bottom: -180px;
	left: 0;
	right: 0;
	margin: auto;
}

.balance-details span a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.balance-details span a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}


.title-admin h4 {
	font-size: 48px;
	display: inline-block;
}
.title-admin.bee-flying h4::before {
	position: absolute;
	background: url(../images/bee-2.png);
	content: "";
	width: 35px;
	height: 31px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -16px;
}

.acc-bal {
	background: #413043;
	text-align: center;
	padding: 18px 0;
	margin: 36px 0;
	min-height: 165px;
}

 .acc-bal h6 {
	font-size: 18px;
	text-align: center;
	color: #fe9117;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	padding-top: 17px;
	padding-bottom: 8px;
}
.acc-bal h4 {
	color: #fff;
	font-size: 33px;
	font-weight: 600;
}
.acc-bal h4 small {
	font-size: 14px;
	display: block;
}
.acc-ic {
	background: #cc542a;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-top: 15px;
	margin-top: -45px;
	webkit-box-shadow: 0px 0px 0px 8px rgba(204, 85, 42, 0.41);
	-moz-box-shadow: 0px 0px 0px 8px rgba(204, 85, 42, 0.41));
	box-shadow: 0px 0px 0px 8px rgba(204, 85, 42, 0.41);
}


.payment-block.payment-bal h5 {
	font-size: 36px;
	color: #fff;padding: 16px 0;
}


 .payment-block.payment-bal {
	width: 90%;
	margin: auto;
 margin-top: 85px;
	padding-right: 20px;
	padding-left: 20px;
}
.payment-block.payment-bal li {
	display: inline-block;
	padding: 7px 10px;
	font-size: 14px;
	color: #fff;
	background: #c26d0e;
	margin: 9px 2px;
	border-radius: 5px;
 
 
}
.admin-cpy span {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #413043;
	font-weight: 500;
}
.admin-cpy {
	display: inline-block;
	width: 100%;
 
}
.admin-cpy span a {
	color: #413043;
}
.admin-cpy span a:hover{
color:#e97e06;	
}

.bg-5 {
	 
	background: url(../images/bg-5.jpg) no-repeat scroll 0 0/cover;
 
}

.bg-6 {
	background: url(../images/bg-6.jpg) no-repeat scroll 0 0/cover;border-radius: 20px;
}
.notes li {
 
	display: inline-block;
 
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 15px;padding: 0 15px;
}

.depo_blk span {
	color: #ffaf00;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 17px 0;
	font-weight: 500;
}
.depo_blk .frmcont {
	width: 70%;
	margin: auto;
}

.select_payment li {
	display: inline-block;
	background: #c26d0e;
	padding: 5px 16px;
	margin: 2px 0;
	width: 350px;
	text-align: center;
	border-radius: 2px;
	margin: 0px 10px 16px 10px;
}
.select_payment {
	text-align: center;
}

.tb-bg {
	 
	background: url(../images/table-bg.jpg) no-repeat scroll 0 0/cover;
 
}
.yl {
	color: #dcae1d;
}
.transaction-table tr td i {
 
	color: #dcae1d;
	margin-right: 6px;
}

.table_page {
	text-align: center;
}
.table_page a i {
	color: #fff;
	background: #cc542a;
	 
	width: 30px;
	height: 30px;
	padding-top: 5px;
	fn: 16px;
	font-size: 18px;
	border-radius: 5px;margin: 0 5px;
}
.table_page {
	color: #fe9117;
	font-weight: 600;
	padding-top: 30px;
}
.table_page a i:hover {
	background: #fe9117;
}

.abt_blk h4 {
	display: block;
	font-size: 54px;
	font-weight: 300;
	text-transform: capitalize;
	background: linear-gradient(#f0f7e5,#ffef9f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}





.faq_accordian{ width:100%;}
.faq_accordian .accordion-toggle{ cursor:pointer; margin:10px 0 0 0;}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.png) no-repeat center right, #ec7f09;
	color: #ffffff;
}

.faq_accordian .accordion h4 {
	background: url(../images/accordian_arrow_down.png) no-repeat center right, #423043;
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding:13px 45px 13px 10px;
}
.faq_accordian .accordion-content{display: none;} 
.faq_accordian .accordion-content p{ width:100%; display:inline-block; font-size:15px; color:#2f2e2e; line-height:30px;
background:#f0eeee; padding: 20px 30px;}

.faq_accordian .accordion .open {display: block;}

.news-sec {
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);margin: 5px 0;
}


.news-sec h4 {
	margin-bottom: 16px;
	color: #3d171e;
	font-size: 23px;text-transform: capitalize;
}
.news-sec h4 a{color: #3d171e;}
.news-sec small {
	background-color: #e77d06;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
}




.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
opacity: 0.7; display:inline-block;
}
.msg {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	    font-weight: 600;

}
.msg.black {
	color: #fff;

}







.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}



.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}


.form-pad {
	padding: 70px 0;
}
.form-logo {
	display: inline-block;
}
.form-logo a {
	display: inline-block;
}
.admin-links .navbar {
	padding-left: 0;
	padding-right: 0;
}
#admin-navbar .navbar-nav li a span {
	display: block;
}

#admin-navbar .navbar-nav li a:hover span {
	color:rgb(236,99,0);
}


#admin-navbar .navbar-nav li a:hover i{
	background: rgb(236,99,0);
	}



.page-link {
	color: #fff !important;
	background: #cc542a;
	width: 30px;
	height: 30px;
	padding: 3px 6px;
	font-size: 1;
	font-size: 17px;
	border-radius: 5px;
	margin: 0 5px;
	display: inline;border: none;
}
.page-link:hover {
	background: #fe9117;
	border: navajowhite;
}

.page-item.active .page-link {
	background: transparent;
	border: none;
	color:#000000 !important;
}

.page-item {
	display: inline-block;
}
.pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 17px;
}



.reftextarea {
	background-color: #413043;
	min-height: inherit;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
}




.security-page .payment-block::before {
	display: none;
	content: inherit;
}

.security-page .payment-block.payment-bal {
	padding: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
}
.security-page .payment-block.payment-bal h6 {
	font-size: 21px;
	color: #ffffff;
	padding: 16px 0;
}

.sec-links li {
	margin-bottom: 20px;
}

table input[type="text"], table input[type="email"], table input[type="password"], table input[type="number"] {
	background-color: #cccccc;
}

.transactions-1 .owl-stage-outer {
	padding-bottom: 20px;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}