/*!
 * Theme Style Sheet
 * Copyright 2018 Techizer info web.
 * Site Url:  http://www.techizer.co/
 *//*! */
 
 /** Inbuild font **/




/**** Fonts ****/

 
 body {
 	font-size: 14px;
 	color: #4b4b4b;
 	background-color: #fff;
 	font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
 }
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 	font-family: 'Oswald', serif;
 }
button, input[type="button"]{
	cursor: pointer;
}
button:hover,
button:focus {
	outline: none;
}
* {
 	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }
*:hover{
 	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }
/*** Background Color ****/

.themebgcolor {
	background-color: #e1509d;
}
.themebgcolor2 {
	background-color: #d84794;
}
.whitebg {
	background-color: #fff;
}
.offwhitebg {
	background-color:#f0f0f0;
}
.offblack {
	background-color: #0e0e0e;
}
.offblack2 {
	background-color: #151515;
}
.offblack3 {
	background-color: #010101;
}
.blackbgcolor {
	background-color: #000;
}
.buttonbg1 {
	background-color: #161616;
}
.nobackground {
	background-color: transparent;
	background-image: none;
}


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
/*** Font Color ***/

.themecolor {
	color: #e1509d;
}
.themecolor2 {
	color: #d84794;
}


.blackcolor {
	color: #000;
}
.offblackcolor {
	color: #010101;
}
.offblackcolor2 {
	color: #454545;
}
.offblackcolor3 {
	color: #4b4b4b;
}
.offwhite {
	color: #8d8d8d;
}
.whitecolor {
	color: #fff;
}

/**** Font Size ***/



/*********
*	font-family: 'Lato', sans-serif;		**** Font family #1
*	font-family: 'Raleway', sans-serif;		**** Font family #2
*	font-family: 'Oswald', sans-serif;		**** Font family #3
*	font-family: 'Oswald', sans-serif;		**** Font family #4
*	font-family: 'Miama';					**** Font family #5
*	font-family: 'Mich';					**** Font family #6
*	font-family: 'Dosis', sans-serif;		**** Font family #7




********/

/*** Font Name ***/

.themefontstyle {
	font-family: 'Lato', sans-serif;
}
.themefontstyle2 {
	font-family: 'Raleway', sans-serif;
}
.themefontstyle3 {
	font-family: 'Oswald', serif;
}
.themefontstyle4 {
	font-family: 'Oswald', sans-serif;
}
.themefontstyle5 {
	font-family: 'Miama';
}
.themefontstyle6 {
	font-family: 'Dosis', sans-serif;
}


a:hover,
a:focus {
	color: #b503ff;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.vh1 {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.vh2 {
	display: table;
    height: 100%;
    width: 100%;
}
.vh3 {
	display: table-cell;
    vertical-align: middle;
}

 /*** Header ***/
.header.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    width: 100%;
    z-index: 110;
}
.navbar.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
body.down .clone {
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(23, 26, 33, .96);
}
.navbar-brand {
	display: none;
}
.mediasocial {
	display: none;
}
.navbar-light .navbar-toggler-icon {
	background: url(../images/icons/nav-toggle.png) center center no-repeat;
	background-size: contain;
}
.header {
    background: #000;
}

.navbar {
	position: relative;
}
.navstylebg {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
}
.navbar-expand-sm,
.navbar-expand-md,
.navbar-expand-lg {
	padding: 0px;
}

.navbar-expand-sm .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 20px 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    *text-transform: uppercase;
}
.navbar-expand-sm .navbar-nav .nav-item,
.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item{
	padding: 0 10px;
}
.navbar-expand-sm .navbar-nav .nav-item:hover,
.navbar-expand-sm .navbar-nav .nav-item:focus,
.navbar-expand-sm .navbar-nav .nav-item.active,
.navbar-expand-md .navbar-nav .nav-item:hover,
.navbar-expand-md .navbar-nav .nav-item:focus,
.navbar-expand-md .navbar-nav .nav-item.active,
.navbar-expand-lg .navbar-nav .nav-item:hover,
.navbar-expand-lg .navbar-nav .nav-item:focus,
.navbar-expand-lg .navbar-nav .nav-item.active {
	background: #e1509d;
	outline: none;
}
.navbar-expand-sm .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-sm .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-sm .navbar-nav .nav-item.active .nav-link,
.navbar-expand-md .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-md .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-md .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
	color: #fff;
}
.navbar-expand-sm .navbar-nav .nav-item:last-child,
.navbar-expand-md .navbar-nav .nav-item:last-child,
.navbar-expand-lg .navbar-nav .nav-item:last-child {
	border-right: none;
}


