
@charset "utf-8";
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
*, ::after, ::before {box-sizing: border-box;}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: url(../gallery/velvet_pattern.webp) center top repeat #000;
}
.clear-fix{clear: both; height: 1px;}
a {text-decoration: none; color: #e842cf; font-weight: bold;}

.padding5{padding: 25px 0px; overflow: auto;}
.img-fluid{width: 100%;}
.heading{position: relative;}
.heading h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #000;
    bottom: 32px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.heading h2:after, .heading h3:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #000;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.heading-single{position: relative;}
.heading-single h1:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #000;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sub-heading{position: relative;}
.sub-heading h3:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #000;
    bottom: 0;
    margin: 0 auto;
    left: 0;
}
.sub-heading h3{
    font-size: 24px;
    line-height: 50px;
    margin-top: 15px;
}
.text-center{text-align: center;}

h1 {font-size: 32px; color: #FFD133;}
h2, h3 {
    font-size: 30px;
    line-height: 50px;
    margin-top: 20px;
    color: #FFD133;
}



.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.col-md-2{
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    float: left
}
.col-md-3 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.col-md-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-5 {
    width: 41.666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-7 {
    width: 58.333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}
.col-md-8 {
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.col-md-9 {
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left
}
.col-md-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
section.top-header {
    background: #87081D;
    background-repeat: no-repeat;
    overflow: auto;
    padding: 20px 0px;
}
.top-header span a img {
    height: 24px;
    padding-right: 20px;
    vertical-align: middle;
}
.top-header span a {font-size: 23px; color: #fff; line-height: 50px;}
.banner {
  background:#111111 url(../gallery/hyderabadbeauties.webp) top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 263px 0 367px 0;
}
header {
  background:rgba(0, 0, 0, .5);
  display: block
}
.menu-cont {
    width: 100%;
    z-index: 3;
    width: auto;
    height: auto;
    overflow: auto;
}
.menu-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.menu-cont li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 25px !important;
    color: #fff;
    transition: all .3s ease-in-out;
    text-shadow: 2px 2px 4px #000
}
.menu-cont li a:hover {
    background: #f42c81;
}
.menu-btm {
    background: #ffd7f3;
    padding: 20px 0;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}
.menu-btm span {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #f953c6;
    text-shadow: 2px 2px 4px #555
}
.menu-btm span a {color: #b91d73}
.menu-cont li.active a {background: #f953c6 !important}
.menu-cont li:last-child a {margin: 0}
.menu-cont .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
    color: #b8b8b8;
    padding: 0 !important;
    border: none !important
}
.menu-cont .logo img {width: 150px;height: auto}
.menu-cont .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-top: 22px
}
.menu-cont .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none
}
.menu-cont .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}
.menu-cont .menu-icon .navicon:after,
.menu-cont .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}
.menu-cont .menu-icon .navicon:before {top: 5px}
.menu-cont .menu-icon .navicon:after {top: -5px}
.menu-cont .menu-btn {display: none}
.menu-cont .menu-btn:checked~.menu { max-height: 600px}
.menu-cont .menu-btn:checked~.menu-icon .navicon {background: 0 0}
.menu-cont .menu-btn:checked~.menu-icon .navicon:before { transform: rotate(-45deg)}
.menu-cont .menu-btn:checked~.menu-icon .navicon:after {transform: rotate(45deg)}
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {top: 0}
.menu-cont .menu {
    float: none !important;
    display: table;
    margin: 0 auto
}
.mob-logo{display: none;}


.profile-img img{
    width: 100%;
}
.escorts-profile{
    background: #000;
    text-align: center;
    padding: 20px 0px;
    margin-top: -10px;
    border: solid 1px #525252;

}
.escorts-list .col-md-2 {
    margin-bottom: 10px;
}
.escorts-profile h5{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0 5px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    text-transform:capitalize;
    margin: 0;
}

.escorts-profile h4{
    color: #F8B18D;
    font-size: 15px;
    line-height: 15px;
    padding: 12px 0 20px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    text-transform:capitalize;
    margin: 0;
}


