body {
	background: url(../images/banner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
}
body.inner-pages {
	background: url(../images/background-mobile.jpg) no-repeat;
	background-size: cover
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
::-webkit-scrollbar {
 width: 10px;
 cursor:pointer
}
/* Track */
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background: rgb(255,255,255);
 cursor:pointer;
}
/* Handle */
::-webkit-scrollbar-thumb {
 -webkit-border-radius: 20px;
 border-radius: 20px;
 background: #003060;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*header section starts*/
#header {
	display: inline-block;
	width: 100%;
	height: 44px;
	padding-top: 8px;
	background: url(../images/header-bg.png) left top no-repeat;
	background-size:cover;
}
#navigation {
	width: 84%;
	float: left;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}
#navigation li {
	display: inline-block;
}
#navigation ul {
	margin-left: 10%;
}
#navigation li a {
	color: #FFF;
	transition: all 1s ease-in-out 0s;
}
#navigation li a.active {
	color: #010f28;
	transition: all 1s ease-in-out 0s;
}
#navigation li span {
	color: #FFF;
	margin: 0 10px
}
#navigation li a:hover {
	color: #010f28;
}
.social_links {
	width: 12%;
	margin-right: 4%;
	float: right;
	text-align: right;
}
.social_links li {
	display: inline-block;
	margin-right: 3px;
}
.social_links li a {
	height: 22px;
	width: 22px;
	transition: all 0.5s ease-in-out 0s;
	display: block;
}
.social_links li a:hover {
	opacity: 0.5;
}
.social_links li a.facebook {
	background: url(../images/facebook.png) left top no-repeat;
}
.social_links li a.twitter {
	background: url(../images/twitter.png) left top no-repeat;
}
.social_links li a.google {
	background: url(../images/google+.png) left top no-repeat;
}
/*header section ends*/