.hsocialmedia {
	
}
.navbar-expand-lg .navbar-nav.hsocialmedia li.nav-item {
	padding: 0;
}
.navbar-expand-lg .navbar-nav.hsocialmedia li.nav-item .button3{
	padding: 7px 15px;
	font-size: 16px;
	min-height: auto;
}
.mediasocial li {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
}
.navbar-expand-lg .navbar-nav.hsocialmedia li.nav-item .nav-link,
.mediasocial li a.nav-link {
	padding: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #e1509d;
    line-height: 26px;
    font-size: 12px;
    margin: 4px 2px 0;
    color: #fff;
}
.navbar-expand-lg .navbar-nav.hsocialmedia li.nav-item:hover {
	background: transparent;
}
.hsocialmedia li{
	
}
.hsocialmedia li i{
	
}
.hsocialmedia li{
	
}
.wsoffcanvasopener .menu_button.animated-arrow {
	right: 230px;
}
.mobilemenu {
	display: none;
}
/******** Welcome ********/

.welcom_img {
    box-shadow: 5px 0 48px rgba(0, 0, 0, 0.37);
    margin-top: -80px;
    position: relative;
    z-index: 9;
}
.bigtitle {
	font-size: 47px;
}
.subtitle {
	font-size: 48px;
}

.welcmnote {
    position: relative;
    min-height: 527px;
}


/** **** Ladies Section *****/