.escorts-profile p {
    color: #acacac;
    font-size: 14px;
    line-height: 10px;
    padding: 5px 0 5px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
}
.escorts-profile span {
    background: linear-gradient(to bottom, #323232 0%, #262626 100%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    border: 1px solid #474747;
    padding: 7px 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    box-shadow: inset 0 0 0 1px #1d1d1d;
}
.list-inline li {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.city-btn1, .city-btn2 {
    border-radius: 4px;
    padding: 5px 10px;
    transition: 0.5s;
    display: flex;
    margin-bottom: 15px;
}
.city-btn1 {
    background: #ec008c;
    color: #fff;
    box-shadow: 0 1px 6px #ec008c;
    border: 2px solid #a50737;
}
.city-btn2 {
    background: #d8b34f;
    color: #000;
    box-shadow: 0 1px 6px #d8b34f;
    border: 2px solid #c79d3b;
    transition: 0.5s;
}
.city-btn2:hover {
    background: #ec008c;
    color: #fff;
    box-shadow: 0 1px 6px #ec008c;
    border: 2px solid #a50737;
}
.city-btn1:hover {
    background: #d8b34f;
    color: #000;
    box-shadow: 0 1px 6px #d8b34f;
    border: 2px solid #c79d3b;
    transition: 0.5s;
}
.footer {
    background: #e3e3e3;
    padding-top: 30px;
    position: relative;
}
.copy{
    background: #87081D;
    border-top: solid 2px #fff;
    padding: 10px 0px;
    margin: 0;
    overflow: auto;
}
.frame {
    position: relative;
}
.frame:before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: url(../gallery/frame-top.webp) repeat-x top center;
}
.frame .corner {
    width: 6px;
    height: 6px;
    position: absolute;
}
.frame .corner-tl {
    top: 0;
    left: 0;
    background: url(../gallery/frame-tl.webp) no-repeat top left;
}
.frame .corner-tr {
    top: 0;
    right: 0;
    background: url(../gallery/frame-tr.webp) no-repeat top left;
}
.frame .corner-bl {
    bottom: 0;
    left: 0;
    background: url(../gallery/frame-bl.webp) no-repeat top left;
}
.frame .corner-br {
    bottom: 0;
    right: 0;
    background: url(../gallery/frame-br.webp) no-repeat top left;
}
.frame .frame-inner {
    display: block;
    padding: 3px 9px;
    overflow: hidden;
    position: relative;
    background: #e9e6df;
}
.frame .frame-inner:before {
    content: "";
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../gallery/frame-left.webp) repeat-y left;
}
.frame .image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.frame .frame-inner:after {
    content: "";
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../gallery/frame-right.webp) repeat-y left;
}
.frame:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: url(../gallery/frame-bot.webp) repeat-x top center;
}

.widget-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    padding: 12px 20px;
    background: #c30474;
    border-bottom: 1px solid #000000;
    margin: 0;
}
.widget-inner {
color: #1e1e1e;
font-size: 14px;
line-height: 22px;
letter-spacing: -0.025em;
background: #e1dfda;
border-right: 1px solid #acaba7;
border-bottom: 1px solid #acaba7;
margin-top: -15px;
}
.widget ul.info {
    list-style: none;
    padding: 11px 0;
}
.widget ul.info li {
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px 0 20px;
    clear: both;
}
.widget-details ul.info li label {
    width: 110px;
    display: inline-block;
    margin-bottom: 0.5rem;
    float: left;
}
.widget ul.info li span.value {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: right;
    text-transform: capitalize!important;
}
.widget-separator {
    width: 100%;
    height: 8px;
    margin: 5px auto;
}
.phone a {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    line-height: 50px;
}
.frame-inner .image img {
    height: 350px;
}
#owl-like .frame-inner .image img {
    height: 500px;
}
.like .item {
    vertical-align: bottom;
    display: flex;
}
.like img {
    background: #ddd;
    border-radius: 100%;
    width: 70px !important;
    vertical-align: middle;
    height: 70px;
}

