@charset "utf-8";
/*********************************
2. Body and some general stuff
*********************************/
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}
.text-primary{color: #1b1b1b !important;;}
.text-finence{color:#00ff36 !important;;}
.text-mega{color:#111111;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #fd03ae;}
.bg-finence{background-color:#00ff36;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #E0E0E0;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}
.bg-info{background-color: #ccc;}
.bg-none{background-color: none;}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.44);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
.bg-overlay-music {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay-music::after {
    background-color: rgba(10, 12, 18, 0.8);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

body
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1b1b1b;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 300;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #ff3500;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:2px solid #fff;
	background-color:transparent;
	color:#fff;
	margin-top: 5px;
	
}
.btn:hover{
	color:#0084FF;
	border-color: #0084FF;
	background-color: #fff;
}
/*Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}
.header.scrolled
{
	background: rgba(0,0,0,0.8);
}
.header_content
{
	width: 100%;
	height: 86px;
}
.header.scrolled .header_content
{
	height: 70px;
}
.logo
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 33px;
	height: 51px;
	z-index: 1;
}
.logo a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: 900;
	color: #FFFFFF;
}
.logo a span
{
	font-weight: 100;
	margin-right: 5px;
}
.logo a img
{
	height: 40px;
	width:40;
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 40px;
}
.main_nav ul li a
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	font-variant-caps: all-petite-caps;
}
.main_nav ul li a:hover
{
	color: #008CFF;
}
.header_right
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 27px;
}

.search_form
{
	display: block;
	position: relative;
	width: 250px;
	margin-top: 1px;
	left: 114px;
}
.search_input
{
	width: 100%;
	height: 32px;
	padding-left: 18px;
	background: #f7f7f7;
	border: none;
	outline: none;
	border-radius: 16px;
}
.search_input::-webkit-input-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #2e3038 !important;
}
.search_input:-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #2e3038 !important;
}
.search_input::-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #2e3038 !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #2e3038 !important;
}
.search_input::input-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #2e3038 !important;
}
.search_button
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 42px;
	height: 32px;
	background-color: #005CFF;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
}



.social ul li:not(:first-child)
{
	margin-left: 4px;
}
.social ul li
{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 1px #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	border-color: #ff3000;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.social ul li a i
{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover a i
{
	color: #ff3000;
}
.hamburger
{
	display: none;
	margin-left: 20px;
	cursor: pointer;
}
.hamburger i
{
	font-size: 28px;
	color: #FFFFFF;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -90vh;
	width: 100%;
	height: 90vh;
	padding-top: 50px;
	background-color: #090B12;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	font-variant-caps: all-petite-caps;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
	margin-bottom: 20px;
}
.menu_nav_list li a
{
	position: relative;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.0;
	font-size: 10px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	font-variant-caps: all-petite-caps;
}
.menu_nav_list li a:hover
{
	color: #0557FF;
}
.menu_extra
{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}

/*********************************
5. Home
*********************************/

.home
{
	height: 450px;
}
.home_container
{
	position: absolute;
	top: 34.5%;
	left: 0;
	width: 100%;
}
.home_title
{
	margin-top: 2px;
}
.home_title h1
{
	font-size: 46px;
	color: #00A3FF;
	font-weight: 800;
	font-variant-caps: all-petite-caps;
}
.home_subtitle
{
	font-size: 23px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 8px;
	font-variant-caps: all-petite-caps;
}
.home_subtitle h4{
	font-weight:600;
}
.track
{
	max-height: 166px;
}
.track_home
{
	margin-top: 28px;
}
.home_button
{
	margin-top: 30px;
}
.track_info
{
	margin-top: 19px;
}
.track_info ul li a,
.track_info ul li
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.1;
}
.track_info ul li a:hover
{
	color: #ff3500;
}
.track_info ul li:not(:last-of-type)::after
{
	display: inline-block;
	content: '|';
	margin-left: 12px;
	margin-right: 12px;
}

.search_form2
{
	display: block;
	position: relative;
	width: 60%;
	margin-top: 1px;
}
.search_input2
{
	width: 100%;
	height: 32px;
	padding-left: 18px;
	background: #f7f7f7;
	border: 2px solid #006CFF ;
	outline: none;
	border-radius: 16px;
}
.search_input2::-webkit-input-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: bold;
	color: #0F151B !important;
}
.search_input2:-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: bold;
	color: #0F151B !important;
}
.search_input2::-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: bold;
	color: #0F151B !important;
} 
.search_input2:-ms-input-placeholder
{ 
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: bold;
	color: #0F151B !important;
}
.search_input2::input-placeholder
{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-style: bold;
	color: #0F151B !important;
}
.search_button2
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 62px;
	height: 32px;
	background-color: #006CFF;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
	font-size: 18px
}



