/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body{
	text-align:center;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Raleway', sans-serif;
}

*{
	padding:0px;
	margin:0px auto;
}

p{
	padding:0px;
	margin:0px auto;
}

a, a:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(../images/arrow2.png) no-repeat;
	border-radius:3px;	
}

#new-wrapper{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
}

.new-container{
	width:85%;
	height:auto;
	padding:0px;
	margin:0px auto;
}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 0px 0px;
  background: #fff;
  color: #000;
}

.content {
  padding: 16px;
}

.sticky {
  position:fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}


header{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;

}

.header-1{
	width:100%;
	height:auto;
	padding:5px 0px;
	margin:0px auto;
	background:#b50000;
}
.header-1 p{
	text-align:left;
	color:#fff;
	font-size:14px;
	padding-top:7px;
}

.header-2{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
}

.logo{
	padding:5px 0px;
	float:left;
	width:75px;
}
.logo img{
	width:100%;
}
.gap{
	margin:25px 0px;
	display:none;
}
.register-button{
	width:125px;
	height:auto;
	padding:12px 15px;
	color:#000;
	text-align:center;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:25px;
	border-radius:50px;
	font-size:12px;
	letter-spacing:2px;
	border:2px solid#000;
	transition:0.3s;
	font-weight:bold;
}
.register-button:hover{
	color:#fff;
	background:#000;
	-moz-box-shadow: 0px 0px 7px #9e9e9e;
	-webkit-box-shadow: 0px 0px 7px #9e9e9e;
	box-shadow: 0px 0px 7px #9e9e9e;
}

.text-icon{
	text-align:left;
	margin-top:25px;
	font-size:14px;
}
.text-icon span{
	font-weight:bold;
	font-size:16px;
} 

.header-3{
	width:100%;
	height:auto;
	padding:0px 0px;
	margin:0px auto;
	background:#222222;
}

.banner{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
	position:relative;
	z-index:-999999999999999;
}


section{
	width:100%;
	height:auto;
	padding:30px 0px;
	margin:0px auto;
}

h1{
	color:#fff;
	font-size:30px;
	text-align:center;
	letter-spacing:2px;
}
h1 span{
	color:#e5a725;
}

.p{
	text-align:center;
	color:#fff;
	font-size:16px;
	padding:25px 0px;
	line-height:30px;
	letter-spacing:1px;
}

.custombutton{
	width:175px;
	height:auto;
	padding:12px 15px;
	border:2px solid#fff;
	color:#fff;
	letter-spacing:1px;
	border-radius:50px;
	transition:0.3s;
}
.custombutton:hover{
	color:#910000;
	background:#fff;
	-moz-box-shadow: 0px 0px 12px #333;
	-webkit-box-shadow: 0px 0px 12px #333;
	box-shadow: 0px 0px 12px #333;
}
.button2{
	width:135px;
	height:auto;
	padding:12px 15px;
	border:2px solid#910000;
	color:#fff;
        background:#910000;
	letter-spacing:1px;
	border-radius:50px;
	transition:0.3s;
	font-size:12px;
	margin-bottom:15px;
        margin-top:20px;
}
.button2:hover{
	color:#fff;
	background:#000;
        border:2px solid#000;
	-moz-box-shadow: 0px 0px 12px #ccc;
	-webkit-box-shadow: 0px 0px 12px #ccc;
	box-shadow: 0px 0px 12px #ccc;
}

.box{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px auto;
	border:1px solid#910000;
	transition:0.3s;
}
.box:hover{
	-moz-box-shadow: 0px 0px 12px #ccc;
	-webkit-box-shadow: 0px 0px 12px #ccc;
	box-shadow: 0px 0px 12px #ccc;
	transition:0.3s;
}

.box img{
	width:100%;
}

.box p{
	color:#666;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	padding:8px 15px;
}
.box h2{
	color:#910000;
	font-size:20px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* [1] The container */
.img-hover-zoom {
  height:auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  padding:10px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.black{
	background:#000;
}
.seva{
	width:100%;
	height:auto;
	padding:30px 0px;
	margin:0px auto;
	background:url('../images/bg4.jpg') no-repeat;
	background-size:cover;
	opacity:1;
	transition:0.5s;
}
.seva:hover{
	width:100%;
	height:auto;
	padding:30px 0px;
	margin:0px auto;
	background:url('../images/bg4.jpg') no-repeat;
	background-size:cover;
	opacity:1;
}
.seva-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #910000;
  float:left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 14px;
  width:120px;
  color:#fff;
  letter-spacing:1px;
  border-radius:5px;
  margin:0px 5px;

  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #6a0202;
  
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
}

/* Style the tab content */
.tabcontent {
  display:block;
  padding: 20px 2px;
  border-top: none;
  background:none;
  margin-top:25px;
}
.image-res{
	width:100%;
	padding:0px 0px 15px 15px;
}
.tab-p{
  color:#000;
  font-size:14px;
  text-align:left;
  padding:0px 10px;
  line-height:20px;
} 
.tab-p a{
  color:#910000;
}  

.gallery-image{
	padding:5px;
	margin:5px;
	width:200px;
	height:170px;
	border:1px solid#ccc;
}

footer{
	width:100%;
	height:auto;
	padding:20px 0px;
	margin:0px auto;
	background:#333
}
.footer-left{
	text-align:left;
	padding:5px 0px;
	color:#666;
	font-size:14px;
}
.footer-right{
	text-align:right;
	padding:5px 0px;
	color:#666;
	font-size:14px;
}

.contact-h2{
	text-align:left;
	font-size:22px;
	padding:15px 0px;
}
.contact-p{
	text-align:left;
	color:#666;
	gont-size:16px;
	padding-bottom:15px;
}

input{
	width:90%;
	height:35px;
	padding:0px;
	margin:10px 0px 5px 20px;
	float:left;
	border:1px solid#666;
	border-radius:30px;
	color:#666;
	padding-left:20px;
}
textarea{
	width:90%;
	height:100px;
	padding-top:10px;
	margin:10px 0px 5px 20px;
	float:left;
	border:1px solid#666;
	border-radius:30px;
	color:#666;
	padding-left:20px;
}
.sb{
	width:150px;
	height:auto;
	padding:12px 15px;
	margin:0px auto;
	border-radius:25px;
	background:#00b823;
	color:#fff;
	margin-top:25px;
	border:none;
	letter-spacing:1px;
}
.inner-section{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
}
.inner-right{
	width:100%;
	height:auto;
	margin-top:30px;
	padding:0px;
	border-left:3px solid#910000;
}
.inner-right-inner{
	width:96%;
	height:auto;
	padding:0px 0px 30px 0px;
	margin:0px;
}
.inner-heading{
	text-align:left;
	color:#910000;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 20px;
	letter-spacing:1px;
}
.inner-p{
	text-align:justify;
	color:#666;
	font-size:15px;
	padding:15px 20px;
	line-height:22px;
}

.inner-right-inner img{
	width:100%;
	padding:20px;
}

.left-heading{
	background:#910000;
	padding:15px 0px;
	width:100%;
	height:auto;
	margin-top:30px;
}

.left-heading h2{
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 10px;
	letter-spacing:1px;
}
.left-link{
	width:100%;
	height:auto;
	padding:0px;
	margin:15px 0px;
}
.left-link ul li{
	list-style-type:none;
	padding:5px 8px 18px 0px;
	margin-bottom:10px;
	border-bottom:1px solid#910000;
}

.left-link ul li a{
	color:#910000;
}
.left-link ul li:last-child{
	border-bottom:1px solid#fff;
}

.jainism-img{
    width:100%;
    height:auto;
}	
	