.like img:hover {
    transform: rotate(360deg);
    transition: all 0.9s;
}
.like p {
    text-transform: capitalize;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    background: #ec008c !important;
    font-size: 30px !important;
    width: 30px;
    height: 35px;
    margin: 0 5px;
}
footer {
    background-color: #090909;
    background-image: url(../gallery/bar-bg.webp);
    background-repeat: repeat-x;
    background-position: center 3px;
    text-align: center;
    padding: 40px 0px;
}
footer ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: solid 1px #818181;
}
footer ul li a {
    color: #fff;
    font-size: 20px;
}
footer ul li a:hover {color: #fff;}
section.form {
     padding: 20px 0px;
    background: #87081D url(../gallery/contact-us.webp) right;
    overflow: auto;
    background-repeat: no-repeat;
}   
.form input[type="text"], textarea{
    width: 100%;
    height: 50px;
    font-size: 17px;
    text-indent: 10px;
    margin-bottom: 15px;
    background: #2f2f2f;
    border: solid 1px #ffffff;
    color: #fff;
}
.form textarea{
    height: 150px;
  
}
.form input[type="submit"]{
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    display: block;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cta-btn li{
    color: #fff;
    font-weight: 600;
}
.cta-btn li a{
    font-size: 24px;
	color:#F7D30D;
}
.btn {
    width: 100%;
    max-width: 200px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #ec008c;
    padding: 10px 20px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    margin-top: 10px;
}
.btn:hover {
    background: #ec008c;
}
.footer-btn-menu, .socialmedia {
        margin: 0;
        padding: 0;
    }
.footer-btn-menu li, .socialmedia li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 10px;
}
.copy p {
        line-height: 27px;
        font-size: 10px;
        font-weight: normal;
        margin: 0;
    }
a.whatsapp {
    position: fixed;
    bottom: 16px;
    background: #4dc247;
    color: #fff;
    font-size: 30px;
    padding: 0 12px;
    z-index: 9;
    left: 30px;
    border-radius: 100%;
}
.mobile-menu {
    background: #ec008c;
    text-align: center;
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
}
.mobile-menu ul {
    padding: 0;
    margin: 0;
}
.mobile-menu ul li {
    display: inline-block;
    border-right: solid 2px #fff;
    width: 49%;
}
.mobile-menu ul li a {
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    line-height: 45px;
}
.mobile-menu ul li:last-child {
    border: none;
}
#single-gallery .img-fluid {
    width: 100%;
    height: 500px;
}
@media (max-width:1400px) {
    .banner {
        background: #111111 url(../gallery/hyderabadbeauties.webp) top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 109px 0 340px 0;
    }
}
@media (max-width:1199px) {
    .container {
        width: 970px !important
    }
    .menu-cont li a {
        font-size: 16px;
        padding: 15px 20px !important
    }
}
@media only screen and (min-width: 600px){
.mobile-menu, .pc-hide {
    display: none;
}}
@media(min-width:768px) {
    .menu-cont li {
        float: left;
        border-right: solid 1px #2c2c2c;
    }
    .menu-cont li a {
        padding: 0
    }
    .menu-cont .menu {
        clear: none;
        float: right;
        max-height: none !important
    }
    .menu-cont .menu-icon {
        display: none
    }
}
@media (max-width:991px) {
    .container {
        width: 750px !important
    }
    .menu-cont li a {
        padding: 10px 8px !important
    }
}
@media (max-width:767px) {
    .container {
        width: 100% !important
    }
    .menu-cont li {
        border: none
    }
    .menu-cont li a {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 20px
    }
    .menu-cont .menu {
        display: block
    }
    header .col-md-4 {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .col-md-3,
    .img-bg {
        width: 50%;
        margin-bottom: 15px
    }
    .col-md-9 {
        width: 100%;
        float: none;
    }
    .w100 {
        width: 100% !important;
        float: none
    }
    footer .col-md-3 {
      width: 48%;
      float: left;
    }
    
    footer ul li a {
      display: block;
        text-align: left;
    }
    .banner {
        background: url(../gallery/mob-banner.webp) center;
        padding: 35px 0;
        background-size: cover;
    }
    .col-2 {
        columns: 2;
    }
    .row {
        margin-right: 10px;
        margin-left: 10px
    }
    .copy p {
        line-height: 27px;
        font-size: 10px;
        font-weight: normal;
    }
    .frame-inner .image img {
    height: 200px;
    }
    .empty-height {
    height: 30px;
    }
    .mobile {
        display: none;
    }
}
@media (max-width:499px) {
    .mob-modal .col-md-3, .escorts-list .col-md-2, .mob-agency .col-md-4 {
        width: 50%;
        float: left
    }
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7 {
        width: 100%;
        float: none
    }
    .model-gallery-holder .model-media-holder {
        height: auto;
    }
    .mob-logo{
      position: absolute;
      font-size: 20px;
      font-weight: bold;
      top: 17px;
      display: block;
      width: 70%;
    }
    .frame-inner .image img {
    height: 200px;
    }
    ul.list-inline, footer ul {
        margin: 0;
        padding: 0;
    }
    .city-btn1, .city-btn2 {
        font-size: 10px;
    }
    section.form {
        background: #e3e3e3 url(../gallery/contact-us.webp) right bottom;
        background-repeat: no-repeat;
    }
    footer ul li, .footer-btn-menu li {
    padding: 4px 10px;
    border-right: none;
    text-align: center;
    margin: 0 auto;
    display: table;
    }
    .btn {margin: 0 auto;}
    .socialmedia li {
    margin: 0px 0px;
    }
    .top-header{display: none;}

    h1 {
        font-size: 25px;
    }
    h2, h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 0;
    }

}
p{text-align:justify;}

