@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;
}
.banner_img img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.loc a {
    width: 100%;
    display: block;
    background: #ffb000;
    color: #404040;
    font-family: 'Montserrat';
    text-align: center;
    padding: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.loc a:hover{
    text-decoration: none;
    background: #333;
    color: #fff;
}
.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%);
}
/* ======= Homepage slider ======= */
.slider {
    position: relative;
}
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.slider .swiper-slide-active {
    z-index: 3;
}
.slider .parallax-slider {
    position: relative;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000052;
    z-index: 9;
}
.caption.left{
    position: relative;z-index: 10;
}
.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
   opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption h1 {
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption p {
    font-size: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.slider .setone {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}
.slider .setone .swiper-nav-ctrl {
    color: #fff;
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
}
.slider .setone .swiper-nav-ctrl:hover {
    
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.slider .setone .swiper-nav-ctrl:after {
    display: none;
}
.slider .setone.setwo {
    position: static;
}
.slider .setone.setwo .swiper-nav-ctrl {
    border-radius: 50%;
}
.slider .setone.setwo .next-ctrl {
    position: absolute;
    top: 45%;
    right: 30px;
    outline: none;
}
.slider .setone.setwo .prev-ctrl {
    position: absolute;
    top: 45%;
    left: 30px;
    outline: none;
}
.slider .swiper-pagination-fraction {
    display: none;
}
.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 8;
}
.slider .social-icon a {
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 12px;
    padding: 12px 13px 10px 13px;
}

.slider .social-icon a:hover {
     border: 1px solid rgba(255, 255, 255, 0.5);
}

/*slider end*/

.content-wrap h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #FF007F;
}

.bg-light {
    background-color: #f8f9fa00!important;
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 20px;
}

.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: #fff;
}

@media screen and (max-width: 991px) {
    .slider .caption.center h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .slider .caption.center h1 {
        font-size: 40px;
    }
    .slider .caption.center h1 br {
        display: none;
    }
    .slider .social-icon {
        left: 15px;
        bottom: 15px;
        display: none;
    }
    .slider .setone.setwo .next-ctrl {
        right: auto;
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .slider .setone.setwo .prev-ctrl {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }
    .slider .setone .swiper-nav-ctrl {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .slider .setone {
        bottom: 15px;
        right: 15px;
    }
}

/*number*/
.number-section{
    background: #FF007F;
}
.num{
    text-align: center;
    margin: 20px 0;
}
.num span{
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #fff;
}
.num h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 14px 0;
    text-transform: uppercase;
}
.num p{
    color: #fff;
    font-size: 17px;
}
h2.head-text {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
}
.head-wrap p {
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 30px;
    color: #fff;
}
.button {
    text-align: center;
    margin-top: 40px;
}
.button a{
    padding: 20px 30px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    font-family: 'Montserrat';
    border-radius: 5px;
}
/*number*/

/*about*/
.about{
    background: #311552;
}
.img-wrap{
    width: 100%;
}
.img-wrap img{
    width: 100%;
    border-radius: 5px;
}
.about_content h3{
    text-align: left;
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffffff;
    position: relative;
}
.about_content h3:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 138px;
    height: 5px;
    background: #3504f7;
}
.about_content p{
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Montserrat';
    font-weight: unset;
}
.about_content a{
    background: #fefeff;
    display: inline-block;
    color: #090000;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #3706fd;
}
.about_content a:hover{
    background: #333;
    text-decoration: none;
}
/*about*/

/*type box*/
.type_box{
    position: relative;
    background: url('../images/wallpaper4.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.type_box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000091;
}
.type-text h2{
    text-align: left;
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
    position: relative;
}
.type-text p{
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Montserrat';
    font-weight: unset;
}
.type-text a{
    background: #ffb000;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #000;
    margin-top: 20px;
}
.type-text a:hover{
    background: #333;
    text-decoration: none;
}
.type_icon a:hover{
    text-decoration: none;
}
.type_icon {
    padding: 20px;
    border-radius: 5px;
    min-height: 140px;
    margin-bottom: 10px;
}
.type_icon a figcaption{
    text-align: left;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
    position: relative;
}
.color1{
    background: linear-gradient(210deg, #ff0808 0, #f97f23 100%);    
}
.color2{
    background: #4676ed;
}
.color3{
    background: #da0000;
}
.color4{
    background: #ff0084;
}
.color5{
    background: #44a4ad;
}
.color6{
    background: #5a99ec;
}
.color7{
    background: #fca200;
}
.color8{
    background: #1906ff;
}
.color9{
    background: #8e00ff;
}

.box-img img{
    width: 100%;
}
a.book-btn{
    background: #ffb000;
    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;
}
/*type box*/

.title{
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
    color: #ffb000;
}
h4.f_clr03.color10.xs-10 {
    background: #ffb000;
    margin: 0;
    padding: 10px;
    color: #201f1f;
    font-family: 'Montserrat';
}
/*portfolio*/
.portfolio{
    background: #FF007F;
}
.portfolio h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
}
.portfolio h3 {
    text-align: left;
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
    margin-bottom: 30px;
}
.girl-wrap{
    border:1px solid #000;
    padding: 5px;
    background: #000;
    margin-bottom: 20px;
}
.girl-wrap img{
    width: 100%;
    height: 300px;
}
.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: #ffb000;
    position: relative;
    margin-top: 10px;
}
.girl-wrap a figcaption:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: #ffb000;
}
.girl-wrap p.rating i{
    color: #ffb000;
    margin-top: 10px;
}
.girl-wrap p{
    color: #fff;
}
/*portfolio*/


