/*Modification*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#ad0735;
	margin: 0;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}
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: linear-gradient(to right,#db2121,#dd007a);
	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: 20px;
	font-family: 'Open Sans';
	font-weight: bold;
	text-align: right;
	margin-left: -135px;
}
.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: 15px 0 15px 25px;
	border-top: 1px solid red;
    border-bottom: 1px solid red;
    box-shadow: 0px 0px 8px #151515 inset;
	
}
.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: 6px 34px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	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: #fa0142;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 9px;
	overflow: auto;
}
.home-service {
	text-align: center;
	width: 17%;
	float: left;
	background: #750100;
	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-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;
    border: 1px solid #f3ecee;
    background: #fa0142;
}
.home-service ul li {
	
	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: #750100;
	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;
    border: 1px solid #f3ecee;
    background: #fa0142;
}
.home-area ul li {
	
	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-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
}

h1 {
	margin: 0 0 5px 0;
	color: #fafa06;
	font-family: 'Open Sans';
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-transform: capitalize;
}
h2 {
	margin: 0 0 5px 0;
	color: #fafa06;
	font-family: 'Open Sans';
	background-position: bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-transform: capitalize;
}
h3, h4,  h5 {
	font-family: 'Open Sans';
	font-size: 20px;
	color: #fafa06;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}
p {
	font-family: 'initial';
	color: #fff9d8;
	font-size: 17px;
	text-align: justify;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 7px;
}
p a {
	color: #fafa25;
}
p a:hover {
	text-decoration: underline;
}
.call-girl-profile {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.call-gril-cont {
	background: #07132e;
	}
.call-gril-cont h3 {
	margin: 0 0 5px 0;
	color: #fff9d8;
	font-family: 'Open Sans';
	
	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-position: top;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
}
.call-gril-cont img {
	width: 100%;
	margin-bottom: 5px;
	border: 2px solid #fafa25;
	}
.call-girls {
	background: linear-gradient(344deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 30px;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	color: aliceblue;
	text-align: center;
}
.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-image1 {
	width: 20%;
	float: left;
}

.text-area-image img {
	width: 100%;
	padding: 10px;
	display: block;
}
.text-area {
	background: #ff16ad;
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	overflow: auto;
	
}
.text-cont {
	padding-right: 15px;
	padding-left: 15px;
	width: 60%;
	float: left;
	background:linear-gradient(to right,#f50303,#f52cb8);
}

.text-cont ul {
	margin: 0;
	color:#fff;
	font-size: 16px;
}
	
	
}

.text-cont h2, .text-cont h3, .text-cont h4 {
	margin: 0 0 5px 0;
	color: #ffff00;
	font-family: 'Open Sans';	
	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: auto;
	Color: #fff;
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 11px;
}
.text-cont p a {
	color: #fafa25;
}
.text-cont p a:hover {
	text-decoration: underline;
}

/*-- //tag --*/

.tags-sections{
    background: crimson;
    padding: 20px 0px;
}

.tags-sections h5{
   text-align: center;
    font-size: 24px;
    font-weight:700;
    font-style: italic;
}

.tags-box h5{
	color:#fff;
	margin-bottom: 15px;
}
.tags-box ul{
	margin:0px;
}
.tags-box li {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 15px;
}
.tags-box li a {
   padding: 10px;
    background: #dedede;
    color: #151515;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s ease-in;
    box-shadow: 0 0px 0px #7cd3e8;
    width: 100%;
 
    background: #fff;
    background: -moz-radial-gradient(center,ellipse cover,#ffffff 36%,#0da4c7 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#ffffff 36%,#0da4c7 100%);
   background: radial-gradient(ellipse at center,#f5f5f5 30%,#bfbfbf 100%);
}
.tags-box li a:hover {
    transform: scale(1.1);
}

/*-- //tag --*/


/*--call start -*/
.checked {
  color: orange;
}



.whatsapp-icon {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}
.whatsapp-icon img{
    height:100px;
}

.callusbtn {
	left: 20px;
    bottom: 100px;
    padding: 76px 69px;
    z-index: 9999;
    float: left;
    position: fixed;
}

.callusbtn img{
    height:100px;
}


/*--call end-*/

.footer {
	background: linear-gradient(to right,#931010,#d52275);
	border: 1px solid #fff9d8;
	width: auto;
	height: auto !important;
	padding: 30px;
	overflow: auto;
	margin-top: 15px;
}
.ftr-menu {
    float: right;
    margin-top: 1px;
}
.ftr-menu ul{
   padding: 0px;
    text-align: left;
    float: left;
    margin: 0 0 1em 0;
}
.ftr-menu ul li{
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
}
.ftr-menu ul li a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	color:#fff;
	margin-bottom: 8px;
    padding: 4px 8px;
    border: 1px solid #ccc;
	background:#ff16ad;
}
.ftr-menu ul li a:hover{
	color:#d5d5d5 !important;
	border: 1px solid #d5d5d5;
}
.copy-right{
	    padding: 16px 0 20px 0;
	background:#081125;
}
.copy-right p {
	margin:0px 0 0 0;
	font-size:14px;
	color: #fff;
	text-align:center;
	letter-spacing: 0px;
}
.copy-right p a{
	color:#fff;
}
.copy-right p a:hover{
	color: #fff;
}
/*-- //copyright --*/

.footer-tags a {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}


.cp-ryt {
	    width: 100%;
    float: none;
    margin: 18px auto;
    padding: 7px;
    text-align: left;
}
.cp-ryt p {
	float: left;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #fff9d8;
	list-style-type: none;
	margin: 0;
	float: right;
}
.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;
}
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;
}
{
	width: 100%;
}
.call-girl-profile {
	width: 50%;
	margin-bottom: 15px;
}
.call-girls {
	padding: 15px;
}
.text-area-image {
	width: 100%;
}
.text-cont {
	width: 100%;
}

.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;
}

/* + home */
}
@media (max-width:320px) {
.home-service, .home-area {
	width: 100%;
	float: none;
}
.home-area {
	margin-top: 15px;
	margin-bottom: 15px;
}
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;
	margin: 11px auto;
}
.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;
}

h4 {
	font-size: 15px;
}





