@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
  font-family: "Poppins", serif;
  font-size:16px; 
  font-weight:400;
}

.top-out {
    float: left;
    width: 100%;
    background: #ff7600;
    padding: 25px 0px 15px 0px;
    position: relative;
    z-index: 1;
}
.thumb-1 img{
width:100%;
}
.top-1{
float:left;
width:10%;
}
.thumb-2 img{
width:100%;
}
.top-3{
float:right;
width:10%;
}
.menu-out{
background:#A80000;
float:left;
width:100%;
position:relative;
	z-index:1;
}
.nav-link {
    display: block;
    padding: 10px 25px !important;
    text-decoration: none;
    color: #fff !important;
	position:relative;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #fff  !important;
    background: url(../images/header/active-bg.png) bottom center no-repeat !important;
    float: left;
    background-size: auto;
}

/*.nav-link.active, .nav-link:hover {
    color: #fff !important;
	
}
*/

.ms-auto {
    margin-left: auto!important;
    margin-right: auto;
}



.top-2 {
    float: left;
    width: 80%;
    text-align: center;
}
.txt-1 {
    float: left;
    width: 100%;
    color: #fff;
}
.txt-1 h1 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 34px;
	margin-bottom:5px;
}

.txt-1 h4 {
    float: left;
    width: 100%;
    font-weight: 500;
	font-size:20px;
	margin-bottom:5px;
}

.txt-1 p{
    float: left;
    width: 100%;
    font-weight: 500;
	margin-bottom:0px;
	font-size:16px;
	
}
.banner-out {
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.abt-out{
float:left;
width:100%;
padding:60px 0px;
overflow:hidden;
background:url(../images/about/bg4.png) top right;
background-repeat:no-repeat;

}

.abt-out h1{
float:left;
width:100%;
margin-bottom:30px;
text-align:center;
color:#000;
}



.abt-1{
float:left;
width:100%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
background:#fff;
padding:30px 25px;
text-align:center;
}

.abt-2 img {
    width: auto;
}

.abt-1 h4 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: 600;
    font-size: 22px;
}
.abt-1 p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.abt-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: -50px;
}

.abt-btn a {
    background: #A80000;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-btn a img {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.event-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
    background: url(../images/events/bg.png) repeat;
    background-color: #A80000;
}

.event-out h1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
	color:#fff;
}


.ev-1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ev-1 h4 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 22px;
	color:#fff;
}

.ev-1 p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
	color:#fff;
}
.ev-1 img{
  padding: 0px 6px 0px 0px;
}

.ev-2 img {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 0;
}


.ev-btn {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ev-btn a {
    float: left;
    width:auto;
	padding:6px 30px;
	text-decoration:none;
	color:#fff;
	background:#ff7600;
	border-radius:20px;
	font-weight: 500;
  
}


.poojas-out {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ffefe2;
    padding: 60px 0px;
	overflow:hidden;
}

.poojas-out:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 215px;
    background: #fff;
    z-index: -1;
    left: 0;
}
.poojas-out h1 {
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 15px;
    text-align: left;
}

.poojas-out p {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.pooja-1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px 25px;
    text-align: center;
    border-radius: 20px;
}

.pooja-2 img {
    width: 135px;
    border-radius: 50%;
    height: 135px;
}
.pooja-2 {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pooja-2::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    background: transparent;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px dotted #412236;
    -webkit-animation: rotate 9s linear infinite;
    -moz-animation: rotate 9s linear infinite;
    -ms-animation: rotate 9s linear infinite;
    -o-animation: rotate 9s linear infinite;
    animation: rotate 9s linear infinite;
}


.pooja-3 h4 {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}


.pooja-3 p{
float:left;
width:100%;
margin-bottom:0px;


}

.pooja-3 {
    float: left;
    width: 100%;
    margin-top: 30px;
}









