*,body,html {
	margin: 0;
	padding: 0;
	font-family: 'Poppins',sans-serif;
	box-sizing: border-box;
}

.img-width {
	width: 100%;
	height: 100%;
}

.mg-22 {
	margin-left: -22px;
}

.pd-topbtm-60 {
	padding: 30px 0;
}

.pd-top-60 {
	padding-top: 30px;
}

.pd-btm-60 {
	padding-bottom: 30px;
}

.pd-lf-30 {
	padding-left: 30px;
}

.pd-lf-0 {
	padding-left: 0px !important;
}

.mr-t-30 {
	margin-top: 30px;
}

.container {
	width: 1200px;
	margin: auto;
}

a {
	text-decoration: none;
}

strong a {
	opacity: 1;
}

strong a:hover {
	opacity: .6;
}

.read-more-btn {
	border: #e1ac0c solid 2px;
	background: #f70050;
	color: #efe9e9;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 20px;
}

.read-more-btn:hover {
	background: #1306dd;
	color: #000;
}

.display-flex {
	display: flex;
	align-items: center;
}

.display-flex-align-top {
	display: flex;
}

img {
	vertical-align: bottom;
	display: inline-block;
}

.light-bg {
	background: #1a1a1a;
}

.dark-bg {
	background: #050d85;
}

.mr-auto {
	margin: auto;
}

.close-vip-pop {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999999;
	background: #fff;
	height: 30px;
	width: 30px;
	display: none;
}

.close-vip-pop:before {
	content: '';
	position: absolute;
	left: 13px;
	top: 6px;
	transform: rotate(45deg);
	height: 14px;
	width: 2px;
	border-radius: 999px;
	background: #000;
}

.close-vip-pop:after {
	content: '';
	position: absolute;
	left: 13px;
	top: 6px;
	transform: rotate(-45deg);
	height: 14px;
	width: 2px;
	border-radius: 999px;
	background: #000;
}

.pink-text {
	color: #f30805;
	text-align: center;
}

.white-text {
	color: #fff;
}

.pos-rel {
	position: relative;
}

.over-flow {
	overflow: hidden;
}

.cl {
	clear: both;
}

.text-center {
	text-align: center;
}

.btm-bg {
	position: relative;
}

.btm-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 171px;
	background-size: 100% 100%;
}

.up-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
}

.w-full-box {
	width: 300px;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.w-full-box:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: #ce4847 solid 4px;
	border-radius: 10px;
	left: -4px;
	top: -2px;
	transform: scale(1.02);
}

.w-full-box img {
	border-radius: 5px;
	width: 300px !important;
	height: 400px;
}

.dis-block {
	display: block!important;
}

.bx-wrapper {
	max-width: 100%!important;
}

.bx-wrapper {
	box-shadow: none!important;
	border: 0!important;
}

.bx-viewport {
	height: 430px!important;
}

.bx-wrapper img {
	max-width: 280px;
	height: 350px;
}

.bx-wrapper .bx-pager {
	display: none!important;
}

.bx-wrapper .bx-prev {
	left: -26px!important;
}

.bx-wrapper .bx-prev:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	border: #fff solid 3px;
	border-top: 0;
	border-right: 0;
	transform: rotate(45deg);
	right: 0;
}

.bx-wrapper .bx-next {
	right: -26px!important;
}

.bx-wrapper .bx-next:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	border: #fff solid 3px;
	border-top: 0;
	border-right: 0;
	transform: rotate(-137deg);
	right: 0;
}

.top-strip {
	background: #1a1a1a;
	padding: 15px 0;
}

.top-stripInner-lf {
	font-size: 22px;
	color: #fff;
}

.top-stripInner-lf a {
	color: #f28006;
}

header {
	padding: 3px 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-bottom: rgba(255,255,255,.1) 1px solid;
	background: #050d85;
}

.logo-inner img {
	width: 120px;
	height: auto;
	object-fit: cover;
}

.header-logo {
	width: 114px;
}

