/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');*/
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  margin: 0;
  background-image: radial-gradient( circle farthest-corner at 50.4% 50.5%,  rgba(251,32,86,1) 0%, rgba(135,2,35,1) 90% );
  position: relative;
}
.image_full {
  border: none !important;
  width: 100% !important;
}
header {
  display: block;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a:focus {
  outline: 0!important;
  outline-offset: 0!important
}
a {
  text-decoration: none
}
.text-center {
  text-align: center;
}
.container {
  width: 1170px
}
.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  display: table;
  content: " "
}
.container-fluid:after, .container:after, .row:after {
  clear: both
}
.row {
  margin-right: -15px;
  margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left
}
.col-md-4 {
  width: 33.33333333%
}
.col-md-2 {
  width: 16.66666667%
}
.col-md-6 {
  width: 50%
}
.col-md-8 {
  width: 66.66666667%
}
.col-md-3 {
  width: 25%
}
.col-md-9 {
  width: 75%;
}
.col-md-12 {
  width: 100%
}
.col-sm-3 {
  width: 25%;
}
.spacer-single {
  clear: both;
  display: block;
  height: 20px;
  width: 100%;
}
.headr-logo img
{
  width: 100%;
  display: block;
}
.headr-logo h1{
  text-align: center;
  display: block;
  font-size: 32px;
  color: #fff;
  background: #ff4800;
  margin: 0;
  padding: 10px 0;
}
.navbar #nav-icon{
  display:none;
}
@media only screen and (max-width: 1000px){
  .navbar #nav-menu{
    display:none;
  }
  .navbar #nav-icon{
    display:block;
  }
}
.navbar #side-nav{
  height:100%;
  width:0;
  right:0;
  top:0;
  overflow-x:hidden;
  position:fixed;
  -webkit-transition:0.3s;
  -o-transition:0.3s;
  transition:0.3s;
}
.navbar #side-nav a{
  display:block;
}
.navbar{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  text-transform:uppercase;
  background: #111;
  padding: 0;
}
.navbar .logo h1{
  margin:15px 0 0 40px;
  padding:0;
  color:white;
}
.navbar #nav-icon{
  text-align:right;
  background: #ffbc00;
  text-transform:uppercase;
  padding:10px;
  border-radius: 3px;

}
.navbar #nav-icon span
{
  color: #000;
  margin-top: 5px;
  display: inline-block;
}
.navbar #nav-icon a{
  text-decoration:none;
  line-height:.5;
  font-weight:400;
  font-size:14px;
  color:#000;
  position:relative;
  border:1px solid #000;
  padding:0 5px 0 4px;
  border-radius:5px;
}

.navbar #nav-menu{
  text-align:center;

  text-transform:capitalize;
}
.navbar #nav-menu a{
    padding: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;

}
.navbar #nav-menu a:hover{
  background: #1b1b1b
}
.navbar #side-nav{
  opacity:0.9;
  z-index:1;
  text-align:center;
  background: black;
  padding:16px 0;
}
#side-nav a{
  text-decoration:none;
  color:gold;
  background:rgb(0,0,0, 0.4);
  padding:8px 0;
  font-size:22px;
  margin:-2.8px 20px 18px;
  text-transform:capitalize;
  border-radius:4px;
  border:1px solid #ffbc00;
  font-weight:600;
  color:white;
  -webkit-transition:0.3s;
  -o-transition:0.3s;
  transition:0.3s;
}
#side-nav a:hover{
  color:#fff;
  border:1px solid #ffbc00;
  background:-o-linear-gradient(45deg, #e6a900 0%,#d09c0d 21%,#463403 100%);
  background:linear-gradient(45deg, #e6a900 0%,#d09c0d 21%,#463403 100%);
}
#side-nav .close-btn{
  text-align:right;
  font-size:36px;
  font-weight:560;
  margin:-16px 54px 30px 0;
  line-height:1.7;
  background:transparent;
  border:none;
  color: #ffbc00;
  padding:0;
}
#side-nav .close-btn:hover{
  color: #ffbc00;
  border:none;
  background:transparent;
}
.girls-div img {
    width: 100%;
    display: block;
}
.girls-div a span {
    color: #fff;
    padding-top: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
}
.girls-div a:last-child  span
{
  color: #ffbc00;
}
.escorts-videos video
{
  width: 100%;
  height: 100%
}
.escorts-videos
{
  max-height: 339px;
  overflow: hidden;
}
.main-contents
{
  padding-top: 10px;
}
.contact-btn
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px
}
.contact-btn a
{
  display: inline-block;
  background: #ffbc00;
  padding: 10px;
  width: 30%;
  text-align: center;
  color: #000;
  border-radius: 3px;
  font-weight: 700;
}
.contact-btn a:last-child
{
  background: #ff5200;
  color: #fff;
}
.text-area h2, .text-area h3
{
  color: #fff
}
.text-area h2 a
{
  color:  #ff5200;
}
.text-area ul li
{
  
  color: #fff;
  font-size: 18px;
  line-height: 1.63em
}

.text-area p
{
  color: #fff;
  line-height: 1.6em;
  font-size: 18px;
  text-align: justify;
}
.text-area p a, .text-area ul li a
{
  color: #ffbc00;
}

.text-area
{
  background:#00000047;
  padding: 10px;
}
.girls-div
{
  background:#00000047;
  padding: 5px
}
.escorts-girls-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    padding-top: 30px;
}
.text-area .girls-div
{
  padding: 0
}
.mt-3
{
  margin-top: 30px;
}
.location ul
{
  padding: 0;
  list-style-type: none;
}
.location ul li
{
  display: inline-block;
    list-style: none;
    border: 1px solid;
    background-color: #ff002399;
    margin: 20px 0 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 2px -2px 10px #ffccccfa;
            box-shadow: 2px -2px 10px #ffccccfa;
}
.location ul li a {
    text-decoration: none;
    line-height: 15px;
    font-size: 13px;
    color: #ddd;
    font-weight: 400;
    padding: 7px 26px;
    display: block;
}
.poster img, .bnr-box img
{
  width: 100%;
  display: block;
}
.small-bnrs
{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
footer
{
  padding: 50px 0;
  text-align: center;
  background: #000;
}
footer a
{
  color: #fff;
  padding: 0 15px
}
@media (max-width: 1199px){
  .container {
    width: 970px;
}
.navbar{
  padding: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

}
@media (max-width: 991px){
.container {
    width: 750px;
}
}
@media (max-width: 767px){
  .container {
    width: 100%;
}
.col-md-3
{
  width: 100%
}
.col-md-9
{
  width: 100%
}
.girls-div
{
  width: 50%;
  float: left;
}
.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1
}
.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2
}
.escorts-girls-images .girls-div
{
  width: 100%;
}
}
@media (max-width: 499px){
  .headr-logo h1{
    font-size: 20px;
    padding: 5px 0;
  }
  .contact-btn{
    flex-direction: column;
  }
  .girls-div a span{
    font-size: 13px
  }
  .contact-btn a
  {
    display: block;
    width: 100%;
  }
  .contact-btn a:first-child{
    margin-bottom: 10px;
  }
  .text-area p {
    font-size: 14px;
  }
  .escorts-girls-images{
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  footer a {
    color: #fff;
    padding: 0 15px;
    display: block;
    margin-bottom: 10px
}
.small-bnrs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
  }
