body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: 'Open Sans', sans-serif;
	position: relative;
	background: #fff;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
 @-webkit-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @-moz-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @-o-keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
 @keyframes bounce {
 0% {
bottom:0px;
}
 50% {
bottom:15px;
}
 100% {
bottom:30;
}
}
.clr {
	clear: both;
}
.carousel-caption h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.carousel-caption h2 {
	padding: 0 0 25px 0;
	margin: 0;
	color: #00a8ff;
	font-size: 50px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-shadow: 0;
}
.carousel-caption p {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.get_btn {
	text-align: center;
	margin: 50px 0 0 0;
}
.get_btn a {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	background: rgba(0, 168, 255, 0.5);
	padding: 12px 50px;
	border-radius: 3px;
}
.get_btn a:hover {
	text-decoration: none;
	background: rgba(0, 168, 255, 1);
}
.about_left {
	padding: 80px 0 0 0;
}
.about_left h2 {
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.about_left h2 span {
	color: #525252;
}
.about_left p {
	padding: 26px 0 0 0;
	margin: 0;
	color: #636363;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
.about_left ul {
	padding: 26px 0 0 0;
	margin: 0;
	list-style: none;
}
.about_left ul li {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 0 0 10px 30px;
}
.about_left ul li:before {
	width: 11px;
	height: 11px;
	background: #f88e28;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
}
.about_right img {
	width: 100%;
	margin: 50px 0;
}
.dj_panel {
	background: url(../images/dj_bg.jpg) no-repeat 0 0;
	min-height: 367px;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.dj_panel h2 {
	padding: 0 0 25px 0;
	margin: 0;
	color: #00a8ff;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.dj_panel p {
	padding: 0;
	margin: 0;
	color: #adadad;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.dj_panel p:nth-child(4) {
	padding: 20px 0 0 0;
}
.dj_panel p a {
	color: #007bba;
}
.dj_panel p a:hover {
	color: #fff;
	text-decoration: none;
}
.get_btn2 {
	text-align: center;
	margin: 50px 0 0 0;
}
.get_btn2 a {
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	background: rgba(0, 168, 255, 1);
	padding: 12px 28px;
	border-radius: 3px;
}
.get_btn2 a:hover {
	text-decoration: none;
	background: rgba(0, 168, 255, 0.5);
}
.gallery h2 {
	padding: 30px 0;
	margin: 0;
	color: #000000;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.gallery h2 span {
	color: #525252;
}
.gal_box {
	width: 20%;
	float: left;
}
.gal_box img {
	width: 100%;
}
.footer {
	background: #0f0f0f;
	padding: 40px 0;
}
.footer_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_left ul li {
	float: left;
	position: relative;
}
.footer_left ul li a {
	color: #6f6f6f;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 20px;
}
.footer_left ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer_left ul li:before {
	width: 1px;
	height: 14px;
	background: #6f6f6f;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}
.footer_left ul li:nth-child(1):before {
	background: none;
}
.footer_left ul li:nth-child(1) a {
	padding-left: 0;
}
.footer_left p {
	padding: 8px 0 0 0;
	margin: 0;
	color: #6f6f6f;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.social {
	float: right;
}
.social ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}
.social ul li {
	float: left;
	padding: 0 0 0 28px;
}
.social ul li a {
	color: #aaaca7;
	font-size: 25px;
}
.social ul li:nth-child(1) a:hover {
	color: #4867aa;
}
.social ul li:nth-child(2) a:hover {
	color: #1da1f2;
}
.social ul li:nth-child(3) a:hover {
	color: red;
}
.social ul li:nth-child(4) a:hover {
	color: #966842;
}
.dj_services {
	position: relative;
	min-height: 320px;
}
.dj_services:before {
	height: 241px;
	background: #00a8ff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
}
.service_img {
	border: 4px solid #fff;
}
.product_box {
	margin: 0 15px;
	background: #007bba;
	text-align: center;
	padding: 0 0 20px 0;
	min-height: 360px;
}
.service_img img {
	width: 100%;
	height: 184px;
}
.product_box h3 {
	padding: 14px 0;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.product_box p {
	padding: 0 19px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.inner_banner {
	height: 60%;
}
.gal_inner {
	padding: 0 0 50px 0;
}
.inner_services {
	padding: 50px 0;
}
.inner_services .product_box {
	margin: 10px 0;
	min-height: 369px;
}
.inner_services .product_box .service_img {
	border: 0;
}
.contact_panel {
	padding: 50px 0;
}
.contact_left {
	padding: 0 30px 0 0;
}
.contact_right {
}
.contact_right h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
}
.contact_right p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
.contact_right p a {
	color: #fff;
	font-size: 14px;
}
.contact_right {
	background: #038bd2;
    padding: 20px 0 30px 20px;
    
    max-width: 333px;
    margin: 50px auto 0 auto;
}
.submit_btn {
	background: #00a8ff;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding: 10px 25px;
	border: 0;
	transition: all 0.5s ease 0s;
}
.submit_btn:hover {
	background: #038bd2;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.map_contact {
	margin-top: 50px;
	height: 300px;
	margin-bottom: 50px;
}
.contact_left .form-group input[type="text"], .contact_left .form-group input[type="email"], .contact_left .form-group input[type="tel"], .contact_left .form-group textarea {
	border: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	resize: none;
	padding-left: 5px;
}
.contact_left .form-group label {
	display: none;
}
.address_panel h3 i {
	float: left;
	padding: 0 10px 0 0;
}
.pp_social {
	display: none;
}
.navbar-nav .current-menu-item a {
	color: #00a8ff !important;
}
.about_right1 {
	padding-bottom: 30px;
}
.about_right1 img {
	margin-bottom: 10px;
}
.about_right1 p {
	padding-top: 10px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #00a8ff;
}
.logobox{
	padding: 0;
	margin: 0;
}

.navsection {
  margin: 0;
  padding:35px 0 0;
}

.dj_hire_right{
	padding: 50px 0 0 0;
}
.contact_left label{
	display: block;
}
.contact_left .wpcf7-form-control{
	 display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
	font-family: 'Open Sans', sans-serif;
    background-color: rgba(255,255,255,1);
    background-image: none;
    border: 1px solid #d7d5d6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	margin-top: 15px;
	
	
}


.contact_left textarea.wpcf7-form-control {
    height: auto;
}

	
.contact_left .wpcf7-form-control:focus {
      border-color: #038bd2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(3,139,210,.075), 0 0 8px rgba(3,139,210,.6);
    box-shadow: inset 0 1px 1px rgba(3,139,210,.075), 0 0 8px rgba(3,139,210,.6);
	
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	
}
.contact_left .wpcf7-form-control.wpcf7-submit{
	background: #038bd2;
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
border: #038bd2 1px solid;
padding: 10px 30px;
font-size: 16px;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
margin-top: 20px;
height: auto;
width: auto;
}
.contact_left .wpcf7-form-control.wpcf7-submit:focus, .contact_left .wpcf7-form-control.wpcf7-submit:hover {
	background: #000;
	color: #038bd2;
	border: #000 1px solid;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}