.blog-out {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ffefe2;
    padding: 60px 0px;
	overflow:hidden;
}
.blog-out:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    z-index: -1;
    left: 0;
}
.blog-out  h1 {
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 15px;
    text-align: left;
}

.blog-out  p {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blog-1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #A80000;
    float: left;
    width: 100%;
    padding: 30px 25px;
    text-align: left;
    border-radius: 20px;
}
.blog-2 img {
    width: 100%;
    border-radius: 20px;
}

.blog-3{
    float: left;
    width: 100%;
    margin-top: 25px;
}


.blog-3 p{
color:#fff;
float:left;
width:100%;
margin-bottom:0px;
}

.blog-3 .date {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


.blog-btn {
	width: 50px;
	height: 50px;
	display: block;
	padding: 12px;
	background: #ff7600 ;
	border-radius: 50%;
	position: relative;
}

.blog-btn  img{
width:100%;
}

.blog-btn::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: transparent;
	left: -10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	/* z-index: -1; */
	border: 2px dotted #ff7600 ;
	
}

.blog-4 {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: url(../images/footer/bg1.png) top right, url(../images/footer/bg2.png) top left;
    background-repeat: no-repeat;
    background-color: #A80000;
    background-size: contain;
	overflow:hidden;
	position:relative;
}

.f1{
float:left;
width:35%;
}

.f2 {
    float: left;
   width:25%;
    padding-left: 0px;
}


.f3{
float:left;
width:25%;
 padding-left: 30px;
}
.f4 {
    float: left;
    width: 15%;
    margin-top: 110px;
}

.fot-links {
    margin-bottom: 25px;
}
.fot-links h4 {
    color: #fff;
    margin-bottom: 10px;
}
.fot-links ul {
    float: left;
    width: 100%;
    padding: 30px 0 0 0px;
    list-style: none;
    margin-bottom: 0px;
	list-style:none;
}

.fot-bulletet {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 9px 0;
   
    text-align: justify;
	background:url(../images/footer/bg.png) no-repeat;
}




.fot-bulletet span {
    float: left;
    margin: -8px 0px 0px 0px;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0px 35px;
    font-weight: 300;
	
}

.fot-links ul li a {
    color: #fff;
    text-decoration: none;
}


 ul{
 padding-left:0px;
 list-style:none;
 }

.fot-bulletet span a {
    text-decoration: none;
    color: #fff;
}

.fot-bulletet span a:hover{
color:#ff7600;

}


.footer-mail-link a {
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
    float: left;
    margin-top: 5px;
    font-weight: 300 !important;
}

.footer-mail-link img {
    float: left;
    width: auto;
}

.footer-mail-link {
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
}



.footer-bottom {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #cfb7b3;
    padding: 30px 0px 0px 0px;
    margin-top: 30px;
}
.footer-bottom p {
    margin-bottom: 0px;
    color: #fff;
}

.enq-out {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-size: cover;
    background: url(../images/enquiry/bg.png) repeat;
    background-color: #A80000;
	overflow:hidden;
}


.form-control2 {
    width: 100%;
    padding: 10px;
    margin: 0px 0 0px 0px;
    border: 1px solid #000000;
    color: #000;
    background: none;
    border-radius: 4px;
}


.enq-1 {
    padding: 40px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    float: left;
    width: 100%;
    background-position: left;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;
}

.w-in {
    margin-bottom: 30px;
}




.enq-in h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 28px;
}

::placeholder{
color:#000;
}


.cont-submit-out{
margin-top:25px;
}

.contact_submit_button{
    background: #ff7600;
    padding: 4px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
}




/*.carousel-caption{
    background: linear-gradient(to bottom,rgba(65,34,54,0) 0%,#412236 100%);
    float: left;
    width: 100%;
}*/


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators{
display:none;
}

.carousel-item.active{
animation: grow 4s linear forwards;
	opacity: 1;
	overflow:hidden;
}
@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}




