body {
  font-family: 'Lato', sans-serif !important;

}

.login-btn{
  position:fixed;
  bottom: 0;
  right: 0;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0px;
  color: rgb(29, 27, 27);
  background-color: #F4C430;
  padding: 8px 35px 8px 35px;
  border: 2px solid #F4C430;
  border-radius: 5px;
  z-index:1000;
}

.firstnav {
  background-image: url("../img/Head-Bg.jpg");
      background-size: cover;
}

.firstnav marquee {
  padding-top: 10px;
  font-weight: 700;
  color: #fff;

}
/*Modal dialog height set*/
.modal-dialog{
    width:100% !important;
}
/* Second Nav */
 
.second-nav .logo {
  width: 85px;
  height: auto;
}

.second-nav ul li a {
  font-weight: bold;
  font-size: 16px;
   
  color: #fffd01;
  margin-left: 30px;
}

.second-nav ul li a:hover {
  color: #0add08;
   font-weight: bold;
  transition: 1s all ease;
}

.second-nav ul li .active {
  color: #0add08;
  font-weight: bold;
}

 

.second-nav .donate-btn {
  background-color: #fffd01;
  color: red;
  font-size: 14px;
  border: 2px solid #F4C430;
  padding: 8px 40px !important;
  border-radius: 20px;
  font-weight:bold;
  margin-left:10px;
}

.second-nav .donate-btn:hover {
  background-color: transparent;
  color: #ffff33;
}


/* Banner */

.banner .carousel-item img {
  width: 100%;
 
}


@media screen and (max-width:400px) {
  .banner .carousel-item img {
    height: 250px;
  }

}

.banner h5 {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 27px;
  margin-right: -10px;
}

.banner .btn {
  background-color: white;
  color: black;
  padding: 8px 40px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: poppins !important;
  font-weight: 700;
}

.banner .carousel-caption {
  text-align: end;
}


/* F-card*/
.f-card {
  padding-top: 60px;
}

.f-card h1 {
  text-align: center;
  font-weight: 700;
  color:white;
}

.f-card .row {
  margin-top: 20px;
}

.f-card .row .card {
  border: 6px solid rgb(255, 255, 255);
}

.f-card .row img {
  width: 100%;
  height: 300px;
}

.f-card .row img:hover {
  opacity: 0.5;
}

@media screen and (max-width:768px) {
  .f-card .row .card {
    margin-bottom: 10px;
  }
}

/* Card-2*/
.card-2 {
  margin-top: 50px;
}

.card-2 h1 {
  font-weight: 700;
  margin-top: 20px;
}

.card-2 p {
  font-weight: 700;
  color: gray;
  font-size: 14px;
}

/* footer */

.footer {
  padding-top: 60px;
  padding: 0% !important;
  justify-content: center;
}

.footer footer {
  background-color: rgb(90, 88, 86);
  padding-top: 80px;
}

.footer .address-content a {
  text-decoration: none;
  color: white;
}

.footer h5 {
  font-weight: bold;
  text-transform: capitalize;
  color: rgb(182, 241, 62);
}

.footer .address-content p {
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
  margin-top: 60px;
}

.footer ul li a {
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 14px;
}

.footer ul li a:hover {
  color: #F4C430;
}

.footer .time {
  margin-top: 40px;
  margin-left: -12px;
}

.footer .copyright {
  background-color: gray;
}

.footer .copyright {
  color: white;
  font-size: 14px;
}

.footer .copyright a {
  color: #F4C430;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}


/* About Us */
.about {
  padding-top: 50px;
}

.about h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.about button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
     color: #ffffff;
    background-color: #ff471a;
    border-radius: 20px;
    padding: 8px 35px;
    border: 2px solid #ffe000;

  position: relative;
  text-decoration: none;
  margin-top: 15px;
}


.about img {
     border-radius: 0px;
     height: 250px;
	 border: 14px solid #ffecb4;
}

/* Gallery */
.gallery {
  padding-top: 50px;
}

.gallery h1 {
  text-align: center;
  font-weight: 700;
}