#info-section{
	padding-top:30px;
	float:inherit;
	font-variant-caps: all-petite-caps;
	border-bottom:2px solid #00A3FF;
}
.btn-dwnld{
	padding:5px;
	border:2px solid #00A3FF;
	color:#00A3FF;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	background: transparent;
}
.btn-dwnld:hover{
	color:#fff;
	background-color: #00A3FF;
}
.btn-upld{
	padding:0.5rem 4rem;
	margin-bottom: 20px;
	border:2px solid #00A3FF;
	border-radius:30px;
	background-color: #00A3FF;
	color:#fff;
	font-weight: bold;
	text-transform: full-width;
	text-transform: uppercase;
	font-size: 14px;
}
.btn-upld:hover{
	color:#00A3FF;
	border-color:#00A3FF;
	background-color: transparent;
	font-size:14.5px;
	box-shadow: 0 0 10px #00A3FF;
}
.btn-frst:hover{
	border-color:#00A3FF;
	background-color: #00A3FF;
	color:#fff;
}
.btn-frst{
	color:#00A3FF;
	border:2px solid #00A3FF;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-transform: full-width;
	text-transform: uppercase;
	border-radius:10px;
	padding:0.5rem 4.2rem;	left: 10px;
}
.search-area {
	padding-bottom: 20px;
}
.search-area i{
	font-size: 23px;
	background-color: transparent;
	padding-right: 5px;
	color:white;
}
.search-area form{
	transition: all 3s ease-in-out;
}
.form-control{
	background:transparent;
	border: 2px solid #00A3FF;
	outline:none;
	margin-top:auto;
	margin-bottom:5px; 
	border-radius: 25px;
}
.form-control-search{
	background:transparent;
	border: 2px solid #fff;
	outline:none;
	border-radius: 5px;
	width:100%;
	margin-top:auto;
	margin-bottom:10px;
	padding: 10px;
	color: #fff
}
.form-control-upld{
	background:transparent;
	border: 2px solid #00A3FF;
	outline:none;
	margin-top:20px;
	margin-bottom:10px; 
	border-radius: 25px;
	width:100%;
}
.form-control-vrfy{
	background:transparent;
	border: 2px solid #fff;
	outline:none;
	margin-top:20px;
	margin-bottom:10px; 
	border-radius: 5px;
	width:50%;
	height: 35px;
	color: #fff;
}

/*-------------------------------------
        8. Packages 
--------------------------------------*/
.packages{
    padding:20px 0 10px;
}
.packages-content{
    margin-top:25px;
}
/*single-package-item */
.single-package-item{
    margin-bottom: 30px;
    padding-bottom: 20px;
	border-radius: none;
    box-shadow: 0 0 5px #fff;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-package-item-txt{
    padding: 0 25px;
}
.single-package-item img {
    width: 100%;
}
.single-package-item h3{
    position: relative;
    font-size: 20px;
    color: #565a5c;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0;
}
.single-package-item h3:after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}
.packages-review p{
    color: #fff;
    font-size: 16px;
	line-height: 1;
	padding-bottom: 10px;
}
.packages-review p i{
    color: #fff;
    font-size: 16px;
}
.packages-review span{
    font-size: 14px;
    color: #aaa;
    text-transform: capitalize;
}
.about-view.packages-btn{
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;

}
.about-view.packages-btn:hover{
    box-shadow: 0 5px 20px rgba(14,15,18,.3);
}
.single-package-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}


