@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*
* Copyright (c) 2018 ITAcumens
*/ 
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(bs-slider.css);hm-sec1
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(ekko-lightbox.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
*{margin:0px; padding:0px; outline:none !important;}
body{
	font-family: 'Poppins', sans-serif !important;
	font-size:normal;
	font-weight:normal;
	overflow-x:hidden;
}
/*header*/
#top-bar{
	background: rgb(218,33,3); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(218,33,3,1) 0%, rgba(255,110,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(218,33,3,1) 0%,rgba(255,110,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(218,33,3,1) 0%,rgba(255,110,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2103', endColorstr='#ff6e2b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px 0;
}
#top-bar p{
	color:#fff;
	font-size:16px;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	display: inline-block;
	line-height: 29px;
}
#top-bar p:before{
	position: absolute;
	font-family:'FontAwesome';
	font-size:15px;
	left: 0;
	
}
.visa{padding-top:15px;padding-left: 0 !important}
.visa a{
	background: #fcc926;
    padding: 8px 10px;
    color: #db2508 !important;
    font-weight: 600;
	margin-right: 10px;
	font-size:15px;
}
.ph:before{
	content:'\f095';
}
.mail:before{
	content:'\f0e0';
}
#top-bar p span{padding:0 10px;}
#top-bar p a{
	color:#fff;
	text-decoration: none;
	left:0;
}
header{
    width: 100%;
	background: #fff;
	padding: 20px 0px;
}
header h1{
	color:#da2103;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0px;
	position: relative;
	padding-left: 60px;
	
}
header h1:before, #hm-sec3 .title span:before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	background: url(../images/chakra.png) no-repeat;
	background-size: contain;
	height: 100%;
	width:100%;
}

header h1:after, #hm-sec3 .title span:after{
	
	content:'';
	position: absolute;
	top:0;
	background: url(../images/chakra.png) no-repeat;
	background-size: contain;
	height: 100%;
	width:100%;
}

header h1 a, header h1 a:hover{
	color:#da2103;
	text-decoration: none;
	padding-right: 10px;
	position: relative;
    z-index: 5;
}
/*menu*/
header .navbar{
	padding-top:6px; 
	margin-bottom:0;
	border:0;
}
header .navbar-nav>li>a{
	padding: 10px 12px;
	font-weight: 600;
	font-size:16px;
	color:#000000;
}
header .navbar-nav>li:last-child a{padding-right:0;}
header .navbar-nav>li.active a, header .navbar-nav>li>a:hover{
	color:#da2103;
	background: none;
}
/*slider*/
#bootstrap-touch-slider{
	position:relative;
}
#bootstrap-touch-slider .item:before{
	position:absolute;
	content: '';
	top: 0;
	bottom:0;
	left:0;
	right: 0;
	z-index: 3;
	background: rgba(7, 6, 6, 0.50);
}
.book-rm{
	position: relative;
	margin-top: 5%;
}
.book{
	position: relative;
    height: 272px;
	width:272px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    justify-content: center;
	
}
.ind{
	background: url(../images/inda-map.png) no-repeat;
}
.global{
	background: url(../images/global-map.png) no-repeat;
}
.book-txt{
	background: rgba(243, 242, 242, 0.8);
	width:70%;
	margin: 0 auto;
	border-radius: 5px;
	border:1px solid #da2103;
}
/*.book:before{
	content: '';
	width: 274px;
    height: 274px;
    background: rgba(144, 12, 6, 0.81);
    border-radius: 100%;
    position: absolute;
    top: -1px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}*/
