*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	overflow-x:hidden;
}
section,header,nav,figure,article,figcaption,footer{
	display: block;
}
img{
	border: none;
}
ul{
	list-style: none;
}
.widallPage{
    width: 80%;
    margin:0 auto;
    position: relative;
}
.owl-controlls .owl-buttons .owl-prev{
    background-image: url("../images/prev.png") !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    height: 52px;
    width: 25px;
    position: absolute;
    left: -70px;
    top: 213px;

}
.owl-controlls .owl-buttons .owl-next{
        background-image: url("../images/next1.png") !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    height: 52px;
    width: 25px;
    position: absolute;
    right: -70px;
    top: 213px;
}
#portion3 .owl-controlls .owl-buttons .owl-prev{
top:160px;}
#portion3 .owl-controlls .owl-buttons .owl-next{
top:160px;}
#portion4{
padding-bottom:20px;}
#portion4 .owl-controlls .owl-buttons .owl-prev{
    top: 300px !important;
}
#portion4 .owl-controlls .owl-buttons .owl-next{
    top: 300px !important;
}
#portion6 .owl-controlls .owl-buttons .owl-prev{
    top: 280px !important;
}
#portion6 .owl-controlls .owl-buttons .owl-next{
    top: 280px !important;
}
.headerData{
	width: 100%;
	margin: 0 auto;
	background:url("../images/main-banner.jpg") no-repeat;
	min-height: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mainMenu{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9;
}
#mainMenu .menuIcon{
	background-image: url("../images/menu-icon.png");
	background-repeat: no-repeat;
	margin: 15px 15px 0 0;
	height: 45px;
	width: 45px;
	text-align: right;
	float: right;
	cursor: pointer;
	z-index: 2;
}
#mainMenu .menuIcon:hover{
	background-image: url("../images/menu-icon-hover.png");
	background-repeat: no-repeat;
}
#mainMenu .menuClose{
	background-image: url("../images/menu-close.png");
	background-repeat: no-repeat;
	margin: 15px 15px 0 0;
	height: 45px;
	width: 45px;
	text-align: right;
	float: right;
	cursor: pointer;
	z-index: 2;
	position: relative;
    right: -60px;
    display: none;
}
#mainMenu .menuClose:hover{
	background-image: url("../images/menu-close-hover.png");
	background-repeat: no-repeat;
}
#mainMenu .menuBar{
    display: none;
    border-style: none;
    border-color: transparent;
    background-color: #38383A;
    border-radius: 100px 0px 0px 100px;
    width: 581px;
    height: 40px;
    margin: 16px 0;
    position: absolute;
    right: 35px;
}
#mainMenu .menuBar li{
    margin: 0 30px;
}
#mainMenu .menuBar li a{
    float: left;
    color: #fff;
    padding: 12px 14px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in;
}
#mainMenu .menuBar li a:hover{
	color: #00d691;
}
.djName{
	padding: 60px 0;
}
#portion6{
	padding-bottom:25px;
}
.djName h1{
    color: #00d691;
    line-height: 96px;
    font-size: 96px;
    text-indent: -6px;
    font-weight: 800;
}
.djName span{
    color: #616161;
    font-size: 48px;
    text-indent: -5px;
    font-weight: 200;
}
.bannerMenu ul{
	margin: 5px 0;
}
.bannerMenu ul li a{
	font-size: 32px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.bannerMenu ul li a:hover{
	color: #00d691;
	text-decoration: none;
}
.learnMore{
	margin: 65px 0;
}
.learnMore a {
    display: inline-block;
    border: 1px solid #000;
    padding: 1.1em 2.5em;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: .15em;
    word-spacing: .25em;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.learnMore a:hover {
    color: #fff;
    background: #00d691;
}


 /*about us start*/



.aboutUs{
	width: 100%;
	margin: 0 auto;
	background: #212122;
}
.info h3{
	font-size: 36px;
	font-weight: bold;
	padding: 20px 0;
	text-transform: uppercase;
	color:#00d691; 
}
.info p{
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
}
.info .redLine{
	text-align: center;
	margin: 0 auto;
	padding: 40px 0; 
}
.info .redLine span{
	border-bottom: 2px solid #00d691;
	height: 1px;
	width: 25%;
	display: block;
	margin: 0 auto;
}
.abtBgimg{
	background-image: url("../images/background_photo_01.jpg");
	background-repeat: no-repeat;
	height: 500px;
    background-position: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.patternTop{
	background-image: url("../images/download.png");
	background-repeat: repeat-x;
    height: 48px;
    z-index: 9;
    position: relative;
    top: 30px;
    bottom: 0;
}
.abtBgimg h4{
        color: #fff;
    /* text-transform: uppercase; */
    text-align: center;
    padding: 60px 0;
    font-size: 26px;
    margin: 0;
}

.roundCorners{
    z-index: 0;
    width: 140px;
    height: 140px;
    border-style: none;
    border-color: transparent;
    background-color: #00D691;
    border-radius: 100px;
    position: relative;
    float: left;
    margin: 40px 15px;
}
.abtBgimg p{
    width: 100%;
    font-size: 22px;
    color: #fff;
    padding: 5px 0;
    margin: 40px 0;
}
.roundCorners span{
    z-index: 0;
    width: 52px;
    height: 52px;
    border-style: none;
    border-color: transparent;
    background-color: #F9F9F9;
    border-radius: 100px;
    /* display: block; */
    position: absolute;
    left: 43px;
    top: 43px;

}
 /*about us start*/


  /*latest news start*/

 .latestNews{
 	background: #00d691;
 	width: 100%;
 	margin: 0 auto;
 	padding-bottom: 60px;
 }
 .latestNews .info h3{
	font-size: 36px;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
	color:#212122; 
}
.latestNews .info p{
	font-size: 16px;
	color: #212122;
	padding: 10px 0;
}
#portion3 .col-lg-4{
	padding: 0;
}
#portion3 h4{
font-weight:bold;}

   /*latest news end*/


/*audio player start*/

/* HTML5 Audio player with playlist styles */

.musicPlayer{
	background: #f9f9f9;
}
.example, .example2 {
    margin: auto 0;
    width: 100%;
}

.example ul li {
    background: #00d691;
    padding: 10px 15px;
    margin-bottom: 10px;

}

.example span {
color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    vertical-align: middle;

}
#portion4 a:hover{
    text-decoration: none;
}