.pooja-timing {
    float: left;
    width: 90%;
    background: url(../images/enquiry/bg1.png) top center, url(../images/enquiry/bg2.png) bottom center;
    padding: 40px 60px;
    background-size: 100%;
    background-repeat: no-repeat;
        margin: 0px 5%;
    margin-top: 80px;
 /*   background-color: rgba(255, 255, 255, 0.3);*/
}

.pooja-timing h2 {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    font-size: 25px;
}

.pooja-timing h5 {
    color: #ff7600;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 30px;
}
.poojatiming h5{
    color: #ff7600;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 5px;
}
.pooja-timing p {
    color: #fff;
    float: left;
  
}
.pojatext{
    font-size: 14px !important;
}
.mo-3{
  display: flex;
    justify-content: space-between;
	float: left;
	width:100%;

}

.pooja-timing img {
    padding: 0px 15px 0px 0px;
    width: auto;
    
}
.ka-1 {
float:left;
width:100%;
   
}


.date {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.date img {
    padding: 0px 6px 0px 0px;
}


.degn-1 {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.poojas-out .col-lg-4{
padding:0px 15px;
}


.slick-slide img {
    display: inline-block !important;
}

.blog-out .col-lg-4{
padding:0px 15px;
}



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px !important;
    height:30px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: #A80000 !important;
    border-radius: 50% !important;
}

.head-2{
display:none !important;
}

.mob-2{
display:none;
width:100%;
}

.mob-1{
width:100%;
}





#myBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #ff7600;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    transition: 0.7s;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: auto;
    background-repeat: no-repeat;
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 15px;
}



/*contact*/
.cont-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    position: relative;
    z-index: 0;
}

.process-one__single-inner {
    position: relative;
    display: block;
    margin-bottom: 0px;
    text-align: center;
}
/*.process-one__single-shape {
    position: absolute;
    left: 40px;
    bottom: -13px;
    right: 40px;
    top: 40px;
    border: 2px dashed #ff7600;
    border-radius: 20px;
    z-index: -1;
}
*/
.process-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    padding: 40px 24px;
    z-index: 1;
    border: 1px solid #A80000;
    border-bottom: 0px;
}
.process-one__single-inner ::after {
    content: '';
    background: url(../images/footer/bg5.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: -18px;
    width: 100%;
    z-index: 8;
    height: 40px;
    background-size: cover;
}


.process-one__single{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	
}

.process-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all .5s ease;
}

.process-one__count {
    
   /* width: 60px;
    height: 60px;
    border: 4px solid #A80000;
    border-radius: 50%;
  
    background-color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:15px;
}


.process-one__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #f50963;
}

.process-one__text {
    margin-bottom: 0px;
    min-height: 48px;
}

.process-one__text a{
color:#212529;
text-decoration:none;
}


.cont-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.cont-shape img{
width:100%;
}

.map-out {
    float: left;
    width: 100%;
    margin-top: 60px;
    border: 1px solid #ccc;
}

.map-out iframe{
width:100%;
height:450px;

}



.poo-1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
	background:url(../images/footer/bg4.png);
    background-repeat: repeat-x;
    background-size: contain;
    opacity: .5;
}


.head-pattern {
    background:url(../images/header/header-pattern.png);
    background-repeat: repeat-x;
    height: 18px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    opacity: .5;
}

/*temp*/


.temp-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    position: relative;
    background: url(../images/about/bg5.png) top right, url(../images/about/bg6.png) top left;
    background-repeat: no-repeat;
    background-size: 10%;
}


.temp-2 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.temp-2 h1 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.temp-2 p {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
}

.temp-1 img  {
    width: 100%;
}



.guru-out{
float:left;
width:100%;
padding:60px 0px;
}

.guru-1{
float:left;
width:100%;

}
.guru-1 {
    background: #ff7600;
    background-size: cover;
    position: relative;
    padding: 50px 25px;
}

.guru-1::before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 2px;
	background:url(../images/about/bg2.png) repeat-x;
    height: 26px;
}



