

.banner_bg_main {
    width: 100%;
    float: left;
    background-image: url(../image/giphy.gif);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
	
}


/* banner bg main end */


/* header top section start 


.header_section_top {
    width: 100%;
    float: left;
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    height: auto;
    padding: 10px 0px;
	background-color:orange;
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	background-color:#ff350791;
}

*/

/* header top section end */


/* logo section start */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}


 /*logo section end */


/* header section start */

.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
	width: 100%;
}


 opennav bar start



.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.banner_taital {
    width: 100%;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}






/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}


.utsav {
  border: 2px solid #ccc;
  background-color:#d9612a;
  border-radius: 5px;
  padding: 16px;
  margin: 16px;
}
.utsav::after {
  content: "";
  clear: both;
  display: table;
}


.utsav img {
  float: right;
  margin-right: 20px;
  border-radius: 50%;
}


.utsav span {
  font-size: 20px;
  margin-right: 15px;
  color:white;
}

@media (max-width: 500px) {
  .utsav {
      text-align: center;
  }
  .utsav img {
      margin: auto;
      float: none;
      display: block;
  }
}
/* utsav section end */ 



/* footer section start */

.footer_section {
	background-image: url(../images/footer.jpg);
    width: 100%;
    float: left;
    background-color:grey;
    margin-top:50px;
    height: auto;
}

.footer_logo h1{
    width: 100%;
    text-align: center;
    color:orange;
    
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #f26522;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
}

.subscribe_bt a {
    color: #2d1114;
}

.subscribe_bt a:hover {
    color: #ffffff;
}

.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: #f1f1f1;
}

.footer_menu li a:hover {
    color: #f26522;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: #f26522;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
	background-image: url(../images/footer.jpg);
    background-color:grey;
    margin-top:30px;
    
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f26522;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

/* contact section start */
.map_btn
{
width: 100%;	
}
.contact_heading {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 10px 100px;
  text-align: center;
  font-size: 16px;
  border-radius:10px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.3s;
}

.contact_heading:hover {opacity: 0.7}

/* contact section end */

/* gallery  section start */


.row_img > .column {
  padding:  5px;
  background-color:rgb(186 158 201 / 55%);
}

.row_img:after {
  content: "";
  display: table;
  clear: both;
}


.column {
  float: left;
  width: 33.3%;
}

/* The Modal (background) */
.modal {
	 background-image: url(../images/);
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(216, 212, 212);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 700px;
  width: 80%;
}

/* The Close Button */
.close {  
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(228, 13, 13);
  text-decoration: none;
  cursor: pointer;
}



.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 5px;
  margin-top: -50px;
  color: #181311;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color:white;
}


img {
  margin-bottom: -4px;
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* gallery  section end */





/* mandir section start */

.time_table
{
	width:100%;
	height:auto;
	background-color:blue;
}

/* mandir section end */

 
	