*{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}

body{

    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
   font-family: 'Montserrat', sans-serif;
}

header{
	width: 100%;
	
	
}

.navbar{
    padding:0px 20px;  
   background-color: #fff;
}

.navbar .navbar-nav li{
    margin-right: 15px;
}

.navbar .navbar-nav li a{
	color: #74306d !important;
	font-size: 16px;
	font-weight: 600;
}

.navbar .navbar-nav li a:hover{
	color: #ea8e21 !important;
    text-decoration: underline;
}

.navbar-nav .active .nav-link{
	color: #ea8e21 !important;
    
   
}


.navbar .navbar-brand img{
  width: 170px;
}

.navbar-toggler{
	
	outline: 2px solid #74306d !important;
    border-radius: 0px;  
}

.navbar-toggler i{
  color: #74306d !important;
 
}


.dropdown-menu{
    left:auto;
}

.dropdown:hover>.dropdown-menu{
    display: block;

}




.carousel-caption{
    position: absolute;
    
   
    top: 30%;

}

.carousel-caption p {
    color: #fff;
font-size: 26px;
font-weight: 300;
}



.carousel-caption h5 {
    color: #fff;
   font-size: 60px;
  font-weight: 700;
}


.carousel-item img{
    filter:brightness(.4);
    
}


.banner-text-slim{
    font-weight: 300;
}



.slider-btn1{
    padding: 15px 30px;
background-color:#74306d;
color: #fff;
font-size: 18px;
border: 1px solid #74306d;
margin-right: 10px;
margin-top: 20px;
display: inline-block;
font-weight: bold;
text-decoration: none;

}

.slider-btn1:hover{
    text-decoration: none;
color: #fff;
background-color: transparent;
border: 1px solid #fff;
transition: .5s ease;
}











.home-section1{
    padding: 100px 0px;
    background-color: #fff;
    padding-bottom: 70px;
}

.home-section1 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.home-sec1-head-color{
    color: #74306d;
}

.home-section1 h5{
    color: #000;
    font-weight: 300;
    margin-top: 20px;
    font-size: 25px;
}

.home-section1 p{
    color: #555;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px !important;
    margin-top: 10px;
}

.home-section1-btn{
    padding: 10px 20px;
    background-color:#74306d;
    color: #fff;
    font-size: 16px;
    border: 1px solid #74306d;
    display: inline-block;
    margin-top: 20px;
}

.home-section1-btn:hover{
    background-color: transparent;
    color: #74306d;
    text-decoration: none;
    transition: 1s ease;
}


.home-section2{
    padding: 100px 0px;
    background-color: #f9f9f9;
}

.home-section2 h2{
    color:#000;
    font-weight: 600;
    font-size: 35px;
    text-align: center;  
}

