/*===============================================
Default css
===============================================*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*a:link {*/
/*  color: #52DFFF;*/
/*}*/

/* visited link */
a:visited {
  color: #52DFFF;
}

/* mouse over link */
a:hover {
  color: #02A3C7;
}

/* selected link */
a:active {
  color: blue;
}


a {
	margin: 0;
	text-decoration: none;
	color: #52DFFF;
}

a:hover {
	text-decoration: none;
}


input[type=radio] {
    border: 0px;
    width: 25%;
    height: 1.5em;
}



img {
	width: 100%;
}

h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
}

button:focus {
	outline: 0;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.section_heading {
	margin-bottom: 25px;
}

.section_heading h2 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 4px;
}

.section_heading p {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}

.section_padding {
	padding: 50px 0;
}

.btn_sty_1 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #000 !important;
	display: block;
	text-transform: uppercase;
	max-width: 150px;
	line-height: 47px;
	height: 47px;
	background: #55DDFF;
	border-radius: 28px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn_sty_1:hover {
	color: #000;
	background: #55DDFFCF;
}


.btn_clr_1 {
	font-size: 14px;

	font-weight: 400;
	line-height: 10px;
	color: #fff !important;
	max-width: 250px;
	border: 1px solid #666;
padding:10px;
	background: #000;
	border-radius: 28px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn_clr_1:hover {
	color: #000;
	background: #55DDFFCF;
}


.btn_pay_1 {
	font-size: 14px;

	font-weight: 400;
	line-height: 10px;
	color: #fff !important;
	max-width: 250px;
	border: 1px solid #666;
padding:10px;
	background: #F6C557;
	border-radius: 28px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn_pay_1:hover {
	color: #fff;
	background: #C6931F;
}



.reg_card_btn .btn_sty_1, .sh_contactUs_btn .btn_sty_1 {
    margin: 0 auto;
    font-size: 12px;
    color: #fff !important;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 135px;
    border: 1px solid #fff;
    height: 38px;
    line-height: 37px;
}
/*=================================================================
				Start Main css
=================================================================*/

/* Real section css  */
.all_reel_video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.real_car .single_real_video {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32.7%;
	flex: 0 0 32.7%;
	max-width: 100%;
}

.real_car .owl-nav button, .sh_prf_body_photo_carousel button {
	position: absolute;
	top: 37%;
	color: #000 !important;
	background: #FFF !important;
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	outline: 0 !important;
}

.single_real_video{
    max-width:100%;
}
.single_real_video iframe {
	width: 100%;
	/*! min-height: 210px; */
}

.play:hover {
	color: #5df;
}

.video {
	border-radius: 5px;
	overflow: hidden;
}


.switch {
	border-radius: 5px;
	background: #282828 !important;
	overflow: hidden;
		color: #fff !important;
	border:none;
	font-size: 21px;
	margin-left:5px;
	padding:2px 10px !important;;

}

.all_h3 h3 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}

.all_h3 h3 a {
	color: #55DDFF;
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
}

/* owl css */
.trannding_arties .carousel-wrap {
	position: relative;
}

/* To disable arrows on first and last slide */
.trannding_arties .disabled {
	display: none;
}

/* fix blank or flashing items on carousel */
.trannding_arties .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

/* end fix */
.trannding_arties .owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.trannding_arties .owl-nav i,
.sh_prf_body_photo_carousel .owl-nav i {
	font-size: 32px;
}

.trannding_arties .owl-nav .owl-prev,
.sh_prf_body_photo_carousel .owl-prev {
	left: -30px;
}

.trannding_arties .owl-nav .owl-next,
.sh_prf_body_photo_carousel .owl-next {
	right: -30px;
	color:#fff;
}


.film_img{
	height: 205px !important;
	
}
.film_img img {
    border-radius: 7px;
    vertical-align: text-top;
    height: 100%;
    width:100%;
    -o-object-fit: cover;
       object-fit: cover;
       
}


.known_for_img {
	height: 205px !important;
	
}
.known_for_img  img {
    border-radius: 7px;
    vertical-align: text-top;
    height: 100%;
    width:100%;
    -o-object-fit: cover;
       object-fit: cover;
       
}



/* owl css */
.filmcitytabs .carousel-wrap {
	position: relative;
}

/* To disable arrows on first and last slide */
.filmcitytabs .disabled {
	display: none;
}

/* fix blank or flashing items on carousel */
.filmcitytabs .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

/* end fix */
.filmcitytabs .owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.filmcitytabs .owl-nav i,
.sh_prf_body_photo_carousel .owl-nav i {
	font-size: 32px;
}

.filmcitytabs .owl-nav .owl-prev,
.sh_prf_body_photo_carousel .owl-prev {
	left: -30px;
}

.filmcitytabs .owl-nav .owl-next,
.sh_prf_body_photo_carousel .owl-next {
	right: -30px;
	color:#fff;
}





.item {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	overflow: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.item h3 a {
	margin-left: 0;
}

.item h3 {
	margin: 0;
	padding: 12px 0;
}

.item_sub {
	padding: 5px 15px;
	text-align: center;
	background: #282828;
	border-radius: 0 0 7px 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.item:hover .item_sub {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.item:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.trannding_arties .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding: 50px 0;
	margin-top: -50px;
	margin-bottom: -50px;
}


.the_things_testimonial_area .owl-nav button,
.trannding_arties .owl-nav button {
	position: absolute;
	top: 42%;
	color: #000 !important;
	background: #FFF !important;
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	outline: 0 !important;
}

.the_things_testimonial_area .owl-nav button i,
.trannding_arties .owl-nav button i {
	font-size: 33px !important;
}

.the_things_testimonial_area .owl-nav,
.trannding_arties .owl-nav {
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.trannding_arties .owl-dots {
	display: none !important;
}

/* flim video  */


.filmcitytabs .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	padding: 50px 0;
	margin-top: -50px;
	margin-bottom: -50px;
}


.the_things_testimonial_area .owl-nav button,
.filmcitytabs .owl-nav button {
	position: absolute;
	margin-left:25px;
	margin-right:25px;
	
	top: 42%;
	color: #000 !important;
	background: #FFF !important;
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	outline: 0 !important;
}

.the_things_testimonial_area .owl-nav button i,
.filmcitytabs .owl-nav button i {
	font-size: 32px !important;

}

.the_things_testimonial_area .owl-nav,
.filmcitytabs .owl-nav {
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.filmcitytabs .owl-dots {
	display: none !important;
}






.flim_video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flim_single {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
	background: #282828;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;

	overflow: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.flim_img img {
	width: 100%;
}

.flim_video {
	position: relative;
}

.flim_sub.all_h3 h3 {
	margin-top: 0;
	background: #282828;
	padding: 15px 0;
}

.flim_single:hover {
	transform: scale(1.125);
	-webkit-transform: scale(1.125);
	-moz-transform: scale(1.125);
	-ms-transform: scale(1.125);
	-o-transform: scale(1.125);
	box-shadow: 5px 10px #888888:
}

.view_all {
	position: absolute;
	right: 0;
	padding-right:15px;
	float:right;
	top: -40px;
}

.view_all a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFF;
}

x .flim_sub.all_h3 a {
	color: #B8B8B8;
}

.flim_single:hover .flim_sub.all_h3 a {
	color: #55DDFF;
}


/* ================================/  sh Code Start   /==================================*/

/*====================/ Headear area /====================*/
.header_area {
	padding: 25px 0;
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 99999;
	top: 0;
}

.header_main_menu_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.logo {
	max-width: 230px;
	width: 100%;
	height: auto;
}

.logo a {
	display: inline-block;
}

.logo img {
	max-width: 220px;
	width: 100%;
	height: auto;
}


.primary_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primary_menu>ul>li:not(:last-child) {
	margin-right: 20px;
}

.primary_menu ul li a {
	color: #B8B8B8;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding:23px 0;
}

.primary_menu ul li a:hover,
.primary_menu ul li a.active {
	color: #fff;
}

.primary_menu ul li a.active {
	font-weight: 700;
}


/* humbar men */

.nav-button {
	position: relative;
	z-index: 1111;
	border: solid 1px transparent;
	height: 42px;
	display: block;
	width: 50px;
	padding: 12px;
	cursor: pointer;
}

.nav-button #nav-icon3 {
	width: 26px;
	height: 20px;
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-button #nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.nav-button #nav-icon3 span:nth-child(1) {
	top: 0
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 7px
}

.nav-button #nav-icon3 span:nth-child(4) {
	top: 15px
}

.nav-open #nav-icon3 span:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%
}

.navbar {
	padding-top: 0;
}


/*===============/ banner_area /===============*/
.banner_area {
	margin-top: 75px;
	margin-bottom: 0px;
	
}

.home_banner_area {
	color: #fff;

	/* background: url('../images/banner_bg.png')no-repeat scroll 0 0 / cover; */
}

.banner_content {
width: 100%;
padding: 55px 5px 50px 5px;
}


.banner_content2 {
width: 100%;
}


.banner_content h1 {

	width: 100%;
}

.banner_content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;

	width: 100%;
	margin-top: 15px;
}