.header-right {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.navi-menu ul {
	margin: 0;
	padding: 0;
}

.navi-menu ul li {
	display: inline-block;
	position: relative;
}

.navi-menu ul li:before {
	content: '';
	position: static;
	height: 2px;
	background: #fff;
	width: 4px;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.navi-menu ul li:last-child:before {
	display: none;
}

.navi-menu ul li a, .navi-menu ul li button {
	background: none;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
}

.navi-menu ul li ul {
	width: 200px;
	background: #fff;
	left: 0;
	display: none;
	border-radius: 4px;
	position: absolute;
}

.navi-menu ul li ul li {
	display: block;
	position: relative;
}

.navi-menu ul li ul li:before {
	display: none;
}

.navi-menu ul li ul li a {
	color: #000;
	font-weight: 600;
	padding: 5px 12px;
	display: block;
}

.navi-menu ul li:hover ul {
	display: block;
}

.menu-trigger {
	display: none;
}

.arrow-down {
	height: 7px;
	width: 7px;
	border: #fff solid 2px;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	top: -2px;
	position: relative;
	display: inline-block;
	margin-left: 2px;
}

.header-social-links ul {
	margin: 0;
	padding: 0;
}

.header-social-links ul li {
	display: inline-block;
	position: relative;
}

.header-social-links ul li a .social-links-box {
	height: 35px;
	width: 35px;
	background: #fff;
	overflow: hidden;
	padding: 5px;
	border-radius: 50%;
	display: block;
}

.header-social-links ul li a .social-links-box img {
	width: 26px;
	height: 26px;
}

.fixed-scroll {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}

.banner {
	position: relative;
	padding-top: 0px;
}

.banner-img {
	overflow: hidden;
}

.banner-img img {
	width: 1360px;
	height: 550px;
}

.top-flex {
	display: flex;
}

.top-flex-lf {
	width: 30%;
	display: flex;
}

.top-flex-lfInner img {
	width: 300px;
	height: 400px;
	aspect-ratio: 1 / 1;
	object-fit: fill;
}

.top-flex-lfInner {
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.btm-text-box {
	display: flex;
	margin-bottom: 15px;
}

.top-flex-rt {
	width: 70%;
	padding-left: 30px;
}

.btm-top-flex .top-flex-rt {
	padding-left: 0;
	padding-right: 30px;
}

.innerpages .top-flex-lf {
	margin-top: 20px;
}

.slider-bg {
	background-color: #050d85;
}

.right-main {
	width: 62%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
	color: #f30805;
}

h3 {
	font-size: 32px;
}

.custom-font {
	font-size: 32px;
}

.main-hd {
	font-weight: 700;
	margin: 0;
	margin-bottom: 20px;
}

.main-txt p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 27px;
	font-weight: 400;
	text-align: justify;
}

.main-txt ul {
	margin-left: 15px;
}

.sec1-img {
	position: absolute;
	right: -41px;
	top: 0;
}

ul.main-txt-list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul.main-txt-list li {
	display: block;
	position: relative;
	padding-left: 30px;
	font-family: system-ui;
	font-size: 16px;
}

ul.main-txt-list li:before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: #000 solid 2px;
	left: 0;
	top: 4px;
}

ul.main-txt-list li:after {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #ce4847;
	top: 9px;
	left: 5px;
}

.girl-require ul {
	margin: 0 -10px;
	padding: 0;
	display: flex;
}

.girl-require ul li {
	width: 25%;
	height: 464px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 10px;
	transition: .2s ease;
}

.gallery-figcap {
	background: #ce4847;
	padding: 13px;
	text-align: center;
}

.gallery-figcap span {
	color: #fff;
	border: #fff solid 1px;
	font-weight: 600;
	padding: 5px;
	border-radius: 6px;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.gallery-figcap-hd {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.all-place-rt {
	background: rgba(0,0,0,.4);
	padding-top: 25px!important;
	border-radius: 7px;
}

.all-places {
	background: url(../images/all-places.webp) no-repeat;
	background-position: center;
	background-size: cover;
}

.outer-places {
	background: url(../images/outer-location.html) no-repeat;
	background-position: center;
	background-size: cover;
}

.all-place-box {
	display: flex;
}

.all-place-lf {
	width: 25%;
}

.all-place-lf ul {
	margin: 0;
	padding: 0;
}

.all-place-lf ul li {
	display: block;
	position: relative;
}

.all-place-lf ul li.active a {
	color: rgba(255,255,255,1);
	transform: scale(1.1);
	padding-left: 30px;
}

.all-place-lf ul li button {
	display: block;
	text-align: left;
	font-size: 22px;
	color: rgba(255,255,255,.5);
	background: none;
	width: 100%;
	font-weight: 600;
	padding: 7px;
	transform: scale(1);
	transition: .3s ease;
}

.all-place-lf ul li button:hover {
	transform: scale(1.1);
	transition: .3s ease;
	padding-left: 30px;
}

.all-place-rt {
	width: 100%;
	padding: 0 30px;
}

.all-loc ul {
	height: 410px;
	overflow: hidden;
}

.see-more {
	font-size: 16px;
	background: none !important;
	font-weight: 600;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) 1px 1px 2px;
	padding: 30px 10px;
	display: none;
}

.all-loc ul {
	margin: 0;
	padding: 0;
}

.all-loc ul li {
	display: inline-block;
	margin: 10px;
}

.all-loc ul li a {
	display: block;
	font-size: 15px;
	color: #ce4847;
	font-weight: 600;
	background: #fff;
	padding: 10px 20px;
	border: #ce9998 3px solid;
	box-shadow: rgba(0,0,0,.3) 1px 1px 2px;
	border-radius: 7px;
	text-align: center;
	transform: scale(1);
	transition: .3s ease;
}

.all-loc ul li a:hover {
	transform: scale(1.1);
	transition: .3s ease;
}

.divider-list {
	background: rgba(255,255,255,.1);
	height: 1px;
	width: 100%;
	margin: 15px 0;
}

.text-box-rt-trigger {
	display: none;
}

.list-escort-home {
	background: rgba(255,255,255,.1);
	padding: 15px 30px;
	height: 100%;
}

.list-escort-home h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 15px 0 10px 0;
}

.list-escort-home ul {
	margin: 0;
	padding: 0;
}

.list-escort-home ul li {
	display: block;
	position: relative;
	padding-left: 7px;
}

.list-escort-home ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list-escort-home ul li a {
	color: #fff;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding: 10px;
	display: block;
}

.vip-cate ul {
	margin: 0 -10px;
	padding: 0;
}

.vip-cate ul li {
	width: 22%;
	margin: 10px;
	position: relative;
	display: inline-block;
	border-radius: 7px;
	overflow: hidden;
}

.vip-cate ul li a {
	display: block;
}

.vip-cate ul li .vip-cate-top img {
	transform: scale(1) rotate(0);
	height: 400px;
	width: 300px;
	transition: .2s ease;
}

.vip-cate-topInner {
	height: 100%;
	background: rgb(242,128,6,.7);
	width: 100%;
	position: absolute;
	padding: 10px;
	bottom: 100%;
	transition: .2s ease;
	display: flex;
	align-items: center;
}

.vip-cate-topInner table {
	height: 125px;
	width: 100%;
}

.vip-cate-topInner table tr {
	border-bottom: rgba(255,255,255,.1) solid 1px;
}

.vip-cate-topInner table tr td {
	font-size: 13px;
	padding: 0;
	color: #fff;
}

.vip-cate-topInner table tr td:first-child {
	text-align: left;
}

.vip-cate-topInner table tr td:last-child {
	text-align: right;
}

.vip-cate-top {
	position: relative;
	overflow: hidden;
}

.vip-cate-name {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: linear-gradient(1deg,#480808,#f00,#871c1c);
}

.vip-cate ul li:hover .vip-cate-topInner {
	bottom: 0;
	transition: .2s ease;
}

.vip-cate ul li:hover .vip-cate-top img {
	transform: scale(1.3) rotate(20deg);
	transition: .2s ease;
}

.vip-pop {
	width: 750px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 327px;
	overflow: hidden;
	display: none;
	position: fixed;
	z-index: 9999;
}

.vip-pop-lf {
	width: 40%;
	overflow: hidden;
}

.vip-pop-lf img {
	width: 300px !important;
	height: 400px !important;
}

.vip-pop-rt {
	width: 60%;
	padding: 20px;
}

.vip-table table {
	border-collapse: collapse;
	width: 100%;
}

.vip-table table tr:nth-child(odd) {
	background: #eee;
}

.vip-table table tr td {
	padding: 10px;
	font-size: 14px;
	color: #333;
}

.vip-table table tr td:nth-child:last-child {
	text-align: right;
}

.vip-cate-active .vip-pop {
	display: flex;
}

.Gurgaon-loc,.bangalore-loc,.hyderabad-loc,.lucknow-loc,.jaipur-loc,.mumbai-loc,.goa-loc,.kolkata-loc,.dehradun-loc,.outer-loc,.chandigarh-loc,.pune-loc {
	display: none;
}

.height-auto ul {
	height: auto;
}

.rates-box table {
	width: 100%;
	border: rgba(0,0,0,.1) solid 1px;
	border-collapse: collapse;
	margin: 20px 0;
}

.rates-box table tr:nth-child(odd) {
	background: rgba(0,0,0,.1);
}

.rates-box table tr th {
	padding: 5px;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	color: #555;
}

.rates-box table tr td {
	padding: 10px 5px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #555;
}

.contact-form-box {
	width: 100%;
}

.contact-left {
	width: 45%;
	margin: 10px;
	margin-top: 15px;
	float: left;
}

.contact-left label,.contact-full label {
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: #555;
	margin-bottom: 5px;
}

.inp {
	width: 100%;
	padding: 8px;
	border: #ccc solid 1px;
	border-radius: 5px;
}

.contact-full {
	width: 100%;
	margin: 15px;
	margin-top: 15px;
}

.contact-submit {
	width: 100%;
	margin: 15px;
	margin-top: 30px;
}

.contact-full textarea {
	width: 92%;
	padding: 8px;
	border: #ccc solid 1px;
	border-radius: 5px;
	height: 75px;
}

.contact-submit button {
	background: #ce4847;
	color: #fff;
	border: 0;
	padding: 12px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

.local-location ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.local-location ul li {
	display: inline-block;
	position: relative;
}

.local-location ul li a {
	display: block;
	font-size: 22px;
	color: rgba(255,255,255,.4);
	font-weight: 600;
	padding: 13px 35px;
	transform: scale(1);
	transition: .3s ease;
}

.local-location ul li a:hover {
	transform: scale(1.1);
	transition: .3s ease;
	color: #fff;
}

.outer-location-box {
	background: linear-gradient(182deg, rgba(2,0,36,1) 0%, rgba(54,32,226,0.9864320728291317) 51%, rgb(2 7 22) 100%);
}

.outer-location ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.outer-location ul li {
	display: inline-block;
	margin: 10px;
}

.outer-location ul li a {
	display: block;
	font-size: 15px;
	color: #ce4847;
	font-weight: 600;
	background: #fff;
	padding: 10px 30px;
	box-shadow: rgba(0,0,0,.3) 1px 1px 2px;
	border-radius: 7px;
	text-align: center;
	transform: scale(1);
	transition: .3s ease;
}

.outer-location ul li a:hover {
	transform: scale(1.1);
	transition: .3s ease;
}

.category-tabsInner ul {
	margin: 0;
	padding: 0;
}

.category-tabsInner ul li {
	display: inline-block;
	position: relative;
	margin: 5px;
	cursor: pointer;
	background: #f70050;
}

.category-tab-box {
	border: rgba(255,255,255,.2) solid 1px;
	padding: 10px 20px;
	border-radius: 5px;
}

.category-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 5px;
}

.category-img img {
	width: 40px;
	height: 40px;
}

.category-txt {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.category-tabsInner ul li.active .category-tab-box {
	border: #e1ac0c solid 1px;
}

.category-tabsInner ul li.active .category-txt {
	color: #e1ac0c;
}

.category-tab-content {
	padding-top: 30px;
	padding-left: 5px;
}

.category-dis {
	display: flex;
}

.category-dis-lf {
	width: 25%;
	border-radius: 5px;
	height: auto;
	overflow: hidden;
}

.category-dis-lf img {
	width: auto;
	height: 400px;
}

.category-dis-rt {
	width: 85%;
	padding: 0 40px;
}

.category-dis-hd {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}

.category-dis-txt ul {
	margin: 0 -10px;
	padding: 0;
}

.category-dis-txt ul li {
	display: block;
	position: relative;
	padding: 4px 10px;
	color: #fff;
	font-weight: 15px;
	border-radius: 5px;
	margin: 10px;
}

.category-dis-txt p {
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
	text-align: justify;
}

.category-tabbox {
	display: none;
}

footer {
	background: #2a0215;
	padding: 30px 0;
	position: relative;
}

.footer-box {
	display: flex;
	margin-left: -30px;
	margin-right: -30px;
}

.footer-lf {
	width: 25%;
	padding: 30px;
}

.footer-lf h4 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.footer-lf ul {
	margin: 0;
	padding: 0;
}

.footer-lf ul li {
	display: block;
	position: relative;
}

.footer-lf ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 5px 0;
}

.footer-lf p {
	font-size: 14px;
	margin-bottom: 6px;
}

.menu-backdrop {
	background: rgba(0,0,0,.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	display: none;
}

.menu-close-trigger {
	display: none;
}

@media(max-width:1200px) {
	.container {
		width: 1024px;
	}
}

@media(max-width:1024px) {
	.container {
		width: auto;
		margin: 0 15px;
	}
}

@media(max-width:992px) {
	.display-flex,.display-flex-align-top {
		display: block;
	}

	.container {
		width: auto;
		margin: 0 15px;
	}

	.header-right {
		display: none;
	}

	.header-logo {
		text-align: center;
	}

	.header-logo,.text-box-lf,.right-main,.footer-lf,.footer-rt,.vip-pop-lf,.vip-pop-rt {
		width: 100%;
		position: relative;
	}

	.logo-inner {
		width: 150px;
		display: inline-block;
	}

	.menu-trigger {
		position: absolute;
		padding: 10px;
		right: 0;
		top: 20px;
		cursor: pointer;
		display: block;
	}

	.menu-trigger1 {
		width: 30px;
		display: block;
		height: 2px;
		margin-bottom: 3px;
		background: #fff;
		border-radius: 999px;
	}

	.menu-trigger2 {
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 3px;
		background: #fff;
		border-radius: 999px;
	}

	.menu-trigger3 {
		width: 15px;
		display: block;
		height: 2px;
		background: #fff;
		border-radius: 999px;
	}

	.top-stripInner-lf {
		font-size: 16px;
	}

	.text-box-rt,.sec1-img {
		display: none;
	}

	.text-box-rt-trigger {
		display: block;
		position: relative;
		cursor: pointer;
		color: #fff;
		background: rgba(255,255,255,.1);
		font-size: 16px;
		font-weight: 600;
		padding: 10px 15px;
	}

	.text-box-rt-trigger:before {
		content: '';
		position: absolute;
		height: 8px;
		width: 8px;
		border: 2px solid #fff;
		right: 15px;
		top: 16px;
		border-top: 0;
		border-right: 0;
		transform: rotate(-45deg);
		transition: .2s ease;
	}

	.text-box-rt-trigger.text-active:before {
		transform: rotate(-221deg);
		transition: .2s ease;
	}

	.text-box-rt-block {
		display: block;
		width: 100%;
	}

	.text-box-rt-block .list-escort-home {
		overflow: auto;
		height: 300px;
	}

	.vip-cate ul {
		margin: 0;
		text-align: center;
	}

	.vip-cate ul li {
		width: 22%;
		display: inline-block;
		float: none;
	}

	.header-right-active {
		display: block;
	}

	.header-right-active ul {
		margin-top: 15px;
		border-top: rgba(255,255,255,.1) solid 1px;
		*padding-top: 15px;
	}

	.header-right-active ul li {
		display: block;
	}

	.header-right-active ul li:before {
		display: none;
	}

	.header-right-active ul li a, .header-right-active ul li button {
		width: 100%;
		text-align: center;
		font-size: 16px;
		display: block;
		text-align: center;
		border-radius: 10px;
		transform: scale(1);
		transition: .2s ease;
		border: rgba(255,255,255,0.2) solid 1px;
		margin-bottom: 10px;
	}

	.header-right-active ul li a:hover {
		*transform: scale(1.3);
		*transition: .2s ease;
	}

	.menu-close-trigger {
		display: none;
		position: relative;
		position: fixed;
		cursor: pointer;
		opacity: .7;
		top: 30px;
		right: 20px;
		z-index: 9999;
		height: 30px;
		width: 30px;
	}

	.menu-close-trigger:before {
		content: '';
		position: absolute;
		height: 20px;
		width: 3px;
		background: #fff;
		transform: rotate(-37deg);
		left: 13px;
		top: 4px;
	}

	.menu-close-trigger:after {
		content: '';
		position: absolute;
		height: 20px;
		width: 3px;
		background: #fff;
		transform: rotate(36deg);
		left: 13px;
		top: 4px;
	}

	.menu-close-trigger:hover {
		opacity: 1;
	}

	.footer-rt {
		padding-top: 10px;
		margin-top: 15px;
		border-top: rgba(255,255,255,.2) solid 1px;
		text-align: center;
	}

	.vip-cate-active .vip-pop {
		display: block;
		overflow-y: auto;
		height: auto;
		width: auto;
		margin: 15px;
	}

	.vip-pop-rt {
		padding: 30px 0;
	}
}

@media(max-width:767px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	header {
		position: relative;
		background: rgba(19,15,15);
	}

	.girl-require {
		overflow: auto;
	}

	.girl-require ul {
		width: 1024px;
	}

	.girl-require ul li {
		width: 400px;
		height: auto;
	}

	.vip-cate ul li {
		width: 30%;
		display: inline-block;
		float: none;
	}

	.top-flex {
		display: block;
	}

	.top-flex-lf {
		width: 100%;
	}

	.top-flex-lf .top-flex-lfInner:last-child {
		margin-right: 0;
	}

	.top-flex-rt {
		width: 100%;
		padding: 20px 0!important;
	}

	.all-place-box,.footer-box {
		display: block;
	}

	.all-place-lf,.footer-lf {
		width: 100%;
	}

	.all-place-rt {
		width: 100%;
		padding: 15px;
	}

	.all-loc ul li {
		margin: 6px;
	}

	.all-place-lf ul {
		display: flex;
		overflow: auto;
	}

	.btm-bg:after,.up-bg:after {
		background-size: cover;
		background-position: 38%;
	}

	.all-loc ul li a {
		padding: 2px 7px;
		font-size: 14px;
	}

	.all-place-lf ul li a {
		font-size: 16px;
	}

	.all-place-lf ul li a:hover {
		padding-left: 7px;
		color: #fff;
		transform: scale(1);
	}

	.all-place-lf ul li.active button {
		padding-left: 10px;
	}

	.footer-lf {
		padding: 10px 0;
	}

	.footer-box {
		margin: 0;
	}

	.bx-controls {
		display: none!important;
	}

	.see-more {
		display: inline-block;
	}

	.category-tabsInner {
		display: none;
	}

	.category-tabbox,.category-dis {
		display: block!important;
	}

	.category-dis-lf,.category-dis-rt {
		width: 100%;
		height: auto;
	}

	.category-dis-rt {
		padding: 0;
		padding-top: 15px;
	}

	.category-dis-txt p {
		margin-bottom: 15px;
	}

	.read-more-btn {
		margin-bottom: 20px;
	}

	.btm-top-flex .top-flex-rt {
		padding-right: 0;
	}

	.navi-menu ul li:hover ul {
		display: none;
		width: auto;
	}

	.navi-menu ul li.open-sub:hover ul {
		display: block;
		width: auto;
	}

	.navi-menu ul li.open-sub ul {
		background: #c74348;
		display: block;
		position: relative;
		margin-top: 0;
		margin-bottom: 20px;
		height: 200px;
		overflow: auto;
		width: auto;
		*margin-left: 15px;
		*margin-right: 15px;
		overflow-x: hidden;
		top: 100%;
	}

	.navi-menu ul li.open-sub ul li a {
		color: #fff;
	}

	.header-social-links ul {
		text-align: center;
		margin-bottom: 10px;
		border-top: 0;
	}

	.header-social-links ul li {
		display: inline-block;
	}

	.header-social-links ul li a {
		border-bottom: 0;
	}
}

@media(max-width:680px) {
	.vip-cate ul li {
		width: 44%;
	}
}

@media(max-width:450px) {
	.vip-cate ul li {
		width: 100%;
		margin: 10px 0;
	}
}

.best-animation {
	background: red;
	padding: 30px 0;
	animation-name: more-photos;
	margin-bottom: 10px;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform: scale(1);
	transition: .3s ease;
	box-shadow: none;
}

.more-cute-photo {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 5px;
	text-align: center;
}

.best-animation:hover {
	transform: scale(1.03);
	transition: .3s ease;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
}

.vip-details {
	padding: 10px 0;
	border-top: rgba(255,255,255,0.1);
	background: #0a072a;
}

.vip-details p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.vip-social {
}

.whats-gal, .phone-gal {
	display: inline-block;
}

.whats-gal span {
	height: 40px;
	width: 40px;
	background: #2cb742;
	border-radius: 50%;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 4px;
	margin-bottom: 5px;
}

.whats-gal span img, .phone-gal span img {
	width: 100%;
}

.phone-gal span {
	height: 40px;
	width: 40px;
	background: #ce4847 !important;
	border-radius: 50%;
	display: inline-block;
	padding: 5px 10px;
}

.vip-cate-top:hover .vip-social {
	left: 10px;
	transition: .3s ease;
}

@keyframes more-photos {
	0% {
		background-color: #ce4747;
	}

	25% {
		background-color: #cace47;
	}

	50% {
		background-color: #58ce47;
	}

	75% {
		background-color: #4762ce;
	}

	100% {
		background-color: #ce47ac;
	}
}

@media(max-width: 767px) {
	.best-animation {
		padding: 15px;
	}

	.more-cute-photo {
		font-size: 20px;
	}

	.vip-cate ul li {
		border: rgba(255,255,255,0.8) solid 2px;
	}

	.category-tabbox {
		border: rgba(255,255,255,0.3) solid 1px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.banner {
		overflow: hidden;
	}

	.banner img {
		width: 545px;
		height: 249px;
	}

	.category-dis-lf img, .vip-cate ul li .vip-cate-top img {
		width: 100%;
		height: 100%;
	}
}

@media(max-width:480px) {
	.banner img {
		width: 420px;
		height: 230px;
	}

	.pd-lf-30 {
		padding-left: 0 !important;
	}
}

.click-video-open {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #ce4745;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 10px;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	top: 0;
	left: 10px;
	margin: auto;
}

.click-video-open span {
	display: inline-block;
	height: 0;
	width: 0;
	border-left: #fff solid 16px;
	border-top: transparent solid 10px;
	border-bottom: transparent solid 10px;
	position: relative;
	top: 15px;
	left: 20px;
}

.click-video-open:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #ce4745;
	border-radius: 50%;
	animation: blinkcircle linear 2s infinite;
}

@keyframes blinkcircle {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1.5);
		opacity: .4;
	}
}

.innerpages .top-flex-rt {
	padding-left: 0;
}

.innerpages .top-flex-lf {
	padding-left: 30px;
}

.back-bg {
	background: rgba(0,0,0,.6);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.video-html {
	display: none;
	width: 70%;
	height: 70%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	margin: auto;
	z-index: 99999;
}

.video-html video {
	width: 100%;
	height: 100%;
}

.close-video {
	position: absolute;
	right: 0;
	top: -15px;
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	z-index: 999999999;
}

.close-video:before {
	content: '';
	position: absolute;
	height: 23px;
	width: 2px;
	background: #000;
	transform: rotate(35deg);
	top: 7px;
	left: 18px;
}

.close-video:after {
	content: '';
	position: absolute;
	height: 23px;
	width: 2px;
	background: #000;
	transform: rotate(-35deg);
	top: 7px;
	left: 19px;
}

.footer-fixed {
	display: none;
}

@media(max-width:767px) {
	.innerpages .top-flex-lf {
		padding-right: 0px;
	}

	.video-html {
		top: 30px;
		width: 95%;
		height: auto;
	}

	video {
		height: auto!important;
		width: 100%;
	}

	.footer-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		display: flex;
		background: #fff;
		height: 50px;
		border-top: #ccc solid 1px;
	}

	.whatsapp-icons {
		position: absolute;
		left: 10px;
		z-index: 999;
	}

	.phone-icons {
		position: absolute;
		right: 10px;
		z-index: 999;
	}

	.whatsapp-icons a {
		display: block;
		width: 70px;
		padding: 10px;
		background: #1dbe5b;
		text-align: center;
	}

	.phone-icons a {
		display: block;
		width: 70px;
		padding: 10px;
		background: #cd4746;
		text-align: center;
	}

	.whatsapp-icons a img,.phone-icons a img {
		width: 30px;
		height: 30px;
	}

	.phone-txt {
		font-size: 23px;
		font-weight: 600;
		color: #000;
		text-align: center;
		width: 100%;
		position: relative;
		padding: 10px;
	}

	footer {
		padding-bottom: 70px;
	}
}}

