/*
Theme Name: EarnAndFun
Theme URI: http://example.com/
Author: Converted by ChatGPT
Description: WordPress theme converted from HTML template — Directory/Listing focused.
Version: 1.0
Text Domain: earnandfun
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    overflow-x: hidden;
}
body,html{
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #8c1a1a;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 25px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #FFF;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}


/*font size*/


h1 {
    font-weight: 300;
    font-size: 96px;
    line-height: 1.1;
}
h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5;
}
h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
   font-weight: 500;
}
h5 {
    font-size: 20px;
    line-height: 1.4;
   font-weight: 500;
}

/* gapping & anchor*/
.cmn-gap{padding: 80px 0;}

/* button */

.btn, input[type="submit"]{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    color: #302e2e;
    background-color: #fed167;
    border-radius: 0;
    box-shadow: 0;
    padding: 12px 30px;
    border: 1px solid #fce80d solid transparent;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    line-height: 1.2;
    position: relative;
}

.btn:hover{
    color: #FFB800;
    border-color: #FFB800;
    background-color: transparent;
}
.btn:focus{box-shadow: none;}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

a:hover {
    color: #FFB800;
}

img {
    max-width: 100%;
}

/*input type*/
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    color: #000;
    height: 45px;
    padding: 0;
    outline: none !important;
    background: transparent;
    border-bottom: 1px solid #fce80d solid #000;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0px;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 400;
}

textarea {
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0px;
    border-bottom: 1px solid #fce80d solid #000;
    width: 100%;
    color: #000;
    height: 100px;
    outline: none !important;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 400;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

select {
    border-radius: 0px;
    border: 1px solid #fce80d solid rgba(114, 109, 131, 0.3);
    width: 100%;
    padding: 20px 30px;
    background: url(images/down-arow.svg) no-repeat calc(100% - 16px) center #fff;
    background-size: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #737373;
    font-size: 15px;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
display: inline-block;
border: 1px solid #fce80d solid transparent;
-webkit-appearance: none;
appearance: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    color: #FFB800;
    border: 1px solid #fce80d solid transparent;
}
input:focus, select:focus, textarea:focus{border: 1px solid #fce80d solid transparent; border-bottom: 1px solid #fce80d solid #000;}

 ::-webkit-input-placeholder {
    font-weight: 400;
    color: #000;
}

 :-ms-input-placeholder {
    font-weight: 400;
    color: #000;
}

 ::-moz-placeholder {
    font-weight: 400;
    color: #000;
}

 :-moz-placeholder {
    font-weight: 400;
    color: #000;
}
/*end*/

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */
.form_input_check{margin-top: 10px;}
.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-right: 15px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
    font-size: 12px;
color: #414F64;
font-weight: 700;
line-height: 20px;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 18px;
    border: 0;
    background: rgba(114, 109, 131, 0.27);
    border-radius: 5px;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 18px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px solid #fce80d;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:55px;
    height:55px;
    background-color:#bdd653;
    display:none;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
z-index: 9;
}
#scroll:hover{
    background: #88a725;
}
#scroll i{
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(0);
transform: translateY(0);
}

#scroll:hover i{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 22px;
    padding: 0px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.navbar-nav>li.current-menu-item a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #fed167;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid #fce80d solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler{
    display: none;
}
#navoverlay{
       display: block;
       pointer-events: none;
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background: transparent;
       margin: 0;
       padding: 0 !important;
       z-index: 99;
       -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
}
/* for push-menu end*/

/* ======body css start====== */
/*desktop & big screen size*/
@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
     max-width:1140px;
    }
}


.main-head{padding: 15px 0; position: absolute; left: 0; top: 0; width: 100%; z-index: 9;}
.logo{
    width: 165px;
}
.header-area{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.banner{
    min-height: 452px;
    position: relative;
    width: 100%;
}
.social-link{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
}
.social-link li{
    padding: 0 10px;
}
.social-link li a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #888888;
    color: #fff;
    font-size: 20px;
}
.social-link li a:hover{
    background-color: #4b1414;
}
.bnr-outer .social-link{
    position: absolute;
    right: 10%;
    bottom: 15px;
    z-index: 1;
}
.navigation{
    background-color: #4b1414;
    padding: 15px 0;
}
/* .ss{
    transform: translateY(-50%) rotate(-90deg);
    position: fixed;
} */
.book-now-btn, .book-now-btn2{
	display: inline-block;
	font-weight: 500;
	padding: 7px 50px;
	color: #fff;
	background-color: #dd0f13;
	position: fixed;
	top: 51%;
	left: -53px;
	transform: rotate(-90deg);
    z-index: 9;
}
.book-now-btn2 {
	top: calc(50% - 150px);
	left: -62px;
}
.book-now-btn:hover, .book-now-btn2:hover{
    background-color: #4b1414;
}
/* Floating WhatsApp Button */
.whatsapp-float-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.whatsapp-float-btn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
}
.whatsapp-float-btn .whatsapp-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Responsive adjustments for WhatsApp button */
@media (max-width: 768px) {
    .whatsapp-float-btn {
        width: 32px;
        height: 32px;
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 480px) {
    .whatsapp-float-btn {
        width: 32px;
        height: 32px;
        bottom: 10px;
        right: 10px;
    }
}
.slider-sec{
    min-height: 290px;
}
.our-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-dots li button::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #dcdcdc;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #dd0f13;
  }
  .slick-dots{
      position: absolute;
      bottom: 15px;
  }
.sec1-col-right{
    height: 100%;
}