.banner_content .button {
	margin-top: 15px;
}


/* ===============/newwst_Member /===============*/
.newest_members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
}

.single_newest_member {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 7px;
}

.single_newest_member img {
	border-radius: 7px;
}

/* The thing you say */
.sh_things_single_testimonial {
	color: #fff;
	background: #282828;
	padding: 40px;
	text-align: center;
}

.sh_things_single_testimonial p {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #fff;
}

.sh_thing_testi_text,
.sh_thing_testi_member_status {
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

.sh_thing_testi_member_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sh_thing_member_img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #888888;
	margin-right: 10px;
}

.sh_thing_member_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.sh_thing_user_name h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 24px;
}

.sh_thing_user_name p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.the_things_testimonial_area .owl-nav button {
	top: 30%;
}

.the_things_testimonial .owl-nav button.owl-prev {
	left: 145px;
}

.the_things_testimonial .owl-nav button.owl-next {
	right: 145px;
}

/* ===============/ Most viewed Profile /=============== */
.sh_most_viewed_profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
	color: #fff;
	border-radius: 7px;
}

.sh_viewed_porfile_items {
	width: 100%;
}

.sh_viewed_profile_img {
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}

.sh_viewed_profile_content {
	padding: 10px 25px;
	text-align: center;
	background: #282828;
	border-radius: 0 0 7px 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_viewed_profile_content:hover {
	background: #484848;
}

.sh_viewed_profile_content h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.sh_viewed_profile_content a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_viewed_profile_content a:hover {
	color: #55DDFF;
}

.sh_viewed_profile_content img {
	width: 18px;
	height: 18px;
}



/*====================/ Start Footer Area Style /====================*/
.footer_area {
	padding: 50px 0;
}

.footer_soical_share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_soical_share ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_soical_share ul li:not(:last-child) {
	margin-right: 5px;
}

.footer_soical_share ul li a {
	padding: 8px 10px;
	display: inline-block;
}

.footer_soical_share ul li a i {
	font-size: 18px;
	color: #B8B8B8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer_soical_share ul li a:hover i {
	color: #fff;
}

.footer_copyright p {
	color: #B8B8B8;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	font-size: 12px;
}

.footer_copyright p a {
	color: #B8B8B8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer_copyright p a:hover {
	color: #fff;
}

/*====================/ End Footer Area Style /====================*/



/* ================================/  Start vShowcards  style /==================================*/

.vshowcard_banner_area {
	background: url('../images/banner2_bg.png')no-repeat scroll 0 0 / cover;
}

/* succesful actor area css */
.sh_succesfull_actor {}

.sh_actor_image {}

.sh_actor_image img {
	width: 95%;
	border-radius: 7px;
}

.sh_actor_right_con {
	margin-left: 10%;
}

.sh_actor_right_con p {
	color: #B8B8B8;
	margin-bottom: 15px;
}

/* End succesful actor area css */

/* vShowcard about items */
.sh_vShowcard_about_items {
	text-align: center;
}

.sh_vshowcard_about_img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #f3f3f3;
	text-align: center;
	margin: 0 auto;
}

.sh_vshowcard_about_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.shvshowcard_about_content {
	color: #fff;
	padding: 25px;
}

.shvshowcard_about_content h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.shvshowcard_about_content p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 15px;
	color: #B8B8B8;
}


/* linke Your online Profile */
.sh_vSh_like_online_profiel {
	position: relative;
}

.sh_like_online_prf_content {
	color: #fff;
	background: #282828;
	border-radius: 0 7px 7px 0;
}

.sh_like_online_prf_content:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1000%;
	height: 100%;
	background: #282828;
	z-index: -1;
	border-radius: 0 7px 7px 0;
}

.sh_like_online_prf_content h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 25px;
}

.sh_vshow_online_prf_img {
	border-radius: 7px;
}

.sh_vshow_online_prf_img img {
	border-radius: 7px;
}

/* owl-dots */
.sh_online_profile_carousel .owl-dots {
	position: absolute;
	left: -170px;
	bottom: 15px;
}

.sh_online_profile_carousel .owl-dots button:focus {
	outline: 0;
	border: 0;
}

.sh_online_profile_carousel .owl-dots .owl-dot span {
	background: #484848 !important;
}

.sh_online_profile_carousel .owl-dots .owl-dot.active span,
.sh_online_profile_carousel .owl-dots .owl-dot:hover span {
	background: #55DDFF !important;
}


/* vshowcard hero area */
.sh_vshow_hero_area {
	background: #282828;
	padding: 40px 0;
}

.sh_vshow_hero_text p {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	margin-right: 30px;
}

/* ================================/  End vShowcards  style /==================================*/


/*===========================/ Start Search page style /===========================*/

.sh_page_title_bar {
	margin-top: 75px;
	padding-top: 30px;
	padding-bottom: 50px;
	
}

.page_titlebar {
	margin-top: 75px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.sh_page_title_content {
	color: #fff;
}

.sh_page_title_content p {
	max-width: 785px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 25px;
	color: #B8B8B8;
}

.sh_serch_form {
	margin-top: 36px;
}

/* custom select box */
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 40px;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #282828;
	padding: 8px 15px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #B8B8B8 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.select-styled:hover {
	background-color: #4a4a4ae3;
}

.select-styled:active,
.select-styled.active {
	background-color: #282828;
}

.select-styled:active:after,
.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #B8B8B8 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #282828;
	border-radius: 0 0 3px 3px;
}

.select-options li {
	margin: 0;
	padding: 10px 0;
	text-indent: 15px;
	border-top: 1px solid #333232;
	background: #282828;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	font-size: 14px;
}

.select-options li:last-child {
	border-radius: 0 03px 3px;
}

.select-options li:hover {
	color: #fff;
	background: #403e3e;
}

.select-options li[rel="hide"] {
	display: none;
}

/* global form */
form label {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

form input,
select {
	height: 40px;
	line-height: 30px;
	padding: 10px;
	outline: 0;
	border: 0 !important;
	color: #ccc !important;
	border-radius: 3px;
	background: #282828 !important;
	width: 100%;
	font-size: 14px;
}

.form-group {
	margin-bottom: 25px;
}

.sh_search {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

::placeholder {
	color: #fff;
}

.sh_search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #282828;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.sh_search button:focus {
	outline: 0;
}

.sh_search button i {
	color: #B8B8B8;
	font-size: 20px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* Search Main body  */
.sh_search_main_body {
	margin-left: 50px;
}

.sh_number_of_page {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.sh_page_number p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #B8B8B8;
}

.sh_resent_seen_select {
	max-width: 175px;
	width: 100%;
}

.sh_resent_seen_select .form-group {
	margin-bottom: 0px;
}

/* search artist items */
.sh_artist_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 7px;
	-moz-column-gap: 7px;
	column-gap: 7px;
}

.sh_artist_single_items {
	width: 100%;
	margin-bottom:15px;
	border-radius: 7px 7px 0 0;
}



.sh_artist_content {
	text-align: center;
	padding: 10px 0;
	background: #282828;
	border-radius: 0 0 7px 7px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_artist_single_items:hover .sh_artist_content {
	background: #484848;
}

.sh_artist_single_items {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_artist_single_items:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


/* double range */
.double_range {
	margin-bottom: 53px
}

.irs--round .irs-bar {
	background-color: #00C2C0;
}

.irs--round {
	height: 40px;
	width: 55%;
	margin: 0 auto;
}

.irs--round .irs-handle {
	background-color: #00C2C0;
	border-color: #00C2C0;
	box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #00C2C0;
}

.irs--round .irs-handle {
	width: 16px;
	height: 16px;
	top: 29px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: transparent;
	color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
	display: none;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background-color: #55DDFF;
}

.irs--round .irs-line {
	background-color: #484848;
}

.double_range input[type="text"].from,
.double_range input[type="text"].to {
	position: absolute;
	bottom: -16px;
	width: 45px;
	height: 40px;
	text-align: center;
}

.double_range input[type="text"].from {
	left: 0;
}

.double_range input[type="text"].to {
	right: 0;
}

.sh_min_max_value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6px;
}

/* RANGE */
/* #slider { width: 350px; } */
.ui-slider-horizontal {
	height: 4px;
	background: #484848;
	border: 1px solid #484848;
}

.ui-slider .ui-slider-handle {
	width: 15px;
	height: 15px;
	cursor: default;
	border-radius: 50%;
	background: #55DDFF;
	border: 1px solid #55DDFF;
	outline: unset;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: -1px;
	height: 4px;
	background: #55DDFF;
	border: 1px solid #55DDFF;
}

p#result {
	margin-top: 8px;
}

P#result span.max1 span {
	display: none;
}

