html, body {
	background: #000;
}
.backblack {
	background: #000;
}
.nopadding {
	padding: 0 !important;
}
.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    top: 20% !important;
    padding-bottom: 30px;
    width: 46% !important;
    margin-left: 52% !important;
	margin-right: 2% !important;
}
div#myCarousel {
    padding: 5%;
	background: url("img/back.jpg");
	background-size: cover;
}
.carousel-control {
	width: 07%;
}
.sliderimage {
	width: 50%;
}
.slidetitle {
    font-size: 40px;
    font-weight: bold;
    color: #ca8c1e;
}
.titlecss {
    font-size: 40px;
    font-weight: bold;
}
.slidepara {
    font-size: 25px;
    color: #000;
}
.logoclass {
	width: 100%;
	padding: 10px 0; 
}
.headphone {
	font-size: 30px;
    color: #fff;
	font-weight: bold;
	padding: 8.7% 0;
	margin: 0px;
}
.backpink {
	background-image: url("img/back-1.jpg");
	background-size: cover;
}
.backgray {
	background: #5e5e5e;
}
.boxblack {
	box-shadow: 0 0 10px black;
}
.txtright {
	text-align: right;
}
.margingap {
	margin-top: 50px;
	margin-bottom: 50px;
}
.threeboxes {
	margin: 30px;
	box-shadow: 20px 20px #fff, -20px -20px #5e5e5e;
}
.hrclass {
	margin: 0;
	padding: 3px;
	border: 0;
}
.marqueeclass {
	vertical-align: middle;
	padding: 05px 0;
	font-size: 18px;
	color: #fff;
}
.tdn {
	text-decoration: none;
}
.tdn:hover, .tdn:focus, .tdn:active {
	text-decoration: none;
}
.sixbox {
	margin: 10px;
	border: 4px solid #ca891e;
	border-radius: 5px;
}
.bottomboxtext {
    color: #fff;
    margin: 5px 0 20px 0;
	font-weight: bold;
	font-size: 26px;
}
.imagecssthemes {
	border: 5px solid white;
	margin: 20px 0;
}
.footercss {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}
.footerlogocss {
    font-family: verdana;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
	color: #fff;
}
.colorwhite {
	color: #fff;
}
@media (max-width:768px) {
	.carousel-caption {
		right: 0 !important;
		left: 0 !important;
		top: 35% !important;
		padding-bottom: 30px;
		width: 100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}
	.threeboxes {
		margin: 15px 0 40px 0;
		box-shadow: 10px 10px #79500d, -10px -10px #cb8a1e;
	}
	.margingap {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.slidetitle {
		font-size: 150%;
		font-weight: bold;
		color: #fff;
	}
	.titlecss {
		font-size: 150%;
		font-weight: bold;
	}
	.slidepara {
		font-size: 130%;
		color: #000;
		line-height: 130%;
	}
	.headphone {
		font-size: 20px;
		color: #000;
		font-weight: 900;
		padding: 5px 0;
		margin: 0px 0 20px 0;
		background-image: url("img/back-1.jpg");
		background-size: cover;
		text-align: center !important;
		border-radius: 5px;
	}
	.bottomboxtext {
		color: #ca891e;
		margin: 5px 0 20px 0;
		font-weight: bold;
		font-size: 20px;
	}
	.sliderimage {
		width: 100%;
		padding-bottom: 85%;
	}
	.carousel-control {
		width: 15%;
	}
	.sixbox {
		margin: 10px 0;
	}
}