/*Modification*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#c20e0eeb;
	margin: 0;
	background-attachment: fixed;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}
a {
	text-decoration: none;
	color : #fff;
}
a:focus {
	outline: none !important;
	outline-offset: 0px !important;
	text-decoration: none !important;
}
.container-fluid {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
header {
	margin-top: 0%;
}
.logo {
	background: #c20e0eeb;
	min-height: 50px;
	width: 100%;
	padding: 1px 0;
	text-align: left;
	
}

.phone {min-height: 50px;
    float: right;
    width: 49%;
margin-right: 48px;}

.logo a {
	display: block;
	color: #fff9d8;
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	text-align: right;
}
.logo img {
	margin: 0 auto;
}
.banner img {
	width: 100%;
	border: 1px solid #fff9d8;
}
.menu-content {
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 30px 0 30px 25px;
	background:linear-gradient(to bottom, #dc295b 0%,#ef161d 100%)
}
.menu-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu-content li {
	margin-right: 15px;
}
.menu-content li:last-child {
	margin: 0;
}
.menu-content li a {
	display: block;
	padding: 20px 30px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff9d8;
	color: #fff9d8;
	transition: all 0.3s ease-in-out;
}
.menu-content li a:hover, .menu-content .menu-btn:hover {
	color: #fff;
}
.menu-content .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}
.menu-content .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}
.menu-content .menu-icon .navicon {
	background: #d4af37;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}
.menu-content .menu-icon .navicon:before, .menu-content .menu-icon .navicon:after {
	background: #d4af37;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}
.menu-content .menu-icon .navicon:before {
	top: 5px;
}
.menu-content .menu-icon .navicon:after {
	top: -5px;
}
/* menu btn */

.menu-content .menu-btn {
	display: none;
}
.menu-content .menu-btn:checked ~ .menu {
	max-height: 240px;
}
.menu-content .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}
.menu-content .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}
.menu-content .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}
.menu-content .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .menu-content .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}
@media (min-width: 768px) {
.menu-content li {
	float: left;
}
.menu-content li a {
}
.menu-content .menu {
	clear: none;
	float: none;
	max-height: none;
	text-transform: uppercase;
}
.menu-content .menu-icon {
	display: none;
}
}
.welcome {
	background: #bc0f0feb;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 9px;
	overflow: auto;
}
.home-service {
	text-align: center;
	width: 17%;
	float: left;
	background: #000000eb;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fff9d8;
}
.home-service h3 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
}
.home-service ul {
	padding: 0;
	margin: 0;
}
.home-service ul li a {
	color: #fff9d8;
	font-family: 'Open Sans';
	font-size: 16px;
	display: block;
}
.home-service ul li {
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
}
.home-service ul li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
.home-area {
	text-align: center;
	width: 17%;
	float: right;
	background: #000000eb;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fff9d8;
}
.home-area ul {
	padding: 0;
	margin: 0;
}
.home-area ul li a {
	color: #fff9d8;
	font-family: 'Open Sans';
	font-size: 16px;
	display: block;
}
.home-area ul li {
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
}
.home-area ul li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
.home-area h3 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
}
.welcome-content {
	width: 66%;
	float: left;
	background: #ff0147eb;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fff9d8;
}
.welcome-content h1 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.welcome-content h2 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.welcome-content h4 {
	font-family: 'Open Sans';
	font-size: 20px;
	color: #fff9d8;
	margin: 0;
	text-align: center;
}
.welcome-content p {
	font-family: 'Open Sans';
	font-size: 20px;
	color: #fff9d8;
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 0;
}
.welcome-content p a {
	color: #fafa25;
}
.welcome-content p a:hover {
	text-decoration: underline;
}
.call-girl-profile {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.call-gril-cont {
	background: #ff0147eb;
	padding: 20px;
	border: 1px solid #fff9d8;
}
.call-gril-cont h3 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}
.call-gril-cont h4 {
	margin: 0 0 2px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: top;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}