.meetladies {
	
}
.ladies_img {
    position: relative;
}
.ladies_dtls {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height:230px;
    color: #fff;
    background: rgba(162, 17, 71, 0.9);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.arrow-readmore {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    margin-top: -23px;
    margin-bottom: 15px;
}
.activity {
	position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    font-size: 13px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.onlinemode {
	background: #e11d74;
}
.offlinemode {
	background: #7d7d7d;
}
.lfeatures {
	font-size: 14px;
	line-height: 21px;
}
.ladiesname {
    font-size: 29px;
}
.ladies_img:hover .activity{
	right: 10px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.ladies_img:hover .ladies_dtls{
	bottom: 0%;
	opacity: 1;
	visibility: visible;
	background: rgba(162, 17, 71, 0.9);
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.hometitle2,
.hometitle3 {
	position: relative;
}
.hometitle2:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(142, 142, 142, 0.1);
}
.hometitle2 span.txtbg {
	background-color: #0e0e0e;
	position: relative;
    z-index: 9;
    padding-right: 20px;
}
.button1 {
    padding: 15px 48px;
    border: 1px solid #373737;
    border-radius: 30px;
    font-size: 15px;
}
.button1:hover,
.button1:focus {
	background-color: #e1509d;
	color: #fff;
}
.hometitle3:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(39, 39, 39, 0.2);
}
.hometitle3 span.txtbg {
	background-color: #fff;
	position: relative;
    z-index: 9;
    padding: 0 20px;
}



/********** Exprence Member *************/

.expre_memberlist {
	
}
.expre_memberlist li {
	width: 14.28%;
	float: left;
	padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}
.emimg_dtls {
    position: relative;
    overflow: hidden;
}
.membername {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    *background: rgba(162, 17, 71, 0.22);
}
.membername .ladiesname {
	font-size: 14px;
    position: relative;
    top: 0;
    background: rgba(225, 80, 157, 0.45);
    padding: 7px 5px;
    line-height: 20px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.emimg_dtls:hover .membername {
	top:0;	
}
.emimg_dtls:hover .ladiesname {
	bottom: 0%;
}


/********** Video Section *********/

.videoimg {
    box-shadow: 5px 0 48px rgba(0, 0, 0, 0.37);
    position: relative;
}
.videoicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/******* Live News ***********/
.newscontent {
    padding: 15px 0;
    display: table;
    width: 100%;
}

.newsdate {
    width: 30%;
    float: left;
}
.news_content {
    width: 70%;
    float: left;
}
.newsdate span {
	display: inline-block;
	width: 100%;
}
.nmnth, .nyear {
	font-size: 20px;
	line-height: 26px;
}
.ndate {
    font-size: 80px;
    line-height: 80px;
}
.newstitle {
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newstitle a {
	color: #e1509d;
}
.newpara {
	font-size: 16px;
	color: #7a7a7a;
}
.button2 {
	font-size: 18px;
	padding: 9px 25px;
}
.readmore {
	border-top: 1px solid #7a7a7a;
    padding-top: 15px;
}
.button2:hover,
.button2:focus {
	background: #151515;
	color: #fff;
}










/********* Tweeter Section ***********/

.blogsection {
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(187, 24, 112, 0.9);
	z-index: 0;
}
.blogsection .container {
	z-index: 2;
	position: relative;
}
.title2 {
    font-size: 50px;
}
.title2 span:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.blogdtls {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    overflow: hidden;
    zoom: 1;
    display: table;
}
.blog_tweeticon {
	color: #13d2d9;
    font-size: 18px;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.blog_twit_dtls {
	font-size: 13px;
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    overflow: hidden;
    zoom: 1;
}
.tweetdatetitme {
	font-size: 12px;
	margin-top: 15px;
}


/**** Testimonial ********/

.testimonial_inner {
    position: relative;
}
.testimonial_inner:after {
	position: absolute;
	content: '';
	width: 92%;
	background: #fff;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}
.testimonialsec {
	position: relative;
	z-index: 3;
}
.testtitle {
	font-size: 22px;
}
.author {
	
}
.testimoniallist {
    padding-bottom: 42px;
    position: relative;
}
#test_news {
	
}
.test_item:nth-child(even) .testimoniallist{
	padding-bottom: 0;
}
.test_item:nth-child(odd) .testimoniallist:after{
	position: absolute;
    content: '';
    width: 200px;
    height: 2px;
    background: #bdbdbd;
    left: 15px;
    bottom: 33px;
}

/********* Footer *********/

.fwidget_nav {
	
}
.fwidget_nav li {
	width: 50%;
    float: left;
    line-height: 32px;
    font-size: 18px;
    font-weight: 300;
}
.fwidget_nav li a {
	color: #fff;
}
.fwidget_nav li a:hover,
.fwidget_nav li a:focus {
	color: #e1509d;
}
.fwidget_title {
	font-size: 18px;
	font-weight: 300;
}
.fwidget_member {
	
}
.fwidget_member li {
	width: 25%;
	float: left;
	padding-right: 8px;
	margin-bottom: 10px;
	height: 64px;
    overflow: hidden;
}
.fwidget_member li img {
	height: 64px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.button3 {
	padding: 10px 15px;
    border-radius: 30px;
    font-size: 19px;
    text-transform: uppercase;
    min-height: 42px;
}
.button3 img {
	margin-right: 5px;
}
.button3:hover,
.button3:focus{
	color: #fff;
}
.fsocial {
	
}
.fsocial li {
	display: inline-block;
	margin: 0 5px;
}
.fsocial li a {
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e1509d;
    line-height: 40px;
    display: inline-block;
}
.footerbottom {
	background-repeat: no-repeat;
	background-size: cover;
}

.locationadd {
	
}
.locationadd ul {
	margin-top: 10px; 
}
.locationadd li{
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #fff;
}
.locationadd li:last-child {
	border-right: none;
}
.locationadd li a{
	color: #fff;
}











/********************************************************************************
********************************** Profile Page *********************************
********************************************************************************/

.lprof_img {
    margin-top: -80px;
}
.protitle {
	position: relative;
}
.protitle span {
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0 20px 0 0;
}
.protitle:after {
	position: absolute;
	content: '';
	width: 100%;
	background: rgba(39, 39, 39, 0.2);
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 1;
}
.ladiesdtls {
	
}
.ladiesdtls li {
	font-size: 20px;
	line-height: 42px;
	border-bottom: 2px dotted #d2d2d2;
}
.ladiesdtls li:last-child {
	border: none;
}
.ratestype {
	
}
.ratestype li {
	display: inline-block;
	font-size: 18px;
	padding: 0 10px;
	position: relative;
}
.ratestype li:after {
	content: '\f08a';
	position: absolute;
	right: -6px;
    top: 2px;
    font-size: 11px;
    font-family: FontAwesome;
    color: #000;
}
.ratestype li:last-child::after {
	content: '';
}

/*.ui-timepicker-standard {
	background-color: transparent;
    border: none;
    color: #454545;
}
.ui-widget-content {
	background: #252525;
}
.ui-timepicker-standard a {
	color: #505050 !important;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #e0509d;
    border: none;
    border-radius: 0;
    font-weight: 400;
    color: #fff !important;
}*/

/****************** Roystar section *****/
.roystarsection  {
	background-repeat: no-repeat;
	background-size: cover;
}

.avaiable_section {
	
}
.avaiable_section .bigtitle{
	font-size: 35px;
}
.roystar_table {
	
}
.roystar_table .table thead tr th {
	text-align: center;
    font-size: 18px;
    background: #e0509d;
    color: #fff;
    border: 1px solid rgba(23, 22, 22, 0.7);
}

.roystar_table .table tbody tr td {
    font-size: 12px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border: 1px solid rgba(23, 22, 22, 0.7);
    padding-bottom: 55px;
    background:#252525 url(../images/icons/not-available.png) center 40px no-repeat;
}
.roystar_table .table tbody tr td.available {
    background:#252525 url(../images/icons/available.png) center 40px no-repeat;
}

.themeform {
	
}
.themeform .form-control,
.themeform select.form-control {
	border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    height: 50px;
    font-style: italic;
    color: #fff;
    border-color: #505050;
}
.themeform select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
.themeform select.form-control option {
	color: #000;
}

.themeform .form-control:focus {
	box-shadow: none;
	border-color: #e0509d;
}
.datepicker {
	background-image: url('../images/icons/calender-black.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.themeform label {
	font-size: 15px;
	font-style: italic;
	color: #545454;
}
.innerladies_carousel .ladies_dtls {

}

.innerladies_carousel .owl-nav {
	top: 50%;
    width: 100%;
    z-index: 8;
    height: auto;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.innerladies_carousel .owl-carousel .owl-nav button.owl-prev, 
.innerladies_carousel .owl-carousel .owl-nav button.owl-next {
	width: 20px;
    height: 45px;
}
.innerladies_carousel .owl-carousel .owl-nav button.owl-prev {
	margin-left: -30px;
}
.innerladies_carousel .owl-carousel .owl-nav button.owl-next {
	margin-right: -30px;
}

/**************************************
********* The Ladies ******************
***************************************/

.single_ladies {
	margin-bottom: 30px;
}
.single_ladies .ladies_img {
	min-height: 450px;
	overflow: hidden;
}
.single_ladies .ladies_img > img{
	width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}
.roster-days {
    width: 90%;
    border: 1px solid #e1509d;
    border-radius: 0;
    left: 0;
    margin: 0 auto;
   *background: #e1509d;
    padding: 0;
}
.roster-days span {
	display: table-cell;
    padding: 9px;
    background: rgba(162, 17, 71, 0.29);
    width: 14.28%;
    border-right: 1px solid rgba(162, 17, 71, 0.3);
    text-align: center;
    color: #a2a2a2;
}
.roster-days span.available {
	background: rgba(162, 17, 71, 1);
	color: #fff;
}


/****************************************************************
************************ News Page ******************************
****************************************************************/

.inner_newsdtls {
	margin-bottom: 15px;
}







/****************************************************************
*********************** Faq Page ********************************
****************************************************************/



.faqsection {
	
}
.faqsection .card {
	border: 1px solid #e1509d;;
    border-radius: 0;
    margin-bottom: 20px;
}

.faqsection .card-header {
	padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
.faqsection .card-link {
	display: table;
    width: 100%;
    background: #e1509d;
    padding: 12px 20px 12px 15px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.faqsection .card-link i {
	float: right;
}
.liststyle {
	
}
.liststyle li {
	padding-left: 30px;
	line-height: 24px;
	position: relative;
}
.liststyle li:after {
	position: absolute;
    content: '\f18e';
    font-family: FontAwesome;
    left: 8px;
    color: #e1509d;
    top: 0;
}









/******************************************
***************** Contact Us **************
******************************************/

.visitdtls {
	
}
.visitdtls li {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #7d7d7d;
	line-height: 30px;
}
.visitdtls li img {
	float: left;
	margin-right: 15px;
	width: 36px;
}

.visitdtls li a {
	color: #7d7d7d;
}
.visitdtls li span {
	
}


/***************************************
***************** Exprence *************
***************************************/

.expladies {
	
}
.expladies .ladies_dtls {
	height: 40%;
    bottom: 0%;
    opacity: 1;
    visibility: visible;
    background: rgba(162, 17, 71, 0.9);
}
.expladies .ladies_img:hover .ladies_dtls {
	height: 50%;
}
.expladies .single_ladies .ladies_img {
    min-height: 260px;
    overflow: hidden;
}
.expladies .single_ladies .ladies_img > img {
	height: 260px;
}
.expladies .ladiesname {
    padding: 0 10px;
    font-size: 18px;
}



/*******************************************
******************** News Details **********
*******************************************/

.newstitle_dtls {
	
}
.newstitle_dtls .title2 span:after {
	background: #de529e;
}
.read-more{
    display: none !important;
}



/*******************************************
****************** Roster Page *************
*******************************************/

.roster_table {
	position: relative;
	margin-bottom: 30px;
}
.roster_table .weekdate{
	background: #e1509d;
    color: #fff;
    font-size: 30px;
    font-family: 'Oswald', serif;
}
.roster_table .weekdate span {
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    margin-left: 25px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    text-align: center;
}
.roster_table .roster_timeshift{
	background: #f5f5f5;
    padding: 5px;
    border: 1px solid #e1509d;
}
.roster_table .roster_timeshift ul {
	margin-bottom: 5px;
}
.roster_table .roster_timeshift ul:last-child {
	margin-bottom: 0;
}
.roster_table .roster_timeshift ul li{
	display: table-cell;
    text-align: center;
    padding-right: 5px;
}
.roster_table .roster_timeshift ul li a,
.roster_table .roster_timeshift ul li span {
	padding: 20px;
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    position: relative;
}
.roster_table .roster_timeshift ul li a {
	color: #040404;
    box-shadow: inset 0 0 1px #b1b1b1;
    *border-radius: 6px;
}
.roster_table .roster_timeshift ul li a:hover,
.roster_table .roster_timeshift ul li a:focus {
	background: #e1509d;
	color: #fff;
}
.roster_table .roster_timeshift ul li:first-child {
	width: 170px;
    padding-right: 40px;
}
.roster_table .roster_timeshift ul li:first-child span {
	background: #151515;
	color: #fff;
	*border-radius: 6px;
}
.roster_table .roster_timeshift ul li span:after {
	position: absolute;
    content: '';
    top: 0px;
    right: -58px;
    border-bottom: 29px solid transparent;
    border-left: 29px solid #151515;
    border-right: 29px solid transparent;
    border-top: 29px solid transparent;
}


/**********************************************
**************** Pagination *******************
**********************************************/


.pagination .page-numbers{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-numbers.current {
    color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #e1509d;
    border-color: #dee2e6;
}
.pagination .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination .page-numbers:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-numbers:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.emimg {
    height: 150px;
    overflow: hidden;
}
.emimg img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.newsimg {
    height: 126px;
    overflow: hidden;
}
.newsimg a img {
    height: 160px;
    object-fit: cover;
    width: 100%;
    *object-position: top;
}
.newsdtls .newsimg {
	height: auto
}

.home_slider img,
.profile_banner img {
	width: 100%;
}
.ladies_img > img {
    height: 440px;
    object-fit: cover;
    object-position: top;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        padding: 0rem 0;
        margin: 0rem 0 0;
        background-color: #000;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0;
    }
}
.footer-banner {
    font-size: 24px;
    line-height: 24px;
    background-color: #000;
    font-weight: bold;
}
.example1 {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.example1 div {
    font-size: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    /* Apply animation to this element */
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
    0%   {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}
.blinking{
    animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
    0%{		color: #000;	}
    49%{	color: transparent;	}
    50%{	color: transparent;	}
    99%{	color:transparent;	}
    100%{	color: #000;	}
}
.wsmenu-click i {
    color: #666666;
}

.mobile-sub .wsmenu-submenu {
    background-color: #434343;
    border: solid 0px #ccc;
}
.mobile-sub .wsmenu-submenu li a {
    background-color: #434343 !important;
    color: #8E8E8E;
}
.mobile-sub .wsmenu-submenu li:hover>a {
    background-color: #e1509d !important;
    color: #ffffff;
}
.marquee {
    width: 100%; /* the plugin works for responsive layouts so width is not necessary */
    overflow: hidden;
    color: rgba(187, 24, 112, 0.9);
    height: 40px;
    line-height: 40px;
}
@media (max-width: 767px) {
    .slider {
        display: flex;
        flex-direction: column;
    }
    .slider .footer-banner {
        order: 1;
        background-color: transparent;
    }
    .slider #homeslider {
        order: 0;
    }
}