body {
	margin: 0px;
	padding: 0px;
	background: #1b1b1b;
}
h1, h2, h3, h4, h5, p {
	text-align: center;
	color: #fff;
}
h2, h3 {
	color: #efd78c;
}
h3, h5 {
	text-align: left;
}
nav.navbar {
	border-bottom: solid 1px #ffdf00;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffdf00;
	font-size: 20px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #ffdf00;
}
#navbarResponsive .form-control {
	background: #4a1819;
	border-color: rgba(255, 255, 255, 0.08);
	border-right: 0;
	-webkit-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
}
#navbarResponsive .input-group {
	width: 18%;
}
#navbarResponsive input.form-control {
	color: #fff !important;
}
.dropdown-menu, .es-list {
	background: -webkit-linear-gradient(#b61414, #8e1010);
	background: -o-linear-gradient(#b61414, #8e1010);
	background: linear-gradient(#b61414, #8e1010);
	border: solid 1px #ffdf00;
	color: #efd78c;
	border-radius: .25rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.70);
}

.section02 {
	background-color: #1b1b1b;
	background: #1b1b1b url(../img/slider/bg-bg.jpg);
	background-size: cover;
	background-position: center;
}
.bg-dark {
	background-color: #1b1b1b !important;
}


.card img {
	position: relative;
	width: 100%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.cardOverlay {
	background: #f1b51c;
	position: absolute;
	width: 100%;
	height: 22%;
	bottom: 0;
	transition: height .5s;
	overflow: hidden;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.cardOverlay h4 {
	color: #fff;
	text-align: center;
	padding: 5px 5px 0 5px;
	line-height: inherit;
	margin-bottom: 0;
}
.cardOverlay p, .cardOverlay ul li {
	color: #fff;
	padding: 5px 10px;
	opacity: 0;
	transition: opacity .5s;
	display: none;
}
.cardOverlay ul li {
	margin-left: 0px;
}
.card {
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	min-height: 253px;
}
.section02, .section05 {
	padding: 50px 0;
}
 .section05 {
	background: url(../img/slider/bg-bg.jpg);
}
.appvariation img {
	margin: 5px;
}
.downloadBtn {
	display: none;
}


footer p span {
	font-size: 14px;
}
footer .container {
	text-align: center;
	z-index: 2;
	position: relative;
}
.social img {
	padding: 7px;
}
.footerNav {
	text-align: center;
	padding-top: 50px;
}
.footerNav ul {
	padding: 0px;
}
.footerNav li {
	display: inline-block;
	padding: 10px;
}
.footerNav li a {
	color: #efd78c;
	text-decoration: none;
}
/*Inner Page*/
.section10 {
	margin-top: 91px;
}
ol li {
	color: #fff;
}
b {
	color: rgb(239, 215, 140);
}
.resp-tabs-container{
	position: relative;
}

.content {
	padding: 15px;
}

@media only screen and (max-width: 570px) {

.section02, .section05 {
	padding: 20px 0;
}
.pt-5, .py-5 {
	padding-top: 1rem!important;
}
.pb-5, .py-5 {
	padding-bottom: 1rem!important;
}
}

@media only screen and (max-width: 415px) {

}

@media screen and (min-width: 769px) {
#nav-tabs-wrapper {
	display: block!important;
}
}

@media screen and (max-width: 768px) {
.nav-tabs-dropdown {
	display: block;
}
#nav-tabs-wrapper {
	display: none;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
}
.nav-tabs-horizontal {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.nav-tabs-horizontal > li {
	float: none;
}
.nav-tabs-horizontal > li + li {
	margin-left: 2px;
}
.nav-tabs-horizontal > li, .nav-tabs-horizontal > li > a {
	background: transparent;
	width: 100%;
}
.nav-tabs-horizontal > li > a {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nav-tabs-horizontal > li.active > a, .nav-tabs-horizontal > li.active > a:hover, .nav-tabs-horizontal > li.active > a:focus {
	color: #ffffff;
	background-color: #428bca;
}
}
.supportContainer p {
	text-align: left;
}
.pageHead {
	position: fixed;
	width: 100%;
	z-index: 5;
}
#verticalTab, .supportContainer, .more, #accordion {
	margin-top: 68px !important;
}

/*Inner Page Ends*/


@media screen and (max-width: 991px) {

#navbarResponsive .input-group {
	width: auto;
}
.pageHead h1 {
	font-size: 30px;
}
#verticalTab {
	margin-top: 52px !important;
}
.resp-vtabs .resp-tabs-list li {
	padding: 10px 15px !important;
}
	.navbar-dark .navbar-nav .nav-link {
		padding: 5px 15px;
	}
	
	div#navbarResponsive a.nav-link {
		font-size: 18px;
		padding: 5px;
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.cardOverlay {
	height: 28%;
}
}

@media screen and (min-width: 992px) {
.col-lg-6.col-sm-12 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
}

@media screen and (max-width: 767px) {

.card {
	margin-bottom: 25px;
}
.navbar-brand img {
	width: 62%;
}
.carouselBig .carousel-item {
	margin-top: 66px;
}
.section10 {
	margin-top: 66px;
}
section h2, footer h2 {
	font-size: 24px;
}
section h4 {
	font-size: 20px;
}
.pageHead h1 {
	font-size: 24px;
}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
.cardOverlay h4 {
	font-size: 16px;
}
.cardOverlay p, .cardOverlay ul li {
	font-size: 12px;
}
.cardOverlay ul {
	padding-left: 30px;
}
.cardOverlay ul li {
	padding-left: 0px;
}
.cardOverlay {
	height: 30%;
	overflow: scroll;
}
}


@media only screen and (max-height: 420px) {
nav.navbar {
	padding: 1px 15px;
}
}

/*Fixed Side Nav and Sub Heading*/

.section02_margin{margin-bottom:30px;}
.download-area {
    background-image: url("../img/slider/00.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
   color: #fff;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.white-color {
    color: #fff!important;
}
.space-20 {
    height: 20px;
}
.space-60 {
    height: 60px;
}

.home-area{width:100%;background: url('../img/slider/header-bg.jpg') no-repeat scroll center bottom / cover;padding-top:24vh;color:#fff;padding-bottom:6%;}.home-area .mobile-image{margin-right:0;margin-left:0;margin-bottom:-158px}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/slider/banner-bg.jpg");
    background-size: cover;
    z-index: -2;
}