body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #070707;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	font-family: "Asap", sans-serif;
	position: relative;
	padding-bottom: 65px;
	background-image: url(../images/banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

html {
	width: 100%;
	height: 100%;
	position: absolute;
}

.container {
	width: 100%;
	max-width: 100%;
}

.t-yellow {
	color: #e6b50a;
}

.siteformbg .form-control {
	font-size: 15px;
	height: 56px;
	background: #101011;
	border: 1px solid #232324;
	color: #fff;
	box-shadow: none;
	outline: none;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border-radius: 7px;
	padding: 11px 22px;
}

.panelcontentbox {
	background: #101011;
	border-radius: 10px;
	padding: 18px 18px;
}

.table-content {
	display: table;
	width: 100%;
}

.table-content>div {
	display: table-cell;
	vertical-align: middle;
}

.logo-img {
	width: 100%;
	max-width: 200px;
}

.heading-title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 500;
	color: #e9be29;
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
}

section {
	padding: 50px 0px;
}

.main-content {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.content, ul li, p {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #b9b9b9;
}
ul
{
	margin-top: 15px;
}
.siteformbg {
	border-radius: 7px;
	background-color: #101011;
}

label {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
}

.formbg {
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

.sitebtn, .btn {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	background-color: #cf0;
	padding: 5px 20px;
}

.form-group {
	padding-bottom: 20px;
}

.formlst {
	padding: 20px 20px;
}

.siteformbg .heading-title {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 25px;
}

.bannerbgsec h2 {
	font-size: 40px;
	line-height: 52px;
	color: #cf0;
}

.bannerbgsec h2 span {
	color: #fff;
}

.bannerbgsec .content {
	color: #989898;
}

.bannerbgsec .rightimg img {
	width: 100%;
	max-width: 500px;
}

.bannerbgsec .rightimg {
	text-align: right;
}

.bannerbgsec .container, .headermenu .container {
	width: 100%;
	max-width: 1320px;
}

.headbg {
	padding: 20px 0px;
}

.headermenu .headbg .navbar-nav li a {
	color: #fff;
	padding: 11px 16px;
	position: relative;
	font-size: 16px;
	position: relative;
	font-weight: 300;
}

footer {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 65px;
}

.footer-gray-bg {
	padding-bottom: 5px;
	padding-top: 19px;
	overflow: visible;
	background-color: #0000004D;
}

.footerbox .content {
	font-size: 15px;
	line-height: 25px;
	color: #7D7D7D;
}

.bannerbgsec {
	padding: 90px 0px;
}

.headbg .navbar-nav .dropdown-menu {
	background: #020202ab;
	padding: 7px 1px;
	border-radius: 7px;
	border: 0px;
	margin-top: 10px;
	overflow: hidden;
	box-shadow: 1px 5px 12px 4px #170f421c;
	min-width: 227px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.navbar-toggler {
	width: 20px;
	height: 20px;
	position: relative;
	transition: 0.5s ease-in-out;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
	position: relative;
}

.navbar-toggler span {
	margin: 0px;
	padding: 0px;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #022d6f;
	border-radius: 1px;
	opacity: 1;
	left: -12px;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
	position: absolute;
	top: 0px;
	transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	position: absolute;
	top: 10px;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	position: absolute;
	top: 20px;
	transform: rotate(0deg);
}

.navbar-toggler .top-bar {
	top: inherit;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
	top: inherit;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	top: inherit;
	transform: rotate(-135deg);
}

.toggler-icon {
	background: #fff;
}

.headbg .navbar-nav .dropdown-menu li a {
	font-size: 14px !important;
}

.headbg .navbar-nav .dropdown-menu li a img {
	margin-right: 6px;
}
.main-contentdiv h4
{
  font-size: 21px;
}
.main-contentdiv li a, .main-contentdiv li a:hover, .main-contentdiv li a:focus, .main-contentdiv p a
{
color: #6ba9ee;
}
@media (max-width: 1400px) {
	.bannerbgsec h2 {
		font-size: 33px;
		line-height: 47px;
	}

	.bannerbgsec .rightimg img {
		max-width: 450px;
	}
}

@media (max-width: 991px)
{
	.bannerbgsec {
		text-align: center;
	}

	.bannerbgsec .rightimg {
		text-align: center;
	}

	.headbg {
		background: #050505 !important;
	}

	.headbg {
		padding: 12px 0px;
	}

	.bannerbgsec {
		padding: 50px 0px;
	}

	.headbg .navbar-collapse {
		border-top: 1px solid #ffffff26;
		margin-top: 13px;
		padding-top: 7px;
	}

	.headermenu .headbg .navbar-nav li a {
		padding: 6px 0px;
		font-size: 15px;
	}
	.main-contentdiv h4 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.logo-img {
		max-width: 170px;
	}

	section {
		padding: 30px 0px;
	}

	.siteformbg .heading-title {
		font-size: 20px;
		line-height: 32px;
	}

	.siteformbg .form-control {
		height: 45px;
	}

	.formlst {
		padding: 12px 12px;
	}

	.siteformbg {
		margin-top: 35px !important;
	}

	.heading-title {
		font-size: 25px;
		line-height: 40px;
		padding-bottom: 12x;
	}

	.main-contentdiv {
		margin-top: 20px !important;
	}

	.bannerbgsec h2 {
		font-size: 28px;
		line-height: 43px;
	}

	.bannerbgsec .rightimg img {
		max-width: 400px;
	}

	.bannerbgsec {
		padding: 30px 0px;
	}
}

@media (max-width: 500px) {
	.logo-img {
		max-width: 140px;
	}

	.content {
		font-size: 14px;
		line-height: 28px;
	}

	.bannerbgsec h2 {
		font-size: 24px;
		line-height: 39px;
	}

	.bannerbgsec .rightimg img {
		max-width: 340px;
	}
	.main-contentdiv h4 {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.bannerbgsec h2 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media (max-width: 350px) {
	.siteformbg .heading-title {
		font-size: 18px;
		line-height: 30px;
	}

	.logo-img {
		max-width: 120px;
	}

	.bannerbgsec h2 {
		font-size: 20px;
		line-height: 31px;
	}
}