.book h5{
	font-size:20px;
	font-weight: 600;
	color:#da2103;
	position: relative;
	text-align: center;
	    margin-bottom: 0;

}
.book p{
	font-size:20px;
	color:#da2103 !important;
	text-align: center !important;
}
.cnt{
	background: #fff;
	padding:10px;
	margin:3px 0 0 0 !important;
	
}
.cnt span{color:#da2103;padding:0 5px}
.cnt a{text-decoration: none;color:#da2103;font-size:15px;}
.slide-text{
	top:10px;
	position: absolute;
	z-index:4;
	width:1170px;
}
.slide-text h3{
	color:#ffcc01;
	font-size:28px;
	margin: 0;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	z-index: 4;
	text-align: center;
}
.krish{font-size:24px !important;}
.slide-text h3 span{
	color:#fff;
	font-size:35px;
}
.slide-text h2 span{
	color:#fff;
	font-size:48px;
}
.slide-text p{
	font-size:16px;
	font-weight: 600;
	line-height: 25px;
	color:#fff;
	position: relative;
	z-index:4; 
	text-align: justify;
	margin: initial;
}
.text-blk{animation: blink 1s linear infinite;}
@keyframes blink{
	0%{color:#fff;}
	35%{color:#da2103;}
	70%{color:#ffcc01;}
	100%{color:#fff;}
}
@keyframes blink1{
	0%{color:#0569ff;}
	50%{color:#da2103;}
	
	100%{color:#0569ff;}
}

@keyframes chakra{
	0%{opacity: 1}
	50%{opacity: 0.3}
	
	100%{opacity: 1}
}

/*news*/
#news {
	position:relative;
	margin: 0;
	background: #f15c15fa;
	padding: 10px 0 10px;
	display: inline-block;
	width:100%;
}
.ti_wrapper {
	width:100%;
    position: relative;
    overflow: hidden;
	height: 35px;
	padding: 5px 0;
}
.ti_news a{
	color:#fff;
	text-decoration: none;
	font-size:20px !important;
}
.ti_news a span{color:#3f51b5;}
.TickerNews {
    width: 1170px;
	margin: 0 auto;
    
}
.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ti_slide {
     width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}
.ti_content{
	width: 20000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
	font-weight:500;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#fff;
	font-size:20px;
	font-weight: 600;
	text-decoration: none;
}
/*Section1*/
.title{
	font-size:35px;
	color:#da2103;
	margin: 0;
	text-align: center;
	padding: 0 0 40px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}

.title:after{
	content:'';
	position: absolute;
    border-bottom: 2px solid #4980e3;
    width: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
}
.book-txt small a{
	color: #0569ff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600; 
	animation: blink1 1s linear infinite;
}
#hm-sec1, #hm-sec3{
	padding:40px 0;
}
#hm-sec1 p, .gal-cnt p, footer p, #about-sec p{
	color:#333;
	font-size:15px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px;
}
#hm-sec1 .col-md-4 img, #hm-sec3 img, #hm-sec2 img, #about-sec img, #temple-sec img{
	box-shadow:0px 0px 1px 0;
	border:1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}
.rm-btn{
	margin-top: 30px !important;
	margin-bottom: 0;
	
}
.rm-btn span, #hm-sec1 p span{
	color: #4980e3 !important;
    font-weight: 600 !important;
}
.rm-btn a{margin-right:15px;}
.rm-btn a, #contact-sec .btn{
	background: #d92405;
	color:#fff;
	text-decoration: none;
	padding: 8px 25px;
	transition: all .5s ease;
}
.rm-btn a:hover, #contact-sec .btn:hover{
	background: #ffcc01;
	color:#d92405;
}
/*section2*/
#hm-sec2{
	padding:40px 0;
	background: #f1f1f1;
	position: relative;
}
#hm-sec2:before{
	left:0;
	height: 100%;
	bottom:0;
	width:23% !important;
}
#hm-sec2 p, #hm-sec3 p, #temple-sec p{
	font-size:15px;
	line-height:25px;
	color:#333;
	text-align: justify;
}
#hm-sec2 h4{
	font-size:25px;
	font-weight: 600;
	color:#4a80e3;
	margin: 0;
	padding: 0 0 20px 0;
}
.peace{
	color:#242424 !important;
	font-weight: 600 !important;
	font-size:18px !important;
	line-height: 25px;
	margin-bottom: 20px;
}
#about-sec .title{font-size:30px;}
/*modal pop up*/
.acc{
	padding:10px;
	background: #da2103;
}
.acc-tit{
	
	color:#fff;
	font-size:20px;
	margin: 0;
	text-align: center;
}
.acc-det table tr td{
	padding:10px;
	
}
.acc-det p{
	font-size:14px;
	line-height: 25px;
	color:#333;
	text-align: justify;
	margin-bottom: 15px;
}
.acc-det img{
	margin:0 auto 20px;
	width:50%;
	box-shadow: 0px 0px 1px 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.acc .close{
	background:#fff;
	opacity: 1;
	width:25px;
	height: 25px;
	border-radius: 50px;
}
.varadha{
	height: 500px;
	overflow-y: scroll;
}
/*Section3*/
#hm-sec3{
	position: relative;
}
#hm-sec3 .title{
	font-size:26px;
	line-height: 35px;
}
#hm-sec3 .title span{
	width:25%;
	margin: 0 auto;
    color: #3f51b5;
	font-size:24px;
	margin-bottom: 0;
	position: relative;
	display:block;
}
 #hm-sec3 .title span:before{
	content:'';
	position: absolute;
	top:0;
	left: 0;
	background: url(../images/chakra.png) no-repeat;
	background-size: contain;
	height: 100%;
	width:100%;
	 animation: chakra 1s linear infinite;
	 
}
 #hm-sec3 .title span:after{
	content:'';
	position: absolute;
	top:0;
	background: url(../images/chakra.png) no-repeat;
	background-size: contain;
	height: 100%;
	width:100%;
	margin-left: 20px !important;
	animation: chakra 1s linear infinite;
}