.sec1-col-right .thumb:not(:last-child){
    margin-bottom: 20px;
}
.sec1-col-right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content-outer{
    text-align: center;
    margin-bottom: 20px;
}
.content-outer p{
    font-size: 12px;
    margin-bottom: 15px;
}
.clr-yellow{
    color: #fed167;
}
.girl-card .card-top{
    padding: 23px 15px;
    position: relative;
    background-image: linear-gradient(0deg, #8b1919 0%, #2d2d2d 0%, #c01212 51%, #280202 100%);

}
.girl-card h5{
    font-size: 15px;
    margin-bottom: 0;
}
.girl-card .right-shape{
    position: absolute;
    right: 10px;
    top: 0px;
    height: 100%;
}
.girl-card .card-bottom{
    padding: 12px 15px;
    background-image: linear-gradient(0deg, #8b1919 0%, #2d2d2d 0%, #c01212 51%, #280202 100%);
}
.girl-card .card-bottom h5 img{
    width: 20px;
    margin-left: 5px;
}
.girl-card .card-bottom p{
    text-align: right;
    margin-bottom: 5px;
    color: #fff;
}
.girl-card .card-bottom h6{
    font-size: 12px;
    text-align: right;
}
.girl-row{
    margin-bottom: -30px;
}
.girl-col{
    margin-bottom: 30px;
}
.img-itm{
    min-height: 214px;
    margin:10px 0px;
}
.img-outer .img-itm:not(:last-child){
    margin-bottom: 25px;
}
.girl-img{
    width: 261px;
    height: 235px;
    object-fit: cover;
}
.sec-5,.our_img_llink{
    min-height: 452px;
    background-size: cover !important;
}
.heading{
    text-align: center;
    margin-bottom: 30px;
}
.heading h4{
    font-weight: 700;
}
.escort-tabs .nav-item{
    flex-basis: 16.66%;
}
.escort-tabs .nav-link{
    display: inline-block;
    border: 0;
    padding: 25px 30px 15px 30px;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: url(images/tabs-bg-shape.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.escort-tabs .nav{
    margin-bottom: 40px;
}
.escort-tabs .tab-content h3{
    color: #f4ad06;
    margin-bottom: 5px;
}
.tab-content-box{
    background-image: linear-gradient(110deg, #f60101 0%, #a50404 0%, #5e0000 100%);
    height: 442px !important;
    min-height: 442px !important;
    max-height: 442px !important;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.tab-content-box-left{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 372px !important;
    min-width: 372px !important;
    max-width: 372px !important;
    flex-shrink: 0;
}
.tab-content-box-left img{
    width: 372px !important;
    height: 442px !important;
    min-width: 372px !important;
    min-height: 442px !important;
    max-width: 372px !important;
    max-height: 442px !important;
    object-fit: cover !important;
    flex-shrink: 0;
}
.tab-content-box-right{
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 442px !important;
    min-height: 442px !important;
    max-height: 442px !important;
    overflow: hidden;
}
.tab-content-box-right h5{
    color:#f4ad06 ;
}
.footer-area1{
    text-align: center;
    padding: 50px 0 20px 0;
}
.footer-area1 .social-link{
    justify-content: center;
    margin-bottom: 30px;
}
.footer-area1 .social-link a{
    color: #000;
    background-color: #fff;
}
.footer-area1 .social-link a:hover{
    color: #fff;
}
.footer-menu{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-menu li{
    padding: 0 20px;
}
.footer-menu li a{
    color: #fff;
}
.footer-menu li:first-child{
    padding-left: 0;
}
.footer-menu li:last-child{
    padding-right: 0;
}
.footer-area2{
    text-align: center;
    background-color: #791213;
    padding: 25px 0;
}
.footer-area2 p{
    color: #f4ad06;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a{
    color: #f4ad06;
}
.sec3-box{
    background-color: #fff;
}
.sec3-box-left{
    padding: 45px;
}
.sec3-box-left h5{
    color: #595959;
    font-weight: 700;
}
.sec3-box-left .btn{
    color: #fff;
    background-color: #595959;
    text-transform: uppercase;
}
.sec3-box-left .btn:hover{
    border-color: #000;
    color: #000;
    background-color: transparent;
}
.sec3-box-left p{
    color: #737373;
}
.sec3-box-right ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.sec3-box-right ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    /* padding: 40px; */
    flex-direction: column;
    /* min-height: 235px; */
}
.sec3-box-right ul li p{
    color: #000;
    margin: 0;
    margin-top: 15px;
}
.sec3-box-right ul li:first-child{
    background-color: #ffc13c;
}
.sec3-box-right ul li:nth-child(2){
    background-color: #67cfe0;
}
.sec3-box-right ul li:nth-child(3){
    background-color: #26b87a;
}
.sec3-box-right ul li:nth-child(4){
    background-color: #f05537;
}
.sec3-box-right ul li:nth-child(5){
    background-color: #b889bc;
}
.sec3-box-right ul li:nth-child(6){
    background-color: #fec6d1;
}
.sec-4-left img{
    width: 100%;
}
.sec-4-right{
    padding-top: 40px;
    padding-left: 30px;
}
.sec-4-right h2{
    color: #ffc13c;
}
.sec-4-right ul{
    list-style-type: none;
    padding: 0;
    max-width: 385px;
}
.sec-4-right ul li:not(:last-child){
    margin-bottom: 2px;
}
.sec-4-right ul li a{
    width: 100%;
    padding: 3px 30px;
    background-color: #ffc13c;
    font-weight: 500;
    color: #000;
}
.sec-4-right ul li:first-child a{
    width: 70%;
}
.sec-4-right ul li:nth-child(2) a{
    width: 75%;
}
.sec-4-right ul li:nth-child(3) a{
    width: 80%;
}
.sec-4-right ul li:nth-child(4) a{
    width: 77%;
}
.sec-4-right ul li:nth-child(5) a{
    width: 90%;
}
.sec-4-right ul li:nth-child(6) a{
    width: 75%;
}
.sec-4-right ul li:nth-child(7) a{
    width: 88%;
}
.sec-4-right ul li:nth-child(8) a{
    width: 100%;
}
.video-box{
    width: 100%;
    min-height: 180px;
    position: relative;
    border-radius: 5px;
    border: 5px solid #000;
}
.video-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 30px;
    color: #000;
}
.video-sec{
    background-color: #5e0000;
}
.video-col{
    margin-bottom: 20px;
}
.video-row{
    margin-bottom: -20px;
}
.blog-sec{
    background-color: #e4bbbe;
}
.blog-sec h3{
    font-weight: 700;
    color: #000;
}
.blog-img{
    width: 100%;
    max-height: 194px;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box .con{
    padding: 30px;
    background-color: #d3aaad;
}
.blog-box .con a {
    color: #302e2e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}
.blog-box .con a:hover{
    color: #ffc13c;
}
.blog-box .con ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.blog-box .con ul li{
    padding: 0 7px;
}
.blog-box .con ul li a{
    margin: 0;
}
.blog-box{
    position: relative;
    margin-top: 20px;
}
.blog-date{
    width: 68px;
    height: 68px;
    background-color: #b28084;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: -20px;
}
.blog-date span{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.slider-box{
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
}
.slider-box .customer-img{
    width: 115px;
    height: 115px;
    border-radius: 100%;
    margin: 0 auto 30px auto;

}
.slider-box .con{
    margin-bottom: 30px;
}
.slider-box .con p{
    font-weight: 500;
}
.slider-box .con p span{
    display: inline-block;
    margin: 0 5px;
}
.slider-box .con p span img{
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.slider-box .con p span:last-child{
    transform: rotate(180deg);
}
.star-rating{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.star-rating li{
    padding: 0 3px;
}
.slider-box h4{
    font-size: 20px;
}
.customer-slider .slick-slide{
    transform: scale(0.85);
    transition: all 0.5s ease-in-out;
}
.customer-slider .slick-slide.slick-center{
    transform: scale(1);
}
.slick-next::before, .slick-prev::before{
    font-size: 30px;
}
.slick-next, .slick-prev{
    width: 20px;
    height: 30px;
}
.slick-next::before, .slick-prev::before{
    font-size: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(assets/images/right-arrow.png) center no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}
.slick-prev::before{
    transform: rotate(180deg);
}
.slick-next:hover::before, .slick-prev:hover::before{
    filter: brightness(1);
}

/* =====body css end===== */


/* suvankar 27/04/22 */
.tabs-sec{
    background-color: #ededed;
}
.about-tabs .nav-link{
    color: #4a4a4a;
    border: 0;
    background-color: transparent;
    padding: 10px 30px;
    position: relative;
}
.about-tabs .nav-link.active:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ed1c24;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.about-tabs .nav{
    border-bottom: 2px solid #4a4a4a;
}
.about-tabs .tab-content{
    padding: 30px 0px 0px 65px;
    color: #4a4a4a;
    position: relative;
}
.about-tabs .tab-content:after{
    display: block;
    content: '';
    width: 2px;
    height: 50%;
    background-color: #4a4a4a;
    position: absolute;
    left: 30px;
    top: 30px;
}
.about-sec2-right{
    min-height: 100%;
}
.about-sec2-right img{
    width: 100%;
    height: calc(50% - 10px);
    object-position: center;
    object-fit: cover;
}
.about-sec2-right img:not(:last-child){
    margin-bottom: 20px;
}
.about-itm-box{
    background-image: linear-gradient(0deg, #710419 37%, #e11136 100%);
}
.about-itm-img{
    padding:5px 5px 5px 5px;
    width: 100%;
    position: relative;
}
.about-itm-ovarlay{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
}
.about-itm-img img{
    width: 100%;
    height: 281px;
}
.about-itm-con{
    padding: 30px 20px 20px 20px;
    text-align: center;
}
.about-itm-con h4{
    margin-bottom: 5px;
}
.about-itm-con p{
    margin-bottom: 15px;
}
.cnct-btn{
    width: 100%;
    display: inline-block;
    padding:10px 25px;
    color: #fce80d;
    /* background-image: linear-gradient(0deg, #ecba10 0%, #f60101 0%, #cb063d 100%); */
    background: #f69013;
    font-weight: 500;
}
.cnct-btn:hover{
    opacity: 0.7;
    background-image: linear-gradient(0deg, #ecba10 0%, #f60101 0%, #cb063d 100%);
}
.about-itm-row{
    margin-bottom: -20px;
}
.about-itm{
    margin-bottom: 20px;
}
.about-sec4 .about-itm-con{
    padding-top: 20px;
}
.about-sec3{
    background-color: #55090a;
    padding: 20px 0;
}
.about-sec3-left{
    padding: 40px 30px;
    position: relative;
    overflow: visible;
}
.about-slider .slick-slide{
    text-align: center;
}
.about-sec3-left h3{
    text-transform: uppercase;
    text-align: center;
}
.about-slider .slick-dots {
    bottom: -50px;
}
.about-sec3-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-slider2 .slick-slide{
    padding: 5px;
}
.about-slider2 .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-slider2{
    width: 120%;
    position: relative;
}
.about-slider2 .slick-arrow {
    z-index: 9;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.about-slider2 .slick-prev {
    left: -60px !important;
}
.about-slider2 .slick-next {
    right: -60px !important;
}
.about-slider2 .slick-next::before, .about-slider2 .slick-prev::before {
    font-size: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(assets/images/right-arrow.png) center no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}
.about-slider2 .slick-prev::before {
    transform: rotate(180deg);
}
.about-slider2 .slick-next:hover::before, .about-slider2 .slick-prev:hover::before {
    filter: brightness(1);
}
.about-sec5 .about-sec3-left {
    padding: 0px 0px;
}
.about-contact-sec{
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.about-contact-sec:after{
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e9322a;
    z-index: -1;
}
.about-contact-left ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.about-contact-left ul li:not(:last-child){
    margin-bottom: 30px;
}
.about-contact-left h5{
    margin-bottom: 5px;
}
.about-contact-left h5 span{
    margin-right: 10px;
}
.about-contact-left a, .about-contact-left p{
    color: #fff;
}
.about-contact-left a:hover{
    color: #fce80d;
}
.about-contact-box{
    background-color: #fff;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-contact-box h3{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.about-contact-itm:not(:last-child){
    margin-bottom: 20px;
}
textarea{
    resize: none;
}
.about-contact-itm input[type="text"]::placeholder,
 .about-contact-itm input[type="email"]::placeholder,
 .about-contact-itm input[type="text"],
 .about-contact-itm input[type="email"]{
    color: #3c3b3b;
}
.about-contact-itm input[type="text"]:focus,
 .about-contact-itm input[type="email"]:focus,
 textarea:focus{
     border-bottom: 1px solid #fce80d solid #e9322a;
 }
 .about-contact-itm input[type="submit"]{
     border: 2px solid #000;
     background-color: #fff;
     color: #000;
 }
 .about-contact-itm input[type="submit"]:hover{
     border-color: #e9322a;
     color: #e9322a;
 }
 .wrap_div {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.wrap_inn {
	width: 33.33%;
	/* padding: 0px 15px; */
    padding: 0 !important;
}
.tabs_sec_cus h4 {
	color: #fff;
}
.escort-tabs .nav-link {
	background: #a50404;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    padding: 25px 30px 25px 30px;
}

.escort-tabs .nav-link:hover {
	background: #fed167;
	color: #000;
}
.cus_sldr .slick-prev {
	left: -40px;
}
.cus_sldr .slick-next {
	right: -40px;
}
/* .escort-tabs .slick-arrow::before {
	filter: none;
}
.escort-tabs .slick-arrow:hover::before {
    filter: brightness(0) invert(1);
} */

.girl-card h5 {
	transition: all 0.4s;
}

.girl-card:hover h5 {
	color: #000;
}
.tabs_sec_cus {
	background-color: #5e0000;
}

.sec3-box-right ul li a {
	display: flex;
	min-height: 235px;
	padding: 40px;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec3-box-right ul li a:hover p {
	color: #fff;
}
.sec3-box-right ul li a p {
transition: all 0.4s;
}

.sec-4-right ul li a:hover {
    background-color: #000;
    color: #fff;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .video-itm-con{
    text-align: center;
}
.watch{
    background-color: #f69013;
    width: 100%;
display: inline-block;
padding: 5px 25px;
color: #fce80d;
}
 .watch:hover{
    color:#000;
 }
 .girl-card:hover h5 {
	color: #fed167;
}
.girl-popup .modal-dialog {
    max-width: 1024px;
}
.girl-popup .modal-body {
    padding: 0 30px 30px 30px;
}
.girl-popup h4{
    color: #8c1a1a;
    text-transform: uppercase;
}
.girl-popup .btn{
    background-color: #8c1a1a;
    color: #fff;
}
.girl-popup .btn:hover{
    border-color: #8c1a1a;
    background-color: transparent;
    color: #8c1a1a;
}
.girl-popup p{
    color: #000;
}
.btn-list{
    margin-bottom: 25px;
}
.popupimg-right {
    width: 100%;
    height: calc(100% - 54px);
}
.popupimg-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-right .btn{
    margin-top: 10px;
    width: 100%;
}
.girl-popup h3{
    font-size: 20px;
    color: #000;
}
.girl-popup h3 span{
    margin-right: 50px;
}
.modal-header {
    border: 0;
    padding-right: 30px;
}


/**/
.girl-card {
	transition: all 0.3s;
}
.girl-card:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.girl-list-sec .girl-card h5 {
	transition: none;
}
.about-itm,.about-itm-link{
    transition: all 0.3s;
    cursor:pointer;
}
.about-itm:hover,.about-itm-link:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes color_cng {
    0%     {color:#fff;transform: scale(1);}
    50.0%  {color:#fed167;transform: scale(1.1);}
    100.0%  {color:#fff;transform: scale(1);}
}

@keyframes color_cng {
    0%     {color:#fff;transform: scale(1);}
    50.0%  {color:#FAFA33;transform: scale(1.1);}
    100.0%  {color:#fff;transform: scale(1);}
}
.girl-list-sec .girl-card .card-top h5{
    transition: all 0.4s;
    animation-name: color_cng;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

/* cahnges 15.02.22 */
.escort-tabs .tab-content .tab-content-box-left{
    overflow: hidden;


}
.escort-tabs .tab-content:hover .tab-content-box-left img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
     transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;

}

.about-itm-con {
    padding:0px !important;
}
.our-escrt-img{
    position: relative;
}
.our-escrt-txt p{
    font-weight: bold;
}
.our-escrt-txt p span{
    font-weight: normal;
}
.our-escrt-txt {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.4s all;
    width: calc(100% - 10px);
    height: auto;
    background: hwb(0deg 0% 100% / 55%);
    padding: 10px 10px 15px;
    min-height: 85px;
    bottom: -100%;
}
.about-slider2 .slick-slide:hover .our-escrt-txt {
	opacity: 1;
	bottom: 8px;
}
.about-slider2 .slick-slide:hover .our-escrt-img img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}
.about-slider2 .slick-slide {

    position: relative;
  }
  .connect-btn{
      font-size: 12px;
      text-transform: uppercase;
      color: #fff !important;
      font-weight: 600;
      border-bottom: 1px solid #fff;
  }
  .our-escrt-txt p{
      margin: 0;
      font-size: 12px;
      color: #fff;
      text-transform: capitalize;
  }

  .about-itm {
      overflow: hidden;

  }
  /* .about-itm-box:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  } */
  .our-slider .slick-arrow {
	z-index: 8;
	width: 40px;
	height: 60px;
}
.banner{
    position:relative;
}
.bnr_cnn > div{
    width:100%;
}
.bnr_cnn{
    position:absolute;
    left:0;
    right:0;
    height:100%;
    width:100%;
    top:0;
    bottom:0;
}

.banner {
	min-height: auto !important;
}
.bnr_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*pk 24-7*/
.girl-popup.cll-grl .c-hdr {
  font-size: 24px;
  margin-bottom: 15px;
  color: #303030;
  text-transform: none;
    font-weight: 700;
}
.girl-popup.cll-grl p {
    font-size: 18px;
}
.girl-popup.cll-grl h6 {
  font-weight: 700;
  color: #303030;
  margin: 20px 0 10px;

}

.c-list {
  padding: 0;
    margin: 0 -4px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.c-list li {
  list-style-type: none;
  padding: 0 4px;
}
.c-list li a {
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  padding: 4px 8px 5px 8px;
  border-radius: 3px;
  color: #2A5279;
  background-color: #DEF2FC;
  cursor: pointer;
  overflow: hidden;
}
.c-list li a:hover{
    background-color: rgb(140, 26, 26) ;
    color: #fff;
}
.time-list {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 -12px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.time-list li {
  padding: 0 12px;
  display: flex;
    align-items: center;  
    font-size: 16px;
    color: #707070;
    list-style-type: none;
}
.time-list li span {
    margin-right: 5px;
}
p.clr {
    color: #CA1E25;
}

.table th, .table td {
  text-align: right;
}
.table th:first-child ,.table td:first-child{
    text-align: left;
}
.pic-innr {
    width: 100%;
    position: relative;
}
.pic-innr figure img {
    width: 100%;
}
.pic-innr span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 3px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(255,255,255,.6);
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider {
    height: 1px;
    width: 100%;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
}
.map-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin-bottom: 20px;
}
.girl-popup.cll-grl h5 {
    font-size: 18px;
    color: #303030;
}
.map-details h5 {
    margin: 0;
}
.map-details ul {
  padding: 0;
  margin:  0 -6px;
  display: flex;
  align-items: center;
}
.map-details li {
  list-style-type: none;
    padding: 0 6px;
}
.map-details li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    color: #303030;
}
.map-details li span {
    margin-right: 5px;
}
.c-grl-innr {
  background-color: #FF8;
  padding: 20px;
    margin-bottom: 20px;
}
.btn-group-innr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-group-innr a {
  width: 48%;
  box-sizing: border-box;
background-color: #CA1E25;
text-align: left;
display: inline-block;
vertical-align: middle;
color: #fff;
font-size: 18px;
padding: 10px 15px;
cursor: pointer;
border: 1px solid rgba(255,255,255,.3);
}
.btn-group-innr a.blue-b {
    background-color: blue;
}
.btn-group-innr span {
  width: 60px;
  display: inline-block;
  margin-right: 20px;
}
.img-right img {
    width: 100%;
}
.btn1 {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.3);
    background-color: #218921;
     width: 100%;
}
.btn1 span {
    margin-right: 15px;
    width: 60px;
    display: inline-block;
}

.btn2 {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.3);
    background-color: darkorange;
    width: 100%;
}
.btn2 span {
    margin-right: 15px;
    width: 60px;
    display: inline-block;
}
.add-innr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.add-innr a {
    text-decoration: underline!important;
    color: #0072C6;
    font-weight: 400;
}
.ad-counter {
    text-align: center;
}
.ad-counter .co-3 {
    border-right: 1px solid #ddd;
}
.ad-counter .col-3:last-child {
    border-right: 0;
}
.ad-counter h4 {
    font-size: 15px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}
.girl-popup.cll-grl .ad-counter p {
    font-size: 11px;
    font-weight: 400;
    color: #303030;
}
.girl-popup.cll-grl .popup-bottom-itm img {
    width: 100%;
}
.about-contact-box.lgin .rem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.about-contact-box.lgin .rem a {
    color: #0072C6;
    text-decoration: underline!important;
}
.about-contact-box.lgin .rem label {
    color: #303030;
}
.about-contact-box.lgin h5 {
    font-size: 17px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 18px;
    color: #303030;
    margin: 25px 0 10px;
    text-align: center;
}
.scl-btn {
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    background-color: #db4a39;
    color: #fff;
    text-align: center;
}
.scl-btn.twt {
    background-color: #1da1f2;
}
.scl-btn span {
  height: 24px;
  margin-right: 10px;
    display: inline-block;
    width: 24px;
}
.text-right-in{
    display: flex;
    float: inherit !important;
    align-items: center;
    justify-content: end;
}
.text-right-in a {
     width: 30px;
     height: 30px;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #888888;
     margin-left: 5px;
     color: #fff !important;
     margin-bottom: 0 !important;
}
.text-right-in a:hover{
    background-color: #4b1414;
}

.modal-open-html {
    overflow: hidden;
    padding: 0;
}
#login-modal .modal-content {
	background-color: #000 !important;
}
#reg-modal .modal-content {
	background-color: #000 !important;
}
/* =====resposive===== */

@media(min-width:1025px) {
    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }
    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1300px) {
    .bnr-outer .social-link {
        right: 5%;
    }

}
@media(max-width:1199px) {

    h4 {
        font-size: 20px;
    }
    .logo {
        width: 145px;
    }
    .navbar-nav > li {
        margin: 0 15px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
    }
    /* .book-now-btn, .book-now-btn2{
        padding: 7px 30px;
        left: -37px;
        z-index: 9;
    }
    .book-now-btn2{
        padding: 7px 30px;
        left: -45px;
        z-index: 9;
    } */
    .slider-sec {
        min-height: 200px;
    }
    .content-outer p {
        font-size: 10px;
    }
    .girl-card h5 {
        font-size: 14px;
    }
    .girl-card .right-shape {
        right: 5px;
    }
    .girl-card .card-bottom p {
        font-size: 12px;
    }
    .sec3-box-right ul li {
        padding: 30px;
        min-height: 200px;
    }
    .sec-4-right {
        padding-top: 20px;
        padding-left: 15px;
    }
    .video-box {
        min-height: 145px;
    }
    .blog-box .con {
        padding: 20px;
    }
    .sec-5,.our_img_llink {
        min-height: 400px;
         background-size: contain !important;
    }
    .footer-menu li {
        padding: 0 15px;
    }
    .sec3-box-right ul li a {
        min-height: unset;
        padding: 0;
    }
    /*about*/
    .cnct-btn {
        padding: 5px 12px;
    }


    .girl-popup .modal-dialog {
        max-width: 900px;
      }
      .girl-popup h3 {
        font-size: 18px;
      }

}
@media(max-width:1024px) {
    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu > li.menu-item-has-children .clickD{
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sub-menu > li.menu-item-has-children .clickD.toggled{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav >li.menu-item-has-children {
        padding-right: 20px;
    }
    .sub-menu >li.menu-item-has-children > a{
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after{
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

/* navbar end*/


}
@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        height: 28px;
        margin-left: auto;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 99;
    }
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }
    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }
    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }
    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }
    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }
    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .navbar-nav .clickD.toggled{
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }
    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }
    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children > a{
        padding-right: 30px !important;
    }
    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu>li>a {
        padding-left: 40px;
    }
    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }
    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after{
        bottom: 0;
    }
 /* navbar end*/

/* push nav */

.navbar-collapse{
    background: #4b1414;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
}
.navbar-collapse.show,
.navbar-collapse.collapsing{
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
}
.navbar-collapse .navbar-nav{
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
}
.navbar-collapse .navbar-toggler{
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
}
#navoverlay.open{

   background-color: rgba(0,0,0,0.4);
   pointer-events: all;
   -webkit-transition: background-color 0.5s linear;
   transition: background-color 0.5s linear;
}
body.open-nav,
html.open-nav{
    height: 100%;
    overflow: hidden !important;
}
/* push nav end */
h2 {
    font-size: 50px;
    line-height: 1.2;
  }
h3 {
    font-size: 25px;
}
h5 {
    font-size: 16px;
}
body {
    font-size: 13px;
 }
.banner {
    min-height: 360px;
}
.social-link li {
    padding: 0 5px;
}
.navigation {
    background-color: transparent;
    padding: 0px 0;
    position: absolute;
    top: 25px;
    right: 20px;
}
.slider-sec {
    min-height: 153px;
}
.cmn-gap {
    padding: 65px 0;
}
.content-outer p {
    font-size: 12px;
}
.sec-1{
    text-align: center;
}
.sec-1-left{
    margin-bottom: 30px;
}
.escort-tabs .nav-link {
    padding: 15px 15px 15px 15px;
    font-size: 13px;
}
.sec3-box-left {
    padding: 30px;
}
.sec3-box-right ul li {
    padding: 20px;
    min-height: 175px;
}
.sec-4-right {
    padding-top: 0;
    padding-left: 12px;
}
.video-box {
    min-height: 100%;
}
.slider-box {
    padding: 15px;
}
.slider-box h4 {
    font-size: 18px;
}
.slider-box .customer-img {
    width: 100px;
    height: 100px;
}
.sec-5,.our_img_llink {
    min-height: 300px;
     background-size: contain !important;
}
.footer-menu li {
   margin-bottom: 10px;
}
.footer-area2 {
    padding: 20px 0;
}
.cus_sldr{
    margin: 0 auto;
    max-width: 95%;
}
/* .book-now-btn2 {
    top: 25%;
} */
.about-itm-con {
    padding: 15px;
}
.about-itm-ovarlay {
    right: 10px;
    top: 10px;
    width: 30px;
}
.about-slider .slick-dots {
    bottom: -35px;
  }
.about-contact-itm input[type="text"]::placeholder, .about-contact-itm input[type="email"]::placeholder, .about-contact-itm input[type="text"], .about-contact-itm input[type="email"] {
    font-size: 15px;
}
.about-contact-box {
    padding: 30px;
}

.girl-popup .modal-dialog {
    max-width: 92%;
  }
  
  
      .bnr_img img {
	min-height: 350px !important;
}
   .girl-popup.cll-grl .popup-left {
        margin-bottom: 30px;
    }


}
@media (max-width: 767px) {
    .our-slider .slick-arrow {
        z-index: 8;
        width: 20px;
        height: 30px;
    }
    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }


    .logo {
        width: 130px;
    }
    .slider-sec {
        min-height: 100%;
    }
    .slick-dots {
        bottom: 5px;
    }
    .escort-tabs .nav-link {
        padding: 15px 10px 10px 10px;
        font-size: 14px;
        line-height: 1.2;
    }
    .sec-4-right h2 {
        text-align: center;
    }
    .sec-4-right {
        padding-top: 30px;
    }
    .sec-4-right ul{
        margin: 0 auto;
    }
    .video-sec-right{
        margin-bottom: 30px;
    }
    .blog-itm:not(:last-child){
        margin-bottom: 25px;
    }

    .about-tabs .nav-link {
        padding: 10px 15px;
    }
    .about-tabs .tab-content {
        padding: 30px 0px 0px 35px;
    }
    .about-tabs .tab-content::after {
        left: 10px;
    }
    .about-sec2-left{
        margin-bottom: 30px;
    }
    .about-sec3-left {
        padding: 40px 20px 60px 20px;
      }
      .about-slider2 {
        width: 100%;
      }
    .about-contact-sec::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: unset;
    }
    .about-contact-left{
        margin-bottom: 30px;
    }
    .about-sec5 .about-sec3-left {
        padding: 0px 11px;
        margin-bottom: 30px;
      }
      .popup-right{
        order: 1;
        margin-bottom: 20px;
    }
    .popup-left{
      order: 2;
  }
  .popup-bottom{
      margin-bottom: -20px;
  }
  .popup-bottom .popup-bottom-itm{
      margin-bottom: 20px;
  }

  /* 15.05.22 changes */
  .our-escrt-txt{

width: 170px;
height: 170px;

}
    .ad-counter {
        margin-bottom: 30px;
    }
    .pic-innr {
  width: 100%;
}
    .btn-group-innr {
        flex-wrap: wrap;
    }
.btn-group-innr a {
  width: 100%;
    margin: 5px 0;
    }

}
@media (max-width: 575px) {
    .girl-popup .btn {
        margin-bottom: 6px;
        width: 100%;
    }
    .about-itm {
        width: 100%;
    }
    .thumb {
        margin-top: 20px;
    }
    h3 {
        font-size: 20px;
      }
    .container{padding: 0 15px;}
    .banner {
        min-height: 300px;
    }
    .navigation {
        right: 0;
    }
    .cmn-gap {
        padding: 50px 0;
    }
    .escort-tabs .nav-item {
        flex-basis: 33.33%;
        margin-bottom: 10px;
    }
    .customer-slider{
        width: 85%;
        margin: 0 auto;
    }
    .sec-5,.our_img_llink {
        min-height: 250px;
         background-size: contain !important;
    }
    .cus_sldr {
        max-width: 87%;
    }
    .wrap_inn {
        padding: 0px 5px;
    }

    .about-contact-itm textarea{
        height: 80px;
    }
    .about-sec5 .about-sec3-left {
        padding: 0px 30px;
    }
    .about-tabs .nav-link {
        padding: 10px 8px;
      }
    .girl-popup.cll-grl .c-hdr {
  font-size: 20px;
    }
    .map-details {
  display: block;
}
.map-details h5 {
  margin-bottom: 15px;
}
.login-md-body .container {
  padding: 0;
}
.about-contact-box.lgin .rem {
  display: block;
}
.about-contact-box.lgin .rem label {
  margin-bottom: 10px;
}
}
@media (max-width: 479px) {
    h2 {
        font-size: 40px;
    }
    h4 {
        font-size: 18px;
      }
    .customer-slider {
        width: 90%;
        margin: 0 auto;
      }
      .img-itm {
       min-height: 70px;
    background-size: contain !important;
        
      }
      .slick-dots li button::before {
        width: 10px;
        height: 10px;
      }
      .slick-dots {
        bottom: 5px;
      }
    .slick-dots li {
      width: 15px;
      height: 15px;
    }
    .social-link li a {
        width: 35px;
        height: 35px;
    }
    .btn, input[type="submit"] {
        font-size: 14px;
        padding: 10px 25px;
    }
    .sec3-box-left {
        padding: 20px;
      }
      .cus_sldr .slick-next {
        right: -30px;
      }
      .cus_sldr .slick-prev{
        left: -30px;
      }
      .about-tabs .nav {
        justify-content: center;
      }
      .book-now-btn2 {
        top: calc(50% - 150px);
        left: -41px;
        padding: 7px 30px;
        font-size: 13px;
    }

    .book-now-btn, .book-now-btn2 {
        padding: 7px 30px;
        left: -31px;
    }
.book-now-btn2 {
	left: -38px !important;
	top: calc(50% - 110px);
}
    
    .bnr_img img {
	min-height: 210px !important;
	object-position: left;
}

}
@media (max-width: 374px) {
    h5 {
        font-size: 15px;
      }
    .logo {
        width: 115px;
      }
      .navigation {
        top: 20px;
      }
      .escort-tabs .nav-link {
        font-size: 12px;
      }
      .sec3-box-right ul li {
        padding: 15px;
        min-height: 135px;
      }
      .footer-menu li {
        padding: 0 10px;
      }
      .cnct-btn {
        font-size: 12px;
      }
}




/*new CSS Bor Blog Page*/
.blog-img.blog-box-lg{
    max-height: 270px
}
.con.blog-bg-w{
    background: #fff;
    color: #000;
}
.con.blog-bg-w p{
margin: 0px;
}
.bg-red{
    background-color: red;
}
a.text-red{

    font-weight: bold;
    color:#8c1a1a !important;
}
a.text-red:hover{
    color: #444 !important;
}

.text-right-in{
    float: right;
}
.recent-event{
background:#fff;
padding: 10px;
margin-top: 20px;

}
.event-heading{border-bottom: 1px solid #fce80d solid #000;
margin-bottom: 10px;
}
.event-heading h4{
    margin: 0px;
    color:#000;
}
.event-inner,.media{
    display: flex;
    color: #908e8e;
}
.media-body h5{
    color: #444;
    font-size: 16px;
}
.mr-3{
flex: 1;
padding-right:10px;
height: 85px;

}
.media-body{
flex: 3;

}
.event-inner{
    max-height: 350px;
    overflow-x: auto;
}
.google-add img{
width: 100%;
margin: 10px 0px;

}
.service-holder{

    text-align: center;
    margin:10px 0px;
}
.service-img{
   background: white;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100%;
}
.service-img img{
    width: 86px;
    height: 86px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 77px;
    margin-top:33px;
}
.servic-text{
    text-align: center;
}
.servic-text h5{
margin: 5px 0px;
}


.escort-tabs .tab-content .tab-content-box-left img {
	transition: all 0.4s;
}
.about-itm-box:hover .cnct-btn{
    opacity: 1;
	color: #000;
	background-color: #f69013 !important;
	background-image: none;
}
.about-itm-box:hover .cnct-btn:hover {
	opacity: 1;
	color: #000;
	background-color: #f69013 !important;
	background-image: none;
}
.about-slider2 .slick-slide {
	/* overflow: hidden !important; */
	padding-bottom: 0;
}
.girl-list-sec .girl-card .card-top h5 {
	max-width: max-content;
}

.loaction-itm-con{

    text-align: center;
}
.loaction-btn{
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    background-image: linear-gradient(51deg, rgba(93,5,22,1) 0%, rgba(245,6,6,1) 53%, rgba(91,9,25,1) 100%);
    font-weight: 500;
}
.pagination-in{
margin-top:10px;
}
.pageinfo a.page-link.active-page{
background-color:#f69013 !important;
}
.pageinfo a.page-link:hover{
background-color:#f69013 !important;
}
.pageinfo a.page-link{
    background-color: #55090a !important;
    border: 1px solid #f69013 !important;
    color: #fff;
}

.add-bten{
    margin: 10px 0px;
}
.our-slider .slick-slide .wrap_inn a{
    position: relative;
}
.our-slider .wrap_div .wrap_inn a::after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	top: 0;
}
.our-slider .wrap_div .wrap_inn:nth-child(2n) a:after{
    background: rgba(255, 255, 255, 0);
}
.our-slider .slick-slide .wrap_inn a {
	height: 100% !important;
}
.about-itm .about-itm-box .about-itm-img {
	padding-bottom: 0;
	/* padding: 0; */
	line-height: 0.9;
}

.our-slider .slick-next::before, .our-slider .slick-prev::before{
	filter: brightness(100) invert(0);
}
.our-slider .slick-arrow.slick-prev{
    left: 40px !important;
}
.our-slider .slick-arrow.slick-next {
	right: 40px !important;
}

.about-sec2-right.add_sec .add-bten {
	margin: 0;
}
.about-sec2-right.add_sec .add-bten:not(:last-child) {
	margin-bottom: 20px;
}

.watapp0 input {
	padding: 0;
	margin-top: 3px;
	width: 15px;
}

.whnt_frm svg {
	height: 21px;
	/* overflow: visible; */
	vertical-align: -.300em;
	margin-right: 7px;
}
.whnt_frm {
    color: #3c3b3b;
    font-size: 16px;
  }
  .whnt_frm input {
    margin-left: 7px;
}
.our_img_llink {
	width: 100%;
	
}
.bg-transform{
  background: transparent !important;
}
#login-modal .row.align-items-center {
	align-items: unset !important;
}
#login-modal .login-girl,
#reg-modal .login-girl{
	height: 100%;
}
#login-modal .login-girl img,
#reg-modal .login-girl img{
	height: 100%;
	object-fit: cover;
}
#reg-modal .about-contact-box {
	height: 100%;
}
#reg-modal  .rem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#reg-modal .row.align-items-center {
	align-items: unset !important;
}

#reg-modal .rem label {
	color: #303030;
}
#reg-modal  .rem a {
	color: #0072C6;
	text-decoration: underline !important;
}

