@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/*font-family: 'Open Sans', sans-serif;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
body {
    background: url(../images/body-bg.jpg) repeat;
     background-attachment: fixed; 
     background-size: cover; 
}
.p-0{padding: 0;}
a:hover{
  text-decoration: none;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  background: #6e0309;
}
nav.navbar.navbar-expand-lg {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
}
.fixed nav.navbar.navbar-expand-lg{
  position: relative;
  box-shadow: 0px 1px 3px 0px #00000057;
}
.top-banner img{
  width: 100%;
}
.left-wrap{
    background: #6e0309ad;
}
.profile-wrap img{
  width: 100%;
}

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
ul.social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.social-media li{
  display: inline-block;
}
ul.social-media li a{
  display: inline-block;
}
ul.social-media li a i:hover{
  color: #000;
}
ul.social-media li a i{
  font-size: 17px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.top-header {
  padding: 10px;
  border-bottom: 1px solid #fff;
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
}
nav.navbar.navbar-expand-lg a.nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0px 7px 30px!important;
    display: inline-block;
}
nav.navbar.navbar-expand-lg a.nav-link:hover{
  color: #000;
}

#portfolio{
  padding: 15px;
}
#portfolio .owl-dots button span {
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    border-radius: 50%;
    margin-right: 2px;
}
.owl-dots button{
  display: block;
  margin-top: 3px;
}
.owl-dots {
    position: absolute;
    top: 50%;
    right: 0;
}
.portfolio {
    background: #6e0309ad;
}
.content-sec{
  background: #00000078;
}
.content-wrap p{
    color: #d6d6d6;
    text-align: justify;
}
.content-wrap h3 {
    color: #e1f5fe;
    border-radius: 4px;
}
#slider .owl-item::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #eb003b59;
}
.owl-item.active.center::before{
  display: none;
}
.common-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.content p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.slider {
    background: #0000006e;
    padding: 30px 0;
}
.girl-wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.girl-wrap img {
    transition: 0.5s;
    position: relative;
    width: 100%;
    left: 0;
}
.girl-wrap .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}

.girl-wrap .text-desc {
    transform: perspective(600px) rotateY(
90deg
);
    transform-origin: left center 0;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4em 0.7em;
}
.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c31432;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
.girl-wrap:hover img {
    left: 50%;
}
.girl-wrap:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99;
}
.sidebar-image img{
  width: 100%;
  padding: 5px;
  background: #eb003b;
}
.escort-city ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.btn-link.focus, .btn-link:focus{text-decoration: none;}
img.abs-image {
    position: absolute;
    top: 53%;
    right: 0;
    width: 222px !important;
    height: 199px !important;
}
.btn-link {
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
}
.bg-gray{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1b3;
}
.footer{
  background: #000;
}
.footer h3 {
    color: #ae0000;
    font-size: 22px;
}
.footer .escort-city {
    margin-top: 15px;
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}
.footer ul.social-media{
  text-align: left;
}
.footer .footer-sec img{
  width: 60%;
  border-radius: 5px;
}
.footer-bottom{
  background: #6e0309;
}
.footer-bottom p {
    margin: 0;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Open Sans';
}
.footer ul.social-media li a i {
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    color: #000;
    text-align: center;
    display: inline-block;
    background: #fff;
}
.banner{
  position: relative;
}
.banner img{
  width: 100%;
}
.breadcrumb-wrap {
    position: relative;
}
.breadcrumb-wrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#00000061;
}
.breadcrumb-wrap img{
  width: 100%;
}
.breadcrumb-text {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumb-text h1{
    color: #fff;
}
.breadcrumb-text ul {
    padding: 0;
    margin: 0;
}
.breadcrumb-text ul li {
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb-text ul li a{
  color: #fff;
  font-size: 18px;
}
.category-wrap {
  position: relative;
  margin-bottom: 50px;
  background: #ffecb3;
  padding: 10px;
  border-radius: 10px;
}
.category-wrap img{
  width: 100%;
  border-radius: 10px;
}
h3.title {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center;
}
h3.table-head {
    font-size: 20px;
    background: #eb003b;
    margin: 0;
    padding: 10px;
    color: #fff;
}
.right-image img{
  width: 100%;
  border-radius: 10px;
  border: 5px solid #6e0309;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
}
.contact-info ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info ul li i{
  margin-right: 10px;
  color: #fff;
}
.contact-info ul li a{
  color: #fff;
}
.contact-info ul{
  margin-bottom: 10px;
}
.contact-info.mb-3 {
    background: #6e0309;
    padding: 15px;
}
.web.whatsapp {
    display: none;
}
#portfolio .owl-nav{
  display: none;
}
.api.whatsapp {
    display: none;
}
.whatsapp a {
    padding: 0 10px;
    position: fixed;
    z-index: 99999;
    background: green;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    right: 2px;
    bottom: 20px;
    border-radius: 2px;
    transition: 1s;
}
.escort-city li a{
  color: #fff;
  position: relative;
  margin-left: 10px;
}
.escort-city li a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #ae0000;
    border-radius: 5px;
}
.escort-city li a:hover{
  color: #f00;
  text-decoration: underline;
}
@keyframes blink {  
  0% { background: red; }
  100% { background: green; }
}
@-webkit-keyframes blink {
  0% { background: red; }
  100% { background: green; }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 
.book-now img {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 20px;
    width: 110px;
}
a.call-btn {
  background: #fff;
  padding: 5px 15px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 2px 3px 5px 0px #00000080;
}
a.call-btn:hover{
  background: #f00;
}
.top-image{
  width: 100%;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.top-banner{
  position: relative;
}
img.abs-images {
    position: absolute;
    bottom: 40px;
    left: 12%;
    width: 161px !important;
    height: 60px !important;
}
.profile-bg{
    background: #00000078;
}
.wrap p{
  color: #f1f1f1;
  margin: 0;
  font-size: 14px;
}
p.name {
    font-size: 20px;
    color: #ff0;
}
.profile-wrap {
    background: #6e0309;
    padding: 10px;
    margin-bottom: 20px;
}
.profile-wrap figcaption{
  text-align: center;
}
.profile-wrap .wrap p.name {
    font-size: 20px;
    color: #ff0;}
.profile-wrap .wrap p.type{font-size: 15px;
    font-weight: 500;
    color: #e0004a;
  }
ul.escort {
    border-radius: 5px;
    margin-bottom: 30px;
    list-style: none;
    background: #350104;
    padding: 0px;
}
ul.escort h3 {
    color: #000;
    font-size: 20px;
    background: #f1f1f1;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.overlay-text {
  transition: 1s;
  cursor: pointer;
    position: absolute;
    padding: 15px;
    background: #c57c0e;
    width: 94%;
    margin: auto;
    bottom: -25px;
    border-radius: 5px;
    text-align: center;
}
.overlay-text:hover{
  background:#000;
  transition: 1s;
  color: #fff;
}
.overlay-text h3 {
    font-size: 21px;
    color: #fff;
}
.overlay-text a{color: #fff;}
ul.escort li a{
  padding: 5px 10px;
    color: #fff;
    display: block;
}
ul.escort li a:hover{
  color: #f00;
}
.btm-img img{
  width: 100%;
}
ul.service-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.service-list li img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

  ul.service-list li {
    display: inline-block;
    box-shadow: 1px 1px 5px 0px #8e8e8e;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    background:#fff;
}

@media screen and (min-width: 768px){
  .web.whatsapp {
    display: block;
  }
}


@media screen and (max-width: 768px){
  .api.whatsapp {
    display: block;
  }
  .breadcrumb-text h1 {
    color: #fff;
    font-size: 17px;
  }
  .book{
    width: 100%;
  }
  .content-wrap {
    padding: 10px 0px;
  }
  .book a {
    color: #fff;
    border: 1px solid #fff;
    background: #eb003b;
    padding: 9px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    border-radius: 30px;
  }
  .navbar-brand img{
    display: block;
    margin: auto;
  }
  .navbar-brand{
    display: block;
  }
  .book h1 {
    font-size: 19px;
    margin-bottom: 6px;
    color: #eb003b;
  }
  ul.social-media {
    text-align: left;
  } 
}

.nav-tabs .nav-link {
    border: 1px solid white;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
}
.nav-link.active {
    background: #5d0307 !important;
    color: #fff !important;
}
.tab-content>.active {
    display: block;
    background: #5d0307;
}


















