body {
  font-family: Poppins, sans-serif;
  color: #0c0c0c;
  background-color: #ffff99;
  background-image: url('images/sang.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* opacity: 0.8;  */
  overflow-x: hidden;
}
.green{
    background-color:green;
}
.blue{
    background-color:blue;
}

.main-head{
    background-image:url('../images/logo-banner.png');
    background-size:cover;
    width:100%;
    height:256px;
    align-items:center;
    
}


.main-head h3 {
  font-weight: 700; 
  color: rgb(53, 50, 50);
  
}

.main-head a{
    color:red;
}
.sthumbnail{
  width:100%;
  height: auto;
  /*margin: 10px;*/
  
}
/*.main-head .limg{*/
/*    width:5%;*/
/*}*/






.main-head .logo-content{
    text-align:center;
    margin-top:20px;
    margin-left:5%;
}

.video-section iframe{
padding-bottom: 20px;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}
.layout_padding3 {
    padding: 40px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}


.apara {
  text-align: justify;
  text-justify: inter-word;
  
}

.linone{
    list-style:none;
    font:bold;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% / (16 / 9)); /* 16:9 aspect ratio */
}
.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sthumbnail2{
  width:100%;
  height: aspect-ratio;
  
}


.first-banner {
   min-width:1200px;
   min-height:380px;

    
    background-image:url('../images/temple_banner.png');

    background-size:cover;
    background-position:fixed;
}


.fixed-content{
  position: fixed;
  bottom: 10%; 
  right: 10px; 
  width: 8%; 
  height: auto; 
  z-index: 1;
 float: right;




}
.fixed-content2{
       position: fixed;
       bottom: 0; 
       left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 1;
    display: flex;
    align-items: center;
    width:60%;
    line-height:normal;
  
    flex-direction:row-reverse;
      
}
.icon-container-blue{
    /*background-color:#3333ae;*/
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
   
    border-top-right-radius: 40%;
    
    border-bottom-right-radius: 40%;
     display:flex;
    flex-direction:column;
    text-align:center;
    width:100%;
   
    color:white;
}
.icon-container-green{
  
     border-top-left-radius: 40%;
   
    
    border-bottom-left-radius: 40%;
   background: linear-gradient(90deg, rgba(30,94,5,1) 0%, rgba(32,182,54,1) 49%, rgba(10,120,26,1) 92%);
    /*background-color:#68a610;*/
    color:white;
     display:flex;
    flex-direction:column;
      text-align:center;
      width:100%;
}

.fixed-img{
margin: 10px;
width:70px;

}
.fixed-img2{
/*margin: 10px;*/
width:60px;

}
.fixed-content i {
  color: green;
  font-size: 48px;
  width: 60px;
  height: auto;
  background-color: #fff;
  border-radius: 100%;
 text-align: center;
 margin-left:30px;
}
.fixed-img-2{
  width: 185px;
  left:2%;
  z-index: 1;
  bottom:15%;
  position: fixed;
  
}

.fixed-img-1{
  width: 150px;
  left:3%;
  z-index: 1;
  bottom:45%;
  position: fixed;
  
}



.headimg{
margin: 5%;
  width:90%;
  height: auto;
}

.banner-1{
  width: 100%;
  height: auto;
}
.banner-2{
    width:100%;
}
.vbanner-2{
    width:100%;
    height:500px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
}
.space-head{
    flex-direction:row;
    /*align-items:space-end;*/
    justify-content:space-between;
    color:red;
 
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
  margin-top:10px;
  
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}



.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #03a7d3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container_border_style::before {
  left: 0;
}

.container_border_style::after {
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-book{
   padding:3px 10px;
    border-radius: 15px;
    background-color: #f3f1e8;
    font-size: 20px;
    font-weight: 600;
    color: #330666;
   

}
.btn-pooja{
  padding:3px 15px;
  border-radius: 15px;
  background-color: #f3f1e8;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.btn-pooja2{
    padding:3px 10px;
  border-radius: 15px;
  background-color: #996633;
  font-size: 20px;
  font-weight: 600;
  color: #000000; 


}

.btn-pooja2:hover{
    color:#fff;
}
.btn-message{
  padding: 3px 15px;
  background-color: #457195;
  color: #ffffff;
  font-size: 20px;
}
.form-control{
  background-color: #ffffff;
  padding:3px 18px;
  font-size:20px ;
}

.right-button {
  position: absolute;
    top: 50%; 
  right: 20px; /* Adjust this value to control the distance from the right edge */
  transform: translateY(-50%); /* Correct vertical alignment */
}
/*header section*/
.hero_area {
  position: relative;
  background-color: #cccc33;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}



.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}
.navbar-nav{
  background-color: #363636;
  border-radius: 15px;
 /*margin-right: 10%;*/
 
}

.contact_no {
  text-decoration: none;
  color: #030303;
  font-weight: 600 ;
    font-size: 17px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 6px;
  width: 100%;
  /*margin: 10px 10px;*/
  color: #ffffff;
  border-right: 2px solid rgb(143, 141, 141);
  text-align: center;
  text-transform: uppercase;
}
.custom_nav-container .navbar-nav .nav-item:last-child .nav-link{
  border-right: none;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  padding: 3px 6px;
  margin: 10px 10px;
  text-decoration: underline 1px solid #ff9933;
  color: #ffffff;
   text-align: center;
  text-transform: uppercase;
}


.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}

.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #03a7d3;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}

.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #03a7d3;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #03a7d3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-1:hover {
  background-color: transparent;
  color: #03a7d3;
}