#reg-modal .about-contact-list h5 {
	font-size: 17px;
	font-weight: 500;
	padding: 0 10px;
	line-height: 18px;
	color: #303030;
	margin: 25px 0 10px;
	text-align: center;
}

#reg-modal .capcha_div,#reg-modal .rem{
    display:none;
}

@media (max-width: 992px) {
    .logo {
    	width: 110px !important;
    	margin-top: -10px !important;
    }
    
    .escort-tabs .nav-item a button {
	font-size: 13px;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.escort-tabs .nav-item {
	flex-basis: calc(100% / 3);
	margin-bottom: 15px;
	/* padding: 0px 9px; */
}
.escort-tabs .nav-item a {
	width: 100%;
}
}

@media (max-width: 576px) {
.logo {
	width: 90px !important;
	margin-top: -10px !important;
}
.social-link li a {
	width: 35px;
	height: 35px;
	font-size: 15px;
}
.bnr-outer .social-link {
	bottom: 7px;
}
.navbar-toggler {
	margin-top: 9px;
}
.customer-slider {
	width: calc(100% - 100px);
	margin: auto;
}
.customer-slider .slick-slide{
padding:0px 5px;
}
.container {
	padding: 0 30px;
}
.ss {
	font-size: 12px;
}
.book-now-btn, .book-now-btn2 {
	padding: 8px 23px;
	left: -27px;
}
.book-now-btn2 {
	top: calc(50% - 90px);
	left: -35px;
}
.tab-content-box-right p {
	font-size: 12px;
}
}

@media (max-width: 490px) {
.escort-tabs .nav-item a button {
	font-size: 10px;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.customer-slider {
	width: calc(100% - 60px);
}
.text-right-in > span {
    font-size: 10px;
}
.blog-box .con a {
    font-size: 14px;
}
}
@media (max-width: 361px) {
.logo {
	width: 75px !important;
	margin-top: -10px !important;
}
}
