@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900|Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

/*font-family: 'Faster One', cursive;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
p{
  text-align: justify;
}
a:hover{
  text-decoration: none;
}
.add{
  width: 100%;
}
h3.table-head {
    font-size: 20px;
    background: #900004;
    margin: 0;
    padding: 10px;
    color: #fff;
}
a {
    color: #900004;
  }
span.bold{
	color: #000 !important;
}
.bg-gray{
  background: #f1f1f1 !important;
}
.services-types {
    padding: 50px 0;
}
body {
	font-family: 'Rubik', sans-serif;
	font-size:14px;
	line-height:26px;
	color:#4c4c4c;
	font-weight:normal;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight:500;
  color: #191919;
}
.container-fluid {
    max-width: 1800px;
}
.default{
	color: #e23e1d;
}

/*----------------------------------------*/
/*  1.2  Section Title */
/*----------------------------------------*/
.section-title h3 {
	font-size:18px;
	font-weight:500;
	color:#191919;
	border-bottom:1px solid #ebebeb;
	padding-bottom:8px;
	margin-bottom:0;
	position:relative;
	z-index:-1;
	bottom:-2px;
}
.section-title h3::before {
	background-color:#e23e1d;
	height:3px;
	width:70px;
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	margin-bottom:-1px;
}
.section-title h2 {
	font-size:36px;
	color:#252525;
	font-weight:500;
	margin-bottom:2px;
}

