.head-top
{
	background: #0336ff;
	padding: 10px 0
}
.head-top p, .head-top p a
{
	margin: 0;
	color: #ffde03;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
}
.top-social-media {
    text-align: right;
    margin: 4px 0;
}
.top-social-media a {
    border: 1px solid #ffde03;
    border-radius: 100%;
    background: #ffde03;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.top-social-media a i {
    font-size: 16px;
}
.menu
{
	background: #000;
	padding: 10px 0;
}
.wrapper {
  color: #ffffff;
  min-height: 60px;
  float: left;
}
.wrapper .logo {
  float: left;
  margin: 0;
  
}

.nav-menu {
  
  margin: 30px 0 0 0;
  list-style: none;
  text-align: right;
}
.nav-menu li {
  display: inline-block;
  position: relative;
}
.nav-menu li a {
  display: block;
  padding: 1rem;
  color: #ffffff;
}
.nav-menu li:hover a {
  color: #9fa0a6;
}
.nav-menu .nav-item .item-dropdown {
  position: absolute;
  margin: 0.5rem 0;
  padding: 0;
  background: #404040;
  display: none;
}
.nav-menu .nav-item .item-dropdown .sub-item a {
  min-width: 10rem;
  width: 100%;
  text-align: left;
}
.nav-menu .nav-item i.fas {
  margin-left: 1rem;
}
.nav-menu .nav-item .item-dropdown .sub-item a {
  color: #ffffff;
  padding-bottom: 1rem;
}
.nav-menu .nav-item .item-dropdown .sub-item:hover a {
  color: #9fa0a6;
}

@media (max-width: 768px) {
  header {
    background: #ffffff;
  }

  .wrapper {
    float: inherit;
  }

  .nav-toggle {
    cursor: pointer;
    display: block;
    float: right;
    padding: 1rem 0;
    border: none;
    outline: none;
  }

  span.toggle {
    background: #ffffff;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    border: none;
    outline: none;
  }

  .nav-menu {
    display: none;
  }
  .nav-menu li {
    display: block;
    text-align: left;
  }
  .nav-menu li a {
    color: #ffffff;
  }
  .nav-menu .nav-item .item-dropdown {
    position: inherit;
    box-shadow: none;
  }
  .nav-menu .nav-item .item-dropdown .sub-item a {
    width: 100%;
    margin-left: 1.5rem;
  }
  .nav-menu .nav-item.has-dropdown {
    background: #2c2c2c;
  }
  .nav-menu .nav-item i.fas {
    margin: 0;
    float: right;
  }
}
.banner
{
	position: relative;
}
.banner input {
  display: none;
}

.banner .inner {
  width: 500%;
  line-height: 0;
}

.banner article {
  width: 20%;
  float: left;
  position: relative;
}
.banner article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.banner .slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.banner .slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.banner .info {
  position: absolute;
  font-style: italic;
  
  opacity: 0;
  color: #dc0a0a;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.banner .info h1 {
  color: #dc0a0a;
  margin: 0 0 5px;
  
  font-size: 60px;
  font-style: normal;
  background: #000;
  display: block;
}
.banner .info.top-left {
  top: 45%;
  left: 10%;
}
.banner .info.top-right {
  top: 30px;
  right: 30px;
}
.banner .info.bottom-left {
  bottom: 45%;
  left: 10%;
}
.banner .info.bottom-right {
  bottom: 45%;
  right: 10%;
}

/* Slider Styling */
.banner .slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 27px;
  display: block;
  color: #777;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f054";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
  content: "\f053";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}
.bnr-btm
{
	padding: 30px 0;
	background:url(img/bnr-btm-bg.jpg) no-repeat fixed; 
	background-size: cover;
}
.bnr-btm span
{
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
	text-shadow: 2px 1px 2px #000000;
	display: block;
}
.abt-img {
    box-shadow: 1px 0 6px #bdbdbd;
    width: 30%;
    margin: 0 auto;
    border:4px solid #ffde03;
    border-radius: 5px;
    overflow: hidden;
}
.abt-img img
{
	width: 100%;
}
.bnr-btm-text
{
	text-align: center;
	padding: 20px 0;
}
.bnr-btm-text h2
{
	margin-bottom: 10px;
}
.demotext {
    text-shadow: 2px 1px 2px #000000;
    color: #FFC001;
    }
    .demotext1 {
    text-shadow: 2px 1px 2px #000000;
    color: #f305df;
    }
    .demotext2 {
    text-shadow: 2px 1px 2px #000000;
    color: #e30322;
    }
    .abt-escorts 
    {
    	background: #ffde03;
    }
    .abt-escorts img
    {
    	width: 100%;
    	display: block;

    }
    .abt-text
    {
    	
    	padding: 20px;
    }
    .abt-text h2
    {
    	font-size: 30px;
    }
    .abt-text h2, .abt-text h3, .abt-text p
    {
    	color: #000;
    }
    .pad0
    {
    	padding: 0;
    }
    .model-pic {
    text-align: center;
    overflow: hidden;
    height: 210px;
    border-radius: 50%;
    margin:0 auto;
    max-width: 210px;
    object-fit: cover;
    width: 100%;
    border: 3px solid #cb60b3;
}
.model-pic img
{
	display: block;
	width: 100%;
}
.escorts-models
{
	background: #f8eff5;
	
	text-align: center;
	padding: 20px 0;
}
.escorts-models h3
{
	font-size: 28px;
	margin-bottom: 20px;
	color: #000;
}
.cate-btn {
    text-align: center;
    margin: 20px 0 ;
}
.cate-btn a, .cate-btn h4 {
    color: #fff;
    padding: 10px 15px;
    border-radius: 14px 0 14px 0;
    text-align: center;
    align-items: center;
    width: 70%;
    font-weight: 700;
    font-size: 17px;
    background: #cb60b3;
    background: -moz-linear-gradient(top, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -webkit-linear-gradient(top, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: linear-gradient(to bottom, #cb60b3 0, #c146a1 50%, #a80077 51%, #db36a4 100%);
    text-transform: uppercase;
    margin: 17px 0 0;
    letter-spacing: 0;
     font-family: 'Manrope', sans-serif;;
    margin: 0 auto;

}
.heading-style-loc {
    color: #ffde03;
    padding: 3px 3px 4px 3px;
    margin-bottom: 28px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
}
.loction ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cat-block2 {
    color: #000;
    background: #f4d51b;
    text-align: center;
    
    padding: 6px 8px;
    margin-bottom: 10px;
    margin-right: 05px;
}
.cat-block2 h5
{
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}
.footer-widget {
    background: #0f0f0f;
    padding: 20px 15px;
}
.text-white {
    color: #fff!important;
}
.footer-widget a {
    color: #ffad00;
}
 @media (max-width:1199px)
 {
 	.container {
    width: 970px;
}
}
@media (max-width:991px)
 {
 	.container {
    width: 750px;
}
.md-6
{
	width: 100%;
 }
}
@media (max-width:767px)
{
	.container {
    width: 100%;
}
.banner .info h1
{
	font-size: 25px !important;
}
.md-3
{
	width: 50%;
}
}
@media (max-width:499px)
{
	.banner .info h1
	{
		line-height: 30px;
		background: none;
	}
	.md-3
	{
		width: 100%;
	}
}
