@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Lato', sans-serif;
	background-repeat: repeat;
}

/* font-family: 'Cinzel Decorative', cursive; */

.navbar-nav > li > a {
    font-family: 'Cinzel Decorative', cursive;
    color: #777777  !important;
    padding: .5rem 0 0.5rem 2rem !important;
}
.nav-item.active a.nav-link {
    color: #000 !important;
}
.cp{cursor:pointer;}

.cr{color:#ca2222;}
.clb{color:#4c5770;}

.top {
    background: url(../img/top-bg.png);
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
}

.bigfnt {
    font-family: 'Cinzel Decorative', cursive;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    /* text-shadow: 3px 3px 3px rgba(39, 17, 17, 0.8); */
}

.ybtn {
    background: url(../img/btn-bg.png);
    border: none;
    width: 214px;
    height: 56px;
    background-size: cover;
    color: #fff;
    font-weight: bold;
}
img.devider {
    /* margin-top: -30px; */
    position: relative;
    z-index: 1;
}


.heading {
    font-family: 'Cinzel Decorative', cursive;
    color: #ecd19a;
    font-size: 36px;
}


.faq {
    background: url(../img/faq.png);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.fd1 {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
	max-width:100%;
}
.fd2 {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
	max-width:100%;
}
section.video {
    padding: 70px 0 100px !important;
}

.qstn {
    color: #ecd19a;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}


.ans {
    color: #808080;
}

.mm {
    padding-left: 0;
}
.dhd {
    font-size: 24px;
    color: #ecd19a;
    font-weight: 300;
}

.mouse {
    position: relative;
    bottom: -10px;
}

.dmntxt {
    color: #808080;
}
.gbtn {
    background: #444040;
    border: none;
    color: #000;
}
.gbtn img {
    float: left;
}
.btntxt {
    padding-left: 60px;
    text-align: left;
}

.gbtn {
    background: #444040;
    border: none;
    color: #000;
    padding: 12px 15px 12px 25px;
    border-radius: 44px;
    width: 260px;
    margin-bottom: 10px;
}




.btntxt {
    padding-left: 60px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.smtxt {
    font-size: 14px;
	font-weight:500;
}




.video iframe {
    border: 5px solid #191412;
    box-shadow: 3px 3px 15px rgba(0,0,0);
}

.mh100{
	min-height:100vh;
}
.mh100p{
	min-height:100%;
}
.lform {
    width: 100%;
    max-width: 600px;
}
.ad-hd {
    font-size: 30px;
    color: #272727;
}
.lform form {
 /*   background: rgba(53, 53, 53, 0.9);*/
	background-color: white;
    padding: 20px 30px;
    box-shadow: 3px 3px 30px rgba(0,0,0);
}
.lform label {
/*    color: #fff;*/
}
.lform input, .lform input:focus, .lform input:active  {
	background: rgba(255,255,255,0.1) !important;
	border: 1px solid #4c4c4c !important;
	color: #3d3d3d !important;
}
a.fgt, a.fgt:link, a.fgt:visited, a.fgt:hover {
/*    color: #ccc;*/
}
.lform button.btn.btn-default {
    background: #f34849;
    padding: 6px 30px;
    color: #fff;
}

.admin-nav li > a {
    font-family: 'Lato', sans-serif;
    color: #ccc;
}
.admin-nav {
    box-shadow: 3px 3px 12px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    background: #fff;
}
.admin-nav li.active a {
    text-decoration: underline;
    color: #fff;
}
.admin-nav img {
    max-width: 86px;
}
.table-dark th {
    background: #272727;
}
.btn-nm {
    background: #ccc;
}
.lform .ad-hd {
/*    color: #fff;*/
}

.ad-logo img.img-fluid {
    max-width: 340px;
    margin-top: 50px;
}
.backf {
    background: #fff;
    box-shadow: 3px 3px 28px rgba(0,0,0,0.15);
}


@media(max-width:767px){
span.navbar-toggler-icon {
	display: block;
	height: 4px;
	background: #ccc;
	margin: 6px 0;
	border-radius: 4px;
}
button.navbar-toggler {
    float: right;
    border: 1px solid #ccc;
}
.banner {
    padding-top: 50px;
}
img.devider {
    margin-top: 16px;
}
.video iframe {
    margin-bottom: 20px;
}
.fd1 {
    top: 0;
}
.fd2 {
    bottom: 0;
}
.dtxt {
    margin-top: 50px;
}
.gbtn {
    background: #444040;
    border: none;
    color: #000;
    padding: 12px 15px 12px 60px;
    border-radius: 44px;
    width: 100%;
    margin-bottom: 20px;
}
.top, .faq{background-attachment: scroll;}
}

.err_text {
	color: red;
}

table.dataTable tbody tr {
    background-color: inherit !important;
}

span.select2 {
    width: 100% !important;
}

input.select2-search__field {
    width: 100% !important;
}

span.star {
    color: red;
}

.fmodal {
	position: absolute;
	top: 10%;
	left: 30%;
	z-index: 999;
}

.it-left {
   float: left;
	font-size: 14px;
}
.it-right {
/*    padding-left: 100px;*/
    padding-left: 150px;
    margin-bottom: 10px;
}

.it-left2 {
   float: left;
	font-size: 14px;
   margin-bottom: 10px;
	width: 70%;
}

.it-right2 {
    padding-left: 100px;
    margin-left: 200px;
   margin-bottom: 10px;
}

#adminform {
	margin: 0 auto 20px auto;
}

.central {
	margin: 0 auto;
}

.inputmess {
	color: red;
	text-align: center;
}

.clear {
	clear: both;
}

#maintable {
	width: 99%;/*prevents scrollbar*/
	border-color: #111;
}

#maintable th {
	background-color: #999;
}

#maintable td {
	text-align: center;
	background-color: #CCC;
}

#invoiceform .label, #invoiceform .labeldiv {
	display: none;
}

.btn-product {
  background: #888;
  color: #000;
}

.btn-product:hover {
  background: #FFF;
  color: #000;
}

.btn-product-img {
  width: 120px;
  padding-top:10px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

/*.btn-product-img:hover {
  background: #FFF;
  color: #000;
}*/

.current-config {
	color: #cee002;;
}

.current-selection {
	background: #cee002;
}

@media (min-width: 900px) {
	.central {
		width: 400px;
	}
}

.center {
	text-align: center;
}

ul.sub-menu {
    position: absolute;
    background: #fff;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.15);
    z-index: 1;
    min-width: 200px;
	 padding: 0;
	 display: none;
}

.sub-menu > li > a {
    padding: 8px 10px;
    display: block;
    color: #222;
	    padding-left: 35px;
}

.navbar-nav>li:hover ul.sub-menu {
    display:block;
}
.sub-menu li {
    position: relative;
	 display: block;
    margin: 1px 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 1px 0;
}