.label {
	margin: 2px 0;
}

.field {
	margin: 0 0 20px 0;
}

.content {
	width: 960px;
	margin: 0 auto;
}

div#central {
	margin: 40px 0px 100px 0px;
}

@media all and (min-width: 768px) and (max-width: 979px) {
	.content {
		width: 750px;
	}
}

@media all and (max-width: 767px) {
	body {
		margin: 0 auto;
		word-wrap: break-word;
	}

	.content {
		width: auto;
	}

	div#central {
		margin: 40px 20px 100px 20px;
	}
}

input, textarea {
	width: 100%;
	padding: 15px;
	font-size: 1em;
	border: 1px solid #A1A1A1;
}

button {
	padding: 12px 60px;
	background: #870606;
	border: none;
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'Poppins',sans-serif;
	cursor: pointer;
}

#message {
	padding: 0px 40px 0px 0px;
}

#mail-status {
	padding: 12px 20px;
	width: 100%;
	display: none;
	font-size: 12px;
	font-family: "Georgia", Times, serif;
	color: #fff;
}

.error {
	background-color: #F7902D;
	margin-bottom: 40px;
}

.success {
	background-color: #48e0a4;
}

.g-recaptcha {
	margin: 0 0 25px 0;
}

@media(max-width: 1024px;){.banner-img {
	overflow: hidden;
}

.banner-img img {
	width: 1024px;
	height: 450px;
}}