#hm-sec3:before{
	position: absolute;
    content: '';
    background: url(../images/sec-bg.jpg) no-repeat;
    background-size: cover;
    width: 22%;
    right: 0;
    top: 0;
    height:100%;
    bottom: 0;
   /* opacity: 0.5;*/
}
/*#hm-sec3 .love-god{padding-top:10px;}*/
#hm-sec3 h5{
	font-size:20px;
	color:#ff5200;
	margin: 0;
	padding-bottom: 20px;
	line-height: 25px;
	text-align: justify;
	font-weight: 700;
}
.love-god{width:555px;}
/*End Section3*/
/*Section4*/
#hm-sec4{
	padding:40px 0;
	background: #f3f3f3;
}
.gal-cnt{
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 1px 1px 2px  rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 2px  rgba(204,204,204,1);
box-shadow: 1px 1px 2px  rgba(204,204,204,1);
	min-height: 172px;
	border-bottom:5px solid #da2103;
}
.gal-cnt p{
	margin-bottom: 0;
}
.gal-cnt h5{
	color:#da2103;
	font-size:18px;
	line-height: 22px;
	margin:0 0 15px;
}
#hm-sec4 a{text-decoration: none;}
#temple_scroll{margin-top:10px;}
/*footer*/
footer{
	padding: 40px 0 0;
	background: #da2103;
}
footer h4{
	font-size:20px;
	color:#ffcc01;
	margin: 0;
	padding-bottom: 20px;
}
footer p{color:#fff;}
footer ul li{
	padding-left:20px;
	position: relative;
	line-height: 25px;
	font-size:14px;
	color:#fff;
	padding-bottom: 10px;
}
footer ul li a{
	color:#fff;
	text-decoration: none !important;
}
footer ul li a:hover{
		color:#ffcc01;
}
footer ul li:before, .cnt-addr li:before{
	position: absolute;
	font-family:'FontAwesome';
	font-size: 15px;
	font-weight: 600;
	left: 0px;
	color:#ffcc01;
}
.link li:before{
	content: '\f105';
	
}
.addr li{padding-bottom: 12px;}
.addr li:nth-child(1):before, .cnt-addr li:nth-child(1):before{
	content: '\f041';
}
.addr li:nth-child(2):before, .cnt-addr li:nth-child(2):before{
	content: '\f10b';
	font-size: 18px;
	top:12px;
}
.addr li:nth-child(3):before, .cnt-addr li:nth-child(3):before{
	content: '\f0e0';
	font-size:12px !important;
}
/*copyright*/
.copy-right{
	display: flex;
    justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	padding:15px;
	margin-top: 10px;
}
.copy-right p{
	font-size:14px;
	margin-bottom: 0;
}
.copy-right p a{color:#fff;text-decoration: none;}


/*Sub Page*/
#sub-banner{
	background: #da2103;
	
}
#sub-banner h2{
	font-size:40px;
	font-weight: 600;
	color:#ffcc01;
	padding: 50px 0;
	margin: 0;
	text-align: center;
}
#sub-banner ul li{
	display: inline-block;
	color:#fff;
}
#sub-banner ul li a{
	color:#ffcc01;
	text-decoration: none;
}
#sub-banner ul li span{
	padding: 0 10px;
	color:#ffcc01;
}
/*About Us*/
#about-sec, #contact-sec{padding:40px 0;}
.abt-bdr{
	border: none;
	width: 100%;
	float: left;
	margin: 30px 0 30px;
    height: 2px;
	background: -moz-linear-gradient(45deg, rgba(218,33,3,0) 0%, rgba(218,33,3,0) 1%, rgba(218,33,3,1) 53%, rgba(218,33,3,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(218,33,3,0) 0%,rgba(218,33,3,0) 1%,rgba(218,33,3,1) 53%,rgba(218,33,3,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(218,33,3,0) 0%,rgba(218,33,3,0) 1%,rgba(218,33,3,1) 53%,rgba(218,33,3,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00da2103', endColorstr='#00da2103',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.atmos{
	background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 1px 2px  rgba(204,204,204,1);
-moz-box-shadow: 1px 1px 2px  rgba(204,204,204,1);
box-shadow: 1px 1px 2px  rgba(204,204,204,1);
}
.atmos h5, .atmos h6{
	margin: 0;
	font-size:16px;
	font-weight: 600;
	color:#da2103;
	
}
.atmos h5{
	padding-bottom: 20px;
}
.atmos p{
	
}
.play{
	background: #fff;
    padding: 9px 9px;
    box-shadow: none;
    border: 0;
	font-size:13px;
    color: #da2103;
}
/*Conatct US*/

#contact-sec h2{
	text-align: left;
	padding-bottom: 30px;
}
#contact-sec .title{margin-bottom:20px;}
#contact-sec .title:after{
	margin:inherit;
	width:20%;
	bottom:-5px;
}
.cnt-addr li{
	position: relative;
	padding-left: 20px;
	color:#333;
	padding-bottom: 20px;
	font-size:15px;
	line-height: 25px;
}
.cnt-room{
	color:#4980e3;
	font-size:18px;
	font-weight: 600;
}
.cnt-addr li:before{color:#da2103;}
.cnt-addr li a{
	color:#333;
	text-decoration: none;
}
.captch{
	width:54%;
	float:left;
}
#contact-sec .btn{
	border:0;
	border-radius: 0;
	color:#fff;
	font-size:15px;
	margin-top: 25px;
	
}
#map{
	margin-top: 30px;
}

/*photos*/
#photos-sec{
	padding:40px 0 10px;
}
.gal-img{
	margin-bottom: 30px;
}
.gal-img a{text-decoration: none;}