/* Contact */
.contact {
  padding-top: 50px;
}

.contact h1 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}

.contact form {
  background-image: url("../img/2.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-top: 20px;
  width: 330px;
  background-position: top left;
}

@media screen and (max-width:360px) {
  .contact form {
    width: 100%;
  }
}

.contact form h2 {
  color: rgb(255, 255, 255);
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

.contact form p {
  text-align: center;
  padding: 10px;
}

.contact form p .fa-envelope {
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

.contact form p .fa-phone {
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

.contact form p .fa-facebook {
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

.contact form p .fa-youtube-play {
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

.contact form p .fa-instagram {
  font-size: 21px;
  color: #ffffff;
  margin-right: 10px;
}

.contact form input[type=text] {
  border: none;
  outline: none;
  border-bottom: 2px solid rgb(129, 95, 206);
  background-color: transparent;
  margin-left: 20%;
  font-size: 14px;
  color: #a09292;
  font-weight: bold;
}


.contact form label {
  margin-left: 20%;
  color: white;
}

.contact form input[type=email] {
  border: none;
  outline: none;
  border-bottom: 2px solid rgb(129, 95, 206);
  background-color: transparent;
  margin-left: 20%;
  font-size: 14px;
  color: #a09292;
  font-weight: bold;
}

.contact form textarea {
  border: none;
  outline: none;
  border-bottom: 2px solid rgb(129, 95, 206);
  background-color: transparent;
  margin-left: 20%;
  font-size: 14px;
  color: #a09292;
  font-weight: bold;
}

.contact form button {
  border: rgb(129, 95, 206);
  background-color: rgb(129, 95, 206);
  margin-left: 20%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  padding: 8px 40px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.contact .right iframe {
  width: 100%;
  margin-top: 20px;
  height: 500px;
  border-radius: 10px;
}

/* About History */
.about-history {
  padding-top: 50px;
}

.about-history h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: cursive;
  font-style: italic;
}

.about-history p {
  font-size: 14px;
  font-weight: bold;
  color: gray;
}

/* Modal */

.modal h4 {
  color: #cc0000;
  font-weight: 700;
   
}

/* Trust */

.true {
  padding-top: 100px;
}

.true h1 {
  text-align: center;
  font-weight: 900px;
  font-size: 56px;
}

.true img {
  width: 100%;
  height: auto;
}


/* About Temple */

.trust-member h4{
  margin-top: 10px;
 font-weight: bold;
}


.trust-member a{
 font-weight: bold;
 text-decoration: none;
 background-color: #F4C430;
 color: white;
 font-size: 14px;
 border: 2px solid #F4C430;
 padding: 8px 35px !important;
 border-radius: 20px;
display: inline-block;
margin-top: 20px;
}
 /*changes made later*/
.back{
    /* background-color:#f49a2c; */
	padding-bottom: 70px;
}

.my-float {
    margin-top: 16px;
}
.float {
       position: fixed;
    width: 60px;
    height: 60px;
    top: 180px;
    right: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float1 {
    margin-top: 16px;
}
.float1 {
       position: fixed;
    width: 60px;
    height: 60px;
    top: 380px;
    right: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}
.float2 {
       position: fixed;
    width: 60px;
    height: 60px;
    top: 380px;
    left: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float3 {
    margin-top: 16px;
}
.float3 {
       position: fixed;
    width: 60px;
    height: 60px;
    top: 380px;
    left: 0;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

@media screen and (max-width: 900px) and (min-width: 200px) {
  .second-nav {
    background-color:#f8faff;
  
  background-position: right bottom;
}

.second-nav ul li a {
    font-weight: bold;
    font-size: 16px;
    color: #191919;
    margin-left: 30px;
}

.second-nav h5 {
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  font-size: 27px;
}
}


@media screen and (max-width: 2000px) and (min-width: 901px) {
 .second-nav {
    background: linear-gradient(62deg, white 40% , #2565df 8%);
    background-position: right bottom;
}

.second-nav h5 {
    font-weight: 700;
    color: #2565df;
    margin-top: 10px;
    font-size: 27px;
}
}


