body {margin:0; padding:0; font-family: 'Poppins', sans-serif; font-size:19px;}
 .fa  {
  padding:10px;
  font-size: 30px;
 width: 10px;  
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0px 2px; border-radius:50%;
}
.acenter{
text-align:center;
}
.pcity li{
display:inline-block;
margin:5px 10px;
}

.fa { padding: 6px; font-size: 30px;       text-align: center;    text-decoration: none;    margin: 20px 10px;
    border-radius: 50%;}
a.fass { padding: 6px; text-align: center;    text-decoration: none;    margin: 20px 10px; display:inline-block;}
a.fass:hover {
opacity: 0.7;
}
.sa {  width: 30px;   }
.fa:hover {
    opacity: 0.7;
}
a{color: #e5bd13; text-decoration:none;}
li{color: #fff; list-style-type: none; line-height: 30px; padding-bottom: 20px;}
li strong{color: #d8b217;}
 

.fa-facebook {
 background: rgb(132,116,54);
background: radial-gradient(circle, rgba(132,116,54,1) 0%, rgba(238,195,15,1) 24%, rgba(132,116,54,1) 100%);
  color: white;border: solid 2px #fff; 
}

.fa-twitter {
 color: white; border: solid 2px #fff;  background: rgb(132,116,54);
background: radial-gradient(circle, rgba(132,116,54,1) 0%, rgba(238,195,15,1) 24%, rgba(132,116,54,1) 100%);}
  
.fa-instagram {
background: rgb(132,116,54);
background: radial-gradient(circle, rgba(132,116,54,1) 0%, rgba(238,195,15,1) 24%, rgba(132,116,54,1) 100%); 
  color: white;  border: solid 2px #fff; 
}

.fa-pinterest {
background: rgb(132,116,54);
background: radial-gradient(circle, rgba(132,116,54,1) 0%, rgba(238,195,15,1) 24%, rgba(132,116,54,1) 100%);
  color: white; border: solid 2px #fff; 
}

.dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #fcfcfc;
  color: #000; font-weight: 500;
  text-align: center; text-decoration: none	;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
 
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.dedcription-btn .btn-icon {
  background-color: #ffa000;
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #fcfcfc;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right:17px;
  top:-14px;
  color: #fff;
}
.dedcription-btn:hover {
  color: #fff!important;
}
 
.brain {
  background-color: #e5bc12!important;
}
.hover-box {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.w100 {
    width: 100%;
    height: auto;
}

.profile-dtl table td, .prfl-rate table td {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 0;
    border-bottom: 1px solid #eec400;
}

.profile-dtl table, .prfl-rate table {
    width: 100%;
    border-collapse: collapse;
    font-family: open sans,sans-serif;
}
.profile-photo img {
    border: 5px solid #eec400;
	border-radius:5px;
}
.profile-photo{
margin-top:20px;
}
.girl-book {
    text-align: center;
}
.girl-book a {
    text-transform: capitalize;
    padding: 10px 60px!important;
    margin-right: 15px;
    border-radius: 50px;
    background-image: linear-gradient( to top,rgba(0,0,0,1) 5.6%,rgba(255,0,0,1) 97.7% );
    border: 1px solid #eec400;
    color: #fff!important;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    display: inline-block;
    margin-top: 15px;
    transition: all .3s eas-in-out;
    font-family: open sans,sans-serif;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6{ color:#fff; margin: 0px; text-transform: uppercase; text-shadow:  1px  1px  #000,
    -1px  1px     #000, 
     1px -1px     #000, 
    -1px -1px     #000,
     1px  1px 5px #000; 
}  
h1{font-size:35px; text-align: center;}h2{font-size:32px; text-align: center;} h3{font-size:30px; text-align: center;} h4{font-size:28px; text-align: center;} h5{font-size:25px; text-align: center;} h6{font-size:22px; text-align: center;}
p {font-size: 18px; text-align:justify; color:#fff; line-height:30px;}
.logo img{max-width: 20%; height: auto;}
.logo2 img{max-width:100%; height: auto;}
.topbg {width:100%; margin:0px 0 0px 0; padding:0px 0 0px 0; background:#E47D09;   display: table; }
.icon{margin:18px 0 0 0;}
.phone a {color:#fff;   margin: 0; padding:0; text-decoration: none;}
.phone a:hover{color:#f2d426; }
.bannerbg{width:100%; margin:0px; padding:0px; background:#000000; display:table; /*background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(215,182,60,1) 49%, rgba(0,0,0,1) 100%);*/}
 
img{max-width: 100%; height: auto;}
.nav {  overflow: hidden; background: rgb(132,116,54);
background: linear-gradient(90deg, rgba(128,0,0) 0%, rgba(128,0,0) 49%, rgba(128,0,0) 100%); width: 100%; padding: 0px; margin: 0px;  }
.nav ul {margin:auto; padding: 0px; display:block; width:100%;}
.nav ul li{margin:0px; list-style:none; float:left; padding:0px;}
.nav ul li a{color: #fff;}
.nav ul li a{margin: 0px; list-style:none; float:left; text-decoration:none; color:#fff; font-size:20px; display:block; text-align: center;  padding:10px 32px; border-left: double 1px #000; font-weight:500; }
.nav ul li a:hover{color:#fff;background: rgb(255,105,180);
background: linear-gradient(90deg, rgba(255,140,0) 0%, rgba(255,140,0) 49%, rgba(255,140,0) 100%); }

.container-bg{width:100%; margin:0px; padding:0px; background:#000000; display:table;  }
.container-txt-bg{background-color: rgba(0,0,0,0.5); padding: 20px; margin:20px; border: 1px solid #ddb615; border-radius: 10px; display: table; max-width:100%;}

.col{float:left; width: 100%;}


.col2{float:left; width: 39%;}
 

/* CSS */
.button-3 {  background-color: #000;   border-radius: 3px;  color: #fff;  cursor: pointer;  display: inline-block;   font-size: 12px;
  font-weight: 600; margin: 3px 0 0 0;  line-height:10px;  padding: 6px 16px;  position: relative;  text-align: center;  text-decoration: none;}
 
.button-3:hover {  background-color: #000; color: #fff;}

.button-2 {  background-color: #000;   border-radius: 3px;  color: #fff;  cursor: pointer;  display: inline-block;   font-size: 12px;
  font-weight: 600; margin: 3px 0 0 0;  line-height:10px;  padding: 6px 12px;  position: relative;  text-align: center;  text-decoration: none;}
 
.button-2:hover {  background-color: #000; color: #fff;}
 
.img-bg{ background-color: rgba(0,0,0);  border: 1px solid #fff; padding: 10px; margin:0 0 0px 0; border-radius: 10px; display: table;}
.img-txt{color: #ffca00; padding:0 0 0 0px; text-align: left;}
.star{  color: #ffca00;    margin: 0px !important;    padding: 0px !important;}
.wstar{  color: #fff;    margin: 0px !important;    padding: 0px !important;}
.img-txt2{color: #fff; padding:0 0 0 5px; }
.boxgap{margin:0px 10px 0px 10px !important;   padding: 0px 10px 0px 10px !important; font-size:13px;  }
.imgzoom {  /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */}
/* [2] Transition property for smooth transformation of images */
.imgzoom img {  transition: transform .5s ease; border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%; height: auto;}
/* [3] Finally, transforming the image when container gets hovered */
.imgzoom:hover img {  transform: scale(1.5);}

.right-areabg{width:90%; margin:0px; padding:0px 0px 40px 0px; /*background-image: url("img/prgt-img.webp"); background-repeat:no-repeat;background-size: cover;  background-position:top;*/ display:table;}
.right-containerbg{background-color: rgba(0,0,0); padding: 20px 20px 20px 20px; margin:10px 0 0px 0px; border: 1px solid #fff; border-radius: 10px; display: table; width:100%;}
.category ul {margin:auto; padding: 0px; display:block; width:100%;}
.category ul li{margin:0px; list-style:none; float:none; padding:0px; }
.category ul li a{margin: 0px; list-style:none; float:none; text-decoration:none; color:#fff; font-size:20px; display:block; text-align: center;  padding:10px 32px; border-bottom: double 1px #fff;  font-weight:500; background: rgb(255,20,147);
background: linear-gradient(90deg, rgba(128,0,0) 0%, rgba(165,42,42) 49%, rgba(128,0,0) 100%);}
.category ul li a:hover{color:#fff; background: rgb(132,116,54);
background: linear-gradient(90deg, rgba(218,165,32) 0%,  49%, rgba(218,165,32) 100%);}
.border{border-left: dotted 1px #fff;}
.border2{border-top:none;}




.footer {  background: #990443; margin:0px 0 0 0; padding: 20px 0 20px 0; } 
.footer h2 {color: #fff; font-size:25px; padding:0px 10px 0px 10px; margin:0 0 0px 0px; text-shadow:none}
.footer p {margin: 0px; padding:0px 10px 0px 10px; font-size: 16px;  color:#fff; }
.footer a{text-decoration: none; color: #000; background:#ff1a81;}
.footer a:hover{text-decoration: none; color: #000;}
.footer2 {  background: linear-gradient(90deg, rgba(0,0,0) 0%, rgba(0,0,0) 49%, rgba(0,0,0) 100%); width: 100%; display: table; padding: 10px 0 70px 0;} 
.footer2 p{margin: 0px; padding:0px; font-size: 16px; font-style: italic;  color:#fff; text-align: center;}
.footer2 a{text-decoration: none; color: #fff;  font-weight: 700;   }
.footer2 a:hover{text-decoration: underline; color: #fff;}



 
/*---------------------------------------*/
.centertext{text-align:center;}
.w100{width:100%; height:auto;}
.mx1{margin-left:5px; margin-right:5px; }
.px1{padding-left:5px; padding-right:5px;}
.borderfff {border: solid 1px #e0af00; background:#947e2f; }
 
div {
    display: block; margin:0px; padding: 0px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap; flex-wrap:wrap; margin-right:-15px; margin-left:-15px}
*, ::after, ::before {   box-sizing: border-box;}
.spacet{padding:10px; display:flex;}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    padding:10px;
}

@media (max-width: 576px){
.container {
    max-width: 540px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{ float:left;}	.topnav ul li a{ width:100%; float:left;}	

}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{ float:left;}	.topnav ul li a{ width:100%; float:left;}	

}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:100%}.col-10{width:100%}.col-9{width:100%}.col-8{width:100%}.col-7{width:100%}.col-6{width:100%}.col-5{width:100%}.col-4{width:100%}.col-3{width:50%}.col-2{width:50%}.col-1{width:50%}
}

@media (min-width: 992px){
.container {
    max-width: 960px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}

@media (min-width: 1200px){
.container {
    max-width: 90%;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}



 

@media only screen and (min-width:768px) and (max-width:998px){
 .topbg { position:relative; padding: 0px;}
 .nav ul li a{margin: 0px; list-style:none; float:none; text-decoration:none; color:#000; font-size:20px; display:block; text-align: center;  padding:10px 22px;   border-left: double 1px #725d06; font-weight:500; }
 .img-txt{text-align: left;}
.star{  color: #ffca00;    margin: 0px !important;    padding: 0px !important; text-align: left;}
.wstar{  color: #fff;    margin: 0px !important;    padding: 0px !important; text-align: left;}
.img-txt2{color: #fff; padding:0 0 0 5px; text-align: left;}	
	.border{border-top: dotted 1px #fff; border-left:none;}
.container-txt-bg{ padding:8px;}
.img-bg{width: 100%;}
img{max-width: 100%; height: auto;}
.logo2 img{max-width:50%; height: auto; text-align: center;} 
.tabcenter{
  text-align: center;
}
.tab100{
  width:100%;
}
}

@media only screen and (min-width:480px) and (max-width:767px){
 
}

@media only screen and (max-width:479px){
 h1{font-size:30px;}  
.icon{margin:18px 0 0 0; text-align: center;}
.phone{ text-align: center;}
.logo img{max-width:50%; height: auto;}
.fa {margin: 0px 2px 0px 2px; }
.nav ul {margin:auto; padding: 0px; display:block; width:100%;}
.nav ul li{margin:0px; list-style:none; float:none; padding:0px;width:100%;}
.nav ul li a{margin: 0; list-style:none; float:none; text-decoration:none; color:#000; font-size:20px; display:block; text-align: center;  padding:10px 32px; border-right: none; border-left:none; border-top: double 1px #725d06; font-weight:500; }
.btn-icon i {  position: absolute;  right:17px;  top:9px;  color: #fff;} 
h1,h2,h3,h4,h5,h6{text-align: center;}
h1{font-size:35px;     text-align: center;}h2{font-size:30px;} h3{font-size:28px;} h4{font-size:26px;} h5{font-size:25px;} h6{font-size:22px;}	
.img-txt{text-align: left;}
.star{  color: #ffca00;    margin: 0px !important;    padding: 0px !important; text-align: left;}
.wstar{  color: #fff;    margin: 0px !important;    padding: 0px !important; text-align: left;}
.img-txt2{color: #fff; padding:0 0 0 5px; text-align: left;}	
	.border{border-top: dotted 1px #fff; border-left:none;}
.container-txt-bg{ padding:8px; margin:10px 0; display: inline-table;}
.img-bg{width: 100%;}
 .border2{border-top: dotted 1px #fff;}
.logo2 img{max-width:100%; height: auto; text-align: center;} 
 .col{float:left; width: 30%;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    padding:0;
	}
	.gallery{margin-bottom:10px;}
	.gallery2{padding: 10px;}
.sa {  width: 30px; margin-bottom: 10px;   }
	.dedcription-btn {margin-bottom: 10px;}
}