.player {
    background: #00d691;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.title, .artist {
    font-family: verdana;
    left: 167px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: url(../images/playlist.png) no-repeat;
    cursor: pointer;
    height: 40px;
    left: 330px;
    position: absolute;
    top: 20px;
    width: 39px;
}
.pl:hover {
    top: 21px;
}
.cover {
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    left: 20px;
    position: absolute;
    top: 6px;
    width: 41px;
}
.controls {
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 65px;
    left: 122px;
	display:none;
}
.controls .play, .controls .pause {
    width: 60px;
    height: 60px;
    margin: 0 5px 0px 5px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd, .controls .stop {
   text-indent: -10000px;
    border: none;
    float: left;
}
.controls .rew, .controls .fwd, .controls .stop {
    width: 50px;
    height: 50px;
    margin: 5px 5px 5px 5px;
}
.controls .play {
    background: url(../images/play.png) no-repeat;
}
.controls .pause {
    background: url(../images/pause.png) no-repeat;
    display: none;
}
.controls .rew {
    background: url(../images/rewind.png) no-repeat;
}
.controls .fwd {
    background: url(../images/next.png) no-repeat;
}
.controls .stop {
    background: url(../images/stop.png) no-repeat;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 230px;
    position: absolute;
    top: 142px;
    width: 140px;
    display: none;
}
.mute  .volume-btn {
    background: url(../images/volume-off.png) no-repeat;
}
.volume-btn {
    background: url(../images/volume-up.png) no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    position: relative;
    top: -4px;
}
.volume-adjust {
    height: 11px;
    position: relative;
    width: 80%;
    background: #fff;
    float: right;
}
.volume-adjust  > div > div {
    height: 11px;
    background: #151B48;
}
.progressbar
{
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    right: 6.875em; /* 110 */
     height: 15px;
    left: 0px;
    position: absolute;
    width: 90%;
    top: 170px;
	display:none;
    margin: 0px 5%;
}
.novolume .progressbar
{
    right: 4.375em; /* 70 */
}
.progressbar div
{
    width: 0%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.bar-loaded
{
    background-color: #f1f1f1;
    z-index: 1;
}
.bar-played
{
    background: #151B48;
    z-index: 2;
}
.timeHolder {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    bottom: 10px;
    position: absolute;
    margin: 0px 5%;
    width: 90%;
	display:none;
}
.time-current, .time-duration, .time-separator {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.volume .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #161741;
    list-style-type: none;
    margin: -10px 0 0 2px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 95%;
    z-index: 1;
    margin: 0px auto;
}
.playlist li {
    color: #151B48;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li > a {
   color: #151B48;
   text-decoration: none; 
}
.playlist li.active {
    font-weight: bold;
}


/*audio player end*/


/*photos start */
.photosBg{
    width: 100%;
    margin: 0 auto;
    background: #212122;
}
.patternTop1{
    background-image: url("../images/download.png");
    background-repeat: repeat-x;
    height: 48px;
    z-index: 8;
    position: relative;
    top: 570px;
    bottom: 0;
}
.galleryImg .galry{
    float: left;
    padding: 10px 18px 30px 0;
}
.galleryImg .galry img{
    height: 150px;
    width: 215px;
}
#portion5 .owl-controlls .owl-page span{
background: #00d691 !important;}
/*photos end */

/*videos end */

.videoBg{
    background: #00d691;
    width: 100%;
    margin: 0 auto;
    padding-bottom:45px;
        padding-top: 30px;
}
.videoBg h3{
    color: #212122;
}

/*videos end */


/*contact start*/
.contactBg{
    background: #00D691;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.contactBg h3{
    color: #212122;
    font-size: 36px;
    font-weight: bold;
}
.fb{
    background: #212122 url("../images/fb1.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 15px;
}
.fb:hover{
    background: #fff url("../images/fb2.png");
}
.twet{
    background: #212122 url("../images/twitr1.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 15px;
}
.twet:hover{
    background: #fff url("../images/twitr2.png");

}
.Soundcloud{
    background: #212122 url("../images/sound2.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 15px;
}
.Soundcloud:hover{
    background: #fff url("../images/sound1.png");

}
.insta{
    background: #212122 url("../images/insta1.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 15px;
}

.insta:hover{
    background: #fff url("../images/insta2.png");
}
.youTube{
    background: #212122 url("../images/youtube2.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 15px;
}

.youTube:hover{
    background: #fff url("../images/youtube1.png");
}
.socialIcn span{
    float: left;
}
.contactForm{
    padding: 45px 0;
}
#portion7 span{
    font-size: 16px;
    line-height: 1.5;
}
/*contact end*/

/*footer start*/
.footercontainer{
    width: 100%;
    margin:0 auto;
    background:url("../images/footerbg.png") no-repeat;
    height: 165px;
    background-size: contain;
    margin-top: -65px;
}
.footerlogo{
    text-align: center;
    padding: 45px 0;
}
.footerlogo span{
    font-size: 22px;
    font-weight: bold;
    color: #00D691;
}
.footerlogo small{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
}
/*footer end*/



@media screen and (max-width: 767px){
    .roundCorners{
        margin: 0 auto;
		float:none;
    }
    .abtBgimg p{
        margin: 10px 0;
		    font-size: 14px;
			display:inline-block;
    }
	.djName h1{
	font-size:36px;}
	
	.djName span{
	font-size:18px;}
	
	.bannerMenu ul li a{
	font-size:14px;}
	
	.headerData{
	min-height:auto;}
	
	.info h3{
	font-size:24px;}
	
	.info p{
	font-size:14px;}
	
	.roundCorners {
    z-index: 0;
    width: 75px;
    height: 75px;}
	
	.roundCorners span{
	    width: 35px;
    height: 35px;
	    left: 21px;
    top: 19px;}
	
	.widallPage{
	text-align:center;}
	
	.latestNews .info h3{
	font-size:26px;}
	
	#portion3 .owl-controlls .owl-buttons .owl-next{
	display:none;}
	
	#portion4 .owl-controlls .owl-buttons .owl-next{
	  display:none;}
	
	.owl-controlls .owl-buttons .owl-next{
	display:none;}
	
	#portion6 .owl-controlls .owl-buttons .owl-next{
	display:none;}
	
	.volume {
    height: 11px;
    left: 132px;
    position: absolute;
    top: 198px;
    width: 140px;
	display:none;
}
.controls{
top:46px;}

