@charset "UTF-8";

/*
Theme Name: codella
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.php
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
body {
	font-family: 'Open Sans';
	font-style: normal;
	margin: 0;
	background: #000 !important;
	position: relative;
}
.image_full {
	border: none !important;
	width: 100% !important;
}
header {
	display: block;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
* {
	-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
}
a {
	text-decoration: none
}
.text-center {
	text-align: center;
}
.container {
	width: 1170px
}
.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
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-6 {
	width: 50%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-3 {
	width: 25%
}
.col-md-9 {
	width: 75%;
}
.col-md-12 {
	width: 100%
}
.col-sm-3 {
	width: 25%;
}
.spacer-single {
	clear: both;
	display: block;
	height: 20px;
	width: 100%;
}
.menu-sec {
	width: 100%;
	z-index: 3
}
.menu-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu-sec .logo {
	display: none !important;
	float: left;
	height: auto;
	font-weight: 400;
	padding: 10px 30px;
	font-size: 18px;
	background-image: linear-gradient( 98.3deg, rgba(0,0,0,1) 10.6%, rgba(255,0,0,1) 97.7% );
	color: #fff!important;
	margin-left: 64px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 2px #000;
}
.menu-sec li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-right: 25px;
	background-image: linear-gradient( 98.3deg, rgba(0,0,0,1) 10.6%, rgba(255,0,0,1) 97.7% );
	color: #fff;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
	font-size: 15px;
	padding: 10px 20px 10px 40px !important;
	display: block;
}
.menu-sec .menu-btn:hover, .menu-sec li a:hover {
	color: #fff;
	background-image: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
	border-color: #fff;
	padding: 10px 40px 10px 40px !important;
}
.menu-sec .logo {
	display: block;
	float: left;
	height: auto;
	padding: 10px 30px;
	font-size: 14px;
	color: #fff!important;
	margin-top: 5px;
	margin-left: 64px
}
.menu-sec .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out
}
.menu-sec .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 20px 15px;
	position: relative;
	user-select: none;
	border: 1px solid #eec400!important;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.menu-sec .menu-icon .navicon {
	background: #d20000;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	position: relative;
	transition: background .2s ease-out
}
.menu-sec .menu-icon .navicon:after, .menu-sec .menu-icon .navicon:before {
	background: #d20000;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
	border-radius: 1px
}
.menu-sec .menu-icon .navicon:before {
	top: 7px
}
.menu-sec .menu-icon .navicon:after {
	top: -7px
}
.menu-sec .menu-btn {
	display: none
}
.menu-sec .menu-btn:checked~.menu {
	max-height: 700px;
	padding-bottom: 20px
}
.menu-sec .menu-btn:checked~.menu-icon .navicon {
	background: 0 0
}
.menu-sec .menu-btn:checked~.menu-icon .navicon:before {
	transform: rotate(-45deg)
}
.menu-sec .menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(45deg)
}
.menu-sec .menu-btn:checked~.menu-icon:not(.steps) .navicon:after, .menu-sec .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
	top: 0
}
@media (max-width:570px) {
.main-title h1, .main-title h1 a {
	font-size: 22px !important;
}
}
@media (min-width:48em) {
.menu-sec li {
	float: left
}
.menu-sec li a {
	padding: 13px 30px
}
.menu-sec .menu {
	clear: none;
	float: right;
	max-height: none
}
.menu-sec .menu-icon {
	display: none
}
}
.contact-div {
	text-align: center !important;
	padding: 10px;
	background-image: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
}
.hm-ctgry {
	background-image: linear-gradient( to bottom, rgba(0,0,0,1) 5.6%, rgba(255,0,0,1) 97.7% );
}
.contact-div span {
	display: block;
	font-size: 30px;
	text-shadow: 2px 2px 2px #1e1e1e;
	color: #fff;
	padding: 0 0 10px 0 !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42857143;
}
.contact-div p a, .contact-div p {
	color: #fff;
	text-shadow: 2px 2px 2px #1e1e1e;
	font-size: 20px;
	text-align: center !important;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}
.mobile-banner {
	display: none;
}
.menu_cont {
	position: relative;
	padding: 10px 0 20px 0;
	background: #000;
	border-bottom: 2px solid #eec400;
}
.banner {
		background-image: url(../../../../img/codella-banner-bg2.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
	
	border-bottom: 1px solid #eec400;
}
.bnr-img-1 {
	background-size: contain !important;
	background-repeat: no-repeat;
	min-height: 350px;
	background: url(../../../../img/escort-model-1.png) no-repeat;
	background-position: bottom;
}
.bnr-img-2 {
	background-size: contain !important;
	background-repeat: no-repeat;
	min-height: 350px;
	background: url(../../../../img/escort-model-2.png) no-repeat;
	background-position: bottom;
}
.bnr-text-1 {
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	display: block;
	font-size: 50px;
	color: #ffa700 !important;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}
.bnr-text-2 {
	text-align: center;
	font-family: 'Open Sans';
	font-weight: bold;
	display: block;
	font-size: 20px;
	color: #fff!important;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}
.main-bnr-btns a {
	display: inline-block;
	padding: 10px 30px;
	background: #9f6900;
	font-size: 15px;
	color: #fff;
	width: 160px;
	border-radius: 5px;
	font-weight: bold;
}
.main-bnr-btns {
	padding-top: 10px;
}
.bnr-txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	min-height: 350px;
}
.banner img, .mobile-banner img {
	width: 100%;
	display: block;
}
#home-section-2, .page-content > .container {
	background-position: right top;
	background-repeat: no-repeat;
}
.main-content {
	position: relative;
}
.quick-search {
	padding: 35px 0;
}
.padd5 {
	padding-left: 5px;
	padding-right: 5px;
}
.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
}
.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 10px 0;
	background-image: linear-gradient( to bottom, rgba(0,0,0,1) 5.6%, rgba(255,0,0,1) 97.7% );
	font-size: 15px;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-weight: 700;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
	transition: background-color .25s;
	text-align: center;
	border: 1px solid #eec400 !important
}
.click-nav ul li ul {
	margin-top: 5px;
	border: 1px solid #eec400 !important;
	background-image: linear-gradient( to bottom, rgba(0,0,0,1) 5.6%, rgba(255,0,0,1) 97.7% );
	width: 100%;
}
.click-nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s;
	-o-transition: background-color .25s;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
	font-weight: 700;
	border-bottom: 1px solid #eec400 !important;
	font-size: 14px;
	color: #fff !important;
}
.click-nav ul li a:hover {
	background-image: linear-gradient( 107.2deg, rgba(150,15,15,1) 10.6%, rgba(247,0,0,1) 91.1% );
}
.click-nav ul li ul {
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
}
.click-nav span {
	padding: 0;
}
.main-title {
	padding: 10px;
	background-image: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000 !important;
}
.main-title h1, .main-title h1 a {
	color: #fff !important;
	font-family: 'Open Sans';
	font-size: 30px;
	text-shadow: 2px 2px 2px #1e1e1e;
	text-transform: uppercase;
	font-weight: bold;
}
.main-title h1 a:hover {
	color: #efbe20 !important;
}
.brand-sec span {
	display: block;
	text-align: center;
	font-family: 'Open Sans';
	color: #fff;
	position: absolute;
	font-weight: bold;
}
.brnd-tag {
	font-size: 25px;
	top: 10%;
	display: inline-flex;
	left: 0;
	right: 0;
	justify-content: center;
	text-shadow: 2px 2px 2px #000;
}
.brnd-name {
	font-size: 80px;
	top: 20%;
	color: #ff7801 !important;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
	display: inline-flex;
	left: 0;
	right: 0;
	justify-content: center;
	font-family: 'Open Sans';
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
.slog {
	font-size: 30px;
	letter-spacing: 1px;
	top: 44%;
	text-align: center;
	position: absolute;
	left: 0;
	display: inline-flex;
	right: 0;
	justify-content: center;
	text-shadow: 2px 2px 2px #000;
}
.call {
	font-size: 50px;
	top: 57%;
	text-align: center;
	position: absolute;
	left: 0;
	display: inline-flex;
	right: 0;
	justify-content: center;
	text-shadow: 2px 2px 2px #000;
}
.brnd-name a, .call a {
	color: #ff7801;
	text-shadow: 2px 2px 2px #000;
}
.call a:hover {
	color: #fff
}
.brand-sec {
	position: relative;
	text-align: center; height:395px;
}
.brnd-img img {
	display: block;
	width: 100%
}
.mobile {
	display: none !important;
}
.prfl-bg {
	background-image: linear-gradient( to bottom, rgb(0, 0, 0) 5.6%, rgb(147, 3, 3) 97.7% );
	padding: 30px;
}
.girls-profile-content {
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.girls-list {
	top: auto;
	left: auto;
	position: relative;
	width: 33%;
	margin: 0 0 30px 0;
	box-shadow: 0 1px 5px 1px #4d0303;
	padding: 5px;
	overflow: hidden;
	transition: all 0.3s;
	border: 1px solid #141414;
}
.girl-img img, .avl-nw img {
	width: 100%;
	display: block;
}
.info {
	padding: 10px;
	transition: all 0.3s ease-in-out;
	background: #000;
	height: auto;
	width: auto;
	display: block;
	overflow: auto;
}
.info span {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.info span img {
	display: inline-block;
}
.stars {
	float: right;
}
.clear-fix {
	clear: both;
	display: block;
}
.info .city-name {
	margin: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #efbe20;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	float: left;
}
.vw-more-btn-cnt {
	text-align: center;
}
.vw-more-btn {
	font-family: 'Open Sans', sans-serif;
	background: #9f6900;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50px;
	padding: 8px 30px;
	outline: 0;
	cursor: pointer;
	position: relative;
	transition: .2s ease-in-out;
	font-weight: 700;
}
.ctgry-title {
	display: block;
	color: #fff;
	text-align: right !important;
	width: 100%;
}
.welcome {
	background-image: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
	padding: 0 30px;
	margin-bottom: 30px;
}
.text-img img {
	width: 100%;
	display: block;
}
.text-area h1 {
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: red;
}
.text-area p {
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	color: #fff !important;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	text-align: justify;
}
.leftbox {
	padding: 30px 0;
}
.text-area p b {
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #ffde00;
	text-shadow: 2px 2px 2px #000;
}
.text-area a {
	font-weight: 700;
	color: red;
}
.text-area h3, .text-area h2, .text-area h4 {
	font-family: 'Open Sans', sans-serif;
	color: #ff7801 !important;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0px;
}
.text-area h2 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 30px;
	line-height: 45px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
.text-area h2 a {
	color: #ff7801;
}
.text-bg-1, .text-bg-2, .text-bg-3, .text-bg-4, .text-bg-5 {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 750px;
}
.text-bg-1 {
	background: url(img/bangalore-escorts.php) no-repeat;
	background-size: cover;
}
.text-bg-2 {
	background: url(../../../../img/bangalore-escorts-2.jpg) no-repeat;
	background-size: cover;
}
.text-bg-3 {
	background: url(../../../../img/bangalore-escorts-3.jpg) no-repeat;
	background-size: cover;
}
.text-bg-4 {
	background: url(../../../../img/bangalore-escorts-4.jpg) no-repeat;
	background-size: cover;
}
.text-bg-5 {
	background: url(../../../../img/bangalore-escorts-5.jpg) no-repeat;
	background-size: cover;
}
.hm-abt-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	min-height: 750px;
}
.frt {
	float: right !important;
}
.red-clr {
	color: #f00 !important;
}
.blue-clr {
	color: #009FFF !important;
}
.green-clr {
	color: #76FF03 !important;
}
.pink-clr {
	color: #FF0080 !important;
}
.orange-clr {
	color: #E65100 !important;
}
.lght-grn-clr {
	color: #64B5F6 !important;
}
.sofeeya-bg {
	background: url(../../../../img/pune-escorts.jpg) right top no-repeat;
	background-size: auto;
	background-size: cover;
}
.poster {
	border-bottom: 4px solid #d80f7e;
	border-top: 4px solid #d80f7e;
}
.sofeeya {
	text-align: center;
	padding: 30px 0;
}
.sofeeya span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #d80f7e;
	text-transform: uppercase;
	line-height: 38px;
	display: block;
}
.partner-link {
	font-size: 20px !important;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #7e5923;
	margin-top: 15px;
}
.partner-link a {
	color: #7e5923;
}
.sofeeya-cnct {
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	padding: 15px 60px !important;
	margin-right: 15px;
	border-radius: 50px;
	background: #AA076B;
	background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
	background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #e4b758;
	border-top-color: rgb(228, 183, 88);
	border-right-color: rgb(228, 183, 88);
	border-bottom-color: rgb(228, 183, 88);
	border-left-color: rgb(228, 183, 88);
	color: #000;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
	display: inline-block;
	margin-top: 15px;
	transition: all 0.3s ease;
}
.ftr-logo img {
	width: 160px;
	height: auto;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	color: #ff7801 !important;
	font-size: 18px;
	margin: 0 0 10px 0;
}
footer p {
	margin-top: 0;
	color: #fbefef;
	line-height: 25px;
	font-size: 14px;
}
.ftr-menu li a {
	font-size: 14px;
	color: #fbefef;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.follow a {
	border: 1px solid #fbefef;
	height: 35px;
	width: 35px;
	margin-bottom: 4px;
	color: #fbefef;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	font-size: 15px;
	margin-right: 10px;
	padding-top: 2px;
}
footer {
	background-image: linear-gradient( to bottom, rgba(0,0,0,1) 5.6%, rgba(123, 2, 2) 97.7% );
	padding-top: 30px;
	border-top: 3px solid #ff7801;
	margin-top: 20px;
}
.menu-footer-navigation {
	padding: 20px 0 15px 0;
	list-style: none;
	margin: 0;
}
.ylw-clr {
	color: #ff7801 !important;
}
#footer-navigation {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-footer-navigation li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	float: left !important;
}
.menu-footer-navigation li {
	display: inline-block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 18px;
	padding-left: 15px;
	vertical-align: top;
}
.menu-footer-navigation li a {
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	text-decoration: none;
	display:block;
	padding:10px 15px;
}
.menu-footer-navigation {
	display: block;
	height: auto;
	overflow: auto;
	width: auto;
}
footer h6, .right {
	float: right;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	margin: 15px 0 0 0;
}
#sy-whatshelp {
	right: 10px;
	bottom: 10px;
	position: fixed;
	z-index: 9999;
}
#sy-whatshelp a {
	position: relative;
}
#sy-whatshelp a.sywh-open-services {
	background-color: #129bf4;
	color: #fff;
	line-height: 55px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font-size: 23px;
	width: 55px;
	height: 55px;
	text-align: center;
	box-shadow: 2px 2px 8px -3px #000;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	display: inline-block;
}
#sy-whatshelp a.sywh-open-services i {
	line-height: 55px;
}
#sy-whatshelp a.sywh-open-services .fa-times {
	display: none;
}
#sy-whatshelp .sywh-services {
	width: 55px;
	height: auto;
}
#sy-whatshelp .sywh-services a {
	display: none;
	font-family: 'Open Sans', sans-serif;
}
#sy-whatshelp .sywh-services a.email i {
	background-color: #b92b27;
}
#sy-whatshelp .sywh-services a.instagram i {
	background-color: #e4405f;
}
#sy-whatshelp .sywh-services a.messenger i {
	background-color: #0084ff;
}
#sy-whatshelp .sywh-services a.whatsapp i {
	background-color: #25d366;
}
#sy-whatshelp .sywh-services a.call i {
	background-color: #ff6600;
}
a[data-tooltip] {
	position: relative;
}
a[data-tooltip]::before, a[data-tooltip]::after {
	position: absolute;
	display: none;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
a[data-tooltip]::before {
	content: attr(data-tooltip);
	background-image: linear-gradient( 98.3deg, rgba(0,0,0,1) 10.6%, rgba(255,0,0,1) 97.7% );
	color: #fff;
	font-size: 13px;
	padding: 7px 11px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	display: none;
}
a[data-tooltip]::after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: "";
}
a[data-tooltip]:hover::before, a[data-tooltip]:hover::after {
	display: block;
}
a.sywh-open-services[data-tooltip]::before, a.sywh-open-services[data-tooltip]::after {
	display: block;
}
a.data-tooltip-hide[data-tooltip]::before, a.data-tooltip-hide[data-tooltip]::after {
	display: none !important;
}
a.sywh-open-services[data-tooltip][data-placement="left"]::before {
	top: 11px;
	font-family: 'Open Sans', sans-serif;
	display: none;
}
a[data-tooltip][data-placement="left"]::before {
	top: -7px;
	right: 100%;
	line-height: normal;
	margin-right: 10px;
}
a[data-tooltip][data-placement="left"]::after {
	border-left-color: #fe0000;
	border-right: none;
	top: 50%;
	right: 100%;
	margin-top: -6px;
	margin-right: 4px;
	display: none;
}
a[data-tooltip][data-placement="right"]::before {
	top: -7px;
	left: 100%;
	line-height: normal;
	margin-left: 10px;
}
a[data-tooltip][data-placement="right"]::after {
	border-right-color: #000;
	border-left: none;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	margin-left: 4px;
}
a[data-tooltip][data-placement="top"]::before {
	bottom: 100%;
	left: 0;
	margin-bottom: 10px;
}
a[data-tooltip][data-placement="top"]::after {
	border-top-color: #000;
	border-bottom: none;
	bottom: 100%;
	left: 10px;
	margin-bottom: 4px;
}
a[data-tooltip][data-placement="bottom"]::before {
	top: 100%;
	left: 0;
	margin-top: 10px;
}
a[data-tooltip][data-placement="bottom"]::after {
	border-bottom-color: #000;
	border-top: none;
	top: 100%;
	left: 10px;
	margin-top: 4px;
}
.owl-carousel .item {
	position: relative;
	backface-visibility: hidden
}
.owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd
}
.owl-nav i {
	font-size: 20px;
	color: #fff
}
.owl-nav .owl-prev {
	left: -20px;
	border: 1px solid #eec400;
	padding: 15px;
	background: #00000096
}
.owl-nav .owl-next {
	right: -20px;
	border: 1px solid #eec400;
	padding: 15px;
	background: #00000096;
	font-family: 'Open Sans Bold';
}
.escorts-slider .owl-carousel .item {
	padding: 5px;
	border: 1px solid #eec400;
	background: #000
}
.slide-tittle {
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 16px;
	color: #fff
}
.escorts-slider {
	padding: 10px;
}
@media (max-width:1199px) {
.container {
	width: 970px;
}
.menu-sec li a {
	padding: 10px 20px 10px 20px !important;
}
.menu-sec li a:hover {
	padding: 10px 20px 10px 20px !important;
}
.slog {
	top: 48%;
}
.brand-sec{height:300px;}
}
@media (max-width:991px) {
.container {
	width: 750px;
}
.menu-sec li a {
	padding: 10px 10px 10px 10px !important;
	margin-right: 10px;
}
.prfl-bg {
	padding: 5px;
}
.brnd-name {
	top: 12%;
}
.call {
	font-size: 50px;
	top: 63%;
}
.brand-sec{height:238px;}
}
@media (max-width:767px) {
.container {
	width: 100%;
}
.bnr-img-1, .bnr-img-2 {
	width: 25% !important;
	min-height: 250px;
}
.bnr-txt {
	width: 50% !important;
	min-height: 250px;
}
.bnr-text-1 {
	font-size: 30px;
}
.bnr-text-2 {
	font-size: 17px;
}
.desktop {
	display: none !important;
}
.mobile {
	display: block !important
}
.call {
	top: 70%
}
.slog {
	top: 55%
}
.brnd-name {
	top: 34%;
	font-size: 40px;
}
.brnd-tag {
	font-size: 21px;
}
.mobile-banner {
	display: block;
}
.col-sm-3 {
	width: 50%;
}
.girls-list {
	width: 49%;
}
.col-md-6 {
	width: 100%;
}
.text-bg-1, .text-bg-2, .text-bg-3, .text-bg-4, .text-bg-5 {
	background-position: 20% 30%;
	min-height: 500px;
}
.hm-abt-text {
	min-height: 300px;
}
.ftr-menu ul {
	display: block !important;
}
.ftr-menu ul li {
	float: none;
	margin-right: 0;
	list-style-type: none;
	margin-bottom: 10px
}
footer h6 {
	float: none !important;
	margin-bottom: 15px;
}
.menu-footer-navigation li:first-child {
	padding-left: 0 !important;
}
.w100 {
	width: 100%;
}
.banner h1 {
	line-height: 37px !important;
	font-size: 25px !important;
	border-bottom: 1px solid #ffa700;
}
.bnr-txt {
	padding: 0 !important;
}
.main-bnr-btns a {
	margin-bottom: 5px;
}
.brand-sec{height:auto;}
}
@media (max-width:499px) {
.bnr-img-1, .bnr-img-2, .bnr-txt {
	min-height: 180px !important;
}
.bnr-txt {
	padding: 5px;
}
.bnr-text-2 {
	font-size: 14px;
}
.bnr-text-1 {
	font-size: 20px;
}
.brnd-tag {
	font-size: 15px
}
.brnd-name {
	font-size: 20px
}
.slog {
	font-size: 16px
}
.call {
	font-size: 23px
}
.col-sm-3 {
	width: 100%;
}
.girls-profile-content {
	margin-top: 20px;
}
.info .city-name {
	float: none;
	display: block;
}
.ctgry-title img {
	display: none !important;
}
.text-area h2, .text-area h3 {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}
.welcome {
	padding: 0 10px;
}
.text-area p {
}
.menu-footer-navigation li {
	float: none !important;
	display: block;
	padding: 0;
	border: none;
	margin-bottom: 10px;
}
.hm-abt-text {
	padding: 0 !important;
}
.text-area h1 {
	line-height: 33px;
	font-size: 25px;
}
.step_tag {
	float: none !important;
}
.liststep li {
	text-align: justify !important;
}
.other-escorts-cont-img {
	width: 100% !important;
}
.brand-sec{height:170px;}
}
.heading {
	color: #ff7801 !important;
}
.liststep {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.liststep li {
	text-decoration: none;
	list-style-position: inside;
	font-family: 'Open Sans';
	font-size: 15px;
	text-align: left;
	line-height: 29px;
	list-style-image: url(right_arrow.php);
	border-bottom: 1px dashed red;
	padding: 10px 0
}
.tip {
	margin-top: 20px;
	background: #d9e250;
	border-radius: 17px;
	color: #000 !important;
	padding: 10px;
}
.subhead {
	text-align: center;
	color: #ffb968 !important;
	font-size: 16px;
	margin: 10px;
}
.heading {
	color: #ff7801 !important;
	text-align: left;
	font-size: 16px;
	line-height: 38px;
}
.heading span {
	color: #d60000 !important;
}
.step_tag {
	float: left;
	font-size: 17px;
	margin-top: 6px;
	margin-right: 10px;
	color: #d60000 !important;
}
.step_heading {
	margin-top: 0px !important;
}
.other-escorts-cont {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	padding: 0;
}
.other-escorts-cont-img {
	padding: 7px;
	float: left;
	width: 20%;
}
.other-escorts-img {
	position: relative;
	bottom: 5px;
	border: 3px solid #F7971E;
}
.other-escorts-img img {
	width: 100%;
	display: block;
}
.other-escorts-title {
	background: #F7971E;
	bottom: 0;
	color: #000 !important;
	font-size: 17px;
	padding: 5px 0 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Open Sans';
	font-weight: bold;
}
.banner h1 {
	/*font-family: 'Open Sans', sans-serif;
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #fbff00;
	text-shadow: 2px 2px 2px #000;*/
	font-size: 1.55rem;
    text-align: center;
}
.banner h1 a
{
	color: #000;
}
.text-area ul li {
	text-align: left;
	margin-bottom: 10px;
}
.resp-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.text-area img {
	width: 100%;
	display: block;
}
.poster-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.poster-list li {
	padding: 7px;
	float: left;
	width: 25%;
}
.poster-list li img {
	width: 100%;
	display: block;
}
.wp-block-search__button {
    font-size: 20px;
    padding: 10px;
    background-image: radial-gradient( circle 1192px at 21.5% 49.5%, rgba(91,21,55,1) 0.1%, rgba(0,0,0,1) 100.2% );
    color: #fff;
}
.add-box img {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px;
    background: #ff7801;
}
.floating-ad {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    padding: 5px;
    background-color: #ff7801;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.floating-ad img {
    width: 100%;
    height: auto;
    border-radius: 8px;
	vertical-align: middle;
}

   .fullscreen-banner {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }
    .banner-content {
        width: 40%;
        height: 40%;
        background-color: white;
        position: relative;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: red;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
    .close-btn::before {
        content: '✖';
        font-size: 20px;
    }
	.banner-content h4 {
    	color: #000;
    	font-size: 26px;
   		margin: 0;
	}

@media (max-width:570px) {
	.banner-content {
    	width: 100%;
    	height: 60%;
	}
}