.home-section2 h4{
    color: #555;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}


.home-sec2-wrap{
    background-color: #fff;
    padding: 30px 50px;
    margin-bottom: 30px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}


.home-sec2-wrap:hover{
    box-shadow: 9px 11px 32px -19px rgba(0,0,0,0.75);
    text-decoration: none;
}

.home-sec2-wrap img{
   margin-bottom: 20px;
}


.home-sec2-wrap h3{
    font-weight: 500;
  font-size: 21px;
  color:#000;
}



.home-sec2-wrap p{
  color: #555;
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
   
}

.home-sec2-wrap h5{
    font-weight: 500;
    font-size: 15px;
     color: #555;   
}

.home-sec2-wrap h5 a{
    text-decoration: none;
    color: #74306d;
    font-weight: 700;
}

.home-sec2-wrap h5 a:hover{
    color:#ea8e21;
}

.home-sec2-btn-wrap{
    text-align: center;
    padding-top: 40px;
}

.home-sec2-btn{
  background-color: #74306d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

.home-sec2-btn:hover{
    background-color: transparent;
    border:1px solid #74306d;
    text-decoration: none;
    color: #74306d;
    
}

.home-section3{
    padding: 100px 0px;
    background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)), url(image/home-sec3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    text-align: center;

}

.home-section3 h5{
    color:#ea8e21;
    font-size: 14px;
    font-weight: 800;
}

.home-section3 h2{
   
    color: #fff;
    font-weight: 500;
    font-size: 38px;
    font-weight: 700;
}

.home-section3 p{
  
    color: #fff;
    font-size: 17px;
    font-weight: 300;
   
}


.home-sec3-btn{
    padding: 10px 30px;
    background-color: #ea8e21;
    color: #fff;
    font-size: 18px;
    font-weight: 600;  
    display: inline-block; 
    margin-top: 20px;
    border: 1px solid #ea8e21;
    text-decoration: none;
}

.home-sec3-btn:hover{
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 1s ease;
}







.home-section4{
    padding: 90px 0px;
    background-color: #f9f9f9;
}


.home-section4 h2{
    text-align: center;
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

.home-section4 h3{
    color: #555;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
}


.home-sec4-pragram-wrap-line{
    border: 1px solid #74306d;
    padding: 10px 10px;
    margin-bottom: 15px;
    background-color: #f0f8f8;

}

.home-sec4-pragram-sec1 h4{
    font-size: 30px;
    text-align: center;
    color: #74306d;
    font-weight: 700;
}

.home-sec4-pragram-sec2 h4{
    color: #555;   
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #74306d;
    padding: 20px;
    border-radius: 10px;
}



.home-sec4-img1{
    
    margin-top: 20px;
}

.home-sec4-img2{
    margin-top: 20px;
    
}

.home-sec4-img3{
    margin-top: 20px;
   
}
.home-sec4-img4{
    margin-top: 20px;
   
}

.home-sec4-img5{
    margin-top: 20px;
    
}

.home-sec4-img6{
    margin-top: 20px;
   
}

.home-sec4-img7{
    margin-top: 20px;
    
}


.home-sec4-img8{
    margin-top: 20px;
   
}












.home-section5{
  padding: 80px 0px;
  background-color: #f9f9f9;

}

.home-section5-part2{
    text-align: right;

}

.home-section5-part2 i{
  font-size: 35px !important;
  background: green;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

.home-section5-number{
    font-size:25px; 
    margin:0px 10px;
    margin-right: 40px;
}

.home-break{
    display: none;
}

.home-section5-btn{
  padding: 15px 20px;
  background-color: #74306d;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  border:1px solid #74306d;
  font-weight: 500;
}

.home-section5-btn:hover{
    text-decoration: none;
    background-color: transparent;
    color:#74306d;
    transition: 1s ease;
    
}





.home-section_upf
{
    background-color: #fff;
    padding: 50px 0px;
  
}

.home-section_upf-wrap{
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
    border: 1px solid #74306d;
   
}

.home-section_upf-wrap h3{

  color: #74306d;
  font-size: 22px;
  font-weight: 600;
}

.home-section_upf-wrap i{
    color: #74306d;
    font-size: 28px;
    margin-bottom: 20px;
}










footer{
    padding: 70px 0px 20px 0px;
    background: #74306d;

}

.footer-content h3{
   color: #fff;
   font-size: 17px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 30px;

}

.footer-content p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-content i{
    font-size: 35px;
    margin-right: 10px;
    color:#dddada;
}

.footer-content i:hover{
    color: #fff;
}

.footer-content a{
   
    color:#fff;
}

footer h4{
  color:#fff;
   text-align: center;
   font-size: 13px;
   margin-top:30px;
   padding-top:20px;
   border-top: 1px solid #fff;
   font-weight: 300;
  
}


/*....about us page........*/




.banner-text{
    text-align: center;
    color: #fff;
    padding-top:80px;
}

.banner-text h3{
    font-size:20px;
}

.banner-text h4{
    font-size:15px;
    font-weight:300; 
}



.aboutus-section1{
    padding: 100px 0px;
    background-color: #fff;
}

.aboutus-section1 h2{
    color: #000;
  font-weight: 600;
  font-size: 35px;
}

.aboutus-section1 h3{
    color: #000;
  font-weight: 300;
  font-size: 25px;
}

.aboutus-section1 p{
    color: #555;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  
}

.aboutus-section1 h4{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.aboutus-section1 i{
    font-size: 20px;
    color: #74306d;
    margin-right: 10px;
    margin-bottom: 5px;
}



/*......lourdes-package page....*/

.lourdes-package-section1{
   padding: 100px 0px;
   background-color: #fff;
}

.lourdes-package-sec1-part1 h4{
    color: #74306d;
    font-size: 18px;
    font-weight:700;
}

.lourdes-package-sec1-part1 h2{
    color: #000;
    font-weight: 600;
    font-size: 35px;
}

.lourdes-package-sec1-part1 p{
    color: #555;
  font-weight: 400;
  font-size: 15px;
}

.package-price-btn-wrap{
     text-align: right;
}



.package-price-btn{
   padding: 13px 25px;
   background-color:green;
   display: inline-block;
   margin-bottom: 30px;
   color: #fff;
   border: 1px solid green;
  
}

.package-price-btn:hover{
    text-decoration: none;
    color: green;
    background-color: transparent;
}



.lourdes-package-sec1-btn{
    padding: 10px 25px;
    background-color: #74306d;
    color: #fff;
    border: 1px solid #74306d;
    display: inline-block;
    margin-top: 20px;
}

.lourdes-package-sec1-btn:hover{
    text-decoration: none;
    color: #74306d;
    background-color: transparent;
    transition: 1s ease;
}


.lourdes-package-sec1-part2-card{
    border: 1px solid silver;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
}



.lourdes-package-sec1-part2-card i{
    font-size: 40px;
    color: #74306d;
}

.lourdes-package-sec1-part2-card h3{
    font-size: 17px;
    color: #061937;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}

.lourdes-package-sec1-part2-card p{
    font-size: 16px;
    color: #555;
    font-weight: 300;
}

.lourdes-package-section2{
    background-color: #fff;
    padding: 100px 0px;
    padding-top: 70px;
    
}

.lourdes-package-section2 h2{
    color: #000;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}


.lourdes-package-section2 h4{
  
color: #555;
font-weight: 300;
font-size: 19px;
text-align: center;
margin-top: 20px;
margin-bottom: 50px;
}

.lourdes-package-sec2-content h3{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.lourdes-package-sec2-content p{
    font-size: 16px;
    color: #555;
    font-weight: 300;
    margin-bottom: 40px;
}


.lourdes-package-sec2-content h5{
    margin-top: 30px;
    font-size: 15px;
}

.lourdes-package-sec2-content i{
    color: #74306d;
    margin-right: 10px;
    font-size: 16px;
}

.lourdes-package-section3{
    padding: 100px 0px;
    background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)), url(image/lourdes-packages-sec3-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}


.lourdes-package-section3 h2{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
}

.lourdes-package-section3 p{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.lourdes-package-sec3-btn{
    padding: 15px 25px;
    background: #ea8e21;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #ea8e21;
}

.lourdes-package-sec3-btn:hover{
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 1s ease;
}






/*......contactus page....*/



.contactus-banner{
	width: 100%;
	height: 40vh;
	background-image: linear-gradient(75deg, rgb(46 49 146 / 84%) 10%, rgb(27 255 255 / 37%)),url(image/contactus-banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactus-section{
    padding: 100px 0px;
}



.contactus-sec1 h2{
    color:#000;
    font-weight: 600;
    font-size: 25px;  
}


.contactus-sec1-ul{
    height: 2px;
    width: 90px;
    background: -webkit-linear-gradient(#74306d, #1BFFFF);
    margin-top: 10px;
    
   
    
}


.contactus-sec1 h3{
    margin-top: 20px;
    color: #555;
    font-weight: 400;
    font-size: 15px; 
}

.contactus-sec1 h4{
   margin-top: 25px;
   font-size: 17px;
   font-weight: 600;
   
}

.contactus-sec1 h6{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

.contactus-sec1 h6 i{
    margin-right: 10px;
    background: #74306d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}


.contact-wp-icon{
  background-color: green !important;
  margin-top: 20px;
}


.contactus-sec2 h3{
    font-size: 20px;
    font-weight: 600;
}


.contactus-tb{
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    margin-top: 20px;
    padding-left: 20px;
}

.contactus-ta{
    width: 100%;
    border: 1px solid #ddd;
    height: 150px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
}


.contactus-btn{
    padding: 15px 20px;
    background-color: #74306d;
    color: #fff;
    border: 1px solid #74306d;
    
}

.contactus-btn:hover{
    text-decoration: none;
    background-color: #fff;
   
    color: #74306d;
    transition: 1s ease;
}




/*........ media queries.......*/


@media screen and (max-width: 1200px) {

.carousel-caption{
    
    top: 20%;

}
}

@media screen and (max-width: 1100px) {

    .carousel-caption p {
       
    font-size: 22px;
    font-weight: 300;
    }
    
    
    
    .carousel-caption h5 {
        
       font-size: 45px;
      font-weight: 700;
    }
   
    }





@media screen and (max-width: 993px) {

    .carousel-caption{
    
        top: 15%;
    
    }

    .carousel-caption p {
       
        font-size: 20px;
        font-weight: 300;
        }
        
        
        
        .carousel-caption h5 {
            
           font-size: 35px;
          font-weight: 700;
        }

  
 .home-section5-part2{
    text-align: center;
 }

 .home-section5-part2 i{
    margin-bottom: 40px !important;
 }

 .aboutus-banner{
    height: 60vh;
 }

 

 .contactus-banner{
    height: 60vh;
 }


 .contactus-section{
    padding: 50px 0px;
 }


 .contactus-sec2 h3{
   margin-top: 50px;
 }


 

}

@media screen and (max-width: 768px) {

   
    


    .carousel-caption p {
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        }
        
        
        
        .carousel-caption h5 {
            text-align: center;
           font-size: 35px;
          font-weight: 700;
        }

    .hero-text{
        text-align: center;
    }

.home-section1{
    padding: 50px 0px;

}

.home-section1 h2{
    font-size: 25px;
}

.home-section1 h5{
    font-size: 20px;
    margin-top: 10px;
}



.home-section1 p{
    text-align:justify;
}





.home-section2{
    padding: 50px 0px;
    text-align: center;
}


.home-section2 i{
    margin-bottom: 20px;
}

.home-sec2-btn-wrap{
   
    padding-top: 20px;
}

.home-section4{
    padding: 50px 30px;
    
}

.home-section4 h2{
    text-align: start;
}

.home-section4 h3{
    text-align: start;
}



.home-sec4-content-wrap{
   padding: 20px 30px;
   text-align: center;
}

.home-sec4-img-wrap .home-sec4-img1{
    margin-top: 20px;
    width: 100px; height: auto;
}

.home-sec4-img-wrap .home-sec4-img2{
    
}


.home-sec4-img-wrap .home-sec4-img3{
 
}


.home-sec4-img-wrap .home-sec4-img4{
    
}

.home-sec4-img-wrap .home-sec4-img5{
    
}

.home-sec4-img-wrap .home-sec4-img6{
 
}


.home-sec4-img-wrap .home-sec4-img7{
    



}

.home-section5 {
    padding-bottom: 30px !important;
  
}


.home-section5 h2,p{
    text-align: center;
}

.home-section_upf-wrap{
    margin-bottom: 20px;
}



footer{
    text-align: center;
    padding: 20px 0px;
}

.footer-content h3{
   margin-bottom: 10px;
   margin-top: 30px;
}

.aboutus-section1{
  padding: 50px 0px;
}

.aboutus-section1 p{
    text-align: justify;
    margin-bottom: 30px;
  }


  .aboutus-section1 img{
    margin-top: 20px;
  }


.banner-text{
   
    padding-top:120px;
}




.lourdes-package-section2{
  
    padding: 50px 0px;   
}

.lourdes-package-section2 h2{
    text-align: start;
}

.package-price-btn-wrap{
    text-align: center;
}


.lourdes-package-section2 img{
    margin-bottom:20px;
}


.lourdes-package-section3{
    padding: 60px 0px;
}

.lourdes-package-section1{
    padding: 60px 0px;
}


.lourdes-package-sec1-part1 p{
   text-align: justify;
}

.lourdes-package-sec1-btn{
    margin-bottom: 40px;
}

.lourdes-package-sec1-part2-card{
  text-align: center;
}


.contactus-banner{
    height: 40vh;
 }

 .contactus-sec1 {
   
    text-align: center;   
 }

 .contactus-sec1-ul{
    margin: 0 auto;
    margin-top: 20px;
 }



.contactus-sec1 h4{
    margin-top: 40px;
       
 }

 .contactus-sec2 h3{
   text-align: center;
 }


}

@media screen and (max-width: 550px) {




    .carousel-caption p {
       
       display: none;
        }

        .home-sec4-content-wrap{
            margin-top: 30px;
        }
        .home-section5{
            padding: 60px 0px;
        }


        .res-hide-img{
            display: none;
        }


}




@media screen and (max-width: 500px) {


 
        
        
        .carousel-caption h5 {
           
           font-size: 25px;
          font-weight: 700;
        }

    .hero-text{
        text-align: center;
    }

    .hero-text h1{
        font-size: 32px;
       
    }
    
    .hero-text p{
        font-size: 15px;
       
    }


    .home-break{
       display: block;
    }
  

.home-section3 {
  padding: 50px 0px;

}

}


@media screen and (max-width: 380px) {


  
        .carousel-caption h5 {
           
           font-size: 25px;
          
        }


    .hero-text{
        margin-top: 11%;
    }

}