/* checkbox */
.cus_form_check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cus_form_check input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.cus_form_check label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}

.form-check {
	padding-left: 0;
}

.cus_form_check label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #B8B8B8;
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 3px;
}

.cus_form_check input:checked+label:before {
	background: #55DDFF;
	border-color: #55DDFF;
}

.cus_form_check input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 8px;
	height: 14px;
	border: solid #282828;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sh_detail {
	display: inline-block;
	float: right;
	width: 58px;
	color: #fff;
	position: relative;
	margin-left: 20px;
}

.sh_detail p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.sh_detail:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #B8B8B8 transparent transparent transparent;
	position: absolute;
	top: 7px;
	right: 7px;
}

.sh_detail:hover>p,
.sh_detail:hover:after {
	color: #55DDFF;
	border-color: #55DDFF transparent transparent transparent;
}

.sh_werning_messages {
	position: absolute;
	top: 22px;
	width: 270px;
	height: auto;
	background: #686868;
	border-radius: 3px;
	padding: 10px;
	z-index: 255;
	display: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_werning_messages p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.sh_detail:hover .sh_werning_messages {
	display: block;
}

.search_btn {
	padding: 12px 25px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 28px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	margin-top: 15px;
	font-weight: 500;
}

.search_btn:focus {
	outline: 0;
}

.search_btn:hover {
	background: #55DDFF;
	color: #000;
	border-color: #55DDFF;
}


/*===========================/ End Search page style /===========================*/







.containertop {
  position: relative;
  padding:45px 35px 0px 35px;
  background: url('https://www.vshowcards.com/assets/images/vec-booktop.png')no-repeat;
 
}

.containerbtm {
  position: relative;
  padding:25px;
  background: url('https://www.vshowcards.com/assets/images/vec-bookbtm.png')no-repeat 100% 100%;

  min-height:63px;
}

.book {
    background: #282828;
    padding:0px;
    margin:10px;
}

.bottom-left {
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-size:12px;
  color:#000 !important;
  background: #55ddff;
  min-width:120px;
  padding:2px 2px 2px 10px;
}

.top-right {
  position: absolute;
  top: 12px;
  right: 0px;
  color:#fff !important;
  padding:2px;
}


svg {
  fill: currentColor;
  height: auto;
  max-width: 66vmin;
  transform-origin: center;
  width: 86%;
}









/*===========================/ Start Register page style /===========================*/
.sh_performer_area {}

.sh_performer_headding {
	color: #fff;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #484848;
}

.sh_performer_headding h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.sh_performer_headding p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #B8B8B8;
}

/* card */
.sh_performer_register_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.sh_reighster_card_items {
	margin-top: 25px;
	padding: 20px 25px;
	background: #181818;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.sh_reighster_card_items:hover {
	background: #282828;
}

.sh_reighster_card_items:hover .sh_reg_spacial_design {
	background: #fff;
}

/* spacial card left top */
.sh_reg_spacial_design {
	position: absolute;
	top: -43px;
	left: -32px;
	width: 80px;
	height: 100px;
	background: #B8B8B8;
	color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_reg_spacial_design h1 {
	color: #000;
	position: absolute;
	right: 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 29px;
	font-size: 42px;
	left: 20px;
}

.sh_reg_spacial_design sup {
	position: absolute;
	top: 18px;
	left: 36px;
	font-weight: 400;
	font-size: 23px;
}

.sh_reg_spacial_design>p {
	right: -30px;
	font-size: 12px;
	font-weight: 300;
	line-height: 28px;
	color: #000000;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 35px;
}

.sh_reighster_card_items h4 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
}

.sh_reighster_card_items h2 {
	color: #55DDFF;
	font-size: 42px;
	line-height: 56px;
	font-weight: 400;
	margin: 10px 0;
}

.sh_reighster_card_items h2 sub {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.sh_reighster_card_items>p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	height: 40px;
	margin-bottom: 25px;
}

.sh_reighster_card_items p span {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	color: #B8B8B8;
}

.sh_reighster_card_items ul {
	padding-top: 20px;
	border-top: 1px solid #484848;
	margin-bottom: 25px;
}

.sh_reighster_card_items ul li {
	color: #B8B8B8;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	max-width: 150px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 10px;
}

.sh_reighster_card_items ul li i {
	color: #55DDFF;
	font-size: 16px;
	margin-right: 8px;
}

.reg_card_btn .btn_sty_1,
.sh_contactUs_btn .btn_sty_1 {
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	background: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	max-width: 110px;
	border: 1px solid #fff;
	height: 38px;
	line-height: 37px;
}

.reg_card_btn .btn_sty_1:hover,
.sh_contactUs_btn .btn_sty_1:hover {
	background: #55DDFF;
	color: #000;
	border-color: #55DDFF;
}

/*===========================/ End Register page style /===========================*/




/*===========================/ Start Contact page style /===========================*/
.sh_contact_us_form {
	padding: 28px 70px;
	background: #181818;
	border-radius: 3px;
}

.sh_contact_us_form input,
.sh_contact_us_form textarea {
	border: 1px solid transparent;
}

.sh_contact_us_form input:focus,
.sh_contact_us_form textarea:focus {
	border-color: #55DDFF;
}

.sh_contact_us_form textarea {
	height: 100px;
	border-radius: 3px;
	background: #282828;
}

.sh_contact_us_form textarea:focus {
	background: #282828;
	color: #fff;
	outline: unset;
	box-shadow: none;
}

.form-group.sh_contactUs_btn {
	text-align: right;
	display: block;
	overflow: hidden;
}

.sh_contactUs_btn .btn_sty_1 {
	width: 100%;
	cursor: pointer;
	float: right;
}

.sh_contactUs_emaiL-content {
	padding-bottom: 50px;
	border-bottom: 1px solid #707070;
}

.sh_contactUs_emaiL-content h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
}

.sh_contact_mail {
	margin-top: 25px;
}

.sh_contact_mail h4,
.sh_contact_mail p a,
.sh_contactUs_address h4,
.sh_contactUs_address p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}

.sh_contact_mail p a {
	color: #55DDFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_contact_mail p a:hover {
	color: #55ddffbf;
}

.sh_contactUs_address {
	margin-top: 30px;
}

.sh_contactUs_address p {
	color: #B2B2B2;
	margin-top: 5px;
}

/*===========================/ End Contact page style /===========================*/
/*===========================/ Start Confimation page style /===========================*/
.sh_confirmation_header {
	height: 130px;
	line-height: 130px;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
}

.header_logo {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.header_logo a {
	display: inline-block;
	text-align: center;
}

.header_logo a img {
	width: 100%;
	height: auto;
}

.sh_confiramation_main_container {
	background: #282828;
	width: 100%;
	height: calc(100vh);
	padding-top: 130px;
}

.sh_user_modification_confirmation {
	text-align: center;
}

.sh_user_emial_img {
	width: 150px;
	height: 150px;
	margin: 70px auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 50px;
}

.sh_user_emial_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sh_user_modification_confirmation h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

.sh_confirmation_back_btn {
	margin-top: 50px;
}

.sh_confirmation_back_btn .sh_back_btn {
	font-size: 14px;
	font-weight: 700;
	padding: 0 42px;
	background: #55DDFF;
	border-radius: 24px;
	display: inline-block;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #55DDFF;
	transition: 0.3s;
}

.sh_confirmation_back_btn .sh_back_btn:hover {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

/*===========================/ Start Confimation page style /===========================*/

/* all Moda  */
/* register modal */
.modal-dialog {
	max-width: 540px;
	margin: 92px auto;
	margin: 92px auto;
	margin: 5.75rem auto;
}

.modal-content {
	border-radius: 17px;
}

/* modal headding */
.modal-header {
	padding-top: 60px;
	position: relative;
	border-bottom: 0;
	padding-bottom: 0;
}

.modal-title {
	width: 100%;
	text-align: center;
}

.modal-title a {
	max-width: 200px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.modal-title a img {
	width: 100%;
	height: auto;
}

.modal-header button {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 25px;
	height: 25px;
	border: none;
	outline: none;
	background: transparent;
}

.modal-header button span {
	font-size: 28px;
	color: #000;
}

/* modal body */
.sh_mdl_padding {
	padding: 40px 65px;
}

.mdl_signUp {
	border: none;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	border-radius: 3px;
	background: #55DDFF;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}


.md_form .form-group {
	position: relative;
}

.md_form .form-group+.form-group {
	margin-top: 30px;
}

.md_form .form-group input {
	background: #F2F2F2 !important;
	color: #484848 !important;
	padding-left: 10px;
	padding-right: 10px;
}

.md_form .form-label {
	position: absolute;
	left: 0;
	top: 10px;
	color: #AAAAAA;
	padding-left: 10px;
	z-index: 10;
	-webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.md_form .focused .form-label {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
}

.md_form .form-input {
	position: relative;
	padding: 12px 0px 5px 0;
	width: 100%;
	outline: 0;
	border: 0;
	-webkit-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
}

.toggle-password {
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -25px;
}

.form-control:focus {
	border: none;
	box-shadow: none;
}

.md_form .form-control {
	border: none !important;
}

/* modal footer */
.modal-footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #E5E5E5;
	border-radius: 0 0 17px 17px;
	padding: 17px 0;
}

.modal-footer p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}

.modal-footer p a {
	color: #727272;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.modal-footer p a:hover {
	color: #000;
}


/* #End modal */


/* =============================/  sh Code End   /===============================*/

/*======================/ Start About and tranding  page style /======================*/
.row.vshowcard_row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.ar_banner_content2 p {
	max-width: 372px;
}

.ar_section_padding {
	padding: 90px 0;
	overflow: hidden;
}

.ar_section_title {
	text-align: center;
	margin-bottom: 30px;
}

.ar_section_title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	line-height: normal;
}

.ar_ma_top {
	margin-top: 80px;
}

.ar_work_single_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ar_work_single_item:last-child {
	margin-bottom: 0;
}

.ar_w_single {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}

.ar_w_img {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.ar_work_single_item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ar_work_single_item:nth-child(2n) .ar_w_single h4,
.ar_work_single_item:nth-child(2n) .ar_w_single p {
	text-align: right;
}

.ar_w_img img {
	width: 100%;
}

.ar_w_text {}

.ar_w_text h4 {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
	line-height: normal;
}

.ar_w_text p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.ar_about_our_goal {
	padding: 80px 0;
	padding-bottom: 30px;
}

.ar_about_img {
	position: relative;
}

.ar_about_single_img {
	width: 43%;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.3);
	margin-top: 20px;
}

.ar_about_single_img:nth-child(1) {
	left: 0;
	top: 20px;
}

.ar_about_single_img:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -24px;
}

.ar_about_single_img:nth-child(3) {
	position: absolute;
	right: 0;
	top: 40px;
}

.ar_about_single_img img {
	width: 100%;
}

.ar_about_text {
	padding: 0 45px;
}

.ar_about_text p {
	color: #B8B8B8;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.ar_about_text p:last-child {
	margin-bottom: 0;
}

.ar_about_text p span {
	color: #FFF;
}

.ar_text_p {
	width: 85%;
	margin: 0 auto;
	color: #FFF;
	font-size: 12px;
	margin-top: 80px;
	font-weight: 100;
}

/*======================/ Start About and tranding  page style /======================*/
.ar_form_s {
	width: 134px;
	height: 34px;
	margin-left: 50px;
}

.ar_flim_city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Tab css  */
.ar_flim_tab {}

.tabcontent {
	display: none;
}

.ar_tab_padding {
	padding-top: 64px;
}

.ar_flim_tab .tab li {
	display: inline-block;
	color: #B8B8B8;
	font-size: 16px;
	font-weight: 400;

}

.ar_flim_tab .tab li {
	display: inline-block;
	color: #B8B8B8;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.ar_flim_tab .tablinks.active {
	color: #FFF !important;
	font-weight: 700 !important;
	position: relative;
}

.ar_flim_tab .tablinks.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #FFF;
	left: 0;
	bottom: -0.5px;
}

#tab_film2 {
	display: block;
}

#tab_profile1 {
	display: block;
}

.ar_flim_tab .tab {
	border-bottom: 1px solid #484848;
}

.ar_flim_city span {
	font-size: 24px;
	font-weight: 400;
}

.ar_flim_city h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ar_flim_city h1 i {
	font-size: 15px;
	padding: 0 15px;
}

.tabcontent .sh_search_main_body {
	margin-left: 0;
}

.ar_pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ar_pagination ul li {
	color: #FFF;
	margin: 0 7px;
}