.guru-2{
float:left;
width:100%;

   
}

.guru-2 h1 {
    color: #A80000;
    font-size: 24px;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.guru-3 {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
}

.guru-4 {
    margin-right: 15px;
    margin-top: 4px;
}



.guru-5 p {
    color: #fff;
    text-align: justify;
    float: left;
    width: 100%;
}

.guruji-1 {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.ji-1 {
    float: left;
    width: 30%;
}


.guruu-1 {
    float: left;
    width: 80%;
    padding-left: 30px;
}
.ji-2 img {
    width: 100%;
    border: 1px solid #b00c04;
}



.donate-out{
float:left;
width:100%;
padding:60px 0px;
}


.donate-1 h1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #A80000;
    font-size: 34px;
    text-align: center;
}


.donate-2 {
    float: left;
    width: 100%;
    text-align: center;
}
.donate-2 p {
    margin-bottom: 10px;
}


.donate-3{
    float: left;
    width: 100%;
    margin-top: 25px;
}

.donate-3 h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}


.donate-4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

.don-1 {
    float: left;
    width: 100%;
    padding: 40px 40px;
    background: url(../images/donation/bg3.png) bottom center;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.event1-out{
float:left;
width:100%;
padding:60px 0px;
background:url(../images/events/bg2.png) repeat;
}



.events-1 {
    display: flex;
    justify-content: flex-start;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 25px;
}

.event-head {
  
    padding-left: 25px;
}
.event-head1 {
  display: flex;
    justify-content: center;
    align-items: center;
	}

.event-head  h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ff7600;
}
.event-head  p{
float:left;
width:100%;
margin-bottom:0px;
}
.event-bg  {
    position: relative;
}
.event-bg img {
    width: 140px;
    position: relative;
}
.event-bg h4 {
    position: absolute;
    top: 45%;
    left: 25%;
    margin-bottom: 0px;
    font-size: 18px;
}
.event-list {
    margin-bottom: 40px;
}



.donate-btn a {
    background: #b00c04;
    padding: 6px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
.donate-card {
    float: left;
    width: 100%;
    text-align: center;
}

.donate-card  img {
    width: 210px;
}
.card-1{
margin-top:10px;
}


.donate-in {
    float: left;
    width: 100%;
    text-align: center;
   
}

.donate-card1 {
    float: left;
    width: 100%;
    text-align: center;
}
.donate-card1  img {
    width: 180px;
}

.card-1{
margin-top:10px;
}

.blog-3 h4{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}







.btn-secondary {
    color: #fff;
    background-color: #b00c04;
    border-color: #b00c04;
    margin-top: -65px;
}


.art-out{
float:left;
width:100%;
padding:60px 0px 30px 0px;
background:url(../images/article/bg.png) repeat;
}

.art-1{
margin-bottom:30px;
}

.pooja-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    background: url(../images/services/bg.png) no-repeat;
    background-size: cover;
}


.pooj-1 {
    float: left;
    width: 100%;
  
}

.pooj-2 {
    float: left;
    width: 100%;
    margin-bottom:30px;
	text-align:center;
	
}
.poo-bg {
    background: url(../images/poojas/bg.png) top center, url(../images/poojas/bg.png) bottom center;
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 70px 30px;
    float: left;
    width: 100%;
}


.pooj-2 b {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    color: #A80000;
	text-align:center;
	font-size:22px;
}

.pooj-2 p {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}




.sticky-icon {
    z-index: 2;
    position: fixed;
    top: 70%;
    right: 0%;
    width: 210px;
    display: flex;
    flex-direction: column;
}
.call {
    background-color: #ff7600;
    color: #FFF;
}
.sticky-icon a {
    transform: translate(160px,0px);
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 16px;
    transition: all 0.8s;
    border-radius: 10px 0px 0px 10px;
}
.sticky-icon img {
    width: 35px;
    margin-right: 10px;
}.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px,0px);
}





