*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* reusuable code  */
body{
	font-size: 14px;
	font-family: 'Work Sans', sans-serif!important;
}
body a:hover{
	text-decoration: none;
}
:root{
	--main: #ff5f1f;
	--white: white;
	--gray: gray;
	--lightgray: lightgrey;
	--black: black;
}
.gtop{
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: var(--main);
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	z-index: 99;
	color:white;
	font-size: 20px;
}
.whatsap{
  position: fixed;
	bottom: 85px;
	right: 15px;
	z-index: 10;
	border: 1px solid white;
	padding-top: 10px;
	padding-left: 4.2px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: white;
	box-shadow: -5px -5px 5px gray;
}
/* navbar code start */
.first{
padding-top: 2px;
padding-bottom: 2px;
color:var(--white);
}
.grid{
height: 40px;
width:1150px;
margin: auto;
display: grid;
grid-template-columns: 575px 375px 200px;
}
.gridCenetr{
padding-top: 8px;
}
.gridCenetrTwo{
text-align: right;
padding-top: 8px;
}
.cause{
padding: 9px 27px;
background-color: var(--main);
color:var(--white);
}
.logo{
  height: 90px;
  width: 90px;
  border-radius: 50%;
}
.navbar-nav li{
    font-size: 14.5px!important;
    padding-top: 5px;
}
.nav-item{
	padding-right: 30px;
}
.nav-item:last-child{
	padding-right: 0px;
}
.dropdown-item{
  transition: all .6s;
}
.dropdown-item:hover{
  color: white!important;
  background-color: var(--main)!important;
}
.nav-link{
  color: #333!important;
  transition: all 0.3s;
}
.nav-link:hover{
  color: var(--main)!important;
}
.second_nav{
  padding: 0%!important;
}
.nav-item ,.nav-link{
	font-weight: 600;
}
.line:hover:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: var(--main);
  top: 70px;
}
/* index page start */
.home{
  background: linear-gradient(to bottom,rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url('images/r5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
}
.secondmain_color{
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
}
.know_more{
	border: none;
	outline: none;
	background-color: var(--main);
	padding: 7px;
	color: var(--white);
}
.know_more:hover{
	color: var(--white);
}
.main_part_three{
	margin-top: 4%;
}
.round_circle{
  border: 0.5px solid lightgray;
  padding: 10px;
  padding-top: 35px;
  box-shadow: 3px 3px 5px gray;
}
.temple{
  margin-left: 3%!important;
}
.read_more{
	margin-top: 10%;
}
.gap{
	margin-top: 5%;
}
.know_mores{
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 0.2);
	padding: 8px;
	color: var(--white);
}
.know_mores:hover{
	color: var(--white);
}
#style-2 {
  color: var(--main);
}
.style3{
  font-size: 42px!important;
  text-decoration: none;
  font-weight: 600;
}
.gaps{
	margin-top: 3%;
}
.about_image{
	height: 100%;
	width: 100%;
  filter: brightness(40%);
  transition: 1s ease;
  overflow: hidden;
}
.about_image:hover{
  filter: brightness(100%);
}
.read_mores{
	margin-top: 7%!important;
}
.circle{
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background-color: var(--main);
	position: absolute;
	content: '';
	top: 4px;
	opacity: 0.5;
	left: 530px!important;
}
.circles{
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background-color: var(--main);
	position: absolute;
	content: '';
	top: 5.5px;
	opacity: 0.5;
	left: 447px!important;
}
.circl{
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background-color: var(--main);
	position: absolute;
	content: '';
	top: 5.5px;
	opacity: 0.5;
	left: 405px!important;
}
.circled{
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background-color: var(--main);
	position: absolute;
	content: '';
	top: 5.5px;
	opacity: 0.5;
	left: 490px!important;
}
.center_buton{
	margin-left: 27%;
}
.image_border{
	margin-top: 5%;
	margin-bottom: 5%;
	border-radius: 5px;
}
.fa-connectdevelop{
	margin-top: 15%!important;
	color: var(--main);
}
.card{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.mixed{
  background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('images/radha.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}
.views{
	color: var(--main);
}
.hundred{
	padding-left: 16%;
}
.testimonials-section {
  background: #fff;
  height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 80px 12px;
  border-radius: 0%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  appearance: none;
  backface-visibility: hidden;
}
.slider__nav:checked {
  animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: -33%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -366.5%;
}
.slider__inner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 500%;
  height: auto;
  transition: left 0.4s;
  display: flex;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.slider__caption {
  font-size: 12px;
  color: #111;
  opacity: .5;
  font-weight: bold;
}
.slider__txt {
  font-size: 17px;
  line-height: 1.7;
  color: #111;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 750px;
}
quote {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 50px;
  color: var(--main);
  margin-bottom: 0;
}
.gallery{
	background-color: var(--lightgray);
	padding-bottom: 4%;
}
.zoomin {
  background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url('images/r9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  width: 350px;
  height: 230px;
  border-radius: 3px;
}
.zoomin1 {
  background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url('images/about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  width: 350px;
  height: 230px;
  border-radius: 3px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.zoomin:hover .overlay {
  display: block;
}
.zoomin1:hover .overlay {
  display: block;
}
.title {
  position: absolute;
  width: 350px;
  left: -0px;
  top: 90px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}
.zoomin:hover .title {
  top: 60px;
}
.zoomin1:hover .title {
  top: 60px;
}
.button {
  position: absolute;
  width: 350px;
  left:-0px;
  top: 150px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.button a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  z-index: 1;
}

.zoomin:hover .button {
  opacity: 1;
}
.zoomin1:hover .button {
  opacity: 1;
}
.help{
	background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.8)),url('images/r16.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	padding: 50px;
}
.join_hand{
	color: var(--main);
}
/* events page start */
.lorem{
  border: none;
  outline: none;
  padding-top: 18px;
  padding-bottom: 8px;
  box-shadow: 2px 2px 2px gray;
}
.main_color{
  color: var(--main);
  font-weight: bold;
  font-size: 40px!important;
}
.fa-clock-o,.fa-map-marker,.fa-mobile,.fa-envelope{
  color: var(--main);
}
.whats{
  color: var(--main)!important;
}
.card_event{
  padding: 15px;
}
.thankyou{
  text-align: justify;
}
.upcoming_event{
  color: var(--main);
  padding-bottom: 6%;
}
/* contact us page start */
.contact_black{
  background-color: #111;
  padding: 4%;
}
.contact{
    position: relative;
    width: 50%;
    text-align: center;
    margin-left: 26%;
}
.row1{
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    padding: 2.5rem;
    margin-left: 8%;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0px 0px 47px -8px rgb(0 0 0 / 20%);
    backdrop-filter: blur(2rem);
}
.right_side1 form{
    width: 100%;
}

.right_side1 form .inputs{
    margin-left: -2%;
    width: 100%;
}

.right_side1 form .inputs input{
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: none!important;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0px 0px 47px -8px rgb(0 0 0 / 20%);
    outline: none;
}

.right_side1 form .inputs input::placeholder{
  color: white!important;
}

.right_side1 form textarea{
    width: 100%;
    margin-top: 15px;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0px 0px 47px -8px rgb(0 0 0 / 20%);
    font-size: 15px;
    color: var(--lightgray);
    padding: 10px;
}
.send_btn{
  border: none;
  outline: none;
  background: #444;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--lightgray);
  margin-top: 3%;
}
.cercle_1{
    position: absolute;
    top: 10px;
    left: 0%;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #fd6d06;
}

.cercle_2{
    position: absolute;
    bottom:20px;
    right: 6%;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #ff0000;
}
.map_location{
  height: 70vh;
  width: 81vw;
}
/* volunteer part start */
.box{
  border: 1px solid red;
  padding: 5px;
  width: 30%!important;
}
.card_text{
  font-size: 14px;
}
.bg_black{
  background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.8));
  padding: 8px;
}
.volunterr_form{
  background-color: #444;
  padding-top: 15%;
  margin-top: -50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.card_volume{
  background: rgba(255, 255, 255, 0.2)!important;
  z-index: 99!important;
  color: var(--white);
  padding-bottom: 40px;
}
.input_name{
  border: none!important;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 45px;
  padding-left: 10px;
}
.left_side{
  margin-left: 40%;
}
/* gallery section start */
.imggap{
margin-top: 10%!important;
}
.edit{
font-size: 20px!important;
color: blue;
}
.delete{
font-size: 20px!important;
color: red;
}
.aimage{
height: 50px;
width: 100px;
}

/* support page start */
.shri{
  border: 1px solid lightgray;
  padding:20px 8px 20px 8px;
  box-shadow: 3px 3px 8px gray;
  text-align: center;
}
/* footer section  start */
.newsletter_email{
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px;
}
::placeholder{
	color: var(--white);
}
.newsletter_submit{
	border: none;
	outline: none;
	background-color: var(--main);
	padding-right: 8px!important;
	padding-left: 8px!important;
	padding: 8px;
	color: var(--white);
	cursor: pointer;
}
.footer1{
	background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('images/temple2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 2%;
}
.footer1 a{
	color: var(--white)!important;
	font-size: 14px;
}
.footer1 h5{
	color: var(--main);
	font-size: 16px;
	font-weight: bold;
}
.address{
	font-size: 14px;
	color: var(--white);
}
.glom {
  position: relative; 
  display: block;
  width: 32px!important;
  height: 32px!important;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 2.3%;
  border-radius: 50%;
  font-size: 20px;
  color: #666;
  margin-left: 6%;
  text-align: center;
  transition: .5s;
}
.glom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--main);
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.glom:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 35px var(--main);
  color: var(--main);
}

.glom:hover {
  color: var(--main);
  border: 3px solid var(--main);
  box-shadow:  0 0 35px var(--main);
  text-shadow: 0 0 35px var(--main);
}
.icons{
	margin-left: -5.5%;
	margin-top: 5%;
}
.privacy{
	text-align: right;
}
.hr{
	background-color: var(--white);
}
.fa-phone{
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 7px;
  height: 28px;
  width: 28px;
	background-color: blue;
  text-align: center;
}
.fa-envelope-o{
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 7px;
	background-color: red;
}
.down{
	margin-top: 5%!important;
}
/* history page start */
.history{
  background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.6)),url('images/r18.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  color: white;
  text-align: center;
}
.history a{
  color: white;
}
.ancient{
  font-size: 15px;
}
.acharya{
  border: 1px solid lightgray;
  padding: 10px;
  box-shadow: 2px 2px 3px gray;
  text-align: center;
  transition: all .2s;
}
.acharya:hover{
  background-color: orange;
  border: none!important;
  outline: none;
  color: white;
  box-shadow: 0 0 25px orange,
              0 0 50px orange,
              0 0 75px orange,
              0 0 100px orange;
}
.video1{
  margin-top: -5%!important;
}
.audio1{
  margin-bottom: -5%!important;
}
.res_legal{
  padding-left: 60px!important;
}
.res_legal1{
  padding-left: 3px;
}
.fa-check-circle-o{
  color: var(--main)!important;
}
.hist{
  height: 280px;
  width: 280px;
  border-radius: 50%;
  float: left;
  shape-outside: circle();
  margin: 0px 30px 30px 0px;
}
.one{
height: 190px!important;
}

/* admin area part start */
.loginbody{
background-color: #f1f1f1;
margin-top: 11%;
}
.login{
border: 1px solid var(--white);
padding: 25px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
background-color: var(--white);
}
.dashboard{
background-color: var(--main);
padding-top: 8px;
color: var(--white);
}
.fa-bars{
padding-right: 7px;
}
.admin{
background-color: var(--black);
height: 594px;
}
.adminone{
background-color: var(--white);
padding: 5px;
margin-top: 3%;
}
.adminone a{
color: var(--black);
}
.form{
border: 1px solid var(--white);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 10px;
padding-top: 20px;
}
.form .form-control{
border-radius: 0%;
}
.insertbtn{
background-color: var(--main)!important;
color: var(--white)!important;
}

/* responsive part end */
@media screen and (max-width: 768px){
body{
  overflow-x: hidden!important;
  font-size: 14px!important
}
html{
  overflow-x: hidden!important;
}
.gnone{
display: none;
}
.first{
height:120px;
}
.grid{
height: 0px;
width:350px;
display: grid;
grid-template-columns: repeat(1, 1fr);
text-align: center;
}
.gridCenetr{
padding-top: 1px;
}
.gridCenetrTwo{
text-align: center;
padding-top: 5px;
}
.cause{
padding: 9px 27px;
background-color: var(--main);
color:var(--white);
}
.logo{
  height: 80px;
  width: 80px;
  margin-left: 20%;
}
.navbar-toggler{
  margin-right: 5%!important;
}
.nav-item{
  text-align: center;
  padding-right: 0px;
}
.res_cause{
  width: 50%;
  margin-left: 25%;
  margin-bottom: 2%;
}
.dropdown-menu{
  width: 50%;
  margin-left: 25%!important;
}
.home{
  background-size: cover;
  background-position: center;
  height: 250px;
}
.style3{
  font-size: 32px!important;
  margin-top: 2%;
}
.circle{
  height: 35px;
  width: 35px;
  top: 10px;
  left: 72px!important;
}
.circles{
  height: 35px;
  width: 35px;
  top: 9px;
  left: 89px!important;
}
.circl{
  height: 35px;
  width: 35px;
  top: 5.5px;
  left: 58px!important;
}
.circled{
  height: 35px;
  width: 35px;
  top: 8px;
  left: 107px!important;
}
.temple{
  margin-left: -1%!important;
}
.center_buton{
  margin-left: 32%;
}
.mixed{
  padding: 1px!important;
}
.res_mission{
  margin-top: 5%;
  text-align: center;
}
.title{
  margin-left: -6%;
  font-size: 25px;
}
.button{
  margin-left: -6%;
}
.gallery{
  padding-bottom: 50px!important;
}
.res_views{
  margin-left: -6%!important;
}
.res_card{
  margin-left: -1.5%;
  margin-bottom: 6%;
}
.hundred{
  padding-left: 25%;
}
.join_hand{
  font-size: 30px;
}
.help{
  height: 400px;
  background-size: 100% 100%;
}
.testimonials-section {
  height: 380px;
}
.slider__inner {
  top: 20px;
}
.slider__txt {
  font-size: 13px;
  max-width: 300px;
}
.res_footer{
  text-align: center;
}
.res_footer h5{
  margin-top: 5%;
}
.res_legal{
  padding-left: 15px!important;
}
.icons{
  margin-left: 18%;
}
.footer1{
  padding-top: 8%;
  padding-bottom: 8%;
}
.shri{
  padding-top: 4%;
  margin-bottom: 5%;
}
.privacy{
  text-align: center!important;
}
.history{
  padding-top: 18%;
  padding-bottom: 15%;
}
.history h1{
  font-size: 30px;
}
.upcoming_event{
  text-align: center;
}
.card_event{
  width: 105%!important;
  margin-left: -2%;
}
.fa-heart-o{
  display: none!important;
}
.lorem{
  margin-top: 15%!important;
}
.contact_black{
  padding-top: 10%;
  padding-bottom: 10%;
}
.contact{
  width: 110%;
  margin-left: -0.4%;
}
.cercle_2{
  bottom:5px;
  right: 8%;
}
.firstmeeting{
  font-size: 27px!important;
}
.radharani{
  padding-top: 85%;
}
.hist{
  height: 230px;
  width: 230px;
  margin-left: 13.5%;
}
.round_circle{
  width: 96%!important;
  margin-left: 1.8%;
}
.gtop{
  top: 82%;
}
.whatsap{
  top: 70%;
}
.google-map {
  padding-bottom: 50%;
  position: relative;
}
.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.vplay{
height: 200px;
}
.loginbody{
margin-top: 30%;
}
.dashboard{
text-align: center;
}
.admin{
height: 160px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.adminone{
width: 60%;
text-align: center;
}
}