/*Temple Page*/
#temple-sec{
	padding:40px 0;
	
}
.temp-tit{
	font-size:22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 20px;
	color:#da2103;
}
.swamy-name{
	margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #da2103 !important;
    text-align: center !important;
    padding-top: 20px;
}
/*festival*/
#festival{padding:40px 0;background: #f1f1f1;}
#festival table tr th{
	background: #da2103;
	color:#fff;
	padding: 10px 15px;
	font-size:18px;
}
#festival table tr td{
	color:#333;
	font-size: 15px;
	padding: 10px 15px;
}
#festival table tr:nth-child(odd){background:#fff;}
.vanama-cnt h4{
	color:#da2103;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}
.vanama-cnt img{
	box-shadow:0px 0px 1px 0;
	border:1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}
.vanama-cnt p{
	font-size:16px;
	font-weight: 600;
	line-height: 25px;
	text-align: justify;
	padding-top: 20px;
	
}

/* new styles 25-jan 2019 */

/*Homam Page*/



.india-map{
	position: absolute;
    top: 20%;
    left: 3%;
}
.global-map{
	position: absolute;
    top: 20%;
    right: 2px;
}
.abt-map{
	float: right;
}
.india-map h3{
	position: absolute;
    color: #ff0707;
    top: 29%;
    text-align: center;
    left: 30px;
    font-size: 18px;
    font-weight: 700;
    background: rgba(250, 175, 59, 0.75);
    padding: 10px;
    width: 70%;
    border-radius: 10px;
    line-height: 22px;
}
.global-map h3{
	position: absolute;
    color: #ff0707;
    top: 32%;
    text-align: center;
    left: 30px;
    font-size: 18px;
    font-weight: 700;
    background: rgba(250, 175, 59, 0.75);
    padding: 10px;
    width: 69%;
    border-radius: 10px;

}
.india-map a {
	text-decoration: none !important;
	top: 65% !important;
    z-index: 1000;
    left: 19%;
	position: absolute;
}
.global-map a {
	text-decoration: none !important;
	top: 65%;
    z-index: 1000;
    right: 31%;
	position: absolute;
}
.india-map img{
	border: 1px solid #8c8a8a;
    border-radius: 50%;
}
.global-map img{
	border: 1px solid #8c8a8a;
    border-radius: 50%;
}


.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 7px 20px 7px 40px;
  text-align: center;
  text-decoration: none !important;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.button:hover, .button:focus {
    color: #fff;
    text-decoration: underline !important;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.inda-map{
	position: relative;
}
.inda-map img{
	border: 2px solid #eee;
    border-radius: 50%;
}
.abt-global img{
	border: 2px solid #eee;
    border-radius: 50%;
}
.inda-map h3{
	position: absolute;
    color: #ff0707;
    top: 35%;
    text-align: center;
    left: 10px;
    font-size: 20px;
    font-weight: 700;
    background: rgba(250, 175, 59, 0.75);
    padding: 10px;
    width: 73%;
    border-radius: 10px;
}
.abt-global{
	position: relative;
}

.abt-global h3{
	position: absolute;
    color: #ff0707;
    top: 35%;
    text-align: center;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    background: rgba(250, 175, 59, 0.75);
    padding: 10px;
    width: 73%;
    border-radius: 10px;
}


.inda-map a {
	text-decoration: none !important;
	top: 71% !important;
    z-index: 1000;
    left: 15%;
	position: absolute;
}
.abt-global a {
	text-decoration: none !important;
	top: 71%;
    z-index: 1000;
    right: 15%;
	position: absolute;
}
.hand-symbol{
	position: relative !important;
	padding-left: 20px !important; 
}
.hand-symbol:before{
	position: absolute !important;
	left: -15px !important;
    top: 0px;
	content: url(../images/hand.svg) !important;
	width: 25px !important;
	height: 25px !important;
	display: inline-block !important;
}



.button:before{
	position: absolute !important;
	left: 8px !important;
    top: 8px;
	content: url(../images/hand.svg) !important;
	width: 25px !important;
	height: 25px !important;
	display: inline-block !important;
}
.img-bdr{
	border-radius: 0px !important;
    border: 0px !important;
    position: absolute;
    top: 83%;
    left: -10px;
}
.abt-phn a{
	color: #f05d24 !important;
	font-size: 18px !important;
	margin-top: 0px;
}
.abt-phn{
	    margin-top: 130px !important;
	position: relative;
}
.abt-phn:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -1px !important;
	top:2px;
	color: #f05d24 !important;
    font-size: 22px !important;
    font-family: fontAwesome;
}
.add-ress a{
	color: #f90808;
	text-decoration: none !important;
}

/*Homam Page*/
.homam-banner{
	background:url(../images/homam-banner.jpg) repeat;
	background-position: center;
	position: relative;
	padding: 40px 0;
}
.homam-banner:before{
	content:'';
	background: rgba(0, 0, 0, 0.50);
	top:0;
	bottom:0;
	right:0;
	left:0;
	position: absolute;
}
#homam{
	padding:0px 0 30px;
    position: relative;
    margin: 0px 0 20px;
}
#homam h2, #sakara h2 {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    padding:40px 0 30px;
	margin: 0;
    color: #da2103;
	line-height: 35px;
}
#homam ul{margin-bottom:25px;}
#homam ul li{
	font-size:15px;
	line-height: 25px;
	padding-bottom: 10px;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
}
#homam p{
	font-size:15px;
	margin-bottom: 25px;
}
#homam p{
	color:#da2103;
	font-size:16px;
	font-weight: 600;
	line-height: 27px;
}
#homam p span{
	font-size:20px;
	font-weight: 700;
}
#homam ul li:last-child{padding-bottom: 0;}