.banner-img-nw {
	display: block;
}

.banner-img-nw img {
	aspect-ratio: 1/1;
	object-fit: none;
	height: 608px;
}

.banner-img-mob {
	display: none;
}

.footer-social .header-social-links {
	display: none;
}

@media(max-width:767px) {
	.header-social-links {
		display: none;
	}

	.footer-social .header-social-links {
		display: block;
	}

	.banner-img-nw {
		display: none;
	}

	.banner-img-mob {
		display: block;
	}
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
margin-left: -15px;}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
max-width: 33.333333%;}

.dffw {
    display: flex;
flex-wrap: wrap; }
	
.mb-3, .my-3 {
    margin-bottom: 1rem!important;}
	
	.vid-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #feb92f;
    border-bottom: 0;}
	
	.video-fluid {
    width: 100%;
    height: auto;}
	
	.cont-sec {
    color: #fff;
    background: #000;
    padding: 10px 15px;
    font-size: 16px;
    border: 5px solid #feb92f;
    border-top: 0;}
	
	.text-warning {
    color: #ffc107!important;}
	
	a, button {
    color: #ffc107;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;}
	
	
/*new code*/



.container-fluid {
width: 100%; }
	
.gallery-card {
  float: left;
   width: 24.99999%;
}

div.gallery-inner-sec {
  padding:10px;
  margin:5px;
}
div.gallery-inner-sec img {
    width:100%;
}

@media only screen and (max-width: 700px) {
  .gallery-card {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .gallery-card {
    width: 100%;
  }
}