.artist{
top:25px;}
.fb{
margin-right:5px;}
.twet{
margin-right:5px;}
.Soundcloud{
margin-right:5px;}

.youTube{
margin-right:5px;}

.owl-controlls .owl-buttons .owl-prev{
display:none;}

.headerData{
max-width:100%;}

	.galleryImg .galry{
	text-align:center;
	float:none;}
.videoBg{
padding-bottom:0;}

.footercontainer{
    height: auto;
    background: #212122;
}


}


@media screen and (max-width: 992px){
#mainMenu{
display:none;}

.patternTop1{
display:none;}

	#portion3 .owl-controlls .owl-buttons .owl-next{
	display:none;}
	
	#portion4 .owl-controlls .owl-buttons .owl-next{
	  display:none;}
	
	.owl-controlls .owl-buttons .owl-next{
	display:none;}
	
	#portion6 .owl-controlls .owl-buttons .owl-next{
	display:none;}

	.owl-controlls .owl-buttons .owl-prev{
	display:none;}

.footercontainer{
    height: auto;
    background: #212122;
}
.example span {
    display: inline-block;
    width: 75%;
}
}

@media screen and (max-width:992px) and (min-width:768px){
.roundCorners{
    margin: 10px 15px;}

.abtBgimg p{
font-size:16px;}

}