@charset "utf-8";
/* CSS Document */
body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.a, a:hover {
    text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666;
	padding-bottom: 5px;
  border-bottom: 6px solid #673ab7;
}
header.clone {
    position:fixed;
    top:-1205px;
    left: 0;
    right: 0;
    z-index:999;
    transition:0.4s top cubic-bezier(.3,.73,.3,.74);
}
body.down header.clone {
    top:0;
}

.header_logo{
	width: 100%;
	text-align: center;
	align-items: center !important;
}
.logo{
	float: left;
}
.head-top{
	background-color: #588161;
}
.nav_expand_btn{
	    width: 100%;
    background-color: #a80000;
    color: #fff;
    padding: 10px;
}

/*slider*/

* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1110px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.slider-dot{
	text-align: center;
	margin-top: -25px;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.section-bg{
	background-image: url("../images/section-bg.jpg");
	background-size: cover;
	
}

.mySlides img{
  border-radius: 10px;
}


.img_vs{
	width: 25%;
}
.mission_vision_text{
  font-size: 14px;
}

.top_li{
	display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.top_li a{
	color: #ffffff;
}
.top_li a:hover{
	color: #000;
}
.activemenu{
	padding-left: 5px;
	padding-right: 5px;
}
.activemenu a{
	color: #e67817;
	
}
.top_li1{
	    border-right: 1px solid rgba(255, 255, 255, 0.52);
    border-left: 1px solid rgba(255, 255, 255, 0.52);
    padding: 0 10px;
}
.social-top{
	text-align: right;
}
/*.menu_li{
	padding-left: 5px;
	padding-right: 5px;

}*/
.menu_li a{
	color: #000000;
}
.menu_li a:hover{
	color: #e67817;
}
.color_yellow a{
     color: #ffeb3b;
}
.log_btn{
	background-color: #A80000;
	padding: 8px;
	padding-right: 12px;
	border-radius: 5px;
	color: #FFFFFF;
}.log_btn:hover{
	color: #000;
}
.blue_bg{
	background-color: #efeeec;
}
.donate_btn{
	color: #fff;
	background-color: #e67817;
}
.patrons_txt{

	    font-size: 13px;
    text-align: justify;
}
.patrons_name{
    width: 100%;
 font-size: 12px;
 text-align: center;
        color: #ffeb3b;
}
.footer_bg{
	color: #fff;
	background-color: #363232;
}
.or_bg{
	background-color: #ffe3cb;
}

/*round view*/

@import url(http://fonts.googleapis.com/css?family=Anaheim);

/** {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    min-height: 100%
}

body {
    background-color: #FF9100
}*/

.sec_multiimg{
  height: 450px;
        background-image: linear-gradient(180deg, #ffffff, #efeeec);
}
.sec_patrons{
      background-color: #588161;
}
.patrons_div{

    border: 1px solid;
}

.img_container{
    margin: 4% auto;
    width: 210px;
    height: 140px;
    position: relative;
    perspective: 1000px
}

#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear
}

#carousel:hover {
    animation-play-state: paused
}

#carousel figure {
    display: block;
    position: absolute;
    width: 90%;
    height: 50%px;
    left: 10px;
    top: 10px;
    font-size: 9px;
    background: #9e9e9ebf;
    overflow: hidden;
    border: solid 3px #607d8b47;
    color: #000 !important;
}

#carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px)
}

#carousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px)
}

#carousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px)
}

#carousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px)
}

#carousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px)
}

#carousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px)
}

#carousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px)
}

#carousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px)
}

#carousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px)
}

#carousel figure img {
    height: 200px
}

/*img:hover {
    -webkit-filter: grayscale(0);
    transform: scale(1.2, 1.2)
}*/

@keyframes rotation {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

.dropbtn {
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #e67817;}

.img_navbtn{
        background: none;
    border: 0;
}
.img_div img{
    float: left;
    max-width: 100%;
    height: 60vh;
    object-fit: contain;
}
.post_datm h5{
        font-size: 15px;
        color: #bd2130;
            text-align: right;
}
button:focus {outline:0;}


.alert {
    float: right;
    right: 25px;
    width: 350px;
    height: 75px;
    text-align: center;
}

.close_alert{
  position: absolute;
  top: 0;
  right: 14px;
  transform: rotate(45deg);
  cursor: pointer;
  font-size: 36px;
}
.gallery_img{
        height: 250px;
    width: 375px;
    object-fit: cover;
    width:100%;
    cursor:pointer;
}
.img_modal {
    padding: 10px;
    z-index: 3;
    display: none;
    padding-top: 125px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 86%);
}
.gal_img{
        width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_content{
    width: 100%;
    height: 100%;
}

/*art form*/

.artform_head{
    font-family: fantasy;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #117a8b;
    text-shadow: -1px 2px 6px #545b62;
}
.artform_p{
    color: #343a40;
    line-height: 30px;
    text-align: justify;
}

      .dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;

}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.dropdown-right::after {
    display: inline-block;
    margin-left: 0.555em;
    vertical-align: 0.125em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropdown-submenu{
      background-color: #f1f1f1;
}


@media only screen and (max-width: 768px) {
  body {
    }
    .clone{
      display: none;
    }
}


.ac_div:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.patrons_div:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.ac_div{
    border: 1px solid #000;
}
.ac_div p{
    width: 100%;
 font-size: 12px;
 text-align: center;
 color: #000;
}


.flash {
  animation: flash 1000ms ease infinite alternate;
}
@keyframes flash {
    from { opacity: 1; }    
    to { opacity: .5; }
}

.bounce {
  animation: bounce2 5s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.swing {
    transform-origin: top center;
    animation: swing 5s ease infinite;
}
@keyframes swing {
    20% { transform: rotate(15deg); }   
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }    
    80% { transform: rotate(-5deg); }   
    100% { transform: rotate(0deg); }
}


.temple_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.temple_image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  border-radius: 6px;
  object-fit: fill;
}

.temp_table tr,td{
   padding: 2px !important;
}
