body{
	background: url('../images/bg.jpg')repeat;
}
.width{
	width: 100%;
}
.social-section {
    background: #3697f5;
    padding: 10px;
    text-align: left;
}
a:hover{
	text-decoration: none;
}
.number a{
    background: #ffc107;
    width: 180px;
    display: inline-block;
    border-radius: 23px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #112c5b;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 120px;
    left: 20px;
}
.email a{
	background: #ffc107;
    width: 190px;
    display: inline-block;
    border-radius: 23px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.number a:hover{
	background: #000;
	color: #fff;
	transition:1s;
}
.email a:hover{
	background: #000;
	color: #fff;
	transition:1s;
}
.social-icon ul{
	padding: 0;
	margin: 0;
}
.social-icon ul li{
	display: inline-block;
}
.social-icon ul li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #ffc107;
	text-align: center;
	color: #000;
}
.social-icon ul li a:hover{
	color: #fff;
	background: #000;
	transition: 1s;
}
nav {
    background: #212529;
}
nav img{
	background: #fff;
	padding: 5px 10px;
}
nav ul{
	padding: 0;
	margin: 0;
}
nav ul li{
	display: inline-block;
} 
nav ul li a {
    display: inline-block;
    color: #ffc107;
    padding: 23px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
nav ul li a:hover{
	color: #fff;
	background: #000;
	transition: 1s;
}
.logo i{
	margin-top: 10px;
	font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
    float: right;
    display: none;
}
.whatsapp {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99999;
}
.whatsapp a{
    background: green;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 36px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.content-box{
    background: #fff;
}
.escort-place{
    background: #fff;
}
.escort-place ul{
    padding: 0;
    list-style: none;
}
.escort-place ul li a {
    background: #082e50;
    display: block;
    margin-bottom: 1px;
    padding: 4px 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.escort-place ul li a:before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ffc107;
    top: 0;
    left: 0;
    z-index: -1;
}
.escort-place ul li a:hover{
    color: #000;
}
.escort-place ul li a:hover:before{
    width: 100%;
    transition: 1s;
}
.escort-place h3 {
    margin: 0;
    padding: 4px 20px;
    color: #000;
    background: #ffc107;
}
img.custom-width{
    width: 100%;
    height: 380px;
}
 h3.title {
    margin: 0;
    padding: 7px 20px;
    color: #000;
    background: #ffc107;
    font-size: 22px;
}
h3.border-custom{
    border: 3px solid #082e50;
    border-bottom: none;
}
h1.head-text {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #082e50;
    margin-bottom: 15px;
}
.content-box {
    background: #fff;
    padding: 20px;
}
.content-box p {
    text-align: justify;
    font-size: 15px;
    color: #5d5c5c;
    font-weight: 500;
}
div#carouselExampleFade1 {
    padding: 3px;
    background: #082e50;
}
.side-carousel{
    margin-bottom: 20px;
}
.independent-escort{
    margin-bottom: 20px;   
}
.img-sec{
    padding: 3px;
    background: #082e50;
}
footer {
    background: #082e50;
    padding: 25px 0;
}
footer h3 {
    color: #ffc107;
    position: relative;
    margin: 20px 0 30px 0;
    font-size: 22px;
}
footer h3:before{
    content: '';
    position: absolute;
    width: 28%;
    height: 3px;
    background: #e0aa09;
    bottom: -8px;
    left: 0;
}
footer p{
    color: #dad8d8;
}
.services-caption ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-caption ul li a {
    display: block;
    font-size: 15px;
    padding: 5px 0;
    color: #dae0e5;
    border-bottom: 1px solid;
}
.services-caption ul li a:hover{
    color: #f00;
    transition: 0.5s;
}
.booking-caption ul li{
    color: #ccc;
}
.copyright{
    line-height: 57px;
    float: right;
    font-weight: 700;
    color: #ffc107;
}
.footer-bottom {
    background: #062540;
}
.arrow-up i{
    position: fixed;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #ffb736;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #082e50;
    cursor: pointer;
}
.copyright img{
    width: 30px;
}
.girl-image {
    padding: 15px;
}
.girl-image img{
    width: 100%;
    height: 325px;
}
.avail-girl {
    margin: 30px 0;
    padding: 10px;
    background: #082e50;
}
.avail-girl .col-sm-3{
    padding: 0;
}
.avail-girl .col-sm-4{
    padding: 0;
}
.avail-girl.service-box img{
    height: 250px !important;
    width: 100%;
}
.girl-image figcaption a {
    display: block;
    background: #fff;
    text-align: center;
    color: #082e50;
    font-weight: 700;
    padding: 5px;
}
.gallery-contain {
    margin: 30px 0;
    padding: 0px !important;
    background: #082e50;
    overflow: hidden;
}
.about-bg{
    background: url('../images/about-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.service-bg{
    background: url('../images/service-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.gallery-bg{
    background: url('../images/gallery-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.gallery-bg h1{
    position: relative;
    color: #fff;
}
h1.overlay-text{
    position: relative;
    color: #fff;
}
.rates-bg{
    background: url('../images/rates-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.noida-bg{
    background: url('../images/slider1.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.noida-sec6-bg{
    background: url('../images/slider3.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.rates-bg h1{
    position: relative;
    color: #fff;
}
.about-bg h1{
    position: relative;
    color: #fff;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21252975;
}
h3.table-head {
    background: #fff;
    margin: 0;
    font-size: 17px;
    padding: 10px;
    margin-top: 10px;
}
.table-bordered {
    border: 1px solid #dee2e6;
    color: #fff;
}
.contact-info{
    padding: 20px;
    margin: 0;
    list-style: none;
}
.contact-info li{
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
}
.contact-info li i{
    color: #ffc107;
    font-size: 17px;
    margin-right: 10px;
}
.contact p {
    padding: 20px 20px 0 0;
    color: #c7c7c7;
    margin: 0;
}
.cheap-escort-bg{
    background: url('../images/cheap-escort-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.russian-escort-bg{
    background: url('../images/russian-escort-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.Airhostess-escort-bg{
    background: url('../images/air-hostess-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.Airhostess-escort-bg h1{
    position: relative;
    color: #fff;
}
.russian-escort-bg h1{
    position: relative;
    color: #fff;
}
.cheap-escort-bg h1{
    position: relative;
    color: #fff;
}
.custom-para p{
    color: #ccc;
    padding: 10px 0;
    line-height: 30px;
    margin: 0;
}
h4.number {
    font-size: 20px;
    text-align: center;
    color: #ff0;
}
.housewife-escort-bg{
    background: url('../images/air-hostess-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
.housewife-bg{
    background: url('../images/housewife-bg.jpg')no-repeat;
    padding: 134px 0;
    position: relative;
    text-align: center;
}
h1.rel{
    position: relative;
    color: #fff;
}






