@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration: none;
}
.banner_img img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.main-txt p {
        color: black;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
	font-weight: 570;
}
.testimonials {
    --color-background: #f4f4f4;
}
.testimonials .info h5 {
    color: red;
    font-weight: 700;
    font-size: 32px;
}
.main-txt mark{
	background-color: black;
}
.testimonials .swiper {
    box-shadow: 0 15px 30px 0 #F44336;
    background: white;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.testimonials .swiper-wrapper {
    height: auto;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 200px;
    position: relative;
    margin: 30px;
}
.d-flex {
    display: flex!important;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 6px solid var(--color-background);
    margin-right: 10px;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.testimonials .testimonial-item h5 {
    color: var(--color-secondary);
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.testimonials .testimonial-item h4 {
    color: rgba(var(--color-default-rgb), 0.5);
    font-size: 14px;
    margin: 0;
}
.testimonials .testimonial-item .stars {
    margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(var(--color-primary-rgb), 0.4);
    font-size: 26px;
    line-height: 0;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 200px;
    position: relative;
    margin: 30px;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--color-default-rgb), 0.15);
    opacity: 1;
    border: none;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.rates-box table {
    width: 100%;
    border: rgba(255,255,255,.1) solid 1px;
    border-collapse: collapse;
    margin: 20px 0;
}
.rates-box table tr:nth-child(odd) {
    background: rgba(255,255,255,.1);
}
.rates-box table tr td {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}
.horBanner img {
    width: 100%;
    margin-bottom: 20px;
}
li.nav-item {
    padding: 10px;
}
.loc a {
    width: 100%;
    display: block;
    background: #e0739ecc;
    color: #ffffff;
    font-family: 'Montserrat';
    text-align: center;
    padding: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.callgirlsservice{
 height:2px ; 
 background: #000;  
}


.loc a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}
.loc {
    margin-top: 20px;
}
.loc img{
    width:  100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-light .navbar-brand {
    color: rgb(255 176 0);
    font-family: 'Montserrat';
    font-size: 23px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Montserrat';
}
img {
  object-fit: cover;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: 'Teko', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.content-wrap h1, h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ff0000;
}

.bg-light {
    background-color: #26292d !important;
}

.navbar-light .navbar-brand{
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    color: #af0101;
}
.main-banner img{
    width: 100%;
}
/* marquee div container */
.marquee ul li {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    background-color: #000;
    position: relative;
    margin: 0;
    margin-right: 40px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 0px #fff;
}
.marquee ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}
.marquee ul li i{
    color: #f00;
    margin-right: 10px;
}
.marquee{
    background-color: #e0739ecc;
    border-bottom: 1px solid #a600007a;
}
.navbar-light .navbar-toggler {
    color: rgb(197 53 53);
    border-color: rgb(215 21 21 / 95%);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #a60000;
}
.rel{
    position: relative;
}
marquee {
    width: 90%;
    padding: 10px 0;
}
.marquee span {
    background: #a60000;
    float: left;
    padding: 0px 30px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 64px;
}

/*about*/
.about{
    background: #311552;
}
.img-wrap{
    width: 100%;
}
.img-wrap img{
    width: 100%;
    border-radius: 5px;
}
h3, h4, h6 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ff0000;
    position: relative;
}
h3:before {
    content: '';
    /*position: absolute;*/
    bottom: -13px;
    left: 50%;
    width: 138px;
    height: 5px;
    background: #ff0000;
    transform: translate(-50%);
}
.jipriya h5:before {
    content: '';
    position: absolute;
    bottom: 43px;
    left: 50%;
    width: 138px;
    height: 5px;
    background: #ff0000;
    transform: translate(-50%);
}
.about_content p{
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Montserrat';
    font-weight: unset;
}
.about_content a {
    background: #ff0000;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #fff;
}
.about_content a i{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.about_content a:hover{
    background: #333;
    text-decoration: none;
}
.content-image img{
    width: 100%;
}
.content_parent {
    border: 3px solid #000000;
    padding: 20px 10px;
    margin: 0 0px;
    background: #e0739ecc;
}
.content-image{
    width: 100%;
}
/*about*/
.content_parent .content-wrap p {
    color: #f1f1f1;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
}
.content-wrap li{
	font-size:20px;
}
.content_parent .col-sm-6{
    padding: 0;
}
.content_parent .content-wrap h2, h6 {
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ff0000;
}
.content_parent .content-wrap{
    padding: 20px;
}
.box-img img{
    width: 100%;
}
a.book-btn{
    background: #ff0000;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #000;
}
a.book-btn:hover{
    background: #333;
    text-decoration: none;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    color: #000;
    font-weight: 100;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #000;
}
.v-align {
    display: flex;
    align-items: center;
}
.social-contact {
    padding: 25px;
    background: #ffffff;
    min-height: 150px;
    box-shadow: 1px 1px 6px 0px #0e2657;
    border-radius: 4px;
}
.social-contact h4 {
    font-size: 20px;
    color: #192246;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}
.social-contact ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
.social-contact ul li {
    font-size: 16px;
    font-weight: 600;
    color: #192246;
    font-family: 'Kanit', sans-serif;
    margin-right: 20px;
    display: inline-block;
}
.contact-info2 {
    background: #6e6e6ecf;
    margin-top: 25px;
    padding: 20px;
}
.girls-info p{
    color: #fff;
}
.girls-info td{
    color: #fff;
}
/*type box*/

.title{
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
    color: #ff0000;
}
h4.f_clr03.color10.xs-10 {
    background: #ff0000;
    margin: 0;
    padding: 10px;
    color: #201f1f;
    font-family: 'Montserrat';
}
/*portfolio*/

.portfolio h2,{
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ff0000;
}

.portfolio h3, h5 {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 30px;
}
.girl-wrap{
    border:1px solid #000;
    padding: 5px;
    background: #e0739ecc;
    margin-bottom: 20px;
}
.girl-wrap img{
    width: 100%;
    height: 420px;
}
.girl-wrap p{
    margin-bottom: 8px;
}
.girl-wrap a figcaption{
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000;
    position: relative;
    margin-top: 10px;
}
.girl-wrap a figcaption:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10;
    height: 2px;
    width: 30px;
    background: #06f325;
}
.girl-wrap p.rating i{
    color: #000;
    margin-top: 10px;
}
.girl-wrap p{
    color: #fff;
}
/*portfolio*/


/*marquee*/
.marqee-sec{
    background: #000;
}
.marquee-wrap ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.marquee-wrap ul li{
    display: inline-block;
    width: 26%;
    margin-right: 20px; 
}
.marquee-wrap ul li a{
    display: block;
}
.marquee-wrap ul li a img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border:2px solid #ffb000;
    padding: 5px;
}
.marqee-sec h2 {
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ff0000;
    margin-bottom: 20px;
}
/*marquee*/

/*breadcrumb*/
.breadcrumb-sec{
    position: relative;
}
.content-bd {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.content-bd h1 a{
    color: #fff;
    font-family: 'Montserrat';
	font-size: 40px;
	text-decoration: underline;
}

.content-bd p {
    font-family: 'Montserrat';
	font-size: 25px;
}


.breadcrumb-sec img {
    width: 100%;
    height: 680px;
}
/*breadcrumb*/

.dark-bg{
    background: #ffffff;
}
.black-bg{
    background: #ffffff;
}
.custom_padding{
    padding: 15px 0;
}

/*footer*/
.common-padding{
    padding: 50px 0;
}
.bg{
    background: #e0739ecc;
}
.footer-wrap h6 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
	text-align: left;
}
.footer-wrap h6:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ff0000;
    transform: inherit;
}
.footer-wrap ul {
    padding: 5px;
    list-style: none;
}
.footer-wrap ul li a{
    color: #f1f1f1;
    margin-bottom: 5px;
}
.footer-wrap ul li a {
    color: #f1f1f1;
    margin-bottom: 5px;
    display: block;
    padding: 3px;
    font-size: 17px;
}
.footer-wrap ul li a:hover {
    color: #ff0000;
}
.social-icon {
    margin-top: 30px;
    border-top: 1px solid #8181814d;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.footer-wrap .social-icon a {
    color: #f00;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.footer-wrap .social-icon a:hover {
    background: #ff0000;
    color: #fff;
}
.footer-wrap p {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
}
.footer-wrap p i{
    color: #ff0000;
    margin-right: 10px;
    font-size: 17px;
}
.footer-bottom p{
    text-align: center;
    color: #f1f1f1;
    margin: 0px;
}
.footer-bottom p a{
    color: #ff0000;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ff0000;
    padding-top: 30px;
    margin-top: 30px;
}
/*footer*/
.d-flex{
    display: flex;
}
.whatsapp a i{
    position: fixed;
    bottom: 7%;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: green;
}
#callme a i{
    position: fixed;
    bottom:16%;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: blue;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 768px){
    .navbar-light .navbar-brand {
        color: rgb(255 176 0);
        font-family: 'Montserrat';
        font-size: 15px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        background: #ffb000;
    }
    .bg-light {
        background-color: #000000!important;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 20px;
    }
    .content-bd h1 {
        color: #fff;
        font-family: 'Montserrat';
        font-size: 14px;
    }
    .breadcrumb-sec img {
        width: 100%;
        height: 200px;
    }
	.rates-box {
    overflow: auto;
}
.rates-box table {
    width: 100%;
}
.testimonials .testimonial-item {
    margin: 15px;
}
.content-bd h1 a{
    color: #fff;
    font-family: 'Montserrat';
	font-size: 10px;
	text-decoration: underline;
}

.content-bd p {
    font-family: 'Montserrat';
	font-size: 7px;
}
.content_parent .content-wrap p {
    color: #f1f1f1;
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}
}

.owl-item.active {
    opacity: 0.2;
}
.owl-item.active.center{
    opacity: 1;
}
.owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.owl-theme .owl-prev i, .owl-theme .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}
.owl-theme .owl-prev {
    left: 0;
}
.owl-theme .owl-next {
    right: 0;
}
.owl-theme .owl-prev, .owl-theme .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.top-ban img{
    width: 100%;
    border-radius: 3px;
}
.content-wrap p{
    color: #f1f1f1;
}
