@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
/*----------------------------------------*/
.navbar {
  padding: 1.2rem 1rem !important;
  background: #008000;  
  background: -webkit-linear-gradient(to bottom, #ab0d0d, #000);
  background: linear-gradient(to bottom, #ab0d0d, #000);
}
img{
    width: 100%;
}

.pad-0{
    padding: 0px;
}

h1, h2, h3{
    font-weight: 700;
}

h4, h5, h6{
    font-weight: 400;
}

a[href="#"]{
    text-decoration: underline;
}

p{
  text-align: justify;
}
a:hover{
  text-decoration: none;
}
.add{
  width: 100%;
}
h3.table-head {
    font-size: 20px;
    background: #008000;
    background: -webkit-linear-gradient(to bottom, #008000, #000);
    background: linear-gradient(to bottom, #008000, #000);
    margin: 0;
    padding: 10px;
    color: #fff;
}
a {
    color: #fff;
  }
  .common-padding {
    padding: 50px 0;
}
form{
    background: #ab1333;
    padding: 30px;
}
span.bold {
    color: #9f1029 !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;
}

telegram-btn {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
}

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;
}
.girl-profile h3.title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin-bottom: 50px;
}
.girl-profile h3.title:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #fff;
    transform: translateX(-50%);
}
.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;
    height: 430px;
}
.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 p{
  text-align: center;
}
.girl-wrap .text-desc {
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}
.girl-wrap:hover img {
    left: 50%;
}
.girl-wrap:hover .text-desc {
    opacity: 1;
    transform: perspective(600px) rotateY(0deg);
    z-index: 99;
}
.text-desc {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #008000;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding: 20px;
}
/*----------------------------------------*/
/*  5. Slider Area
/*----------------------------------------*/
.slider-single {
	position:relative;
	background-size:cover;
	background-position:center center;
	height:570px;
}
.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:17px;
	font-weight:500;
	color:#8c0a0a;
	text-transform:uppercase;
	margin-bottom:17px;
}
.slick-current .slider-caption h4 {
    animation-name: fadeInBottom;
    animation-delay: .4s;
    animation-duration: 0.5s;
}
.slick-current .slider-caption h2 {
    animation-name: fadeInBottom;
    animation-delay: .4s;
    animation-duration: 0.5s;
}
.slider-caption h2 {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
.slider-caption h2 {
	font-size:50px;
	color: #8c0a0a;
}
.slider-caption {
	font-size:14px;
	color:#2f2f2f;
	position: absolute;
     width: 60%;
    top: 40%;
    left: 35%;
	text-align: left;
	transform: translate(-50%,-50%);
	margin-top: 50px;
}
.slider-caption p {
    animation-duration: 1s;
    animation-fill-mode: both;
    color: #8c0a0a;
    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: 20%;
	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(../img/banner-.jpg);
}
.slider-single.bg-2 {
	background-image:url(../img/banner-2.jpg);
}
.slider-single.bg-3 {
  background-image:url(../img/banner-3.jpg);
}
.content-sec{
  background-image: url(../img/content-bg.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.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;
    background: #008000;  
  background: -webkit-linear-gradient(to bottom, #008000, #000);
  background: linear-gradient(to bottom, #008000, #000); 
}
.btn-common:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}

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


/*footer*/

footer {
  background:linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)) ,url('../img/footer-bg.jpg') no-repeat;
  background-size: cover;
	padding: 60px 0px 40px 0px;
   position: static;
   z-index: -1;
   width: 100%;
       top: 25vh;
    height: auto;
/*   background: #333;*/
   color: #fff; 
}



.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;
}
#contact{padding: 0px;
    background: none;
z-index: 1}

#contact input, textarea{
width: 100%;
    margin-bottom: 5px;
    padding: 3px 11px;
    background: none;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
}

#contact input::placeholder, textarea::placeholder{
    font-weight: 100;
    color: #fff;
}


#contact h3{
        font-size: 21px;
    color: #fff;
    font-weight: bold;
}
#contact h4{
font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.fb{background: #3b5998;}
.twitter{background: #55acee;}
.youtube{background: #e52d27;}
.linkedin{background: #0073b0;}
.instagram{background: #e03b6a;}
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: 7px 0px 10px 20px;
    color: #ffffff;
    position: relative;
    font-weight: 200;
    position: relative;
    border-bottom: 1px solid #c10325;
}
.address h3 {
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    font-weight: 300;
}

.addIcon {
    display: flex;
}
.addIcon i {
  color: #900004;
    margin-right: 20px;
    display: inline-table;
    font-size: 16px;
}
.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 {
    padding: 10px;
    width: 100%;
    background: linear-gradient(to bottom, #008000, #101010);
}
.right-image{
  margin-bottom: 30px;
  position: relative;
}
ul.list-unstyled li{
    color: #a31333;
}
a.book-btn-sec {
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    background: #900004;
}
img.signal {
    width: 24px;
    height: 24px;
}
.escort-city.common-padding {
    background: #FFCDD2;
}

/*footer*/
@media screen and (min-width: 768px){
  .slider-single.bg-1 {
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0.54), rgba(255, 255, 0, 0)),url(../img/banner-1.jpg);
    
  }
  .slider-single.bg-2 {
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0.54), rgba(255, 255, 0, 0)),url(../img/banner-2.jpg);
    
  }
  .slider-single.bg-3 {
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0.54), rgba(255, 255, 0, 0)),url(../img/banner-3.jpg);
    
  }
}
@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: #fff;
	}
	.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;
}