/*marquee*/
.marqee-sec{
    background: #FF1493;
}
.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: #fff;
    margin-bottom: 20px;
}
/*marquee*/

/*breadcrumb*/
.breadcrumb-sec{
    position: relative;
}
.breadcrumb-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.content-bd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.content-bd h1 {
    color: #fff;
    font-family: 'Montserrat';
}
.content-bd h1 span {
    font-family: 'Montserrat';
    color: #FF007F;
    background: #666262a6;
    padding: 6px 20px;
    border-radius: 5px;
}
.content-bd ul li{
    display: inline-block;
    color: #fff;
}
.breadcrumb-sec img {
    width: 100%;
    height: 550px;
}
.dark-bg{
    background: #FF007F;
}
/*breadcrumb*/

/*reason*/
.reason{
    background: #FF007F;
}
.r-text h2 {
    text-align: left;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
}
.r-text h4{
    color: #fff;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.r-text p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}
.reason-box {
    border: 1px solid #434348;
    padding: 20px;
    background: #2c2c2c;
    display: flex;
    border-radius: 8px;
    margin-bottom: 35px;
    min-height: 180px;
}
.reason-box .icon i{
    font-size: 68px;
    color: #ffb000;
    margin-right: 25px;
}
.reason-box .icon-text h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.reason-box .icon-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    font-family: system-ui;
    line-height: 30px;
}
.align-center {
    align-items: center;
    display: flex;
}
.reason{
    padding: 70px 0;
}
/*reason*/

/*banner sec*/
.banner-sec{
    background: #FF007F;
}
.head-text h2 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.head-text h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.img_wrap img{
    width: 100%;
    margin-bottom: 6px;
}
/*banner sec*/

/*footer*/
.common-padding{
    padding: 50px 0;
}
.bg{
    background: #FF1493;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.footer-wrap h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ffb000;
}
.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;
    border-bottom: 1px solid #403f3fc7;
}
.footer-wrap ul li a:hover {
    color: #ffb000;
}
.footer-wrap .social-icon a {
    color: #fff;
    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: #ffb000;
    color: #000;
}
.footer-wrap p {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
}
.footer-wrap p i{
    color: #ffb000;
    margin-right: 10px;
    font-size: 17px;
}
.footer-bottom p{
    text-align: center;
    color: #f1f1f1;
}
.footer-bottom p a{
    color: #ffb000;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff8c;
    padding-top: 30px;
    margin-top: 30px;
}
/*footer*/
.mywhatsapp{
        position:fixed;
        bottom:20px;
        right:20px;
        width:45px;
        height:44px;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        color:white;
        font-size:28px;
        text-decoration:none;
        box-shadow:0 3px 12px rgba(0,0,0,0.25);
        z-index:999;
    }

    
    .whatsapp-bg{
        background:#25D366;
    }

    
    .call-bg{
        background:#007bff;
        right:85px; 
    }
	
	.telegram-bg{
        background:#0088cc; /* Telegram blue */
        bottom:20px;
        left:20px;
    }

@media screen and (max-width: 768px){
    .marquee-wrap ul li{
        display: inline-block;
        width: 100%;
        margin-right: 20px; 
    }
    .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: 300px;
    }
}

.owl-item.active {
    opacity: 0.2;
}
.owl-item.active.center{
    opacity: 1;
}
.owl-nav{
    position: absolute;
    top: 20%;
    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;
}
ul.location-list-new {
    padding: 15px;
    margin: 0;
    list-style: none;
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    margin-top: 0px;
    text-align: left;
    border: 1px solid #ffc107;
    height: 165px;
    overflow: auto;
}
ul.location-list-new li {
    display: inline-block;
}
ul.location-list-new li a {
    background: #FF0099;
    background: -webkit-linear-gradient(to right, #996900, #ffb000);
    background: linear-gradient(to right, #996900, #ffb000);
    position: relative;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    margin: 0 8px 8px 0;
    padding: 3px 10px;
    display: inline-block;
}
