@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Viga&display=swap');
body{
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px;
	background:url(../images/bg.webp);
	background-attachment:fixed;
	color:#fff;
}
.copyright{
  font-family: 'Open Sans', sans-serif !important;
}
.copyright p{
  color: #d5ffe4;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif !important;
	color:#fff;
}
.navbar-brand{
	width:28%;
}	
.navbar-brand img{
	width:100%;
}
.main_bg{
	background:#05c7b2;
}
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px !important;
	padding-left: 20px !important;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	color: #000 !important;
}
.fixed {
  position: fixed !important;
  z-index: 999999;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: sticky;
}
.banner_home{
	width:100%;
}
.banner_home img{
	width:100%;
}
.space82{
	margin-top:58px;
}
.txt_m p{
  font-size: 14px;
  font-weight: 550;
  text-transform: capitalize;
  text-align: justify;
  color:#fff;
}
.gallery_box{
  position: relative;
  width: 100%;
  border: 5px solid #05c7b2;
  border-radius: 4px;
  margin: 10px 0px;
}
.spacet50{
	margin-top:50px;
}
.spacet30{
	margin-bottom:30px;
}
.tac{
	text-align:center;
}
.gallery_box img{
	width:100%;
}
.gallery_txt{
  position: absolute;
  top: 275px;
  background: rgba(111, 97, 192, 0.9);
  width: 100%;
  left: 0px;
  height: 100px;
}
.m10{
	margin:10px;
}
.w65{
  width: 65% !important;
  margin: 10px;
}
.verify{
  width: 18% !important;
  float: right;
  margin: 0px 6px 0px 0px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.link_drop{
	background:#8be8e5;
	width:100%;
	height:500px;
	padding:0px;
	text-align:center;
	overflow: auto;
  border: 4px solid deeppink;
}
.link_drop h3 {
  color: #000;
  padding: 10px 0px 0px 0px;
}
.link ul{
	list-style:none;
}
.link li{
  float: left;
  margin: 5px;
}
.link a{
  text-decoration: none;
  background: #d5ffe4;
  color: #000;
  border: 3px solid #000;
  padding: 3px 5px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}
.red_alert{
	background:#f00;
	color:#000;
	padding:10px;
}
.red_alert ul{
	list-style-type:square;
}
.red_alert h3{
	color:#000;
}
.footer_main{
  background: rgba(111, 97, 192, 0.9);
  padding: 50px 0px;
}
.f_link li{
	list-style:none;
}
.f_link a, .f_link a:hover{
  color: #ccc;
  text-decoration: none;
  font-weight: 500;
  font-size:14px;
}
.sf_link li {
  float: left;
  width: 31%;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 6px 0px;
  margin: 0px 0px 0px 12px;
}
.s_m li {
  float: left;
  width: 49%;
}
.s_m ul{
	list-style:none;
}
.s_m a, .s_m a:hover{
  text-decoration: none;
  background: #d5ffe4;
  color: #000;
  border: 3px solid #000;
  padding: 3px 5px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  margin: 5px 7px;
  text-align: center;
}
.b_h{
  height: auto !important;
  padding: 15px;
}
.b_h h4{
  color: #000;
  text-align: left;
}
.b_h ul{
  list-style: none;
}
.b_h li{
  float: left;
  padding: 7px 7px;
}
.b_h p{
  font-size: 17px;
  color: #000;
  text-align: left;
  margin: 0px;
}
.copyright a,.copyright a:hover,.copyright a:focus{
  color: #000;
  text-decoration: none;
}
.copyright{
  margin: 20px 0px 0px 0px !important;
  border-top: 3px solid aqua;
  padding: 12px 0px 0px 5px;
}
.h3{
	text-align:center;
}
.call-girls-profile-cont {
  background-image: radial-gradient(circle 1192px at 21.5% 49.5%,rgba(20,33,61,.94) .1%,rgba(0,0,0,1) 100.2%);
  border: 1px solid #eec400 !important;
  padding: 30px;
  color: #fff;
}
.padd5 {
  padding-left: 5px;
  padding-right: 5px;
}
.call-girls-profile-cont {
  color: #fff;
}
.girl-abt h2, .girl-abt h3, .prfl-rate h3, .profile-dtl h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 10px;
  color: #ffa700;
  text-decoration: none;
  text-shadow: 2px 3px 2px #000;
}
.prfl-rate table, .profile-dtl table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif !important;
}
.prfl-rate table, .profile-dtl table {
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif !important;
}
.prfl-rate table td, .profile-dtl table td {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 1px solid #eec400;
}
.call-girls-profile-cont img{
  border: 3px solid;
  margin: 0px 10px;
}
.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}
.lcol,.rcol{float:left;width:50%}.lcol{background-color:#5AA6ED}
.rcol{background-color:#25d366}
.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}

/*///////////////////////////////////////////////////////
				Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.navbar-brand {
  width: 75%;
}
.gallery_txt{
	top:326px;
}
.lcol a, .rcol a{
	font-size:12px;
}
.b_h ul{
  padding:0px;
}
.b_h p{
	font-size:14px;
}
.sf_link li{
	width:100%;
}
.f_link ul{
	padding:0px;
}
.f_link li{
	margin: 0px 0px 0px 0px;
}
.s_m ul{
	margin:0px;
	padding:0px;
}
.space82{
	margin-top:35px;
}
}