.priest-out{
float:left;
width:100%;
padding:60px 0px;
}

.priest-1 img {
    width: 100%;
    border-radius: 20px;
}


.priest-in {
    border: 1px solid #ff7600;
    padding: 80px 25px 40px 25px;
    float: left;
    width: 100%;
    border-radius: 20px;
	position:relative;
   
}

.priest-in::before {
    background: url(../images/services/bg2.png) top center;
    background-repeat: repeat-x;
    background-size: 50%;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100px;
}


.priest-2{
    float: left;
    width: 100%;
    padding-left: 25px;
}

.priest-2 h4 {
    color: #A80000;
    float: left;
    width: 100%;
    font-size: 22px;
    margin-bottom: 15px;
}
.priest-2 p {
text-align:justify;
float:left;
width:100%;
margin-bottom:15px;
}



.priest-btn{
float:left;
width:100%;
}

.priest-btn a {
    float: left;
    background: #ff7600;
    text-decoration: none;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.photo-out {
float:left;
width:100%;
padding:60px 0px 30px 0px;
background:url(../images/gallery/bg.png) top left, url(../images/gallery/bg1.png) top right ;
background-repeat:no-repeat;
}

.gallery-item1 {
    position: relative;
    border: 2px solid #ff7600;
}
.gallery-item1 img {
    width: 100%;
}
.gallery-item1 iframe{
    height: 350px;
}

.gallery-item1 a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.4);
    transition: 0.5s;
    border-radius: 6px;
}

.gallery-item1:hover a {
    opacity: 1;
    transform: scale(1);
}



.arrow-1 {
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    border: 4px solid #b00c04;
	
}

.arrow-1 img {
    width: auto;
}


.ga-3{
margin-bottom:20px;
}




/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}




.process-one__single-inner:hover .process-one__count img{
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}





/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}





.blog-1:hover .blog-2 img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.blog-2{
overflow:hidden;
}


.ev-1:hover .ev-2 img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ev-2 {
overflow:hidden;
}





.point-1 {
    float: left;
    width: 100%;
    margin-top: 25px;
    color: #fff;
}


.point-1{
margin-bottom:15px;
text-align:justify;
}




.dropdown-item img{
float:left;
padding-right:10px;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 260px;
    background: #fff;
    padding: 15px 15px;
    top: 56px;
    float: left;
    border-radius: 6px;
    border: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #A80000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2a06a;
    padding-bottom: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #A80000;
    background-color: #fff;
}


.amt-pooja{
float:left;
width:100%;
margin-top:0px;
}




.flower-1 {
    float: left;
    width: 100%;
    text-align: center;
}



.event1-out h1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
}




.pooja-out2 {
    float: left;
    width: 100%;
    padding: 60px 0px 30px 0px;
    background: url(../images/services/bg.png) no-repeat;
    background-size: cover;
}


.san-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}


.san-1{
position:relative;
}



.san-1 h4 {
    position: absolute;
    top: 18px;
    left: 30%;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.san-2 {
    float: left;
    width: 100%;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 60px 30px 45px 30px;
    position: relative;
	background:url(../images/events/bg5.png) repeat;
	background-color: #fff;
}

.san-2:before {
 content: "";
    position: absolute;
	background:url(../images/events/bg3.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 18px;
    z-index: 2;
    left: 0;
}



.san-2:after {
 content: "";
    position: absolute;
  	background:url(../images/events/bg3.png);
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
    height: 18px;
    z-index: 2;
    right: 0;
}
.san-in {
    display: flex;
    justify-content: center;
    align-items: center;
}


.san-2 h4 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #A80000;
}

.san-2 p {
 float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}
/*
.san-2 p b{
    color: #ff7600;
    font-weight: 600;
}*/




.san-out1 {
    float: left;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}


.san-11 {
    position: relative;
}

.san-11 h4 {
    position: absolute;
    top: 18px;
    left: 40%;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}


.san-22 {
    float: left;
    width: 100%;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 60px 30px 20px 30px;
    position: relative;
    background: url(../images/events/bg4.png) repeat;
    background-color: #fff;
}



.san-22:before {
 content: "";
    position: absolute;
	background:url(../images/events/bg6.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 36px;
    z-index: 2;
    left: 0;
}



.san-22:after {
 content: "";
    position: absolute;
  	background:url(../images/events/bg7.png);
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
    height: 36px;
    z-index: 2;
    right: 0;
}

.san-22 p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}
.san-22 h4 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #A80000;
}
.san-in1{
    display: flex;
    justify-content: center;
    align-items: center;
}