.ar_pagination ul li a {
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #282828;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	line-height: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.ar_pagination ul li a.active1,
.ar_pagination ul li:hover a {
	background: #55DDFF;
	color: #000000;
}

.ar_flim_city2 h1 span {
	font-size: 14px;
}

.ar_action_soft {
	background: #282828;
	border-radius: 3px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.ar_action_soft_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
}

.ar_action_soft_left h2 {
	color: #FFF;
	font-size: 36px;
}

.ar_action_soft_left span {
	color: #B8B8B8;
	font-size: 14px;
}

.ar_action_soft_left p {
	color: #FFF;
	padding: 25px 0;
	font-size: 14px;
}

.ar_action_soft p a {
	color: #55DDFF;
}

.ar_line {
	width: 100%;
	height: 1px;
	background: #707070;
	overflow: hidden;
}

.ar_action_soft_left ul {
	padding: 25px 0;
}

.ar_action_soft_left ul li {
	color: #B8B8B8;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.ar_action_soft_left ul li:last-child {
	margin-bottom: 0;
}

.ar_action_soft_left ul li article {
	text-transform: uppercase;
	color: #FFF;
	margin-right: 15px;
}

.ar_donate_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ar_donate_button button {
	outline: none;
	width: 98px;
	height: 40px;
	background: transparent;
	border: 1px solid #FFF;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	font-family: Roboto;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.ar_donate_button button:hover {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.ar_action_soft_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
}

.ar_soft_video {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	overflow: hidden;

}

.ar_soft_hand_table {}

.ar_soft_hand_table table {
	width: 100%;
}

.ar_soft_hand_table thead {
	border: 1px solid #404040;
}

.ar_soft_hand_table table thead tr {
	background: #282828;
}

.ar_soft_hand_table table thead th {
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

.ar_soft_hand_table table tbody tr {
	border-bottom: 1px solid #484848;
}

.ar_soft_hand_table table tbody td {
	color: #B8B8B8;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid #484848;
}

.ar_soft_hand_table table tbody td:last-child {
	border-right: 1px solid #484848;
}

.trannding_arties .owl-nav button,
.sh_prf_body_photo_carousel button {
	position: absolute;
	top: 37%;
	color: #000 !important;
	background: #FFF !important;
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	outline: 0 !important;
}

/* scrollbar css */
html {
	--scrollbarBG: #888888;
	--thumbBG: #90A4AE;
}

body::-webkit-scrollbar {
	width: 11px;
}

body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
.sh_user_profile img {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	margin-right: 7px;
}

.primary_menu ul li,
.sh_mb_user_profile ul li {
	position: relative;
}

.primary_menu ul li ul,
.sh_mb_user_profile ul li ul {
	position: absolute;
	top: 115%;
	right: 0;
	width: 220px;
	height: auto;
	display: unset;
	background: #181818;
	border-radius: 3px;
	display: none !important;
	box-shadow: 0 2px 19px 1px #000;
}

.sh_mb_user_profile ul li ul {
	display: block;
}

.primary_menu ul li ul li,
.sh_mb_user_profile ul li ul li {
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #adadad52;
}

.primary_menu ul li ul li:last-child,
.sh_mb_user_profile ul li ul li:last-child {
	border-bottom: none;
}

.primary_menu ul li ul li a,
.sh_mb_user_profile ul li ul li a {
	padding: 9px 15px;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #B8B8B8;
}

.sh_profile_dropdown.active {
	display: block !important;
}

.sh_user_profile a i {
	font-size: 18px;
	position: relative;
	width: 12px;
	height: 8px;
}

.sh_user_profile.show a i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_user_profile.show a i:before {
	position: absolute;
	top: -9px;
}

.primary_menu ul li ul li a:hover,
.sh_mb_user_profile ul li ul li a:hover {
	background: #282828;
	color: #fff;
}

.primary_menu ul li ul li:first-child a,
.sh_mb_user_profile ul li ul li:first-child a {
	border-radius: 3px 3px 0 0;
}

.primary_menu ul li ul li:last-child a,
.sh_mb_user_profile ul li ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

.sh_user_profile_banner_area {
	margin-top: 75px;
	padding: 25px 0 35px 0;
}

/* owl nav */
.sh_prf_banner_laft_carousel .owl-nav {
	position: absolute;
	bottom: -50px;
	right: 14%;
}

.sh_prf_banner_laft_carousel .owl-nav button {
	width: 28px;
	height: 28px;
	background: #282828 !important;
	border-radius: 3px;
}

.sh_prf_banner_laft_carousel .owl-nav button i {
	font-size: 22px;
	color: #fff;
}

.sh_profile_switch_text p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding-left: 18%;
	margin-top: 20px;
}

.sh_user_prf_name_text {
	color: #fff;
}

.sh_user_prf_name_text h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.sh_user_prf_name_text h2 {
	font-weight: 700;
	line-height: 56px;
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sh_user_prf_name_text h5 {
	font-weight: 400;
}

.sh_user_prf_name_text p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #B8B8B8;
	margin-bottom: 12px;
}

.mt-70 {
	margin-top: 70px;
}

.sh_user_prf_name_text h2 img {
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

.sh_prf_banner_border {
	border-bottom: 1px solid #484848;
}

.sh_profile_banner_grid_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.sh_profile_banner_single_items {
	width: 100%;
    height: 100%;
    
-o-object-fit: cover;
object-fit: cover;
}

.sh_row-gap {
	margin-top: 10px;
}

/* main left_sidebar */
.sh_profile_left_sidebar {
	color: #fff;
}

.sh_profile_left_sidebar h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 0;
}

.sh_profile_left_sidebar ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #484848;
}

.sh_profile_left_sidebar ul li span:first-child {
	color: #B8B8B8;
}

.sh_profile_tab {
	margin-bottom: 40px;
}

.sh_profile_tab_content .sh_viewed_profile_content {
	padding: 10px 0;
}

.sh_profile_tab_content .sh_viewed_profile_content h4 {
	font-size: 12px;
}

.sh_prf_body_photo_carousel .owl-nav button {
	top: 33%;
}

.sh_prf_body_photo_carousel .owl-nav button.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sh_prf_body_photo_carousel .owl-nav .owl-prev {
	left: -35px;
}

.sh_prf_body_photo_carousel .owl-nav .owl-next {
	right: -35px;
}

.trannding_arties .owl-nav i,
.sh_prf_body_photo_carousel .owl-nav i {
	font-size: 32px;
}


.sh_voice_reels_single_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sh_voice_reels_single_items span {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #B8B8B8;
}
.sh_voice_reels_single_items audio {
    background: #FFF !important;
    height: 32px !important;
}
.sh_prf_body_photo_singel_items {
	border-radius: 3px;
	overflow: hidden;
}

.sh_prf_right_img_grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content:space-between;
}

.sh_prf_img_single_items {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
}

.mt-10 {
	margin-top: 10px;
}

.sh_artist_prf_shearon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sh_artist_prf_shearon p {
	color: #B8B8B8;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.sh_artist_prf_shearon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sh_artist_prf_shearon ul li {
	margin-left: 7px;
}

.sh_artist_prf_shearon ul li a {
	display: inline-block;
}

.sh_artist_prf_shearon ul li a i {
	width: 30px;
	height: 30px;
	font-size: 17px;
	background: #282828;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sh_artist_prf_shearon ul li a:hover i {
	color: #55DDFF;
}

/* tab Awards */
.sh_prf_best_actor_img {
	width: 100%;
	height: auto;
}

/* tablet_responsive */
.sh_artist_prf_accordion {
	border-radius: 9px;
	overflow: hidden;
	border: 1px solid transparent;
}

.sh_artist_prf_accordion .card {
	border: 1px solid #282828;
}

.sh_artist_prf_accordion .card-body {
	background: #181818;
}

.sh_artist_prf_accordion .card-header:first-child {
	background: #282828;
	padding: 4px 10px;
}

.sh_artist_prf_accordion .btn-link {
	color: #B8B8B8;
	text-decoration: none !important;
}

.sh_artist_prf_accordion .btn-link:hover {
	color: #fff;
	text-decoration: none;
}

.sh_mb_user_profile ul li a i {
	color: #B8B8B8;
}
#pro1 {
	display: block;
}

.ar_global_design {
	padding-top: 150px;
	padding-bottom: 50px;
}

.ar_global_tab_menu {}

.ar_global_tab_menu ul {}

.ar_global_tab_menu ul li {
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #B8B8B8;
	border-top: 1px solid #484848;
	padding: 17px;
	box-sizing: border-box;
	line-height: normal;
	border-left: 4px solid transparent;
}

.ar_global_tab_menu ul li:last-child {
	border-bottom: 1px solid #484848;
}

.ar_global_tab_menu ul li.active {
	color: #FFF;
	border-left: 4px solid #FFF;
}

.pro_tab {
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.box {
	overflow: hidden;
	width: 145px;
	margin-left: 60px;
	float: left;
}

.box:first-child {
	margin-left: 0 !important;
}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.form-group .box {
    width: 100%;
}

.upload-options input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.js--image-preview {
	height: 145px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("../images/profile/pro.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
}

.js--image-preview.js--no-default:after {
	display: none;
}

i.material-icons {
	-webkit-transition: color 100ms ease-in-out;
	transition: color 100ms ease-in-out;
	font-size: 2.25em;
	line-height: 55px;
	color: white;
	display: block;
}

.drop {
	display: block;
	position: absolute;
	background: rgba(95, 158, 160, 0.2);
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.upload-options label {
	display: block;
	margin-bottom: 0;
}

.upload-options label p {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	color: #55DDFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	margin-top: 14px;
}

.upload-options p i {
	margin-right: 12px;
	font-size: 15px;
}

.box span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
}

.box img {
	width: 138px !important;
	height: 140px !important;
}

.ar_profile_title h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 25px;
}

.ar_p_add_link p {
	font-size: 14px;
	font-weight: 400;
	color: #B8B8B8;
}

.ar_p_add_link a {
	margin-top: 25px;
	color: #55DDFF;
	font-size: 12px;
	display: inline-block;
}

.single_ar_profile_img {
	overflow: hidden;
	margin-bottom: 30px;
}

.bootstrap-tagsinput {
	background-color: transparent;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 0px 5px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
	height: 42px;
	width: 100%;
	border: 1px solid #484848;
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 7px;
	margin: 0;
	width: 103px;
	max-width: auto;
	font-family: Roboto;
	background: transparent !important;
	color: #FFF;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput .tag {
	margin-right: 4px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	padding: 6px;
	background: #484848;
	border-radius: 3px;
	line-height: normal;
	box-sizing: border-box;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
	color: #686868;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput:first-child {
	display: none;
}

.ar_ov_contact_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_ov_contact_flex .form-group {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}

.form-label i {
	font-weight: 300;
	font-size: 13px;
	font-style: italic;
	margin-left: 10px;
}

.f_single_ar {
	margin-bottom: 10px;
}

.f_single_ar:last-child {
	margin-bottom: 0;
}

.f_single_ar label {
	color: #B8B8B8 !important;
	font-weight: 300;
}

.cus_form_check .f_single_ar input:checked+label {
	color: #FFF !important;
	font-weight: 700;
}

.ar_profie_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.div_ar_sigle_profile_contact {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

/* switch  */
.ar_p_switch input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.ar_p_switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 34px;
	height: 14px;
	background: rgb(85, 221, 255, 0.4);
	display: block;
	border-radius: 100px;
	position: relative;
	margin-bottom: 0;
	top: -12px;
	margin-left: 21px;
}

.ar_p_switch label:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 90px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #55DDFF;
}