.upload-form-section{
	padding-top: 60px;
}

/*-------------------------------------
        11. Blog
--------------------------------------*/
.blog{
    padding: 25px 0 92px;
}
/*blog-content*/
.blog-content {
    margin-top: 26px;
}
.blog-content .thumbnail {
    background:#B3B3B3;
    border:transparent;
    margin-bottom:30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.thumbnail h2{
    padding: 15px 0 15px 10px;
    color:#0F0F0F;
    font-size:20px;
	font-variant-caps: all-petite-caps;
	font-weight: bold;
}
.thumbnail span{
    color:#2F2F2F;
    font-size:14px;
    font-weight: normal;
    padding-left: 1px;
    font-family: 'Poppins', sans-serif;
}

/*.thumbnail-img*/
.thumbnail-img{position:relative;}

.blog-content .thumbnail .thumbnail-img  img{
    max-width: 100%;
}
.thumbnail-img-overlay{
    position:absolute;
    top:0;
    left:-4px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*.caption*/
.blog-content .caption {
    background:#fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content  .caption {
    border:transparent;
    
}
.blog-txt {
    margin-top:0px;
    margin-left:12px;
}
.blog-content .caption .blog-txt  h3 a{
    color:#FF2226;
    font-size:13px;
    font-weight:700;
    font-family: 'Poppins', sans-serif;
    margin-top:15px;
    padding-bottom: 3px;
    line-height: 1;
	text-transform: capitalize;
}
.blog-content .caption .blog-txt p{
    color:#aaaaaa;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    min-height: 105px
}
.blog-content .caption .blog-txt a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	font-weight: bold;
    color: #0084FF;
    padding-bottom: 12px;
}/*.caption*/

.packages-para{
    padding:17px 0 0;
    text-transform: capitalize;
}
.packages-para p{
    font-size: 14px;
    color: #1D1D1D;
    font-family: 'Poppins', sans-serif;
    margin-bottom:15px;padding-left: 10px
}
.packages-para p span{
    display: inline-block;
    width: 150px;
}


/* === section services === */

section#services h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section#services p {
	margin:10px;
}


section#services .service-box {
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section#services .span3:hover {
	background:#e3e3e3;
}

section#services .service-box h2 {
	color: #f7f7f7;
	font-weight: 700;
}
.social_share{
	padding: 10px;
	font-size:14px;
}
.social_share a{
	text-transform: capitalize;
	font-weight: bold;
}
.social_share a i{
	font-size:22px;
	padding:5px;
}
.social_links, .social_links a{
	padding-top:10px;
}



.music_section_artwork img{
	border-radius:3px;
	width: 160px;
	height:160px;
	margin: 0 auto;
	padding-bottom: 10px
	/*margin-left:40px;
	margin-top:10px;
	margin-bottom:10px;*/
}
.music_section_content{
	padding-bottom: 20px;
	margin-top: 5px;
	background-color: #262626;border-radius: 15px;
}
.music_section_content audio{
	margin:0 auto;
}
.music_section_content a{
	margin:0 auto;
}
.music_section_content h4{
	padding-top: 1px;
	font-weight:bold;
}
.music_section_content h5{
	padding-top: 10px;
}

.music_section_content h6{
	padding-bottom: 5px;
	padding-top: 1px;
	font-style: italic;
	font-variant-caps: all-petite-caps;
	font-weight: 500;
}
#music_section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.music_section_header{
	padding-bottom:20px;
}