.san-22 p b {
    color: #ff7600;
    font-weight: 600;
}


.date-out {
    position: relative;
    float: left;
    width: 25%;
    margin-bottom: 40px;
}
.date-1 b {
    position: absolute;
    top: 15px;
    color: #b00c04;
    text-align: center;
    margin-bottom: 0px;
}



.date-1{
    display: flex;
    justify-content: center;
    align-items: center;
}



.san-out2{
float: left;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}



.san-12 {
    position: relative;
}

.san-12 h4 {
    position: absolute;
    top: 18px;
    left: 42%;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}





.san-222 {
    float: left;
    width: 100%;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 85px 30px 45px 30px;
    position: relative;
    background: url(../images/events/bg8.png);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size:cover;
}


.san-222:before {
 content: "";
    position: absolute;
	background:url(../images/events/bg10.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 41px;
    z-index: 2;
    left: 0;
}



.san-222:after {
 content: "";
    position: absolute;
  	background:url(../images/events/bg10.png);
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
      height: 41px;
    z-index: 2;
    right: 0;
}

.san-222 p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}
.san-222 h4 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #A80000;
}
.san-in2{
    display: flex;
    justify-content: center;
    align-items: center;
}


.san-222 p b {
    color: #ff7600;
    font-weight: 600;
}



.pradosham-detail {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.pradosham-detail p {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
}

.pradosham-1{
float:left;
width:100%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
background:#fff;
padding:60px 25px;
position:relative;
min-height:373px;
}

.pradosham-1 h3 {
    float: left;
    width: 100%;
    text-align:center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #A80000;
}


.pradosham-1 p {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}


.pradosham-2{
float:left;
width:100%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
background:#fff;
padding:60px 25px;
position:relative;
min-height:373px;
}

.pradosham-2 h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #A80000;
    font-size: 24px;
    margin-bottom: 15px;
}

.pradosham-2 p{
float:left;
width:100%;
text-align:center;
margin-bottom:15px;
}

.note {
    float: left;
    width: 100%;
    text-align: center;
    color: #A80000;
    margin-top: 25px;
}




.pradosham-1:before {
 content: "";
    position: absolute;
	background:url(../images/events/bg11.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 28px;
    z-index: 2;
    left: 0;
}



.pradosham-1:after {
 content: "";
    position: absolute;
  	background:url(../images/events/bg9.png);
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
      height: 28px;
    z-index: 2;
    right: 0;
}



.pradosham-2:before {
 content: "";
    position: absolute;
	background:url(../images/events/bg11.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
      height: 28px;
    z-index: 2;
    left: 0;
}



.pradosham-2:after {
 content: "";
    position: absolute;
  	background:url(../images/events/bg9.png);
    background-repeat: repeat-x;
    display: block;
    bottom: 0;
    width: 100%;
     height: 28px;
    z-index: 2;
    right: 0;
}

.head-bg {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.deities-out{
float:left;
width:100%;
padding:60px 0px 30px 0px;
background:url(../images/deities/bg.png) repeat;
}
.deities-1 img {
    width: 100%;
    border: 1px solid #ccc;
}

.deities-1{
margin-bottom:25px;
}



.pooja-out h1{
float:left;
width:100%;
margin-bottom:30px;
text-align:center;
font-size:32px;
}


