.ar_p_switch input:checked+label {}

.ar_p_switch input:checked+label:after {
	left: calc(100% - 0px);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ar_profile_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_pro_left {
	margin-right: 100px;
}

.ar_use_multiple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
}

.ar_use_multiple p {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
}

.ar_profile_new_ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_select_mul {
	width: 174px;
	float: left;
	margin-left: 43px;
}

.ar_profile_new_ .ar_profile_title h3 {
	margin-bottom: 0;
	margin-top: -14px;
}

.ar_select_mul .form-group {
	margin-bottom: 0;
}

.ar_p_single_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #484848;
}

.ar_icon i {
	color: #686868;
}

.ar_icon i.fa-times {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.ar_pr_text_preview {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ar_pr_text_preview p,
.ar_pr_text_preview a {
	color: #FFF;
	font-size: 14px;
}

.ar_p_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ar_p_input input {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid transparent;
}

.ar_p_input input:focus {
	border: 1px solid #55DDFF;
}

.ar_p_input label {
	margin-bottom: 0;
	color: #55DDFF;
	font-weight: 400;
	font-size: 12px;
	margin-left: 10px;
}

.ar_icon1 input {
	display: none;
}

.ar_icon1 label {
	font-size: 12px;
	color: #55DDFF;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.ar_icon1 i {
	margin-right: 5px;
	font-size: 14px;
}

.ar_profile_all_items_list {
	padding: 30px 0;
}

.ar_pr_text_preview.ar_pr_text_preview2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p_know_img {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-right: 20px;
}

.p_know_img img {
	width: 100%;
	height: 100%;
}

.ar_pr_text_preview.ar_pr_text_preview2:last-child {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_pr_text_preview.ar_pr_text_preview2 input {
	width: 214px;
}

.ar_p_link_up {}

.ar_p_link_up button {
	width: 110px;
	height: 26px;
	background: #55DDFF;
	outline: none;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: 500;
	font-family: Roboto;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ar_p_link_up button:hover {
	background: #55DDFFCF;
}

.ar_see_more a {
	color: #B8B8B8;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.ar_see_more a i {
	font-size: 16px;
	margin-left: 10px;
}

.reg_card_btn .btn_sty_1,
.sh_contactUs_btn .btn_sty_1 {
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	background: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	max-width: 180px;
	border: 1px solid #fff;
	height: 38px;
	line-height: 37px;
}

.form-group.form-check.cus_form_check.ar_pr_new_check_cus {
	display: block;
}

.ar_pr_new_check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_pr_new_check .f_single_ar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}

.ar_all_resume_option {}

.ar_resume_single {
	padding: 35px 0;
	border-bottom: 1px solid #484848;
}

.ar_resume_single:first-child {
	padding-top: 0;
}

.ar_resume_single:last-child {
	border-bottom: none;
}

.ar_resume_single p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}

.ar_resume_single input {}

.ar_resume_single label {
	color: #55DDFF;
	font-size: 12px;
	font-family: Roboto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;

}

.ar_resume_single label i {
	margin-right: 10px;
	font-size: 16px;
}

.ar_resume_single h5 {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 25px;
	line-height: normal;
}

.ar_resume_single textarea {
	height: 160px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #282828;
	font-size: 14px;
	font-family: Roboto;
	outline: none;
	width: 100%;
	border: none;
	color: #FFF;
	padding: 10px;
}

.ar_resume_single h6 {
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 10px;

}

.ar_resume_single h6 span {
	color: #55DDFF;
	font-size: 12px;
	margin-left: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.ar_resume_single h6 span:hover {
	color: #03aad4;
}

.ar_resume_single h6 span i {
	margin-left: 6px;
	margin-top: 0;
	position: relative;
	position: absolute;
}

.ar_resume_sin_meta {
	margin-bottom: 15px;
}

.ar_resume_sin_meta:last-child {
	margin-bottom: 0;
}

#resume {
	display: none;
}

.ar_meta_text {
	position: relative;
}

.ar_meta_text textarea {
	height: 70px;
}

.ar_meta_text small {
	position: absolute;
	font-size: 12px;
	font-weight: 300;
	color: #B8B8B8;
	bottom: 8px;
	right: 21px;
}

#set1 {
	display: block;
}

.ar_setting_area {
	padding-top: 135px;
	padding-bottom: 20px;
}

.ar_setting_menu {}

.ar_setting_menu ul {}

.ar_setting_menu ul li {}

.ar_setting_menu ul li a {
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #B8B8B8;
	border-top: 1px solid #484848;
	padding: 17px;
	box-sizing: border-box;
	line-height: normal;
	border-left: 4px solid transparent;
	display: block;
}

.ar_setting_menu ul li a.active_all {
	color: #FFF;
	border-left: 4px solid #FFF;
}

.ar_singl_setting {
	background: #181818;
	padding: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 30px;
}

.ar_singl_setting:last-child {
	margin-bottom: 0;
}

.ar_setting_title {
	margin-bottom: 25px;
}

.ar_setting_title h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	line-height: normal;

}

.ar_setting_mebership {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_t_single_membership {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}

.ar_t_single_membership h5 {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

.ar_t_single_membership h2 {
	font-weight: 400;
	font-size: 21px;
	color: #FFF;
	line-height: normal;
	margin-bottom: 19px;
}

.ar_t_single_membership span {
	font-size: 12px;
	color: #B8B8B8;
	display: block;
}

.ar_t_single_membership span a {
	color: #55DDFF;
	display: inline-block;
	position: relative;
}

.ar_t_single_membership span a i {
	position: absolute;
	right: -15px;
	top: 2px;
}

.ar_t_single_mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ar_t_single_mail p {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
}

.ar_t_single_mail a {
	width: 138px;
	height: 40px;
	border: 1px solid #B8B8B8;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	color: #FFF;
}

.ar_t_single_mail a:hover {
	background: #55DDFF;
}

.ar_pass_si .focused input {
	border: 1px solid gray;
}

.ar_pass_si .form-control {
	color: #fff;
}

.ar_pass_si i {
	color: #FFF;
	margin-top: -28px;
}

.toggle-password {
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -25px;
	z-index: 9999999;
	position: relative;
}

#password:focus,
#password1:focus {
	border: 1px solid #55DDFF !important;
}

.ar_pass_si label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ar_pass_si label a {
	color: #55DDFF;
	font-weight: 300;
	font-size: 12px;
}

.setting_submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single_submit {}

.single_submit input {
	font-size: 12px;
	font-weight: 500;
	color: #B8B8B8;
	text-transform: uppercase;
	background: transparent !important;
	height: auto;
	padding: 0;
	font-family: Roboto;
}

.single_submit input[type="submit"] {
	color: #FFF;
	height: 40px;
	width: 97px;
	border: 1px solid #B8B8B8;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
}

.single_submit input[type="submit"],
.single_submit input[type="reset"] {
	cursor: pointer;
}

.single_submit input[type="submit"]:hover {
	background: #55DDFF !important;
	border: 1px solid #55DDFF;
	color: #000;
}

.ar_single_notifaication {
	margin-bottom: 15px;
}

.ar_noti_chcck {
	padding-left: 50px;
}

.ar_noti_chcck .form-group.form-check.cus_form_check {
	margin-bottom: 10px;
}

.ar_single_notifaication h5 i {
	font-size: 13px;
	font-weight: 300;
	margin-left: 10px;
}

.ar_all_notification {
	padding: 30px 0;
	border-bottom: 1px solid #484848;
}

.ar_all_notification:first-child {
	padding-top: 0;
}

.ar_all_notification:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.header_area {
	z-index: 9999999999;
}

.show_card_delete {}

.show_card_delete p {
	font-size: 14px;
	color: #B8B8B8;
	font-weight: 400;
}

.show_card_delete p a {
	color: #FFF;
	text-decoration: underline;
}

.ar_confirm {
	margin-top: 15px;
}

.ar_confirm a {
	font-size: 12px;
	color: #55DDFF;
	margin-left: 20px;
}

.ar_confirm a:first-child {
	margin-left: 0;
}

.slist li {
	background: #181818;
	cursor: move;
}

.video-player {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.image-wrapper,
.play {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	border: none;
	color: #FFF;
	font-size: 31px;
}

.image-wrapper,
.image {
	width: 100%;
	height: 100%;
}

.video {
	position: relative;
}

.video .preview,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[data-hidden="true"] {
	display: none;
}

.ar_banner_slider {
	position: relative;
	background: #282828;
}

.ar_banner_slider .owl-dots span {
	width: 12px;
	height: 12px;
	border: 1px solid #5DF;
	display: block;
	border-radius: 10px;
	margin: 0 6px;
}

.ar_banner_slider .owl-dots .owl-dot.active span,
.ar_banner_slider .owl-dots .owl-dot span:hover {
	background: #5DF;
}

.ar_banner_slider .owl-dots {
	position: absolute;
	bottom: 14px;
	z-index: 999999 !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.home_banner_area {
	color: #fff;
	min-height: 410px;
}

/* End New custome css  */





/*+++++++++++++++++++ new update +++++++++++++++*/
/*==== home style ====*/



.client_img{
	height: 255px;
	
}
.client_img img {
    border-radius: 7px;
    vertical-align: text-top;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       
}


.mask1 {
  -webkit-mask-image: url("../images/vec-booked.png");
  mask-image: url("../images/vec-booked.png");
  -webkit-mask-size: 70%;
  mask-size: 70%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
  z-index:9999999;
}


.containerbook {
  position: relative;
  text-align: center;
  color: white;
}


.bottom-left {
  position: absolute !important;
  bottom: 8px !important;
  left: 16px !important;
}

.single_newest_member{
	height: 184px;
}
.single_newest_member img {
    border-radius: 7px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.sh_viewed_profile_img {
    height: 280px;
    width: 100%;
}
.sh_viewed_profile_img img{
 width: 100%;
 height: 100%; -o-object-fit: cover; object-fit: cover;
}
.sh_profile_tab_content .sh_viewed_profile_img{
	height: auto;
	width: auto;
}


/*==== vshowcard-style ====*/
.sh_actor_image {
	height: 350px;
	width: auto;
}

.new_most{
    margin-bottom:15px;
}
/*==== search-style ====*/


.sh_artist_img {
    height: 185px;
    width:100%;
   
}
.sh_artist_img img{
	border-radius: 7px;
    vertical-align: text-top;
    height: 100%;
     width:100%;
    -o-object-fit: cover;
       object-fit: cover;
       object-position: 15% 20%;
}

/*==== Trending-style ====*/
.ar_w_img.ar_w_single {
	height: 240px;
	width: 370px;
}
.ar_w_img.ar_w_single img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/*==== About-style ====*/
.ar_about_single_img {
    height: 243px;
    width: 195px;
}
.ar_about_single_img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


.flim_img {
    height: 244px;
    width: 184px;
}
.flim_img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sh_p_single_list .p_know_img {
    height: 40px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.sh_p_single_list{
    padding: 10px 20px;
}
.sh_p_single_list .ar_icon i{
	line-height: 40px;
}
.sh_profile_banner_single_items img{
width: 100%;
    height:  100%;
    object-position: center top;
-o-object-fit: cover;
object-fit: cover;
}
.sh_pd_left{
	padding-left: 40px !important;
}

.sh_user_profile_banner_area{
	padding-top: 40px;
}
.sh_prf_carousel_items {
    height: 285px;
    width: 250px;
    display: block;
    margin: 0 auto;
}
.sh_prf_carousel_items img{
	width: 100%;
	height: 100%;
object-position: left top;
	border-radius:7px;
	object-fit: cover;
} 

/*-- //New Update --*/
.sh_prf_img_single_items.mb-10 {
    flex: 0 0 calc(25% - 9px);
}
.sh_prf_right_img_grid {    
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
            column-gap: 9px;
}
.sh_prf_right_img_grid:first-child {
    margin-bottom: 9px;
}
.sh_profile_banner_single_items {
    height: 120px !important;
    overflow:hidden;
    flex: 0 0 calc(25% - 7px);
    border-radius:3px;
}
.sh_profile_banner_grid_img {
    justify-content: flex-end;
}
.sh_prf_body_photo_carousel .sh_prf_body_photo_singel_items {
    height: 210px !important;
}
.sh_prf_body_photo_carousel .owl-item .sh_prf_body_photo_singel_items img {
    width: 100%;
	height: 100%;
object-position: center top;
	border-radius:7px;
	object-fit: cover;
   
}
.sh_prf_body_photo_carousel .owl-nav button {
    top: 30%;
}
.sh_user_profile:hover .sharch_dropdown {
    display: block !important;
    margin-top:0;
    transition:all 0.3s;
}
.sharch_darrow{
    top:-2px;
}
.sh_user_profile:hover .sharch_darrow{
    top: 15px;
    transform: rotate(180deg);
}
.sh_profile_tab_content .sh_viewed_profile_img {
    height: 120px;
}
.sh_profile_dropdown.sharch_dropdown {
    flex-direction: column;
}
.primary_menu ul li ul, .sh_mb_user_profile ul li ul.sharch_dropdown{
    left:0;
    margin-top: 20px;
    transition:all 0.3s;
    top:71%;
}
.sh_profile_left_sidebar ul li a {
    color: #FFFFFF;
    transition:0.3s;
}
.sh_profile_left_sidebar ul li a:hover{
    color:#55DDFF;
}
.form-group .js--image-preview {
    height: 300px;
    
}
/*-- //New Update --*/




@media all and (max-width: 1399px){

	.sh_res_design .flim_img{
		width: 100%;
		height: auto;
	}
	.ar_about_single_img {
		height: 195px;
		width: 170px;
	}
	

}



@media all and (max-width: 1299px){

	.sh_res_design .flim_img{
		width: 100%;
		height: auto;
	}
	.ar_about_single_img {
		height: 195px;
		width: 170px;
	}
	
	
}



@media all and (max-width: 1199px){

	.sh_res_design .flim_img{
		width: 100%;
		height: auto;
	}
	.ar_about_single_img {
		height: 195px;
		width: 170px;
	}
	


}
@media all and (max-width: 991px){
	.single_newest_member,
	.flim_img,
	.sh_viewed_profile_img {
		height: auto;
		width: 100%;
	}
	.ar_about_single_img {
		height: auto;
		width: 270px;
	}
    /*-- //new update --*/
    .sh_profile_tab_content .sh_viewed_profile_img {
    	height: 275px;
    	border-radius: 7px;
    }
    .sh_prf_body_photo_carousel .sh_prf_body_photo_singel_items {
    	width: 100%;
	height: 100%;

	border-radius:7px;
	object-fit: cover;
    }
    

}
@media all and (min-width: 576px) and (max-width: 991px){
    .sh_prf_right_img_grid {
    	width: 50%;
    }
    .sh_prf_right_img_grid:first-child{
        float:left;
    }
    
    
}

@media all and (max-width:461px){
       .box {
	overflow: hidden;
	width: 102px;
	margin-left: 12px;
	float: left;
}

}


@media all and (max-width: 767px){
	.sh_actor_image {
		height: auto;
	}
	.sh_prf_carousel_items {
    	border-radius: 3px;
    	overflow: hidden;
    }
	.ar_w_img.ar_w_single {
		height: auto;
		width: 100%;
	}
	.ar_about_single_img {
		height: 243px;
		width: 195px;
	}
	.sh_profile_tab_content .sh_viewed_profile_img {
    	height: 235px;
    }
    .form-group .js--image-preview {
        height: 300px;
        
    }
}
.sh_vshow_online_prf_img img {
    height: auto;
}
.sh_profile_tab_content .sh_viewed_porfile_items {
    width: 24%;
    margin-bottom: 18px;
}
.sh_profile_tab_content {
    flex-wrap: wrap;
}
div#tab_profile3 a {
    color: #000 !important;
    font-size: 13px !important;
    max-width: 259px;
}
@media all and (max-width:450px){
    .sh_profile_tab_content .sh_viewed_porfile_items {
    	width: 49%;
    	margin-bottom: 18px;
    }
    
 .ar_icon i {
	color: #686868;
	display:none;
}

    /*===============/ banner_area /===============*/
.banner_area {
	
}

.home_banner_area {
	color: #fff;
	margin-left:10px;
	/* background: url('../images/banner_bg.png')no-repeat scroll 0 0 / cover; */
}

.banner_content {

	padding: 5px 0;
		width: 100%;
}


.banner_content2 {
width: 100%;
}




.banner_content h1 {

	width: 100%;
}

.banner_content p {
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;

	width: 100%;
	margin-top: 10px;
}

.banner_content .button {
	margin-top: 1px;
	margin-bottom: 10px;
}



}

/*New some css */
.primary_menu ul ul{
    display:block !important;
}
.sh_artist_items div{
    width:100%;
}
.primary_menu ul li{
    position:relative;
    transition:0.4s;
}
.primary_menu ul li:hover ul{
    display:block !important;
}


/*My new css */
.sh_artist_items.col-xs-3.col-sm-3.col-md-3.col-lg-3 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.sh_prf_right_img_grid {
    margin-bottom: 10px;
}

.slider_new_clas {
	position: relative;
	width: 92%;
	margin: 0 auto;
}


/*new css */
.sh_artist_items.col-xs-3.col-sm-3.col-md-3.col-lg-3:hover {
    position:relative;
    transition:0.3s;
}
.sh_artist_items.col-xs-3.col-sm-3.col-md-3.col-lg-3:hover {
	transform: scale(1.1);
}
.sh_artist_items.col-xs-3.col-sm-3.col-md-3.col-lg-3 .sh_viewed_profile_content a {
	color: #FFF;
}
.sh_artist_items.col-xs-3.col-sm-3.col-md-3.col-lg-3:hover .sh_viewed_profile_content a {
	color: #55DDFF;
}

.sh_voice_reels_single_items {
    align-items: center;
}
.sh_prf_right_img_grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    flex-wrap: wrap;
}
.sh_prf_img_single_items.mb-10 {
    margin-bottom: 10px;
}
.sh_prf_right_img_grid {
    width: 100%;
    flex-wrap:wrap;
}

.sh_profile_banner_grid_img {
    justify-content: flex-end;
}
.sh_profile_banner_single_items img {
    width: 100%;
    height: 100%;
    object-position: center top;
    -o-object-fit: cover;
    object-fit: cover;
}








/* ============================================
new update 16-11-21
============================================ */
.v_hover_tabs {
	margin-top: 100px;
	margin-bottom: 20px;
}

.hover_items {}

.h_circle {
	width: 78%;
	margin: 0 auto;
	position: relative;
}

.h_circle img {
	width: 100%;
}

.circle_icon {
	width: 60px;
	height: 60px;
	display: flex;
	text-align: center;
	justify-content: center;
	background: #282828;
	border-radius: 50px;
	align-items: center;
	margin: 0 auto;
}

.circle_icon img {
	max-width: 26px;
	max-height: 35px;
	width: auto;
	height: auto;
}

#tabs-nav-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tabs-nav-hover li {
	display: inline-block;
	text-align: center;
	position: absolute;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
#tabs-nav-hover li.active .circle_icon{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#tabs-nav-hover li a:hover .circle_icon{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

#tabs-nav-hover li span {
	color: #FFF;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
}

#tabs-nav-hover li:nth-child(1) {right: -5%;top: 36%;}

#tabs-nav-hover li:nth-child(2) {right: 0;top: 68%;}

#tabs-nav-hover li:nth-child(3) {right: 21%;bottom: -8%;}

#tabs-nav-hover li:nth-child(4) {bottom: -8%;left: 25%;}

#tabs-nav-hover li:nth-child(5) {left: -1%;top: 67%;}

#tabs-nav-hover li:nth-child(6) {left: -8px;top: 36%;}

#tabs-nav-hover li:nth-child(7) {left: 10%;top: 8%;}

#tabs-nav-hover li:nth-child(8) {top: -3%;left: 38%;}

#tabs-nav-hover li:nth-child(9) {right: 8%;top: 8%;}

#tabs-content-hover {
	background: #282828;
	margin-top: 95px;
}
.tab-content-hover{
}
.tab-content-hover h2{
	background: #FAFAFA;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
	align-items: center;
	padding: 17px;
	font-size: 21px;
	font-weight: 700;
	color: #000000;
}
.tab-content-hover h2 img {
	max-width: 39px;
	height: auto;
	margin-right: 26px;
}
.tab-content-hover p{
  color: #FFF;
  font-size: 16px;
}
.h_hover_con{
	padding: 25px;
}
.tab-content-hover ul{
	padding-top: 30px;
}
.tab-content-hover ul li{
	display: inline-block;
	margin-right: 20px;
}
.tab-content-hover ul li a{
	font-size: 12px;
	color: #55DDFF;
}

@media all and (max-width:1199px){
	#tabs-nav-hover li:nth-child(1) {right: -1%;top: 39%;}

	#tabs-nav-hover li:nth-child(2) {right: 4%;top: 71%;}

	#tabs-nav-hover li:nth-child(3) {right: 27%;bottom: -3%;}

	#tabs-nav-hover li:nth-child(4) {bottom: -3%;left: 29%;}

	#tabs-nav-hover li:nth-child(5) {left: 4%;top: 71%;}

	#tabs-nav-hover li:nth-child(6) {left: 0%;top: 39%;}

	#tabs-nav-hover li:nth-child(7) {left: 14%;top: 11%;}

	#tabs-nav-hover li:nth-child(8) {top: 0%;left: 43%;}

	#tabs-nav-hover li:nth-child(9) {right: 14%;top: 11%;}
}

@media all and (max-width:991px){
	#tabs-nav-hover li:nth-child(4) {
		bottom: -6%;
		left: 28%;
	}
	#tabs-nav-hover li:nth-child(8) {
		top: 0%;
		left: 41%;
	}
	#tabs-nav-hover li:nth-child(9) {
		right: 11%;
		top: 11%;
	}
	#tabs-nav-hover li:nth-child(5) {
		left: 3%;
		top: 69%;
	}
	#tabs-nav-hover li:nth-child(3) {
		right: 24%;
		bottom: -6%;
	}
	.tab-content-hover p {
		color: #FFF;
		font-size: 14px;
	}
}

