body{
	background: url('../images/bg1.png');

}
.coli{
    width: 130px;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index:9;
    font-size:18px;
    box-shadow:1px 1px 6px 1px #000;
    padding:0 10px;
}
.coli i{
    margin-left:10px;
}
.unique-links ul li{
	min-width:calc(25% - 10px);
	margin:0 4px 10px 0;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
	transition:all .3s ease-in-out;
	font-family:open sans,sans-serif;
	border-radius:50px;
	background-image:linear-gradient( 98.3deg,rgb(189 19 50) 10.6%,#101111 97.7% );
	color:#fff;
	box-shadow:0 1px 2px 0 rgba(60,64,67,.302),0 1px 3px 1px rgba(60,64,67,.149);
	padding:10px 20px!important
	
	
}

.butt-pad {
    padding: 30px;
    border: 3px solid #ff7801;
    text-align: center;
    margin: 0 0 20px;
    background: #aa076b;
    background-image: none;
    background-image: radial-gradient( circle 1192px at 21.5% 49.5%,rgb(0 0 0) 0.1%,rgb(219 167 71) 100.2% );
    height: auto;
    width: auto;
    overflow: auto;
}

.unique-links ul {
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 767px){
    .escorts-area-list a, .unique-links ul li {
        min-width: calc(100% - 0px);
    }
    
}
@media screen and (max-width: 991px){
    .escorts-area-list a, .unique-links ul li {
        min-width: calc(50% - 10px);
    }
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-hair a{
	display:block;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	font-family:open sans,sans-serif
}

.unique-links ul li a:hover{
	text-decoration:none

}

.butt-pad h4{
	font-size:30px!important;
	color:#fff!important;
	text-align:center;
	margin-bottom:0;
	padding:20px 0
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

a:hover{
	text-decoration: none;
}
.font-40{
	color: floralwhite;
	font-size: 40px;
}

header img{
	width: 100%;
	height: auto;
}
.nv-bg{
	background:#123e4b;
	display: none;
}
nav{
	background:#123e4b;
}
nav ul {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center;
}
nav ul li{
	list-style: none;
	text-decoration: none;
	display: inline-block;
}
nav ul li a{
	display: inline-block;
	padding: 16px 22px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
nav ul li a:hover{
	text-decoration: none;
	color: #000;
}
.nav-active{
	background: #f51793;
}
.nav-active:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.nav-button{
	padding: 10px;
	cursor: pointer;
}
.nav-button i{
	font-size: 40px;
    font-weight: 800;
    color: #fff;
}

/*fixed city name*/
.sidebar-left ul{
	margin: 0;
	padding: 0;
}
.sidebar-left li{
	list-style: none;
}
.sidebar-left{
	display: none;
}
.city-header-left{
	border-radius: 4px;
}
.city-header-left a {
	background: #e42626;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
}
.city-header-left a:hover{
	text-decoration: none;
}
.city-left li {
    background: #18a5ce;
    width: 115px;
    height: 40px;
    border-radius: 4px;
}
.city-left li:hover{
	background: #1093b9;
}
.city-left li a {
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
}
.city-left li a:hover{
	text-decoration: none;
}

.sidebar-right ul{
	margin: 0;
	padding: 0;
}
.sidebar-right li{
	list-style: none;
}
.sidebar-right{
	display: none;
}
/*fixed city name*/
footer h2{
	color: floralwhite;
}

/*footer section*/

footer{
	padding: 20px 0;
	background: #c31432; 
	background: -webkit-linear-gradient(to bottom, #240b36, #c31432);  
	background: linear-gradient(to bottom, #240b36, #c31432); 

}
footer h1{
	color: floralwhite;
}
footer img{
	width: 100%;
}
.links ul{
	padding: 0;
	margin: 0;
}
.links ul li{
	list-style: none;
}
.links ul li a{
	color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.links ul li a:hover{
	text-decoration: none;
}
.links h2{
	text-decoration: underline;
    text-decoration-color: floralwhite;
    text-underline-position: under;
}
.hire h2{
	text-decoration: underline;
    text-decoration-color: floralwhite;
    text-underline-position: under;
} 
.foot-img ul{
	padding: 0;
	margin: 0;
}
.foot-img ul li{
	list-style: none;
}

/*footer section*/

/*main section*/

.main-section .left-side-img img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.main-section .content p{
	text-align: justify;
}
.lux-esc{
	background: #2a0c36;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding: 10px;
}
.content .profile-center{
	margin-bottom: 20px;
}
.profile-center{
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.profile-center img{
	width: 100%;
	margin: 0 !important;
}
.Blog img{
	width: 100%;
}
#demo img{
	width: 100%;
}
#demo{
	margin-top: 90px;
}
#gallery .profile-center img{
	width: 100%;
	height: 300px;
}
.profile-center figcaption p{
	text-align: center !important;
	margin: 0;
	color: #2a0c36;
    font-weight: 600;
}
.profile-center figcaption p i{
	color: green;
	margin-left: 5px;
	font-size: 13px;
}
/*main section*/

/*category*/
.category{
	background: #61efe99e;
	max-width: 1110px;
}
.category img{
	width: 100%;
}
.text p{
	text-align: justify;
}
/*category*/
#rate-table{
	display: inline-table;
}
#rate-table td{
	border:1px solid #e91e63;
}
#rate-table th{
	border:1px solid #000;
}
#rate-table thead{
	background: #e91e63;
    color: #fff;
}

h2.h2-bg-full{
	display: inline-block;
    background: #2a0c36;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

h2.h2-bg{
	display: inline-block;
    background: #2a0c36;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.custom-btn{
	border: 1px solid #000;
    display: inline-block;
    padding: 5px 44px;
    font-weight: 700;
    color: #000;
}
.booking-option{
	box-shadow: 1px 1px 9px 0px #191818;
    padding: 15px;
}
.booking-option img{
	display: block;
	margin: auto;
}
.booking-option h3{
	font-size: 60px;
}
.booking-option ul{
	background: #e91e63;
    color: #fff;
    padding: 20px;
}
.booking-option ul li{
	padding: 5px 0;
    font-size: 24px;
}
.booking-option ul li i{
	font-size: 30px;
    margin-right: 15px;
}
@media screen and (max-width: 992px){
	nav{
		display: none;
	}
	.nv-bg{
		display: block;
		border-bottom: 1px solid #717171;
	}
	nav ul li{
		display: block;
		text-align: left;
	}
	nav ul li a{
		display: block;
		padding: 10px;
	}
	.number li{
		list-style: none;
	}
	.number li a{
		display: block;
	    padding: 7px;
	    text-align: center;
	    color: #fff;
	    font-size: 20px;
	    font-weight: 700;
	}
	nav ul li a.nav-active{
		display: none;
	}
}

@media screen and (min-width: 992px){
	nav{
		display: block !important;
	}
	.number{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.sidebar-left {
		display: block;
    	position: fixed;
    	top: 15%;
    	left: 0;
	}
	.sidebar-right {
		display: block;
    	position: fixed;
    	top: 15%;
    	right: 0;
	}
	li.city-header-left {
		list-style: none;
    	margin-bottom: 18px;
	}
}

.profile-img img{
	width: 100%;
	margin-bottom: 30px;
}
.table-bg{
	background: #f7f4f4;
}



@media screen and (max-width:768px){
    footer h2 {
        color: floralwhite;
        font-size: 22px;
    }
	.lux-esc {
        background: #2a0c36;
        color: #fff;
        font-size: 21px;
        text-align: center;
        padding: 10px;
    }
    h3.text-center.p-3{
        font-size:21px;
    }
}

 .tele{
    width: 130px;
    height: 40px;
    background: #ff006a;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: left;
    line-height: 40px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index:9;
    font-size:18px;
    box-shadow:1px 1px 6px 1px #000;
    padding:0 10px;
}
.tele i{
    margin-right:10px;
}