.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .detail-box .btn-2:hover {
  background-color: transparent;
  color: #ff4646;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #03a7d3;
  opacity: 1;
  font-size: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #000000;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #333232;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  /*padding: 10px 45px;*/
  /*background-color: #ff4646;*/
  color: #ffffff;
  border-radius: 5px;
  /*border: 1px solid #ff4646;*/
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.service_section {
  position: relative;
  background-color: #333333;
}

.service_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 25px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.banner-content{
  position: absolute; 
  z-index: 1; 
  right:4%;
   top:10%;
    width:20%; 
    color: #ffff;
    font-size: 16px;
    font-weight:700px;
    
}




.service_box {
  border-radius: 10px;
 margin: 20px;
 min-height:412px;
 background:#ffff99;
 
}
.service_box .card-title {
 font:bold;
min-height:72px;
 font-weight:600;
}
.service_box  a  {
 text-align: center;
}


 .btn-service{
  padding: 10px;
  border-radius: 15px;
  background-color:#f48814;
  font-size: 18px;
  font-weight: 600;
  color:white;
  

}
.card-btn{
    display:flex;
 align-items:space-between;
 justify-content:space-between;
}

.service_box:hover {

}
.service_section .box .img-box {
  width: 75px;
  height: 75px;
  background-color: #03a7d3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
}

.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
}

.service_section .box .detail-box a {
  color: #03a7d3;
}

.service_section .box .detail-box a:hover {
  color: #ff4646;
}

.service_section .box:hover .img-box {
  background-color: #ff4646;
}

.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}

.server_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.server_section .img-box {
  position: relative;
}

.server_section .img-box img {
  width: 100%;
}

.server_section .img-box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

.server_section .img-box .play_btn button {
  background-color: transparent;
  border: none;
  background-color: #03a7d3;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.server_section .img-box .play_btn:before, .server_section .img-box .play_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a7d3;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.server_section .img-box .play_btn:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

.server_section .img-box .play_btn:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
          animation: after-animation 1500ms infinite;
}



/* .book_pooja_box{
  background-image: url('images/bannerbg.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;



} */

/*Accordation section*/

.accordion-item {
  /* border: 1px solid #ccc; */
  /* margin: 5px; */
 
}

.accordion-header {
  /* background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer; */

  background-color: #1e4d20;
  color: #f3e6e6;
  cursor: pointer;
  margin: 0%;
  padding: 18px;
  width: 100%;
  border: none;
  border-bottom:2px solid white;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-align: justify;
}
.accordion-header:hover{
  background-color: #be0c0c;
}
.accordion-header img{
    width:auto;
   height:50px;
}
.accordion-icon {
  float:right;
}

.accordion-content {
  display: none;
  padding: 10px;
  /* background-color:  #da0808; */
text-align: center;
}
/*Accordation section end*/


.container-2 {
  background-color: #d5d69e;
  margin-bottom: 2%;
}



@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.server_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
}

.server_section .detail-box a:hover {
  background-color: transparent;
  color: #ff4646;
}

.book_pooja_section {
 
  width: 100%; 
  height: auto;
  min-height: 500px;
}



.client_section {
  padding-bottom: 45px;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
 min-height:300px;
}

.client_section .box .img-box {
  width: 125px;
  /* height: 125px; */
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
float: right;
  /* margin-right: -65px; */
  position: relative;
  
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
 /*color: #353534;*/
 color:red;

  margin-bottom: 0;
  text-transform: uppercase;
}
.client_section .box .client_info .client_name img {
    display:block;
    margin:0 auto;
 width:80%;
 height:auto;
 text-align:center;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ff4646;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

/* .client_section .box .client_info i {
  font-size: 24px;
  color: #818283;
} */

.client_section .box p {
  margin-top: 25px;
  text-align:justify;
  
}
  
.client_section .box .detail-box {
  /* background-color: #ffffff; */
  padding: 45px 45px 45px 85px; 
  /* -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);  */
          
}
.client_section .box .detail-box  i{
font-size: 35px;
color:#333232
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #262727;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ff4646;
}


.pooja_section{
  margin-top: -8%;
}


/* pooja section*/

.listing-item {
  display: block;
  width:100%;
 margin-bottom:20px;
   float: left;
   
   border-radius:10px;
   z-index:0;
 cursor:pointer;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;

}

.listing-item:hover,  .listing-item.active{
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
   transform: scale(1.03);
   -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
   transition: all 0.3s;
 z-index:2;

}
.listing-item .listing{
   padding:20px;
   position:relative;	
}
.listing-item .listing:before{
   content:"";
 position:absolute;
 top:-15px;
 left:-o-calc(50% - 15px);
 left:-moz-calc(50% - 15px);
 left:-webkit-calc(50% - 15px);
 left:calc(50% - 15px);
 
}
 figure.image img {
   width:100%;
  
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   
   
}
figure.image {
   position: relative;
 margin: 0;
   padding: 0;
  
  
}
figure.image figcaption {
   position: absolute;
   top: 0;
   width: 100%;
   text-align: center;
   bottom: 4px;
  
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;

}
figcaption .caption{
 position:relative;
 top:50%;
 -moz-transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 transform:translateY(-50%);
  

}
figcaption h1{
   color:white;
 font-weight:bold;
   font-size:13px;
 text-transform: uppercase;
}




/* pooja section*/
/* info section */
.info_section {
  background-color: #020230;
  color: #ffffff;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
}


.info_social_black a {
  color: #222222;
  font-size: 20px;
}
.leaf-image-container{
  margin-top:4%;
}

.section-footer{
  text-align: center;
  margin-top: 5%;
}
.section-footer  span {
  color:red; 
  font-weight: 700;
}
.section-footer p {
  color:rgb(53, 52, 52);
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #ff4646;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a img {
  margin-right: 10px;
}

.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #ff4646;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff4646;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff4646;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: transparent;
  color: #ff4646;
}




/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #cccc33;
 
  text-align: center;
}

.footer_section p {
  color: #242121;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */