@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html {
  scroll-behavior: smooth;
}
*{
	font-family: 'Poppins', sans-serif;
}
.navbar{
	padding: 0;
	background: #efa419;
}
ul.navbar-nav{width: 100%;}
p{
	text-align: justify;
}
a:hover{
	text-decoration: none;
}
.model-escort .owl-info img{
	width: 100%;
	height: 300px;
}
.bg-owl{
	background: #d29016;
}	
.item{
    position: relative;
}
.overlay-sec {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 0%;
    background: #d2901652;
    transition: 1s;
}
.model-escort .owl-info {
    padding: 67px 40px;
}
.item:hover .overlay-sec {
    height: 100%;
    transition: 1s;
    top: 0;
}
.overlay-sec .overlay-text a{
    color: #d29016;
}
.overlay-sec .overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.owl-info h3{
    color: #441d07;
    margin-bottom: 20px;
    font-size: 26px;
}
.model-escort .owl-info span {
    background: #000;
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 25px;
    margin-right: 5px;
    color: #fff;
}
button:focus{
	outline: none;
}
.model-escort .owl-nav {
    display: block !important;
    position: absolute;
    bottom: -10px;
    left: -12%;
}
.model-escort .owl-nav span {
    background: #d89415;
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 25px;
    margin-right: 5px;
    color: #fff;
    box-shadow: 1px 1px 4px 0px #000;
}
#model{
	background: #d89415;
}
.owl-dots {
    display: none;
}
.top-header {
    background: #efa41926;
}
.top-header ul.contact-info {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}
.top-header ul.contact-info li a{
	color: #000;
}
.top-header ul.contact-info li a i{
	color: #9b4a1c;
	margin-right: 5px;
}
.nav-link {
    padding: 15px 40px !important;
    position: relative;
    display: inline-block;
    background: #efa419;
    color: #752e06;
    font-size: 17px;
}
.nav-link:hover{
    color: #fff;
}
header {
    background: #efa419;
}
.carousel-caption {
	background: #efa4196b;
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    padding: 2.25rem;
    color: #fff;
    text-align: left;
    z-index: 9999;
    border-radius: 5px;
}
.carousel-caption h5 {
    font-size: 40px;
}
.carousel-caption p{
	text-align: left;
}
a.slider-btn {
    background: #271900;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 3px;
}
.common-padding {
    padding: 50px 0;
}
.escort-area{
	background: #d2901624;
}
.bg-redish{
	background: #d2901624;
}
.title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.title:before {
    content: '';
    position: absolute;
    bottom: -21px;
    background: #f9efde;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #989090;
    z-index: 9;
}
.title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    background: #989090;
    height: 1px;
    width: 69%;
    left: 50%;
    transform: translate(-50%);
}
.title a{
	color: #000;
}
.title a:hover{
	color: #f00;
}
.escort-place h4 a{
    color: #d29016;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.escort-place h4 a:hover{
	color: #271900;
}
.escort-place p{
	text-align: center;
}
.escort-place {
	position: relative;
    padding: 55px 5px 20px;
    background: #fff;
    border-radius: 5px;
    margin: 50px 0 35px;
    border: 1px solid #d2d2d2;
}
.escort-place .icon{
	height: 78px;
	position: absolute;
	top: -36px;
	width: 78px;
	left: 50%;
	transition: 1s;
	transform: translate(-50%);
}
.escort-place .icon i {
    background: #d29016;
    color: #fff;
    display: block;
    font-size: 32px;
    height: 60px;
    left: 9px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 60px;
    z-index: 1;
}
.icon i.icon2{
	background: #92c135;
}
.icon i.icon3{
	background: #0072A5;
}
.icon i.icon4{
	background: #d29016;
}
.escort-place .icon:after {
	border-radius: 4px;
    background: #fff;
    border: 1px solid #d2d2d2;
    content: "";
    display: block;
    height: 80px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 78px;
}
.escort-place:hover .icon{
	transform: translateX(-50%) rotate(45deg);
	transition: 1s;
}
.ref {
    position: absolute;
    bottom: -15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    color: #9c9c9c;
    background: #fff;
}
.ref:hover{
	color: #333;
	border: 1px solid #333;
}
.ref i{
	text-align: center;
	line-height: 20px;
	display: inline-block;
}
.girl-profile{
	background: #ab6f01;
}
.dark-bg{
	background: #ab6f01;
}
.girl-profile .title:before {
    content: '';
    position: absolute;
    bottom: -21px;
    background: #d29016;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #fff;
    z-index: 9;
}
.girl-profile .title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    background: #fff;
    height: 1px;
    width: 69%;
    left: 50%;
    transform: translate(-50%);
}
.profile-wrap {
    background: #9b4a1c;
    padding: 10px;
    box-shadow: 2px 7px 8px 1px #ffb327;
    margin: 15px 0 0;
}
.profile-wrap img{
	width: 100%;
}
.profile-wrap .book-gif{
	margin-bottom: 10px;
    border-radius: 30px;
}
.profile-wrap figcaption{
	padding-top: 5px; 
}
.profile-wrap figcaption a {
    display: block;
    color: #fff;
    text-align: center;
}
.profile-wrap figcaption a:hover{
	color: #f00;
}
.profile-wrap:hover{
	background: #000;
	cursor: pointer;
}
.profile-wrap figcaption p {
    text-align: center;
    color: #ff0;
    margin-bottom: 5px;
}
ul.social-profile{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
ul.social-profile li{
	display: inline-block;
}
ul.social-profile li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #333;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
ul.social-profile li a:hover{
	background: #000;
	color: #fff;
}
ul.social-profile li a i{
	color: #fff;
}
h3.content-title {
    color: #9b4a1c;
    font-size: 32px;
}
h4.slider-title {
	margin-top: 10px;
    background: #9b4a1c;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px 10px;
    box-shadow: 7px 5px 0px #efa620;
    margin-bottom: 20px;
}
h4.slider-title a{
	color: #fff;
}
.punch-line .title-text{
	color: #fff;
	margin-bottom: 20px;
}
.punch-line a {
    background: #fff;
    color: #4c3202;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.punch-line a i{
	display: inline-block;
	margin-right:6px; 
}
.punch-line a:hover{
	background: #000;
	color: #fff;
}
.image-wrap img{
	width: 100%;
}
.image-wrap {
    border: 1px dashed #000000;
    margin-bottom: 15px;
    padding: 10px;
    background: #ab6640;
    position: relative;
}
.image-wrap:after {
    content: '';
    position: absolute;
    width: 88%;
    height: 91%;
    background: #ab66402e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #000000;
}
.image-content{
	background: #9b4a1c;
}
.ban-sec{
    background: #6b3208;
    padding: 25px;
    margin-top: 20px;
}
.ban-sec img {
    margin: auto;
    display: block;
    width: 120px;
    border: 1px solid #000;
    padding: 4px;
    border-radius: 50%;
}
.price-chart {
    text-shadow: 3px 2px 3px #000;
    text-align: center;
    margin: 20px 0;
    border: 4px ridge #fed167;
    background-color: #9b4a1c;
    box-shadow: 2px 7px 8px 1px #ffb327;
    color: #fff;
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-image: url(../images/divider-top-b.png),url(../images/divider-bottom-b.png);
    padding: 70px 0;
}
.head {
    font-size: 1.5rem !important; 
}
.price-chart div {
    font-size: 1rem;
    padding-bottom: 5px;
}
.location-wrap {
    overflow: auto;
    height: 169px;
}
ul.escort-city {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.escort-city li{
	display: inline-block;
	flex-grow: 1;
}
ul.escort-city li a {
	color: #fff;
    display: inline-block;
    padding: 10px 15px;
    background: radial-gradient(circle,#7e5923,#fed167);
    font-size: 14px;
    margin-bottom: 10px;
}
ul.escort-city li a:hover{
    color: #f00;
}
.location {
    background: #674300;
}
.color-white{color: #fff;}
footer.bg-black {
    background: #000;
    padding: 50px 0;
}
footer .footer-head{
    margin-top: 30px;
}
footer .footer-head h3{
    color: #674300;
}
footer .footer-head ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .footer-head ul li{color: #fff;}
footer .footer-head ul li a{color: #fff;}
ul.imp li a{
    color: #fff;
}
ul.imp li a:hover{
    color: #674300;
}
.copyright-text {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.link ul li{display: inline-block;margin-right: 5px;}
.link ul li a{
    color: #fff;
}
.copyright {
    background: #171717;
    padding: 15px;
}
.top-banner{
    position: relative;
}
.top-banner img{width: 100%;}
img.pos-abs {
    position: absolute;
    bottom: 35px;
    left: 55px;
    width: 200px;
}
.breadcrumb-wrap{
    position: relative;
}
.breadcrumb-wrap img{
    width: 100%;
}
.breadcrumb-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efa4194d;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.breadcrumb-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-text ul li{
    display: inline-block;
}
.breadcrumb-text ul li a{
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.right-image img{
    width: 100%;
}
.service-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-list li {
    display: inline-block;
    background: #9b4a1c;
    padding: 10px;
    margin-bottom: 5px;
    flex-grow: 1;
    margin-right: 5px !important;
}
.content-sec h3{
    color: #f9efde;
}
.content h3{
    color: #a3541b;
}
.api.whatsapp {
    display: none;
}
.whatsapp a {
    position: fixed;
    z-index: 99999;
    background: green;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    bottom: 5px;
    right: 15px;
    bottom: 20px;
    border-radius: 2px;
    transition: 1s;
}
.back-top{
    position: fixed;
    z-index: 99999;
    background: orange;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    bottom: 65px;
    right: 15px;
    border-radius: 2px;
    transition: 1s;
}

@media screen and (max-width: 768px){
    .api.whatsapp {
        display: block;
    }
}

@media screen and (min-width: 768px){
	.top-header ul.contact-info{
		text-align: right;
	}
	.nav-link:after {
	    content: '';
	    width: 1px;
	    height: 100%;
	    right: 0;
	    top: 0;
	    position: absolute;
	    background: #713614;
	    transform: skew(-19deg);
	    z-index: 9;
	}
	.book-btn:after {
		display: none;
	}
}
@media screen and (max-width: 768px){
    .model-escort .owl-nav {
        display: block !important;
        position: absolute;
        bottom: -10px;
        left: 2%;
    }
    footer .footer-head {
        margin-left: 25px;
    }
    .copyright ul.social-profile{
        text-align: left;
    }
	.top-header ul.contact-info{
		margin-top: 4px;
	}
	.top-header{
		text-align: center;
	}
	.carousel-caption{
		padding: 1rem;
	}
	.carousel-caption {
    	bottom: 5%;
  	}
}
@media screen and (max-width: 460px){
  .carousel-caption {
    bottom: 7%;
  }
  .carousel-caption h5 {
    font-size: 25px;
  }
  .carousel-caption p {
	    text-align: center;
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	a.slider-btn{
		padding: 5px 15px !important;
	}
}
@media screen and (max-width: 425px){
	.carousel-caption h5 {
    	font-size: 15px;
    	text-align: center;
	}
	.carousel-caption p {
	    text-align: center;
	    margin-bottom: 5px;
	    font-size: 14px;
	}
  	.carousel-caption {
    	bottom: 0%;
  	}  
}












