* {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        body
        {
            margin: 0;
            background-image: radial-gradient( circle farthest-corner at 0.2% 1.8%, rgb(158 111 5) 0%, rgba(88,0,0,1) 100.2% );
            font-family: 'Poppins', sans-serif;

        }
        
         :after,
         :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        a:focus {
            outline: 0!important;
            outline-offset: 0!important
        }
        .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
        }
        
        .clearfix {
            clear: both
        }
        .clearfix {
            clear: both;
            display: block;
            width: 100%
        }
        .clearfix:after,
        .clearfix:before {
            content: " ";
            display: table
        }
        .md-5 {
            width: 41.66666667%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        
        .md-6 {
            width: 50%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        
        .md-2 {
            width: 16.66666667%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        
        .md-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px
        }
        
        .md-3 {
            width: 25%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        .md-9
        {
            width: 75%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        .col-md-4 {
            width: 33.33333333%;
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            float: left
        }
        .banner img
        {
            width: 100%;
            display: block;
        }
        .mobile
        {
            display: none !important;
        }
        .wrapper {
  color: #ffffff;
  min-height: 60px;
  float: left;
}
header
{
    background: #870000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #35300a, #8e5413); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

border-bottom: 1px solid #c0bcb6;
border-top: 1px solid #c0bcb6;
}
.wrapper .logo {
  float: left;
  margin: 0;
  padding: 9px 0 0 10px;
}
.logo img
{
    width: 170px;
    height: auto;
}
.nav-menu {
  margin: 0;
  padding: 4px 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: #c0bcb6;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  text-decoration: none;
}

.nav-menu .nav-item .item-dropdown {
  position: absolute;
  margin: 0;
  padding: 0;
  background: #5e410e;
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
background: linear-gradient(to bottom, #3f340b, #ff8600);


border: 1px solid #c0bcb6;
  display: none;
  z-index: 999;
  width: 100% ;
  min-width: 300px;
  text-align: center;
}
.nav-menu .nav-item .item-dropdown .sub-item a {
  display: block;
  width: 100%;
  text-align: center !important;
}
.nav-menu .nav-item i.fas {
  margin-left: 1rem;
}
.nav-menu .nav-item .item-dropdown .sub-item a {
  color: #ffffff;
  padding-bottom: 1rem;
}


@media (max-width: 768px) {
  

  .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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .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 i.fas {
    margin: 0;
    float: right;
  }
}
.carousel-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  
}

.owl-nav
{
    display: none;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.content-bg
{
    background: #000000b5;
    padding: 15px;
    border: 2px solid #fc9e19;
}
.main-title h1, .main-title .headline a
{
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    color: #fc9e19;
    font-size: 40px;
    margin: 0;
    display: block;
}
.main-title .headline a
{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    text-decoration: none;
}
.main-title .headline a:hover
{
    text-decoration: underline;
}

.main-title h3
{
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    color: #fc9e19;
    font-size: 25px;
    margin: 0;
    background: #573f0e;
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
background: linear-gradient(to bottom, #41350c, #7b4c11);
border: 1px solid #c0bcb6;
padding: 5px 0;
border-radius: 5px;
}
.models-content
{
    background: #870000;
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
background: linear-gradient(to bottom, #d17f03, #171604);
border: 1px solid #c0bcb6;
padding: 5px;

}
.models-content a
{
    text-decoration: none;
}
.models-image img
{
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.models-image
{
    overflow: hidden;
}
.models-name h4
{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.models-spec
{
    text-align: center;
    color: #c0bcb6;
    font-size: 14px;
}
.models-content:hover .models-image img
{
     -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.spacer-single
{
    height: 30px;
    width: 100%;
    clear: both;
}
.clr-wht
{
    color: #fff;
}
.text-area p
{
    color: #fff;
    margin-top: 0;
    text-align: justify;
	line-height: 1.5em;
}

.text-area p strong
{
    color: #fa6a49;
}
.text-area p a strong, .text-area p a
{
    text-decoration: none;
    color: #FEF1F1 !important;
}
.text-area h2
{
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    color: #fc9e19;
    font-size: 30px;
    margin: 0 0 15px 0;
}
.text-area h3
{
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    color: #fc9e19;
    font-size: 25px;
    margin: 0 0 15px 0;
}
.text-area h4
{
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    color: #fc9e19;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.escorts-area-list a {
    min-width: calc(25% - 10px);
    padding: 7px 20px;
    margin: 0 4px 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to bottom, #875700, #f1550091, #171604);

    border: 1px solid #c0bcb6;;
    text-decoration: none;
}
.ctgry
{
    background: #875700;
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
background:     background: linear-gradient(to bottom, #875700, rgb(80 19 10));
border-bottom: 6px solid #c0bcb6;
border-top: 6px solid #c0bcb6;
}
.ftr-logo img
{
    width: 160px;
    height: auto;
}
footer ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer h5
{
    font-family: 'Cinzel Decorative', cursive;
    
    color: #fc9e19;
    font-size: 18px;
    margin: 0 0 10px 0;
}
footer p
{
    margin-top: 0;
    color: #fbefef;
    
    font-size: 14px;
}
.ftr-menu li a
{
    font-size: 14px;
    color: #fbefef;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.follow a
{
    border: 1px solid #fbefef;
    height: 35px;
    width: 35px;
    margin-bottom: 4px;
    color: #fbefef;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle; 
    line-height: 35px;
    font-size: 15px;
    margin-right: 10px;
}
footer
{
    background: linear-gradient(to bottom, #f15500bf, rgba(88,0,0,1), #18140e);

}
.menu-footer-navigation
{
    padding: 20px 0 15px 0;
    list-style: none;
    margin: 0;
    
}
#footer-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-footer-navigation li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left !important;
}
.menu-footer-navigation li {
    display: inline-block;
    order-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 18px;
    padding-left: 15px;
    height: 18px;
    line-height: 16px;
    vertical-align: top;
}
.menu-footer-navigation li a {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 19.2px;
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}
.menu-footer-navigation 
{
    display: block;
height: auto;
overflow: auto;
width: auto;
}
footer h6
{
    float: right;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 15px 0 0 0;
}
.poster
{
    background: rgb(158 111 5);
background: -webkit-linear-gradient(to bottom, #d10303, #8d0202);
background: linear-gradient(to bottom, #2d1919, rgb(158 111 5));

border: 1px solid #c0bcb6;
padding: 5px;
}
.poster img
{
    width: 100%;
    display: block;
}
.call-girl-rate-cont {
    text-align: center;
}
.call-girl-rate-main-cont {
    border: 1px solid #541203;
    background: #000000c2;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    padding: 10px;
}
.call-girl-rate h3 {
    font-size: 25px;
    margin: 0;
    border-bottom: 1px solid #541203;
    color: #fc9e19;
    padding-bottom: 10px;
}
.call-girl-rate h4 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #541203;
}
.call-girl-rate p {
    text-align: center;
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #f15500;
}
.call-girl-rate-spec ul, .call-girl-contact {
    padding: 0;
    margin: 0;
}
.call-girl-rate-spec ul li, .call-girl-contact ul li {
    border: 1px solid #541203;
    position: relative;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 0;
    list-style-type: none;
    font-weight: 700;
    font-size: 15px;
}
.call-girl-rate-spec ul li:before {
    color: #f15500;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    margin: 0 10px 0 -25px;
    text-align: center;
}
.no-available {
    position: relative;
    color: #a0786e !important;
}
.no-available:before {
    color: red !important;
    content: "\f00d" !important;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    margin: 0 10px 0 -25px;
    text-align: center;
}
.call-girl-rate-spec .book-btn {
    font-size: 15px;
    color: #fff;
    display: block;
    background:#870000;
    padding: 8px 0;
    text-decoration: none;
}
.call-girl-rate-cont {
    text-align: center;
}
.call-girl-rate-main-cont {
    border: 1px solid #541203;
    background: #000000c2;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
    padding: 10px;
}
.call-girl-rate h3 {
    font-size: 25px;
    margin: 0;
    border-bottom: 1px solid #541203;
    color: #fc9e19;
    padding-bottom: 10px;
}
.call-girl-contact ul li {
    font-size: 25px;
}
.form {
    padding: 50px;
    background: #000;
    margin: 40px 0;
}
.form-group label {
    color: #fff;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group input, .form-group textarea {
    background: none;
    border: 1px solid #541203;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
}
.form-group input, .form-group textarea {
    background: none;
    border: 1px solid #541203;
    box-shadow: hsl(0, 0%, 0%) 0 0 5px;
}
.form-group .book-btn {
    font-size: 15px;
    color: #fff;
    display: block;
    background: #870000;
    padding: 8px 0;
    text-decoration: none;
    width: 100%;
    border:none;
    }
 @media (max-width:1199px) {
   .container {
    width: 970px;
}
.nav-menu li a
{
    padding: 5px;
}
.nav-menu .nav-item i.fas
{
    margin-left: 0 !important;
}

}
@media (max-width:991px) 
{
    .container {
    width: 750px;
}
}
@media (max-width:767px) 
{
    .container {
    width: 100%;
}
.desktop
{
    display: none !important;
}
.mobile
{
    display: block !important;
}
.main-title h1
{
    font-size: 25px;
}
.md-3, .md-9
{
    width: 100%;

}
.models-content
{
    margin-bottom: 30px;
}
.text-area p
{
    text-align: center;
}

}
@media (max-width:320px) 
{
    footer .md-6
{
    width: 100%;
}
footer h6
{
    float: none;
}
.menu-footer-navigation li
{
    float: none !important;
    display: block;
    margin-bottom: 10px;
}
.logo img {
    width: 150px;
    height: auto;
}
}