@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: 0px;
}
.contact-info ul li {
    font-size: 17px;
    display: inline-block;
    background: #ab1333;
    padding: 10px;
}
.contact-info ul li i {
    margin-right: 10px;
    display: inline-block;
    color: #310c36;
}
.profile-img img{
  width: 100%;
}
.table {
    background-color: #ffcbd5f2 !important;
}
.ty{
  margin: 5px;
  font-size: 22px;
  color: #e03b6a;
  font-weight: 700;
}
.thankyou {
    padding: 100px 0;
    text-align: center;
}
.thankyou img{
  width: 200px;
}

.whatsapp {
    background: #35bd1e;
    position: fixed;
    bottom: 57px;
    right: 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;
}

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

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



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



/*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%);
}
.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: left;
}
.top-banner{
  position: relative;
}
.top-banner img{
  width: 100%;
}
.banner img{
  width: 100%;
} 
.book {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.book h1{
  font-size: 32px;
  margin-bottom: 24px;
}
.book a {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    border-radius: 30px;
}
.book a:hover{
  color: #000;
  background: #fff;
}
.fixed-social ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.fixed-social {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 0;
}
.fixed-social ul li a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-social ul li a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}
.fixed-contact {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;
}
.fixed-contact ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixed-contact ul li a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 140px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #c10325;
}
.fixed-contact ul li a{
  width: 40px;
    height: 40px;
    display: inline-block;
    background: #c10325;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.fixed-contact ul li a:hover>span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
.fixed-contact ul li a.green{
  background: green;
}
.content-sec p {
    text-align: justify;
    color: #c9c9c9;
    font-size: 15px;
    line-height: 26px;
}
.content-sec h3 {
    color: #fff;
    margin-bottom: 17px;
}
.category{
  background: #008000;  
  background: -webkit-linear-gradient(to bottom, #ab0d0d, #000);
  background: linear-gradient(to bottom, #ab0d0d, #000); 
}
.category h3.title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin-bottom: 50px;
}
.category h3.title:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #fff;
    transform: translateX(-50%);
}
.category-wrap{
  position: relative;
  margin-bottom: 30px;
}
.category-wrap img{
  width: 100%;
  height: 480px;
}
.main h5 a{
  margin-top: 40px;
  display: block;
  color: #000;
  font-size: 20px;
}
.content-wrap{
  padding: 40px 60px;
}
.portfolio {
    background: #efefef;
    overflow: hidden;
}
.owl-dots {
    display: none;
}
.owl-prev {
    position: absolute;
    top: 50%;
    background: #000 !important;
    z-index: 999999;
    width: 30px;
    height: 34px;
    color: #fff !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px !important;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    background: #000 !important;
    z-index: 999999;
    width: 30px;
    height: 34px;
    color: #fff !important;
}
.overlay-text {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    text-align: center;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(0%) rotateX(0deg);
    transform-origin: bottom;
    transition: all 0.5s ease 0s;
    padding: 80px 40px;
}
.overlay-text a:hover{
  color: #fff;
}
.category-wrap:hover .overlay-text {
    opacity: 1;
    top: 0px;
    left: 0;
    transform: scale(1.1);
    transform: translateX(0%) rotateX(0deg);
    transition: all 0.5s ease 0s;
}
.overlay-text h3{
    text-align: center;
    color: #07cb07;
    font-weight: 100;
}
.overlay-text p{
  text-align: center;
  color: #fff;
}
.overlay-text a{
    background: #087408;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 100;
}
.girl-profile{
  background: #008000;
    background: -webkit-linear-gradient(to bottom, #ab0d0d, #000);
    background: linear-gradient(to bottom, #ab0d0d, #000);
}
.escort-city {
    padding: 20px;
    margin-bottom: 30px;
    list-style: none;
    background: #008000;
    background: -webkit-linear-gradient(to bottom, #ab0d0d, #000);
    background: linear-gradient(to bottom, #ab0d0d, #000);
    list-style-position: inside;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 2px 7px 0px #000;
}
.escort-city li a {
    color: #fff;
    padding: 5px 0 5px 0;
    display: block;
    font-weight: 100;
    border-bottom: 1px solid #000;
}
.escort-city h3 {
    font-size: 24px;
    color: #fff;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px){
  .banner img.abs-image{
    top: 80%;
    width: 90px !important;
  }
  .navbar-brand{
    width: 200px;
  }
  .book h1 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .slider-caption p {
    text-align: center !important;
  }
  .top-banner img {
    width: 100%;
    height: 100px;
  }
  .book a {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    padding: 5px 13px;
    display: inline-block;
    font-size: 13px;
    font-weight: 200;
    border-radius: 30px;
  }
  
  .breadcrumb-text h1 {
    color: #fff;
    font-size: 18px;
  }
  .breadcrumb-text {
    width: 100%;
  }
}
.banner {
    position: relative;
}
.banner img.abs-image{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: auto;
}

a.button1{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0.3em 0.3em 0.3em 0.3em;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-align:center;
	transition: all 0.2s;
	background: -webkit-linear-gradient(to bottom, #008000, #000);
  background: linear-gradient(to bottom, #008000, #000); 
}
a.button1:hover{
	color:#000000;
	background-color:#FFFFFF;
}
@media all and (max-width:30em){
	a.button1{
		display:block;
		margin:0.4em auto;
	}
}
.bouncy{
animation:bouncy 5s infinite linear;
position:relative;
}
@keyframes bouncy {
 0%{top:0em}
40%{top:0em}
43%{top:-0.9em}
46%{top:0em}
48%{top:-0.4em}
50%{top:0em}
100%{top:0em;}
}

.port-wraper img{
        width: 100%;
    height: 450px !important;
}

#contact-submit{
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FFFFFF;
    margin: 0.3em 0.3em 0.3em 0.3em;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
    background: -webkit-linear-gradient(to bottom, #008000, #000);
    background: linear-gradient(to bottom, #008000, #000);
}


.book-style{
     display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FFFFFF;
    margin: 0.3em 0.3em 0.3em 0.3em;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
    background: -webkit-linear-gradient(to bottom, #008000, #000);
    background: linear-gradient(to bottom, #008000, #000);
}


.book h1{
    color: #fff
}


.dlab-bnr-inr {
    width: 100%;
    background-image: linear-gradient(#00000078,#0000009e),url(../img/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dlab-bnr-inr h1 {
    letter-spacing: 7px;
    font-size: 59px;
}

.list-inline ul {
    margin-top: 2%;
}

.list-inline a {
    color: #fff;
}

.list-inline a::after {
    content: url(https://img.icons8.com/ios/16/ffffff/more-than.png);
    margin-left: 10px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 4px;
}

.list-inline li {
    display: inline-block;
    margin-right: .5%;
    color: #fff;
}

.section-full{
    padding: 5% 0%;
}

.section-head h2 {
    color: #fff!important;
    margin: 30px 0px;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: left;
}

.section-head h4{
    padding: 1.5% 0%;
    color: #fff;
    text-align: left;
}

.section-head ul li{
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dedw{
    width: 100%;
    background: #14192559;
}

.dropdown-menu{
    height: 380px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.jqipur-escort-gallery {
    padding: 5% 0%;
}
.jqipur-escort-gallery {
    background: #000;
}

.jqipur-escort-gallery .button a {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    font-family: auto;
}

.jqipur-escort-gallery ul {
    display: flex;
    margin-top: 5%;
    padding: 0px;
}

.jqipur-escort-gallery img{
    width: 100%;
}

.jqipur-escort-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}

.content-wrap{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}


@media only screen and (max-width: 600px) and (min-width: 320px){
    .dlab-bnr-inr {
    width: 100%;
    background-image: linear-gradient(#00000078,#0000009e),url(../img/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
    .dlab-bnr-inr h1 {
    letter-spacing: 2px;
    font-size: 26px;
}
    
    .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 1px solid transparent;
    border-radius: .25rem;
}
    
    .jqipur-escort-gallery ul {
    display: inherit;
    margin-top: 5%;
    padding: 0px;
}
    
    .jqipur-escort-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(100% - 0em);
}
    
    .slider-single {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 150px;
}
    
    .slider-caption h4 {
    animation-duration: 1s;
    animation-fill-mode: both;
    font-size: 12px;
    font-weight: 500;
    color: #8c0a0a;
    text-transform: uppercase;
    margin-bottom: 17px;
}
    
    .slider-caption h2 {
    font-size: 18px;
    color: #fff;
}
    
    .slider-caption p {
    animation-duration: 1s;
    animation-fill-mode: both;
    color: #8c0a0a;
    font-size: 12px;
}
    
    .slider-caption {
    font-size: 14px;
    color: #4c4c4c;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: translate(0,0);
    margin-top: 12px;
    width: 100%;
}
    .slider-caption {
        display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
            height: 100%;
    padding: 20px;
}
}















