* {
	-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
}

a:focus {
	outline: 0!important;
	outline-offset: 0!important
}

img {
	display: block
}



h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

body {
	margin: 0;
	background: #07060c;
	position: relative;
	color: #fff;
	font-family: "Cabin", sans-serif;
	font-style: normal;
}

.container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.clearfix {
	clear: both
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}
.banner{
	background: #07060c;
}
.banner img {
	display: block
}
.banner-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.mobile {
	display: none!important
}

.mobile-menu {
	display: block;
	width: 100%;
	
	line-height: 1.6em;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

.mobile-menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
	width: 100%;
   background: #131216;
	
}

.mobile-menu li {
	display: inline-block
}

.mobile-menu li a {
	display: block;
	text-align: center;
   
	color: #fff;
	text-transform: uppercase;
  
	text-decoration: none;
	padding: 15px 30px;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	
}

.mobile-menu li a:hover {
	background: #c40000
}

.mobile-menu li ul {
	display: none
}

.mobile-menu li ul li {
	display: block;
	float: none
}

.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px
}

.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px 15px;
	display: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 10px;
}

.mobile-menu .show-menu span {
	padding-left: 25px
}

.mobile-menu input[type=checkbox] {
	display: none
}

.mobile-menu input[type=checkbox]:checked~#menu {
	display: block
}

@media screen and (max-width:800px) {
	.mobile-menu .lines {
		border-bottom: 15px double #f8f8f8;
		border-top: 5px solid #f8f8f8;
		content: "";
		height: 25px;
		width: 37px;
		padding-right: 15px;
		float: right
	}
	.mobile-menu ul {
		position: static;
		display: none
	}
	.mobile-menu li {
		margin-bottom: 1px
	}
	.mobile-menu li a,
	.mobile-menu ul li {
		width: 100%
	}
	.mobile-menu .show-menu {
		display: block
	}
}

.whatsapp {
	position: fixed;
	bottom: 100px;
	z-index: 999;
	right: 1%;
	width: 50px;
	height: 50px
}

.whatsapp a {
	display: block
}

.phone {
	position: fixed;
	bottom: 30px;
	z-index: 999;
	right: 1%;
	width: 50px;
	height: 50px
}

.clearfix {
	clear: both;
	display: block;
	width: 100%
}

.header-top
{
padding: 30px;
background: #000;
margin-bottom: 40px;
}
.head-cntct
{
text-align: center;
}
.menu-sec
{
margin-bottom: 20px;
margin-top: 20px;
}
.menu-btm img
{
display: block;
width: 100%;
}
.rightbnglr
{
background: #121212;
padding: 10px;
border-radius: 10px;
}
.rightbnglr h2
{
padding: 5px 0;

font-size: 17px;
font-weight: 600;
color: #fff;
text-align: center;
background: #c40000;
border: 1px solid #f77f7f;
border-radius: 3px;
margin: 2px 8px;
}
.rightbnglr img
{
display: block;
width: 90%;
border-radius: 3px;
margin: 15px auto;
}
.rightbnglr ul
{
list-style: none;
font-size: 16px;
padding: 10px;
}
.rightbnglr ul li
{
padding: 5px 0 5px 22px;
line-height: 22px;
text-align: left;
background: url(img/arow.png) left no-repeat;
}
.rightbnglr ul li a, .rightbnglr p a
{
color: #fff;
}
.follow
{
display: block !important;
}
.follow li
{
float: left;
background: none !important;
padding: 0 !important;


}
.clear
{
clear: both;
display: block;
width: 100%;
}
.escorts-rate img
{
display: block;
width: 100%;

}
.tags-box
{

padding: 40px 0;
}
.tags-box h4
{
width: 100%;
margin: 15px 10px;
font-weight: 700 !important;
font-size: 20px;
text-transform: uppercase;
color: #fff;
letter-spacing: 2px;
}
.tags-box a {
padding: 2px 12px;
line-height: 35px;
background: #d50000;
font-size: 16px;

margin: 5px 5px;
float: left;
color: #fff;
transition: all 0.3s ease-in-out;
}
.tags-box p a
{
font-size: 20px;
background: none;
padding: 0;
background: #d50000;
float: none;
padding: 2px 12px;
}
.tags-box p
{
font-size: 20px !important
}
.ftr
{
background: #121212;
padding-bottom: 20px;
border: 1px solid #121212;
}

.md-5 {
	width: 41.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}

.md-6 {
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}
 .md-8 {
	width:66.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}
.md-4 {
   width:33.33333333%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}

.md-2 {
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}

.md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.md-9
{
	width: 75%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}
.md-3 {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}

.logo img {
	display: block;
	margin: 0 auto
}