.call-gril-cont img {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #fff9d8;
}
.call-girls {
	background: #c20e0eeb;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 30px;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.spacer-single {
	width: 100%;
	height: 8px;
	display: block;
	clear: both;
}
.spacer-single-2 {
	width: 100%;
	height: 5px;
	display: block;
	clear: both;
}
.text-area-image {
	width: 20%;
	float: left;
}
.text-area-image img {
	width: 100%;
	border: 1px solid #fff9d8;
	margin-bottom: 20px;
	display: block;
}
.text-area {
	background: #c20e0eeb;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 30px;
	overflow: auto;
}
.text-cont {
	padding-right: 15px;
	padding-left: 15px;
	width: 60%;
	float: left;
}
.text-cont h2, .text-cont h3, .text-cont h4 {
	margin: 0 0 5px 0;
	color: #ffff00;
	font-family: 'Open Sans';
	background: url(img/underline.png) no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.text-cont h5, .text-cont h6 {
	margin: 5px 0 5px 0;
	color: #ffff00;
	font-family: 'Open Sans';
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.text-cont p {
	font-family: 'Open Sans';
	font-size: 20px;
	color: #fff;
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 0;
}
.text-cont p a {
	color: #fafa25;
}
.text-cont p a:hover {
	text-decoration: underline;
}
.ftr-menu ul {
	padding: 0;
	margin: 0;
}
.ftr-menu {
	width: 70%;
	float: left;
}
.ftr-social {
	width: 30%;
	float: left;
}
.ftr-menu ul li {
	float: left;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #fff9d8;
	list-style-type: none;
	margin-right: 20px;
}
.ftr-menu ul li:last-child {
	margin: 0;
}
.ftr-menu ul li a {
	font-size: 13px;
	color: #fff9d8;
}
.escort-footer {
	background: #000000eb;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 30px;
	overflow: auto;
	margin-top: 15px;
}
.ftr-social ul {
	padding: 0;
	margin: 0;
	float: right;
}
.ftr-social ul li {
	float: left;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #fff9d8;
	list-style-type: none;
	margin-right: 20px;
}
.ftr-social ul li:last-child {
	margin: 0;
}
.ftr-social ul li a {
	font-size: 16px;
	color: #fff9d8;
}
footer {
	margin-bottom: 2%;
}
.cp-ryt {
	width: 50%;
	float: left;
}
.st-map {
	width: 50%;
	float: left;
}
.st-map ul {
	padding: 0;
	margin: 0;
}
.st-map ul li {
	margin-right: 20px;
	float: left;
}
.st-map ul li:last-child {
	margin: 0;
}
.st-map ul li a {
	font-size: 13px;
	color: #fff9d8;
	font-family: 'Open Sans';
}
.cp-ryt p {
	float: left;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #fff9d8;
	list-style-type: none;
	margin: 0;
	float: right;
}
.ftr-btm {
	padding-top: 20px;
	display: block;
}
.ftr-top {
	display: block;
}
.poster {
	width: 100%;
}
.poster img {
	width: 100%;
}
 @media (max-width:1199px) {
.menu-content li a {
	border: none;
	padding: 0;
}
}
@media (max-width:991px) {
.menu-content li {
	float: none;
	margin-bottom: 10px;
	text-align: center;
	background: url(img/underline.png) no-repeat center;
	background-position: bottom;
	padding-bottom: 8px;
}
.welcome-content h1 {
	font-size: 30px;
}
.call-gril-cont h4 {
	font-size: 17px;
}
.text-cont h2, .text-cont h3 {
	font-size: 27px;
}
}
@media (max-width:767px) {
.menu-content {
	padding: 0px 0 0px 25px;
}
.welcome {
	padding: 15px;
}
.home-service {
	width: 50%;
}
.home-area {
	width: 50%;
	float: left;
}
.welcome-content {
	width: 100%;
}
.call-girl-profile {
	width: 50%;
	margin-bottom: 15px;
}
.call-girls {
	padding: 15px;
}
.text-area-image {
	width: 100%;
}
.text-cont {
	width: 100%;
}
.text-area, .escort-footer {
	padding: 15px;
}
.ftr-menu {
	width: 100%;
}
.ftr-menu ul li {
	float: none;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0;
}
.ftr-social {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.ftr-social ul {
	float: none;
	display: table;
	margin: 0 auto;
	padding-top: 15px;
}
}
@media (max-width:320px) {
.home-service, .home-area {
	width: 100%;
	float: none;
}
.home-area {
	margin-top: 15px;
	margin-bottom: 15px;
}
.welcome-content h1 {
	font-size: 24px;
}
.call-girl-profile {
	width: 100%;
	margin-bottom: 15px;
	float: none;
}
.st-map {
	width: 100%;
	float: none;
}
.cp-ryt {
	width: 100%;
	float: none;
}
.cp-ryt p {
	text-align: center;
	margin-top: 10px;
}
.st-map ul {
	padding: 0;
	margin: 0 auto;
	display: table;
	float: none;
}
.logo img {
	margin: 0 auto;
	width: 200px;
}

.welcome-content h4 {
	font-size: 15px;
}

