
header{
	background:rgb(0, 0, 0, 1);
	z-index:10;
}
footer{
	background:rgb(0, 0, 0, 1);
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#fff;
}
body .container{
	max-width:1300px;
}

h1{
	font-family: 'Yaldevi', sans-serif;
	text-align: center;
	margin-bottom:0px;
	padding-top:15px;
	font-weight:bold;
}
h2, .boxtext{
	font-family: 'Oswald', sans-serif;
}
.rslides{
	background-color:#000;
	z-index: -1!important;
}
.callnow a{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
}
.callnow a:hover{
	text-shadow: 0px 0px 5px #840022;
}
.copyright{
	background-clip: #000;
	background-image: url("../images/top-bkgrd.jpg");
	color:#fff;
	text-align: center;
}
.footermenu{
	color:#fff;
}
.phone{
	color:#fff;
	font-size:24px;
}
.banner{
	
}
.boxtext{
	background-color:#250c07 ;
	background: url("../images/top-bkgrd.jpg");
	color: #fff;
	font-size:24px;
	max-width:400px;
	margin:0px auto 10px auto;
}
 .boxes a:hover, .boxtext:hover{
	text-decoration: none;
	 
	 background: #840022;
}
.box1, .box2, .box3{
	box-shadow: 0px 0px 15px 1px #000;
	max-width:400px;
}
.callaction{
	background:#000;
	color:#fff;
	text-shadow: 0px 0px 
}
.gal-pic{
	border: solid 1px #000;
}
.heroouter{
	position: relative;
}
.herotext{
	position: absolute;
	top:0;
	left:0;
	right:0;
	
	color:#fff;
	font-family: 'Yaldevi', sans-serif;
}
.herohead{
	padding-top:70px;
	font-weight: bold;
	font-size:38px;
}
.herosub{
	font-weight: bold;
	font-size:30px;
	padding-bottom:10px;
}
.herosub2{	
	font-size:24px;
}
.boxes{
	padding-top:15px;
}


/*sticky*/
.scrolled header{
	background:#000;
}

#nav-outer.scrolled {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000000;
	box-shadow:0 0 4px rgba(0,0,0,.4);
}
.scrolled .logo{
	display: none;
}
.scrolled .stickylogo {
	max-width:50%;
	width:auto;
	float:left;
	display: block;
}
.scrolled .phone {
	display: none!important;
}
.stickylogo{
	display: none;
	margin:10px 0 15px;

}

/**NAVBAR**/

.navbar { /* navbar styles */
	
	padding:0 1rem;
}

.nav-link { /* top level link */
  color:#fff;
  font-size:18px;
}

.nav-link:hover {
  color:#bbb; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#fff;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(256, 256, 256)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}


/*DIVIDERS*/

.nav-link {
	position:relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}



.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}
*/
/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.herohead{
		padding-top:30px;
		font-size:22px;
	}
	.herosub{
		font-size:18px;
	}
	.btn-light{
		font-size: 15px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
.box1, .box2, .box3{
	box-shadow: 0px 0px 15px 1px #000;
}
}

/**LG & UP**/
@media (min-width: 992px) {
	.callnow{
		font-size:22px!important;
	}
	
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar{
		margin-top:10px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {

}

/**XLG**/
@media (min-width: 1200px) {
header{
	background:rgb(0, 0, 0, .8);
position: fixed;
	top:0;
	left:0;
	right:0;
}
	.herotext{
		top:136px;
	}
}