/*----------------------------------------*/
/*  5. Slider Area
/*----------------------------------------*/
.slider-single {
	position:relative;
	background-size:cover;
	background-position:center center;
	height:523px;
}
.slick-slide:focus {
	outline:0 !important;
}
.slider-caption {
	padding:0 50px;
	display: table-cell;
	vertical-align: middle;
}
.slider-caption h4 {
    animation-duration: 1s;
    animation-fill-mode: both;
	font-size:14px;
	font-weight:500;
	color:#832224;
	text-transform:uppercase;
	margin-bottom:17px;
}
.slick-current .slider-caption h4 {
    animation-name: fadeInBottom;
    animation-delay: .4s;
    animation-duration: 0.5s;
}
.slider-caption h2 {
	font-size:40px;
	color: #2f2f2f;
}
.slider-caption {
	font-size:14px;
	color:#2f2f2f;
	position: absolute;
  width: 70%;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	margin-top: 50px;
}
.slider-caption p {
    animation-duration: 1s;
    animation-fill-mode: both;
    color: #000;
    font-size: 22px;
}
.slick-current .slider-caption p {
    animation-name: fadeInBottom;
    animation-delay: 1.2s;
    animation-duration: 0.5s;
}
.slider-product-price {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.slick-current .slider-product-price {
    animation-name: fadeInBottom;
    animation-delay: 1.4s;
    animation-duration: 0.5s;
}
.slider-product-price del {
	font-size:16px;
	color:#4c4c4c;
}
.slider-product-price span {
	font-size:24px;
	font-weight:500;
	color:#e23e1d;
	display:inline-block;
	margin-left:8px;
}
.slider-caption .btn-common {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slick-current .slider-caption .btn-common {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.main-slider.slick-slider .slick-dots {
	position:absolute;
    bottom: 10px;
	margin:0;
	z-index:1;
	left: 50%;
	transform: translateX(-50%);
}
.main-slider.slick-dotted.slick-slider {
	margin:0;
}
.main-slider.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}
.main-slider.slick-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
}
.slick-slider .slick-arrow {
	background: #f0f2f9;
	width: 26px;
	height: 26px;
	padding: 0;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #191919;
	transition: all .2s ease-in-out 0s;
	position: absolute;
	top: -65px;
	right: 15px;
	z-index: 9;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.cv-visible.slick-slider .slick-arrow {
	top:-35px;
}
.slick-slider .fa.fa-angle-left.slick-arrow {
   right: 45px;
}
.slick-slider .slick-arrow:hover {
	background-color:#e23e1d;
	color:#ffffff;
}
.slick-slider .slick-dots {
    margin-top: -80px;
    position: relative;
    bottom: unset;
	z-index:1;
	pointer-events:none;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
	width:auto;
	height:auto;
}
.slick-slider .slick-dots li button {
	font-size:inherit;
    border: none;
    display: block;
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    padding: 0;
    background: #e1e1e1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.slick-slider .slick-dots li.slick-active button {
    background: #d5060c;
    width: 30px;
    height: 8px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.slick-slider .textnav {
    display: none;
}
.dots-none .slick-dots {
	display:none !important;
}
/*----------------------------------------*/
/*  5.2 Slider BG
/*----------------------------------------*/
.slider-single.bg-1 {
	background-image:url(../images/slider/1.jpg);
}
.slider-single.bg-2 {
	background-image:url(../images/slider/2.jpg);
}
.slider-single.bg-3 {
  background-image:url(../images/slider/3.jpg);
}

.btn-common {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    min-width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #d5060c;
    border-radius:30px;
    background: #d5060c;
}
.btn-common:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2f2f2f;
}

a.nav-link {
    color: #d5060c !important;
    font-size: 17px;
    font-weight: 500;
}


/*footer*/

footer {
	background: #191919;
	padding: 60px 0px 40px 0px;
}
.footer-logo p {
    color: #d6d6d6;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}
.footer-logo ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 20px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 5px;
}
a.fb {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #3b5998;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.twitter {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #55acee;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.youtube {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e52d27;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.linkedin {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #0073b0;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
a.instagram {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e03b6a;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.imp-links h3 {
    color: #ffffff;;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    font-weight: 300;
}
.imp-links ul {
    padding: 0;
    list-style: none;
}
.imp-links ul li a {
  display: block;
  padding: 2px 0;
  color: #ffffff;
  position: relative;
  font-weight: 200;
  position: relative;
}
.imp-links ul li a:before {
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 7px;
    color: #900004;
}
.address h3 {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    font-weight: 300;
}

.addIcon {
    display: flex;
    margin-bottom: 17px;
}
.addIcon i {
    color: #900004;
    margin-right: 10px;
    margin-top: 3px;
    border: 1px solid #900004;
    display: inline-table;
    padding: 7px;
    background: #ffffff;
}
.addIcon p {
    color: #fff;
}
.copyright-section {
    background: #0b0c0c;
    padding: 15px 0;
}
.copyright-section .copyright-text p {
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    color: #c3bfbf;
}
.designed-text p {
    color: #fff;
    font-size: 14px;
}
.designed-text p a {
    color: #e52d27;
    margin-left: 5px;
}
.addtext p a {
    color: #fff;
}
.content p{
  text-align: justify;
}
.right-image img{
  border: 1px dashed #000;
  padding: 15px;
  width: 100%;
  box-shadow: 1px 1px 10px 1px #9000045e;
}
.right-image{
  margin-bottom: 30px;
  position: relative;
}
ul.category {
    padding: 15px;
    margin: 0;
    list-style: none;
    border: 1px dashed #000;
}
ul.category h3 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}
ul.category h3:before{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #000000;
    bottom: -10px;
}
ul.category li a {
    color: #900004;
    display: block;
    padding: 3px 0px;
    font-size: 15px !important;
}
.escort-type {
    box-shadow: 1px 1px 10px 1px #9000045e;
    margin-bottom: 30px;
}
.top-model {
    background: #f1f1f1;
}
.top-model-wrap{
  position: relative;
  overflow: hidden;
  margin: 20px 0; 
}

.scale-wrap img {
    width: 100%;
    height: 350px;
    transition: 1s;
}
.overlay-section{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000f40;
  transform: scale(0);
  transition: 0.5s;
}
.overlay-section a{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #900004;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
}
.scale-wrap:hover img{
  transform: scale(1.3);
  transition: 1s;
}
.top-model-wrap:hover .overlay-section{
  transform: scale(1);
  transition: 0.5s;
}
a.book-btn-sec {
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    background: #900004;
}

.escort-city.common-padding {
    background: #FFCDD2;
}

/*footer*/
@media screen and (min-width: 768px){
	nav.navbar.navbar-expand-lg {
	    position: absolute;
	    z-index: 999;
	    width: 100%;
	    left: 50%;
	    padding: 15px 30px;
	    transform: translate(-50%);
	}
	.navbar-brand img{
		width: 75%;
	}
	.designed-text {
    	text-align: right;
	}
  .slider-single.bg-1 {
    background-image:url(../images/slider/1.jpg);
    height: 100vh;
  }
  .slider-single.bg-2 {
    background-image:url(../images/slider/2.jpg);
    height: 100vh;
  }
  .slider-single.bg-3 {
    height: 100vh;
  }
}
@media screen and (max-width: 768px){
  .owl-image img {
    height: 400px;
    box-shadow: 3px 4px 12px 1px #ef3c9e;
    margin-bottom: 20px;
  }
	.slider-caption {
	    font-size: 14px;
	    color: #4c4c4c;
	    position: absolute;
	    top: 0; 
	    left: 0;
	    text-align: center;
	    transform: translate(0,0);
	    margin-top: 50px;
      width: 100%;
	}
	.slider-caption h2 {
	    font-size: 24px;
	    color: #ef3c9e;
	}
	.navbar-brand img{
		width: 50%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
.breadcrumb-wrap {
    position: relative;
}
.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;
}
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.profile-img img{
  width: 100%;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.contact-info h3{
  margin: 10px 0 !important;
}
.contact-info ul{
  margin: 0;
  list-style: none;
  padding-left: 10px;
}
.contact-info ul li{
  font-size: 17px;
}
.contact-info ul li i{
  margin-right: 10px;
  display: inline-block;
}
.ty{
  margin: 5px;
  font-size: 22px;
  color: #e03b6a;
  font-weight: 700;
}
.thankyou {
    padding: 100px 0;
    text-align: center;
}
.thankyou img{
  width: 200px;
}

.gif{
    height: auto !important;
    margin: 10px 0;
    width: 69% !important;
}
.whatsapp {
    background: #35bd1e;
    position: fixed;
    bottom: 57px;
    right: 9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999;
}
.phone {
    background: red;
    position: fixed;
    bottom: 57px;
    left: 9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999;
}
.whatsapp a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    z-index: 9999;
}
.phone a {
    color: #fff;
    position: absolute;
    top: 50%;
    right: -16%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    z-index: 9999;
}

.breadcrumb-wrap img{
  width: 100%;
}

@media screen and (min-width: 768px){
  .custom-width{
    width: 68% !important;
  }
}

.fixed nav.navbar.navbar-expand-lg {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 50%;
    padding: 15px 30px;
    box-shadow: 0px 1px 3px 0px #00000057;
    transform: translate(-50%);
}

a.book-btn.nav-link {
    background: #900004;
    color: #fff !important;
    border-radius: 5px 25px;
}
.common-padding{
  padding: 35px 0;
}
ul.city-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.city-list li{
  display: inline-block;
  margin-bottom: 20px;
}
ul.city-list li a {
    transition: 0.5s;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #900004;
    color: #900004;
    border-radius: 10px;
    margin-right: 10px;
    background: #8e8d8d1f;
}
ul.city-list li a:hover {
    transition: 0.5s;
    transform: translateY(-5px);
    box-shadow: 3px 6px 9px 0px #00000057;
    background: #900004;
    color: #fff;
}
.title {
    text-align: center;
    margin-bottom: 5px;
    color: #900004;
    font-size: 30px;
}
.sub-title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
span.star i {
    color: #ff692f;
    font-size: 20px;
}
.girl-image {
    background: #dadada;
}
.girl-wrap img{
  width: 100%;
  height: 400px;
}
.girl-wrap {
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 10px #000;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 15px;
}
.girl-wrap:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  transition: 1s;
  background: #000000c7;
}
.image-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
    transition: 0.5s;
}
.girl-wrap:hover:before{
  height: 100%;
  transition: 1s;
}
.girl-wrap:hover .image-content{
  transform: scale(1);
  transition: 0.5s;
  transition-delay: 1s;
} 
.image-content ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.image-content ul li{
  color: #fff;
  font-size: 18px;
}
.image-content ul li a {
    color: #fff;
    border: 1px solid;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    background: #d8141b;
}
.image-content ul li a:hover{
  background: #000;
  color: #fff;
}
.blink span a{
    position: absolute;
    bottom: 16px;
    text-align: center;
    font-family: 'Redressed', cursive;
    font-size: 28px;
    color: white;
    animation: blink 1s linear infinite;
    left: 50%;
    transform: translate(-50%);
    background: #000;
    padding: 7px 15px;
}
.banner-img span {
    position: absolute;
    bottom: 16px;
    text-align: center;
    font-family: 'Redressed', cursive;
    font-size: 37px;
    color: white;
    animation: blink 1s linear infinite;
    left: 50%;
    transform: translate(-50%);
    line-height: 37px;
}

@keyframes blink{
0%{color: red;}
100%{color: blue;}
}

.banner-img{
  position: relative;
  overflow: hidden;
}
.banner-img img{
  width: 100%;
}

img.pos-abs {
    position: absolute;
    top: -20px;
    left: -29px;
    width: 140px;
  }

/*price chart*/
.price-chart {
    padding: 30px 25px !important;
    position: relative;
    width: 100%;
    background: #900004;
}


@media (min-width: 900px) {
  .price-chart {
    padding: 0 0 25px;
  }
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #900004;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #900004;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}
.pricing-img {
    margin-bottom: 25px;
    width: 94px;
    border: 1px solid #ea2331;
    border-radius: 50%;
    padding: 20px;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
}

.pricing-features {
  color: #484848;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 25px 0 25px;
  list-style: none;
  padding: 0;
}

.pricing-features-item {
  border-top: 1px solid #8f000470;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #8f000470;
}

.pricing-price {
  color: #484848;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #900004;
  border-radius: 10px;
  color: #900004;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #8f000470;
}

.pricing-button.is-featured {
  background-color: #900004;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #900004;
}
.title-price{
  text-align: center;
  margin-bottom: 24px;
  color:#fff;
}
/*price chart*/
.shipping .single-shipping {
    color: #ffffff;
    display: flex;
}
.shipping .single-shipping .shipping-icon {
    margin-right: 15px;
}
.shipping .single-shipping .shipping-icon img {
    width: 40px;
}
.shipping .single-shipping .shipping-text h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}
.shipping .single-shipping .shipping-text p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}
.shipping {
    background: #b53535;
    padding: 40px 0;
}

/*breadcrumb*/
.breadcrumb-sec{
  position: relative;
}
.breadcrumb-sec:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9000044f;
}
.breadcrumb-sec img{
  width: 100%; 
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-text h1{
  color: #fff;
}
.overlay-text ul li{
  display: inline-block;
}
.overlay-text ul li{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.overlay-text ul li a{
  color: #fff;
  font-size: 18px;
}
/*breadcrumb*/
.list-unstyled li img{
  margin-right: 10px;
}
.slider-caption p{
  text-align: center !important;
}

@media screen and (max-width: 768px){
  .overlay-text h1 {
    color: #fff;
    font-size: 19px;
  }
  .pricing-table {
    padding: 0px !important;
  }
  .navbar-brand{
    width: 200px;
  }
}



