@media all and (max-width:767px){
	.h_circle {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.circle_icon {
		width: 51px;
		height: 51px;
	}
	.circle_icon img {
		max-width: 19px;
		max-height: 35px;
	}
	#tabs-nav-hover li span {
		font-size: 9px;
	}
	.tab-content-hover h2 {
		background: #FAFAFA;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 13px;
		font-size: 16px;
		font-weight: 700;
		color: #000000;
	}
	.tab-content-hover h2 img {
		max-width: 27px;
		height: auto;
		margin-right: 19px;
	}
	.v_hover_tabs {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	
	    
  .bottom-left {
  position: absolute;
  bottom: -15px;
  left: 0px;
  font-size:12px;
  color:#000 !important;
  background: #000 !important;
  
  padding:3px;
}

.containertop {
  position: relative;
  padding:25px 25px 0px 25px;
  background: url('https://www.vshowcards.com/assets/images/vec-booktop.png')no-repeat;
  height:15px;
}

.containerbtm {
  position: relative;
  padding:15px;
  background: url('https://www.vshowcards.com/assets/images/vec-bookbtm.png')no-repeat 100% 100%;

  height:15px;
}



}

@media all and (max-width:450px){
	#tabs-nav-hover li span {
		color: #FFF;
		font-family: Roboto;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 8px;
		display: inline-block;
		margin-top: 5px;
	}
	#tabs-nav-hover li:nth-child(4) {
		bottom: -9%;
		left: 28%;
	}
}
/* ===========================================
end new update 16-11-21
============================================ */