/*content section starts*/
.container{ width:100%; max-width:1080px; margin:0 auto;}
.caption{ background:#19bd9b; color:#fff; padding:10px 0;}
.caption-content{ display:inline-block;}
.content-wrapper{ display:inline-block; width:100%; padding:50px 0 40px;}
.contact-page input, .contact-page select, .contact-page textarea{ width:70%; margin:10px 0; height:24px; padding:0 10px}
.contact-page select{ height:30px; width:74%;}
.contact-page textarea{ height:100px; width:70%;}
.contact-page form{ margin:20px 0 10px;}
.contact-page sup{ color:#ff0000; margin-left:10px}
.contact-page input[type="button"]{ width:26%; margin:10px 26%; height:30px; background:#2d3e50; cursor:pointer; color:#fff; border:none;}
.contact-page input[type="button"]:hover{ background:#19bd9b}
.content {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.profile_img {
	float: left;
	width: 30%;
	margin: 2px 0 20px 3%;
}
.profile_img img {
	border: 4px double #efefef;
}
.profile_about {
	float: right;
	width: 60%;
}
.page-title {
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #010f28;
	color: #010f28
}
.profile_about strong {
	color: #bd1313
}
.main_title {
	text-align: right;
}
.main_title p {
	background: rgba(65,67,70,0.5);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	padding: 10px 15px;
	border-radius: 7px;
	line-height: 20px;
	margin-top: 10px;
}
.biography_about .main_title p {
	background: none;
	color: #010f28;
	line-height: 28px;
}
.sec-img {
	float: left;
	width: 17%;
}
.sec-img img {
	width: 100%;
}
.sec {
	text-align: left;
	float: right;
	width: 80%;
}
.sec-abt {
	padding: 10px 20px;
	display: inline-block;
	border-bottom: 4px double #efefef;
	margin: 20px 0;
}
.sec-abt:last-child {
	border-bottom: none
}
.sec div {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	text-align: justify
}
.fav_box, .twitter_box {
	float: left;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #1a315b;
}
.fav_box {
	margin-right: 98px;
}
.media_content {
	margin-top: 25px;
}
.fav_innerbox, .twitter_innerbox {
	background: none repeat scroll 0 0 rgba(63, 94, 130, 0.8);
	color: #FFFFFF;
	font-size: 14px;
	margin-top: -4px;
	width: 100%;
	height: 90px;
}
.fav_innerbox li {
	display: inline-block;
	width: 94%;
	border-bottom: 1px solid #FFF;
	padding: 7px 3% !important;
}
.fav_innerbox li img {
	width: 45%;
	float: left;
}
.fav_content {
	width: 50%;
	float: right;
}
.fav_content span, .fav_content.twitter_content span {
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 12px;
}
.fav_content small {
	display: block;
	color: #fff;
	margin: 5px 0 10px;
}
.fav_content a.video, .fav_content a.music {
	background: #7a8b9c url(../images/videocam.png) 10px center no-repeat;
	width: 40%;
	padding-left: 35px;
	border-radius: 10px;
	line-height: 22px;
	display: block;
	margin-top: 5px;
	color: #FFF;
	font-size: 13px;
	transition: all 1s ease-in-out 0s;
}
.fav_content a.music {
	background: #7a8b9c url(../images/music_icon.png) 12px center no-repeat;
}
.fav_content a.video:hover {
	background: #1a315b url(../images/videocam.png) 9px center no-repeat;
}
.fav_content a.music:hover {
	background: #1a315b url(../images/music_icon.png) 11px center no-repeat;
}
.scrollbar {
	height: 200px;
	overflow-y: scroll;
	float: left;
	width: 100%;
}
.content_box {
	height: 200px;
}
.scrollbar1 {
	height: 250px;
	overflow-y: scroll;
	float: left;
	width: 100%;
}
.content_box1 {
	height: 75px;	
}
.right{ float:right; width:34%;}
.query input, .query select, .query textarea {
    margin: 15px 0 0;
    padding: 5px 10px;
    width: 94%;
	border:1px solid #ccc; border-radius:3px;
	background:#fbfbfb;
}
.query select{ width:100%;}
.query input[type="submit"]{ color:#fff; background:#19bd9b; width:100%; margin-bottom:21px;}
.query input[type="submit"]:hover{ background:#2d3e50; cursor:pointer;}

.twitter_innerbox {
	height: 75px;
}
.twitter_innerbox li {
	margin-top: 5px;
	border-bottom: 1px solid #FFF;
	display: inline-block;
	width: 92%;
	padding: 0 4%;
}
.twitter_box em {
	background: #1f1f1f url(../images/twitter_white.png) 15px center no-repeat;
	line-height: 30px;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	margin-top: -4px;
	opacity: 0.8;
	width: 86%;
	color: #fff;
	padding-left: 42px;
}
.fav_content.twitter_content {
	width: 63%;
	float: right;
}
.fav_content.twitter_content span i {
	background: url(../images/right_icon.png) 3px 8px no-repeat;
	height: 16px;
	width: 18px;
	background-size: 70%;
	display: inline-block;
}
.fav_content.twitter_content a {
	color: #fff;
	font-size: 10px;
	margin: 8px 0 5px;
	display: block;
}
.music_player {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.gallery-sec {
	text-align: left
}
.gallery-sec li {
	width: 194px;
	height: 200px;
	float: left;
	margin: 15px;
	overflow: hidden;
	border: 4px double #efefef;
}
.gallery-sec img {
	width: 100%;
	height: 100%;
}
/*content section ends*/

/*footer section starts*/
#footer {
	background: #003060;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #d2cdcd;
	transition: all 1s ease-in-out 0s;
}
#footer a:hover {
	color: #010f28;
}
.copyright {
	width: 70%;
	color: #d2cdcd;
	float: left;
}
.copyright1 {
	width: 100%;
	color: #d2cdcd;
	font-size: 15px;
	float: center;
}
.f_menu {
	width: 35%;
	text-align: center;
	float: left;
}
.sub-menu{ display:none; position:absolute; left:0; width:auto; background:#2d3e50; border:1px solid #2d3e50; z-index:2}
.sub-menu li{ margin:0; border-bottom:1px solid #fff; display:inline-block;}
.sub-menu li:last-child{ border-bottom:none;}

.f_menu ul {
	display: block;
}
.f_menu li {
	display: inline-block;
}
.designed {
	width: 28%;
	color: #d2cdcd;
	float: right;
	text-align: right
}
/*footer section ends*/
#mySidenav, .menu-link {
	display: none
}
div.jp-audio2{ width:100% !important}
span.jp-artist{ display:inline-block !important; width:100% !important}
div.jp-audio2{    width: 100% !important;
    text-align: left !important;}
div.jp-audio{ margin-bottom:20px !important}
.music-wrap div.jp-playlist li{ margin-left:25px !important}
.music-wrap h3{ text-align:center; margin:5px 0 10px}
.music-sec{    width: 200px;
    display: inline-block;
    text-align: center;
    background: #fff;
    height: 100px;
    border-radius: 10px;
    margin: 1.5rem 2.3rem;
    border: 1px solid #444;
    float: left;
    padding: 1.4rem 5px 0;}
.music-sec a{    padding-top: 2.2rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #006DF0;
	background:url(../images/play-button.png) top center no-repeat;
}

    }