#homam ul li:before{
	content:'\f005';
	position:absolute;
	font-size: 14px;
	color:#f47b2f;
	left:0;
	font-family: 'FontAwesome';
	
}
#homam p:last-child{margin-bottom:0;}
.abt-homam{
	width:70%;
	margin: 0 auto;
}

#homam:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:13%;
	height: 100%;
	background: url(../images/vse1.png) no-repeat;
	background-size: contain;
	background-position: left center;
}
#homam:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:13%;
	height: 100%;
	background: url(../images/vse.png) no-repeat;
	background-size: contain;
	background-position: right center;
	z-index: -1;
}
 
#sakara{
	padding:40px 0;
	position: relative;
}
#sakara:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:13%;
	height: 100%;
	background: url(../images/t1.png) no-repeat;
	background-size: contain;
	background-position: left center;
}
#sakara:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:13%;
	height: 100%;
	background: url(../images/t2.png) no-repeat;
	background-size: contain;
	background-position: right center;
}
#sakara p{
	font-size:16px;
	font-weight:500;
	line-height: 27px;
}
#sakara h2{padding-top:0;}
#myModal1 .modal-header{
	background: #B20000;
	color:#fff;
	text-align: center;
	font-size:25px !important;
	font-weight: 700 !important;
}
#myModal1 .modal-header .close{
	opacity: 1;
	background: #fff;
	width:25px;
	height: 25px;
	border-radius: 50px;
}