.category-menu {
	padding: 15px 0;
	border: 1px solid #ff6400;
	background: #870000;
	background: -webkit-linear-gradient(to right, #000, #870000, #000);
	background: linear-gradient(to right, #000, #870000, #000)
}

.escorts-list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	padding: 0
}

.escorts-img {
	padding: 7px;
	float: left;
	width: 25%
}

.escort-content {
	background: #c40000;
	padding: 5px;
	border: 1px solid #f77f7f;
}

.escort-content img {
	width: 100%
}

.poster img,
.brnd-img img,
.banner img {
	width: 100%
}
.bnr-text h1{
	font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 50px;
}
.bnr-text{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.callnow {
    margin-right: 19px;
    width: 200px;
    height: 46px;
    background: #c40000;
    border-radius: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}
.callnow::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 10px;
    background: url(img/call-icon.png) no-repeat;
    height: 32px;
    width: 32px;
}
.bnr-text select{
	margin-right: 19px;
    width: 200px;
    height: 46px;
    background: #c40000;
    border-radius: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding-left: 35px;
	border: none;
	text-align: left;
}
.bnr-text h1 span{
	color: #c40000;
}
.name  {
	text-align: center;
	color: #fff;
	font-size:20px;
	padding: 10px 0;
}
.dis
{
	text-align: center;
	color: #fff;
	font-size:18px;
	padding: 0 0 5px 0;
}
.escort-ctgry {
	font-weight: 700;
	color: #e5e200;
	display: block;
	text-align: center;
	font-size: 13px
}
.escorts-models{
	background: #121212;
	padding: 50px 0;
	margin: 40px 0;

}
.escorts-models h2{
	font-size: 40px;
	margin: 30px 0;
}
.abt-escort {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 700
}

.category-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	padding: 30px 0
}

.category-list a {
	min-width: calc(25% - 10px);
	padding: 15px 20px;
	margin: 0 4px 10px 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background-image: linear-gradient(.9deg, #ffc230 11.2%, #ff7c00 100.2%);
	color: #fff;
	transition: all .3s ease-in-out;
	border-radius: 25px
}

.text-bg {
	background: #4f0303;
	padding: 15px
}

.text-area h2 {
	text-align: center;
	font-size: 35px;
	margin-top: 20px;
	color: #c40000
}

.text-area h3
 {
	font-size: 25px;
	margin-top: 20px;
	color: #ff6400
}

.text-area h5 {
	margin-bottom: 0
}

.text-area p {
	text-align: justify;
	line-height: 30px;
	font-size: 16px
}

.text-area ul li {
	text-align: justify;
	line-height: 30px;
	font-size: 15px;
	font-weight: 700
}

.text-area p a,
.text-area ul li a {
	color: #e5e200
}

.text-area p b {
	color: #fc0
}

.text-area p a:hover,
.text-area ul li a:hover {
	text-decoration: underline
}

.float-right {
	float: right
}

.float-left {
	float: left
}

.area-list {
	padding: 0;
	list-style-type: none
}

.area-list li a {
	padding: 15px 0 15px 15px;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	transition: all .4s;
	border-bottom: 1px dotted #fff;
	position: relative;
   
}

.area-list li a::before {
	position: absolute;
	content: "*";
	color: #fff;
	font-size: 20px;
	left: 0;
	top: 13px
}

.escort-area {
	background-image: radial-gradient(circle 906px at 9.7% -9%, #a30000 25.7%, #fa0d0d 60.5%, #ff3b14 100.2%);
	margin: 40px 0;
	padding-top: 30px
}

.escort-area h3 {
	color: #fff;
	font-size: 25px
}

.poster {
	margin-top: 30px
}



footer ul {
	padding: 15px 0;
	margin: 0;
	display: table;
	margin: 0 auto
}

footer ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px
}

footer ul li a {
	color: #fff
}

footer ul li:last-child {
	margin: 0
}

.cp-ryt h5 {
	text-align: center;
	font-size: 13px;

}
.cp-ryt h5 a
{
	color: #fff !important;
}

.whatsapp img, .phone img{
	width: 45px;
}

@media (max-width:1199px) {
	.container {
		width: 970px
	}
	.bnr-text h1{
		font-size: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {
	.container {
		width: 750px
	}
}

@media (max-width:767px) {
	.container {
		width: 100%
	}
	.desktop {
		display: none!important
	}
	.mobile {
		display: block!important
	}
	.md-6 {
		width: 100%
	}
	.call {
		top: 64%
	}
	.slog {
		top: 49%
	}
	.brnd-name {
		top: 24%
	}
	.logo img {
		width: 100%!important;
		height: auto!important
	}
	.dropdown {
		padding: 15px
	}
	.banner-grid{
		display: block;
	}
}

@media (max-width:499px) {
	.header-top h1 span
	{
		font-size: 35px !important;
		letter-spacing: 0 !important;
		line-height: 28px !important;
	}
	.header-top h1 
	{
		text-align: center;
		line-height: 28px !important;
		margin-bottom: 15px;
	}
	.header-top h2 span
	{
		font-size: 25px !important;
		letter-spacing: 0 !important;
		line-height: 28px !important;
	}
	.header-top h2 
	{
		text-align: center;
		line-height: 28px !important;
		margin-bottom: 15px;
	}
	.menu-btm img
	{
		margin-bottom: 15px;
	}
	
	.md-2,
	.md-3,
	.md-5,
	.md-8,
	.md-4 {
		width: 100%;
		
	}
	.logo img {
		width: auto!important;
		height: auto!important
	}
	.escorts-img {
		width: 100%
	}
	.phone,
	.whatsapp {
		right: 6%
	}
	.category-list a {
		display: block;
		margin: 0 0 10px 0;
		min-width: calc(100% - 0px)
	}
	.text-area h3,
	.text-area h5,
	.text-area p {
		text-align: center
	}
	footer ul li {
		float: none;
		margin: 0 0 10px 0;
		text-align: center
	}
	.follow li {
		float: left!important
	}
	.bnr-text h1 {
		font-size: 26px;
		margin-bottom: 15px;
		text-align: center;
	}
	.callnow{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.bnr-text select{
		display: block;
		width: 100%;
	}
	.escorts-models h2 {
		font-size: 26px;
	}
}