
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body{ position: relative; float: left; width: 100%; margin: 0; padding:0; font-size: 15px; 
	overflow-x: hidden; font-style: normal; 
	font-family: 'Poppins', sans-serif;
}
image{ border: none; }
p{ font-weight: normal; }

header{ position: relative; float: left; width: 100%; }


.menu-main-section{ position:relative; float:left; width:100%; }
.slider-bx{ position:relative; float:left; width:100%; }
.menubar-main{ position:relative; text-align: center; width:100%; float: left;
	border-bottom:solid 1px #1c1c1c; }
.menubar{
	background-color:#fff;
	width: 100%;
	float: left;
	padding: 0px 0;
}
.navbar-brand-logo{
    width: 130px;
}

.navbar-brand-logo img{ width:100%; }


/* menu css */
.navbar-brand
{
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 28px;
	padding: 0;

}
.navbar-light .navbar-nav{ margin-left:auto!important; margin-right:0 !important; }
.navbar-light .navbar-nav .nav-link { 
    color: #333;
    padding: 15px 12px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
 }
.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:#6666cc !important;
    border-bottom: solid 3.5px #6666cc; 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#6666cc !important;
    border-bottom: solid 3.5px #6666cc; 
}

.nav-link-con{     
    background: #6666cc;
    color: #fff !important;
    border-radius: 90px;
    padding: 11px 16px !important;
    position: relative;
    top: 3px; 
}

.nav-link-con{     
    background-color: #ffcf61 !important;
    color: #0c0c0c !important;
    border-radius: 90px;
    padding: 11px 16px !important;
    position: relative;
    top: 3px;
    border-bottom: none !important;
}

.con-foo-main{
    display: flex; float: left; width: 100%;
    color: #c1b4b4;
    text-align: left;
    margin: 0 0 50px;
}

.con-foot {
    width: 33.33%;
}

.con-icon {
    float: left;
    height: 100%;
    margin: 0 28px 0 0
}

.con-icon {
    float: left;
    font-size: 31px;
    color: #ffcf61;
}

.con-icon span
{
    border: dashed 1px #ffcf61;
    border-radius: 40px;
    height: 60px;
    width: 60px;
    float: left;
    text-align: center;
    padding: 6px 0 0;
}

.con-text{
    text-align: left;
}

.con-text h3{
 font-size: 22px; color: #ffcf61;
}

.con-text a{ color: #c1b4b4; }

footer{ background-color: #000; padding: 60px 0 0; float: left; width: 100%; text-align: center; }
footer img{ width: 130px; margin-bottom:50px; }
.footerLink{ padding: 0px 0 10px; margin: 0px 0 10px; border-bottom: solid 1px #ffffff0d; text-align: left; }
.footerLink li{ list-style: none; display: inline-block }
.footerLink li a{ float: left; width: 100%; color: #c1b4b4; padding:  0 10px; 
    font-family: 'rubik', sans-serif;
    text-transform: uppercase; font-size: 14px;
    font-weight: 500;
}
.footerLink-alt{
    padding-bottom: 50px;
    border-bottom: none;
}

.copyright {
    float: left;
    width: 100%;
    color: #c1b4b4;
    background: #66c;
    padding: 15px 0;
}

.copyright a{ color:#ffcf61; font-weight: 600; }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 41%;
} 

.carousel-caption h1{ font-size: 45px; font-family: rubik,sans-serif; }
.normal-sec{
 float: left;
 width: 100%;
 padding: 60px 0;
}

.about-sec{ float: left; width: 100%; position: relative; top:-105px; padding-bottom: 0; }
.about-sec img{ width: 100%; }
.about {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	padding:30px;
    text-align: left;
    border-radius: 10px;
}

.welcome-about{ background-color: #6666cc;  text-align: center; }
.welcome-about::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 6px;
    left: 15px;
    background-color: #ffcf61;
    border-radius: 0px 5px 5px 0; 
}

.welcome-about::after{
    position: absolute;
    content: "";
    height: 80%;
    width: 6px;
    right: 15px;
    background-color: #ffcf61;
    border-radius: 5px 0px 0px 5px; 
}
.about h1{
	color: #fff;
    font-family: rubik,sans-serif;
    margin:0 0 14px 0;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	font-size:40px;
    width: 100%;
	text-transform: uppercase;
    
}

.about h1 span{
  color:#ffcf61 !important;
}

.about h1 .yellow-text{
  color:#6666cc !important;
}

.learn-btn{
	color: #333;
    background-color:#ffcf61 !important;
    border-radius: 100px;
    padding: 10px 40px;
	font-size: 16px;
    line-height: 2em;
	font-family: rubik ,sans-serif; font-weight: 500;
	text-transform: uppercase;
	float: none; margin: 20px auto 0;
}

.learn-btn-blnk{ color:#edaf21 !important; border:solid 2px #edaf21 !important; background: none !important; }
.learn-btn-blnk:hover{ color:#ffffff; border:solid 1px #ffffff; background: none !important; }

.places-sec-shirdi{
 background: #f3ece7;
}
.places-sec-aurang{
 background:#e7e4e4 !important;
}
.places-sec-nashik{
 background-color:#a79602;
}

.shirdi-con{
 /*background: url(../images/bg1.png);*/
 background-size: 100% 100%;
 color:#333;
 padding: 0 0 15px 0;
}

.shirdi-con h1{ color: #333; margin:30px 0 10px; }

.aurang-con{
    /*background: url(../images/bg2.jpg);
    background-size: 100% 100%;*/
    background-size: 100% 100%;
    color:#333;
    padding: 0 0 30px 0;
}

.holhapur-con{
    background: url(../images/bg3.jpg);
    background-size: 100% 100%;
}

.nashik-con{
    /*background: url(../images/bg4.jpg);
    background-size: 100% 100%;*/
}

.mumbai-con{
    background: url(../images/bg5.jpg);
    background-size: 100% 100%;
}

.tours{
	display: block; 
}

.tour-i {
    position: relative;
    width: 24.8%; 
    min-height: 508px;
    float: left;
    color: #333;
    border: solid 1px #ffffff1f;
    padding: 20px 22px;
    background: #fff;
    margin: 0 1px;
    border-radius: 5px;
}

.tour-i::before {
    position: absolute;
    content: "";
    height:87%;
    width: 3px;
    left: -1px;
    background-color: #ffcf61;
    border-radius: 0px 5px 5px 0;
}

.tour-i::after {
    position: absolute;
    content: "";
    height:87%;
    width: 3px;
    right: -1px;
    background-color: #ffcf61;
    border-radius: 5px 0px 0px 5px;
    top: 20px;
}

.tour-i h3 {
    font-family: rubik,sans-serif;
    font-size: 15.4px;
    text-transform: uppercase;
    margin: 10px 0 5px;
}

.about h1 .black{
	color: #000 !important;
}

.test-section{
 background:#66c;
}

.test-main {
    background: #fff;
    float: left;
    width: 100%;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
}

.test-main .authar
{
    border-top: solid 1px #ffcf61;
    padding: 16px 0;
}

.test-main .authar div{
 position: relative;
 top: 24px;
}
.test-main img{
	 width: 80px !important;
	 float: left;
	 margin-right: 20px;
}

.test-main h4 {
    font-size: 19px;
    margin: 0;
    position: relative;
    top: -4px;
}

.item-short h3 {
    font-weight: 600;
	font-family: rubik,sans-serif;
    margin-bottom: 0px;
    font-size:50px;
	color: #fff;
}

.item-short h6{ color: #fff; }
.item-short .icon{
 width: 100px; height: 100px;
 float: left;
}
.item-short .icon i {
    
    border-radius: 140px;
    padding: 17px 18px 9px;
	margin: 0 0 25px;
}

.item-short .icon span i {
    font-size:63px;
    color: #ffcf61;
}
.car-bx{
 position: relative;
 text-align: center;
}
.car-bx img
{
    margin:0 0 20px;
}

.book-btn, .book-btn:hover{
    color: #fff;
    background-color:#6666cc !important;
    border: 1px solid transparent;
    padding: 10px 40px;
	font-size: 16px;
    line-height: 2em;
	font-family: rubik,sans-serif; font-weight: 500;
	border-radius:100px;
	text-transform: uppercase;
	float: left; margin-top: 20px;
}

.main-title{
  font-family: rubik,sans-serif;
  text-transform: uppercase;
  font-weight:500;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px;    
  font-size: 45px;
}

.main-title span{
  color: #6666cc !important;
  
}



.navbar-expand-lg{ padding: 10 0; }
.inner-banner{ float: left; width: 100%; }
.inner-banner img{ width: 100%; }
.breadcrum{
  background:#313170 url(../images/bredcrum.jpg) no-repeat center;
  background-size: cover;
  float: left; width: 100%;
  
}
.breadcrum-inner {
    padding: 100px 0;
}

.breadcrum h1{
 float: left; 
 width: 100%;
 font-family: rubik, sans-serif;
 text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffcf61;
}
.breadcrum p{
    color: #fff;
    font-family: rubik, sans-serif;
 text-transform: uppercase;
}
.breadcrum a{
    color: #FFF;
}

.breadcrum img{ float: right; }

.inner-page-sec{
    margin: -24px 0 0;
    padding: 0 0 60px;
}

.container-inner-page-sec {
    background: #fff;
    padding: 20px 20px;
    border-radius: 1px;
    border-top: solid 3px #ffcf61;
}

.tourist-sec{ background-color:#f6f8fb; }

.tourist-bx{
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.02);
    margin:0 0 30px;
    padding:0px;
    float: left;
    width: 100%;
}
.place-title{
    padding:25px 30px 0;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    font-family: rubik,sans-serif;
    text-transform: uppercase;
    width: 70%;
    float: left;
    color:#66c;
    margin:40px 0 0;
}

.place-img{
    width: 30%;
    float: right;
    border: solid 2px #f1bb4038;
    padding: 10px;
    border-radius: 5px;
}
.tourist-bx img{ width: 100%; }
.place-body {
    padding: 10px 30px 30px;
    width: 70%;
    float: left;
}

.right-place-link {
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.02);
    padding: 20px;
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.right-place-link a {
    float: left;
    width: 100%;
    color: #333;
    padding: 8px 0;
    border-bottom: solid 1px #e3e3e3;
    font-size: 13.5px;
    font-weight: 500;
    text-transform: uppercase;
}
.right-place-link h4 {
    font-size: 22px; font-weight: 700;
    color: #000;
    background: #ffcf61;
    padding: 15px;
    border-radius: 5px;
}

.right-place-link h4 br { display:none; }
.pack-main-title{
    font-family: rubik,sans-serif;
    font-size:30px;
    text-align: center;
    float: left;
    width: 100%;
}
.packages{ 
    background:#f9f9f9;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.02);
    margin: 30px 0;
    padding:0px;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;  
}

.pack-title
{
    background: #6666cc;
    color: #fff;
    text-align: center;
    padding: 25px 50px;
    float: left;
    width: 100%;
    font-family: rubik,sans-serif;
    font-size: 18px;
}
.pack-title br{ display: none; }
.t-code {
    float: left;
    width: 100%;
    background: #f9c44b;
    padding: 25px;
    font-weight: 700;
    color: #333;
}
.packages .table td, .table th
{
 border-top: 1px solid #ffffff47;
}
.pack-body{
 float: left;
  width: 100%;
  padding: 25px;
 border-top: 1px solid #ffffff47;
}

.pack-body p{
 font-size: 13.5;
}

.pack-body h4 {
    color: #333;
    font-family: rubik,sans-serif;
    font-size: 18px;
}

.pack-btn .btn{
float:none;
}

.pack-btn{
    padding: 0 30px 30px;
    float: left;
    width: 100%;
}

.abt-shirdi{ float: left; width: 100%; padding: 30px 0 0; }
.abt-shirdi h3 {
    float: left;
    width: 100%;
    font-size: 21px;
    line-height: 25px;
    color: #333;
    margin: 0 0 20px;
    background: #ffcf61;
    padding: 15px 22px;
    border-radius: 7px;
}

.page-con-foo-main{ display: block; padding:20px 0 0; }

.page-con-foo-main .con-foot {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.page-con-foo-main .con-text h3, 
.page-con-foo-main .con-text a
{ color:#333 !important; margin: 0 0 1px; }

.page-con-foo-main .con-icon
{ color:#ffcf61 !important; }
.page-con-foo-main .con-icon span
{
    border: dashed 1px #ffcf61;
    border-radius: 40px;
    height: 60px;
    width: 60px;
    float: left;
    text-align: center;
    padding: 6px 0 0;
}
.gallery-box{
 width: 100%; float: left; margin:15px 0;
}

.gallery-box img{ width: 100%; border-radius: 70px 0px 50px 0; }

.normal-sec-car{ padding-top: 0; }
.car-bx-main {
    display: flex;
    justify-content: center;
}

.car-con-inner{
    border-bottom:solid 4px #6666cc57;
    background: #f4f4f4;
    padding: 0 0 28px;
    border-radius: 12px;
    overflow: hidden;
}

.car-con-inner img{
  width: 100%;
  margin: 0 0 30px;
}

.car-con-inner h3
{
    padding: 0 28px 0;
    font-size: 20px;
    font-weight: 600;
}


.carousel-caption {
    position: absolute;
    left: 10%;
    background: #6666ccde;
    top: 0;
    bottom: auto;
    text-align: left;
    border-radius: 0 0 110px 0;
    padding: 40px;
    width: 450px;
}

/* Popup css */
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #cce9ed;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-content img{ width: 100%; }
.modal-header
{
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}

.modal-body h3 {
    position: absolute;
    bottom: 17px;
    left: 26px;
    font-weight: 700;
    background: #ffcf61;
    border-radius: 8px;
    padding: 6px 11px;
    font-size: 23px;
}

span.no-text {
    background: #ffcf61;
    color: #333;
    border-radius: 100px;
    /* padding: 5px 9px; */
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    float: left;
    line-height: 20px;
    text-align: center;
    margin: 2px 5px 0 0;
}

/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) { 


 }

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 


 }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    .navbar-brand{
        display: none;
    }
    .navbar-brand-logo {        
        display: block;
    }
    .menubar-main{
        position: relative ;
        padding: 0;
    }
    .menubar{ padding: 0; }
    .navbar-toggler{
     background: #fff;
     padding: 0;
    }

    .places-sec-shirdi, .places-sec-aurang, .places-sec-nashik {
        padding: 0;
    }

    .test-section {
        background-size: 100% 100%;
    }
    .tours{
        padding:40px 25px;
        float: left;
        width: 100%;
       }
    .tour-i{
           height: auto;
           width: 100%;
           margin: 0 0 1px;
    }
    .about h1, .main-title{ font-size:22px; }
    .about h1 br{ display: none; }
    .about {
        padding:40px 23px 40px;
    }
    .item-short h3 {
        margin-bottom: 10px;
        font-size: 35px;
        color: #fff;
    }
    .test-main {
        padding: 30px;
    }
    .item-short .icon span i {
        font-size: 48px;
    }

    .about-sec {
        float: left;
        width: 100%;
        position: relative;
        top: -67px;
        padding-bottom: 0;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        left: 0;
        bottom: 9%;
        background: none;
        text-align: center;
    }

    .carousel-caption h5{
        display: none;
    }

    .carousel-caption h1 {
        font-size: 24px;
        font-family: rubik,sans-serif;
    }

    .con-foo-main{
     display: block;
    }

    .con-text h3 br{ display: none; }
    .con-foot {
        width: 100%;
    }

    .con-text {
        margin: 0 0 20px;
    }

    .con-icon {
        float: left;
        font-size:17px;
        color: #ffcf61;
        margin: 0 22px 20px 0;
    }

    .copyright a {
        float: left;
        width: 100%;
    }
    .item-short{
        text-align: center;
    }
    .item-short .icon{
        float: none;
    }
    .footerLink li {
        width: 100%;
    }
    .place-img, .place-title, .place-body { width: 100%; }
    
    .breadcrum-inner {
        padding: 90px 30px;
    }

    .breadcrum h1 {
        font-size: 25px;
    }

    .place-title {
        font-size: 18px;
        margin: 0 0 15px;
        background-color: #6666cc;
        color: #fff;
        padding: 10px 20px 10px;
    }
    .con-icon span {
        border: dashed 1px #ffcf61;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        float: left;
        text-align: center;
        padding: 6px 0 0;
    }

    .book-btn, .book-btn:hover {
        color: #fff;
        background-color: #6666cc !important;
        border: 1px solid transparent;
        padding: 10px 40px;
        font-size: 14px;
        line-height: 2em;
        font-family: rubik,sans-serif;
        font-weight: 500;
        border-radius: 100px;
        text-transform: uppercase;
        float: left;
        margin-top: 20px;
    }

    .con-text h3 {
        font-size: 18px;
        color: #ffcf61;
    }

 }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
 .car-bx h4{ font-size: 18px; }
 .modal-body h3{
    font-size:17px;
 }
 
 }