#freestyle_section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.video-artwork{
	height: 360px;
	width: 640px;
	border-radius: 5px;
}
.row_video{
	margin: 0 auto;
}
.video-content{
	margin: 10px;
	
}
.youtube-link{
	margin-bottom: 10px;
	font-weight: bold;
}
.search_form_container {
	margin: 10px;
}
.share_social a{
	top:10px;
	width: 45px;
	height: 45px;
	border: solid 1px #fff;
	box-shadow: 0 0 1px 0px #FFFFFF inset, 0 0 1px 0px #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin:3px;
	padding: 15px;
	
}
.share_social a:hover{
	box-shadow: 0 0 1px 0px #00A3FF inset, 0 0 1px 0px #00A3FF;
	color: #00A3FF;
	border-color:#00A3FF;
	background-color: transparent;
}
.share_social a i{
	font-size: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/*********************************
7. Blog
*********************************/

.blog
{
	padding-top: 40px;
	padding-bottom: 106px;
	border-top: 2px solid #0064FF;
}
.blog_posts{
	background-color: transparent;
	box-shadow: 0 0 10px #fff;
}
.blog_post
{
	margin-bottom: 20px;
	width:100%;
}
.blog_post_image
{
	width: 42.5%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;margin: 20px
}
.blog_post_content
{
	width: 57.5%;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-left: 10px;
	margin-top: 30px;
}
.blog_post_date
{
	position: absolute;
	left: -6px;
	top: -9px;
	width: 151px;
	height: 42px;
	background: #0064FF;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
.blog_post_date a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}
.blog_post_title
{
	margin-top: -4px;
}
.blog_post_title a
{
	font-size: 24px;
	font-weight: 500;
	color:#fff;
	line-height: 1.0;
}
.blog_post_author
{
	margin-top: 5px;
	color:#D7D7D7;
	font-variant-caps: all-petite-caps
}
.blog_post_author,
.blog_post_author
{
	font-size: 14px;
	font-weight: 300;
}
.blog_post_title a:hover,
.blog_post_author a:hover
{
	color: #0064FF;
}
.blog_post_text
{
	margin-top: 18px;
	color:#fff;
}
.blog_post_link
{
	margin-top: 13px;
	margin-bottom: 13px;
}
/*********************************
6. Sidebar
*********************************/

.sidebar
{
	width: 100%;
	margin-top: -3px;
	z-index: 1;
}
.sidebar_title
{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

.sidebar_list
{
	margin-top: 36px;
}
.sidebar_list ul
{
	margin-top: 19px;
}
.sidebar_list ul li
{
	margin-bottom: 3px;
	border-bottom: 2px solid #fff;
	text-align: right;
	padding: 5px;
	transition: all 0.8s ease-in-out
}
.sidebar_list ul li:hover
{
	background-color: #0064FF;
}
.sidebar_list ul li a
{
	font-size: 16px;
	font-weight: bold;
	font-variant-caps: all-petite-caps;
	color: #fff;
}
.footer
{
	display: block;
	background-color:#C8C7C7;
	padding-top: 1px;
	padding-bottom: 1px;
}
.footer_social_row
{
	margin-top: 10px;
}
.footer p{
	color: #1f1f1f;
	font-weight: bold;
	font-variant-caps: all-petite-caps;
}
.footer_social ul li
{
	width: 45px;
	height: 45px;
	border: solid 2px #1F1F1F;
	box-shadow: 0 0 1px 0px #FFFFFF inset, 0 0 1px 0px #FFFFFF;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:not(:last-of-type)
{
	margin-right: 7px;
}
.footer_social ul li a
{
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer_social ul li a i
{
	font-size: 18px;
	color: #1F1F1F;
	line-height: 43px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover
{
	border-color: #00A3FF;
	box-shadow: 0 0 1px 0px #00A3FF inset, 0 0 1px 0px #00A3FF;
}
.footer_social ul li:hover a i
{
	color: #00A3FF;
}