@charset "utf-8";
/* CSS Document */
body {
	background: #2980B9;
	background: -webkit-linear-gradient(to left, #31c3ca, #FFFFFF, #2980B9);
	background: linear-gradient(to left, #31c3ca, #FFFFFF, #2980B9);
}
.navbar-brand {
	display: none;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	margin: 0;
	min-height: 0;
	font-family: 'Poppins', sans-serif;
}
.menu-cont .navbar .navbar-nav {
	display: inline-block !important;
	float: none !important;
}
.menu-cont .navbar .navbar-collapse {
	text-align: center !important;
}
.navbar-nav > li > a {
	padding: 0;
	color: #fff !important;
	font-size: 18px !important;
	margin-right: 35px;
	font-weight: 400;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
}
.menu-cont {
	background: #2980B9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #31c3ca, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #31c3ca, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 15px 0;
}
.logo {
	background: #2980B9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #31c3ca, #FFFFFF, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #31c3ca, #FFFFFF, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.logo img {
	margin: 0 auto;
}
navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background: none !important;
}
.menu-cont .dropdown-menu {
	background: #2980B9;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #31c3ca, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #31c3ca, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	top: 217%;
	padding: 12px;
	transition: all 0.4s ease-in-out;
}
.menu-cont .dropdown-menu > li > a {
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-bottom: 1px solid #fff;
}
.menu-cont .dropdown:hover .dropdown-menu {
	display: block;
}
.number {
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 25px 25px 15px 25px;
	border-radius: 10px;
	box-shadow: hsl(0, 0%, 0%) 0 0 16px;
}
.number img {
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.calling {
}
.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}
.page_About {
	background: url(../images/abt-bg.jpg) center fixed no-repeat;
}
.page_Contact {
	background: url(../images/abt-bg-1.jpg) fixed no-repeat;
	background-position: 0% 30% !important;
}
.profile-bg {
	background: #000046;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}
.panel-heading .panel-title {
	color: #000 !important;
}
.call-girl {
	position: relative;
	margin-bottom: 30px;
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 10px;
	border: 1px solid #fff;
}
.tag-bg {
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.girl-img {
	background-color: #000;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.girl-img img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}
.girls-img-text {
	justify-content: center;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.girls-img-text:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.girls-img-text:before, .girls-img-text:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.girls-img-text h3 {
	padding-top: 60%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}
.girls-img-text p {
	font-weight: 400;
	margin: 0;
	padding: 2rem;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
	text-align: center;
}
.girls-img-text:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.call-girl:hover .girl-img img {
	opacity: 0.4;
}
.call-girl:hover .girls-img-text p, .call-girl:hover .girls-img-text h3 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.call-girl:hover .girls-img-text:before, .call-girl:hover .girls-img-text:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.page_About {
	background: url(../images/hm-abt-bg.jpg) fixed no-repeat !important;
	background-size: cover;
}
.small-text.small-text {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.hm-service {
	background: url(../images/hm-srvc-bg.jpg) fixed;
	background-size: cover;
}
.locaBtnnew ul li {
	margin-bottom: 20px;
}
footer {
	background: #040404;
	padding-top: 20px;
}
footer ul {
	padding: 0;
}
footer ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
footer h3, footer h5 {
	color: #f12711 !important;
	margin-bottom: 15px;
}
footer h5
{
	font-size: 25px !important;
}
footer ul li a {
	color: #fff;
}
.social li {
	float: left;
	margin-right: 30px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.social li a {
	display: block;
	text-align: center;
	line-height: 40px;
}
.cp-ryt {
	background: #000;
	padding: 10px 0;
}
.cp-ryt p, .cp-ryt h6 {
	margin: 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
@media (max-width:1199px) {
.page_About {
	background-position: 29% 11% !important;
}
}
@media (max-width:991px) {
.navbar-nav > li > a {
	padding: 0;
	color: #fff !important;
	font-size: 16px !important;
	margin-right: 23px;
	font-weight: 400;
}
}
@media (max-width:767px) {
.page_About {
	background:#000 !important;
}
.nav > li {
	margin-bottom: 10px;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background: #0F2027;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff !important;
}
@media (max-width:499px) {
h1, h2, h3 {
 text-align: center;
 font-size: 20px;
}
p {
 text-align: center;
}
.locaBtnnew ul li a {
 width: 100% !important;
}
}
