/*slider css start*/
body{
	background:#0f0d0e url('../images/bg.png') !important;
	background-attachment: fixed !important;
}
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; 
	background:url('../images/shadow_top.png') no-repeat top center;
}
.flex-caption{ 
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.caption_title_line{
	width:450px;
	height:140px;
	padding:5px 15px 10px 15px;
	background: #567c4661;
    color: #060606;
    text-align: center;
}
.flex-caption h3{
	color:#ffc000;
	font-weight: 700;
	font-size:20px;
	padding:5px 0 5px 0; 
}
ul.contact-icon li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
}
ul.contact-icon li a.whatsapp {
    background: green;
}
ul.contact-icon li a.call {
    background: #b7251a;
}
ul.contact-icon li {
    display: block;
    width: 100%;
    text-align: center;
}
ul.contact-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    display: flex;
}
ul.navbar-nav.ml-auto{
	margin-top: 10px;
}
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	margin: 0;
	background:url('../images/shadow_bottom.png') no-repeat center bottom;
}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%; 
	display: block;
	height: 100vh;
}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {
	width:45px; 
	height:42px;
	margin:0; 
	display: block; 
	position: absolute; 
	right:0; 
	cursor: pointer; 
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background:url('../images/next.png') no-repeat center; 
	bottom:84px;
}
.flex-direction-nav li a.prev {
	background:url('../images/prev.png') no-repeat center;
	bottom:40px;
}
.flex-direction-nav li a.next:hover {
	background:url('../images/next_a.png') no-repeat center;
}
.flex-direction-nav li a.prev:hover {
	background:url('../images/prev_a.png') no-repeat center;
}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: -30px; 
	text-align: center;
	display: none;
}
.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	width: 13px; 
	height: 13px; 
	display: block; 
	cursor: pointer; 
	text-indent: -9999px;
}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
.slider_container{ 
	width:100%; 
	clear:both; 
	background:none;
}
.flexslider {
	width: 100%; 
	margin: 0; 
	padding:0 0 30px 0;
	background:none;
}
.flex-direction-nav li a {
	width:45px; 
	height:42px; 
	margin:0; 
	display: block; 
	position: absolute; 
	right:0px; 
	cursor: pointer; 
	text-indent: -9999px;
}
.flex-direction-nav li a.next {
	background:url('../images/next.png') no-repeat center;
	bottom:85px;
}
.flex-direction-nav li a.prev {
	background:url('../images/prev.png') no-repeat center;
	bottom:40px;
}
.flex-caption { display:none;}
}
/*slider css end*/
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #0e0e0e;
}
nav.navbar.navbar-expand-lg{
	width: 100%;
}
a.nav-link {
    color: #fbfbfb;
    font-weight: 500;
}
a.navbar-brand {
    color: #fbfbfb;
    font-weight: 500;
}
a:hover {
    color: #ffc207 !important;
}
li.nav-item.blinking {
    background: #000;
    border-radius: 8px;
    text-align: center;
    padding: 5px 9px;
    margin-left: 25px;
    font-size: 14px;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.blinking{
    animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #f00; }
    50%{    color: #fff; }
    99%{    color:#f00;  }
    100%{   color: #fff;    }
}
.verified-img img{
    position: fixed;
    z-index: 999;
    top: 0px;
    left: -13px;
    transform: rotate(-96deg);
}
.caption_title_line p{
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}
.city-list ul li a {
    display: block;
    border-bottom: 1px solid #616060;
    width: 100%;
    background: #171717;
    position: relative;
    padding: 10px 20px;
    text-align: left;
    z-index: 9;
    color: #f2f2f3;
}
.city-list h3 {
    background: #416630;
    font-size: 25px;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.city-list ul li a:hover{
	text-decoration: none;
	color: #fff !important;
}
.city-list ul li a:before{
	content: '';
    position: absolute;
    width: 1%;
    height: 100%;
    background: #273e1c;
    top: 0;
    left: 0;
    z-index: -1;
}
.city-list ul li a:hover:before{
	width: 100%;
	transition: 1s;
}
.content-sec {
    background: #181d16;
    padding: 2px 10px;
}
.content-sec h2{
	color: #ffc000;
    font-size: 27px;
    text-align: center;
    padding: 20px 0;
}
.content-sec h1{    
	color: #ffc000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.content-sec p {
    color: #ffffff;
    text-align: justify;
	font-size: 18px;
}
.content {
    padding: 40px 0;
}
.search-list h3 {
    background: #416630;
    font-size: 25px;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.search-list {
    margin-bottom: 10px;
    border: 1px solid #416630;
}
select.girl-list.form-control{
	outline: none;
	border: none;
	box-shadow: none;
	width: 94%;
    margin: 10px auto;
    border-radius: 0;
}
select.select-category.form-control{
	outline: none;
	border: none;
	box-shadow: none;
	width: 94%;
    margin: 10px auto;
    border-radius: 0;
}
.escort-girl-profile{
	border: 1px solid #416630;
	padding:10px;
}
.escort-girl-profile img{
	width: 100%;
}
.escort-girl-profile figcaption{
	background: #d91415;
	text-align: center;
	padding:10px 0;
}
.escort-girl-profile figcaption p {
    margin: 0;
    color: #ccc;
    text-align: center;
}
.escort-girl-profile figcaption a{
    display: inline-block;
    text-align: center;
    padding: 5px 14px;
    color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.escort-girl-profile figcaption a:hover{
	color: #fff !important;
	background: #000;
	text-decoration:none;
	transition: 1s;
}
.escort-girl-bg img {
    width: 68%;
    margin: 20px auto;
    display: block;
}
.content-sec img{
	width: 100%;
} 
footer {
    background: #000 url(../images/lying_on_the_floor_by_reveton50-d8hjbco.png)no-repeat;
    padding: 30px 0 45px;
    background-position: right;
}
footer h3 {
    font-size: 25px;
    color: #ccc;
}
footer ul li a {
    color: #c11313;
    font-size: 14px;
    font-weight: 600;
}
footer figcaption.sign{
    color: #d39e00;
    font-family: cursive;
    font-size: 26px;
    transform: rotate(-8deg);
    position: relative;
    right: -42px;
    top: -28px;
}
.parallex-area {
    background: url(../images/about-bg.jpg) left no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    padding: 90px 0;
}
.parallex-overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.breadcrumb-custom h2 {
    color: #fff;
    position: relative;
}
.breadcrumb-custom ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.note {
    background: #fff;
    padding: 20px;
}
header.fixed {
    position: fixed;
}
.contact-box {
    background: #fff;
    margin-top: 30px;
}
.contact-box ul{
    padding: 0px 20px 20px 20px;
}
.contact-box h5 {
    background: #416630;
    padding: 10px 20px;
    font-size: 25px;
    color: #fff;
}
.contact-box b {
    color: #f00;
    font-size: 16px;
}
.contact-box li {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid;
}
.service-list li{
    color: #ccc;
}
.profile img{
    width: 100%;
    height: 400px;
}
.profile figcaption{
    background: #416630;
    color: #fff;
    text-align: center;
}
.profile figcaption p{
    text-align: center;
    color: #fff;
}
.profile figcaption a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 17px;
    color: #fff;
    margin-bottom: 10px;
}
.profile figcaption a:hover{
    color: #fff !important;
    background: #000;
    text-decoration: none; 
}
.button-sec a{
    display: inline-block;
    border: 1px solid #f7f7f7;
    color: #000;
    padding: 10px 20px;
    background: #fff;
}
.button-sec a:hover{
    text-decoration: none;
    color: #f00;
}
.profile {
    margin-bottom: 30px;
}
.profile-sec img{
    width: 100%;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #f7f7f7 !important;
}
.profile-sec h2 {
    font-size: 22px;
    text-align: center;
    padding: 17px 0;
    color: #dc3545;
}
ul#lightgallery li img{
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
}
.phone-sec{
    display: none;
}
ul.gray li{
    color: #ccc;
}
@media screen and (max-width: 768px){
    nav.navbar.navbar-expand-lg {
        width: 100%;
        background: #fff;
    }
    .phone-sec{
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 19px;
        font-weight: bold;
    }
    a.navbar-brand {
        color: #080808;
        font-weight: 500;
        font-size: 16px;
    }
    a.nav-link {
        color: #020202;
        font-weight: 500;
    }
	header {
	    position: relative;
	    z-index: 99;
	    width: 100%;
	    background: #fff;
	}
	.verified-img img{
		display: none;
	}
	.flexslider .slides img {
    width: 100%;
    display: block;
    height: 35vh;
}
}