.homam-bdr{
	background: -moz-linear-gradient(left, rgba(244,123,47,0.3) 0%, rgba(244,123,47,1) 50%, rgba(244,123,47,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(244,123,47,0.3) 0%,rgb(218, 33, 3) 50%,rgba(244,123,47,0.3) 100%);
    background: linear-gradient(to right, rgba(244,123,47,0.3) 0%,rgb(218, 33, 3) 50%,rgba(244,123,47,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4df47b2f', endColorstr='#4df47b2f',GradientType=1 );
    width: 80%;
    height: 1px;
    margin: 0 auto;
}

.abt-homam a{
	color:#EC090D;
	font-size:15px;
	font-weight: 600;
	text-decoration: none;
}
.abt-homam a:hover, .abt-homam a:focus{
	color:#EC090D;
}
.homam-banner .abt-global h3, .homam-banner .inda-map h3{
	top:25%;
	line-height: 30px;
	width: 93%;
}
.homam-banner .inda-map a{left:20%;}
.homam-banner  .abt-global a{right:19%;}
.visa-img{
	position: absolute;
	top:20px;
	width:100%;
	animation: blink 5s infinite;
}
.visa-img .left-img{
	left:80px;
	position: absolute;
}
.visa-img .right-img{
	right:80px;
	position: absolute;
	z-index: 4;
}


.kalasam-img{
	position: absolute;
	bottom:105px;
	width:100%;
	animation: blink 5s infinite;
}
.kalasam-img .left-img{
	left:80px;
	position: absolute;
}
.kalasam-img .right-img{
	right:80px;
	position: absolute;
	z-index: 4;
}
.homam-banner h4{
	margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
   
	margin: 0;
    color: #fff;
	line-height: 50px;
	text-align: center;
}
.sri{margin-top:20px;}
.blue-clr{color:#0E00C9 !important;}
@keyframes blink{
	0%{
		opacity: 1;
		color:#f15f26;
	}
	50%{
		opacity: 0.3;
		color:#faaf3b;
	}
	
	100%{
		opacity: 1;
		color:#faaf3b;
	}
}

.btn-1 {
    background: #B20000;
    border: none;
	border-radius: 0px;
	
}
.btn-1 a{
	color: #fff;
	padding: 14px 20px;
	text-decoration: none;
}

.sholin h3{
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: red;
}

.table-cont table {
    border-collapse: collapse;
    width: 100%;
}
.table-cont table th {
    color: #000;
    border: 1px solid rgba(229, 10, 10, 0.33);
    text-align: center;
    padding: 10px;
}
.modal-header h3 {
    text-align: center;
    color: #000;
    font-weight: 600;
}
.revised-cnt{
    margin:0px 0 20px;
}
.revised-cnt p{margin-top:-30px !important;text-align:center !important;margin-bottom:30px !important;}
.revised-cnt img{border:none !important;}
.wat-txt{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 40px;
    color: #da2103;
}