/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
	font-family: 'Roboto Slab', serif !important;
	/*font-family: 'Poppins', sans-serif !important;*/
    height: 100%;
	    background-repeat:repeat;
    background-position: center top;
    background-image:url(../img/bg.jpg)
}

body {
    padding-top:0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.p0{
    padding:0px !important;
}
.pt0{
   padding-top: 0px;
}
.pb10{
	padding-bottom:10px;
}
.pd0{
	padding:0px !important;
}
.pl0{
	padding-left:0px !important;
}
.pr0{
	padding-right:0px !important;
}
.pb0{
	padding-bottom:0px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mt30{
  margin-top: 30px !important;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height:446px;
    margin-bottom: 40px;
    border-bottom: 2px solid #623206;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.home a span{
	font-size:16px ;
}
.home a{
    padding-bottom: 9px;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
     padding: 25px 0;
    background:#491d01;
    margin:0px;
   
}
.footer-bg{
	 background-image:url(../img/footer-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
	min-height:4px;
}
footer p{
   color:#fff;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area, .welcome-slider-area, .welcome-slider-area div {
	/* height: 100%;*/
	height: auto;
	background: transparent;
}
.welcome-slider-area div.single-slide-item-tablecell, .welcome-slider-area div.single-slide-item-tablecell div {
	height: auto;
}
.single-slide-item-table {
	display: table;
	width: 100%;
}
.single-slide-item-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.single-slide-item {
	position: relative;
	z-index: 1;
}
.single-slide-item:after {
	position: absolute;
	background: transparent;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.slide-1 {
	background: url(../images/bg/slider1.jpg) scroll 0 0;
	background-size: cover;
}
.slide-2 {
	background: url(../images/bg/slider2.jpg) scroll 0 0;
	background-size: cover;
}
.slide-3 {
	background: url(../images/bg/mainbg.jpg) scroll 0 0;
	background-size: cover;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.right.slider-control {
	left: auto;
	right: -52px;
}
.left.slider-control {
	left: -52px;
}
.welcome-slider-area:hover .right.slider-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s
}
.welcome-slider-area:hover .left.slider-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s
}
.slider-control {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #0d70bc;
	font-size: 24px;
	width: 40px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.slider-control:hover {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #0d70bc;
}
.carousel-indicators li {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	margin: 0;
	background:#c7ac53;
	border: none;
}
.carousel-indicators li.active {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	border: none;
}
/* Bg Moving ----------------------------------------------------------*/
.bg-moving {
	width: 100%;
	height:464px;
	position: relative;
}
.bg-moving-1 {
	background:url(../img/banner.jpg);
}
.bg_image {
	position: relative;
	width: 100%;
}
.opacy {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 0;
	background-color: rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 2;
}
.pattern_top {
	width: 100%;
	height: 13px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
}
.home-main {
	width: 70%;
	margin: 120px auto;
}
.home-main h2 {
	color: #ffffff;
	font-size: 38px;
	text-align: center;
	line-height: 34px;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-main h1 {
	text-align: center;
	font-size: 50px !important;
	font-family: 'Playfair Display', sans-serif;
	color: #fff !important;
	line-height: 40px;
	letter-spacing: 3px;
	font-style: italic;
	text-transform: capitalize;
}
.paddings-content {
	padding-top: 150px;
}
.panel-body p a{
	margin-left:5px;
}
.line {
    display: block;
    width:5em;
    height: 2px;
    margin: 11px 0px 10px;
    background-color: #9f661e;
}
.prjct-box img {
    float: left;
    margin-right: 12px;
    border: 2px solid #c07e46;
}
.prjct-box {
	margin-top:0px;
}
.prjct-box h4{
	text-transform:uppercase;
}
.prjct-box a{
	margin-bottom:10px;
}
.gallery {
    margin: 9px 0px 10px;
    display: table;
}
.gallery h4{
	text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.gallery img{
	 border: 2px solid #c07e46;
/*	border-radius:50%;*/

}

.gallery a img:hover {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	background-color:#FFF;
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	}

.link-bg{
    background: rgba(170, 97, 51, 0.75);
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 22px;
    background-image: url(../img/footer-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.main-links img{
		margin-right:5px;
		border-radius:50%;
}
.main-links img:hover {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.26);
	}
.main-links a{
      text-decoration: none;
}
.main-links a span{
	display: inline-block;
    font-size: 17px;
    color: #2e1e19;
    font-weight: 600;
    text-transform: uppercase;
  /*  padding-top: 11px;*/
    top: 14px;
    position: relative;
}
.main-links a span:hover{
    color: #c5aa51;
    font-weight: 600;
}
.main-link-brdr{
    border-right: 1px solid #ba8b54;
    margin: 3px 0px 7px;
}
.our-info h4{
    color: #b2743d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding-top: 0px;
    margin-top: 0px;
}
.our-info a{
	color: #fff;
  	font-size:15px;
	text-decoration:none;
}
.fp{
	    padding: 0px 0px 10px;
}
.footer-bottom{
	    background: #331908;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #cbb15c;
}
.footer-bottom img {
    display: inline-block;
	
}
.social-icons{
	margin-top:10px;
	padding:0px;
}
.social-icons li a{
	padding: 17px;
	color: #fff;
}
.social-icons  li{
	margin-left: 1px;	
	float: left;
    margin-right: 12px;
   margin-bottom: 20px;
}
.social-icons li:hover{
	background: transparent;
}
.social-icons li a{
	font-size: 17px;
    padding: 10px 15px;
	border: 2px solid #353535;
	text-decoration:none !important;
}
.social-icons li a:hover{
	color:#22cef3;
}
.social-icons.yellow li:first-child{
	margin-left: 0;
}

#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:995px;
}
#effect
{
    background-color: #610B0B;
    position: relative;
    width: 100%;
    height: 585px;
    margin-left: 0;
    box-shadow:none;
}
#effect p
{
 margin-top:10px;
 font-size:30px;
 color:#F79F81;
}
#curtain1
{
	 top:0px;
	 position:absolute;
	 left:0px;
     height: 100%;
}
#curtain2
{
 top:0px;
 position:absolute;
 height: 100%;
 right:0px;
}
#curtain_buttons input[type="button"]
{
 margin-top:20px;
 width:150px;
 height:45px;
 border-radius:2px;
 color:white;
 background-color:#B43104;
 border:none;
 border-bottom:6px solid #8A2908;
}
///--------- HOW TO REACH -----


.location h4 img{
    display:inline-block;
}

.location img {
   float: left;
    margin-right: 12px;
}
.location {
   margin-top:0px;
   margin-bottom: 15px;
}
.location h4{
    text-transform: uppercase;
    color: #fff;
    padding-top: 39px;
}
.location p{
    color: #7f3e06 !important;  
    margin: 0px;
    text-align: justify;
    line-height: 32px !important;  
    font-size: 15px !important;  
    word-spacing: 2px ;
}
.footer-top{
        margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 22px;
    background-image: url(../img/footer-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}






#enquirypopup .modal-dialog,#suggestionpopup .modal-dialog, #complaintspopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog,#suggestionpopup .modal-dialog ,#complaintspopup .modal-dialog  {
    width: 400px;
    padding: 0px ;
    position: relative;
}
#enquirypopup .modal-dialog:before ,#suggestionpopup .modal-dialog:before ,#complaintspopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid rgba(90, 58, 31, 0.64);
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: rgba(90, 58, 31, 0.64);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close,#suggestionpopup .modal-dialog .close,#complaintspopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
    outline: none;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

#enquirypopup .modal-dialog:after,#suggestionpopup .modal-dialog:after,#complaintspopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid rgba(90, 58, 31, 0.64);
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}

#enquirypopup .modal-dialog:after,#suggestionpopup .modal-dialog:after,#complaintspopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid rgba(90, 58, 31, 0.64);
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}
.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.contact h3{
    text-align: center;
}

.contact-address{
    margin-bottom: 20px;
}
.contact-address p{
/*        text-align: center;*/
    color: #572701;
    line-height: 28px;
    font-size: 16px;
    word-spacing: 2px;
}
contact-address h4{
        color: #333;
}
.contact-address h4 i{
    color:#a75f49;
}
.history img{
    border: solid #af6627;
    float: left;
    margin-right: 10px;
    border-width: 1px;
}
.myth img{
     float: left;
    margin-right: 10px;
    border-width: 1px;
}
.history h3{
        text-align: left;
/*    margin-bottom: 40px;*/
    color: #572701;
    font-size: 27px;
}
.history .line{
    margin: 11px 0px 30px !important;
}
.history  li{
   
    list-style: none;
    font-size: 12px;
    line-height: 30px;
}
.history li:before {    
    content: url(../img/divide.png);
    position: relative;
    top: 6px;
   }
/*.offerings li:before{
   content: url(../img/lamp.png);
    position: relative;
    top: 1px;
     bottom: 44px; 
    font-size: 23px;
   
    content: "\f0a2";
    font-family: 'FontAwesome';
    float: left;
    font-weight: bold;
    margin-left: -1.5em;
    color: #ce5a26;
   }
.offerings  li{
    list-style: none;
    line-height: 40px;
}*/
.offerings ul {
    padding: 11px 0 0 0;
    list-style: none;
   }
.offerings ul li {
        overflow: hidden;
    height: 52px;
    background: rgba(249, 245, 237, 0.02);
    margin-bottom: 5px;
    line-height: 31px;
    font-size: 16px;
}
.offerings ul li time {
    font: bold 18px 'Asap', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background: #af6627;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-right: 23px;
}
.offerings ul li p{
    line-height: 26px;
    font-size: 15px;
    display: block;
} 
.offerings ul li a{
    float: right;
}
.offerings ul li a i{
       color: #572701;
    font-size: 18px;
        cursor: pointer;
}
.offerings h3{
    text-align: left;
    color: #491d01;
    font-size: 25px;
    display: block;
}
.offerings .pooja-details{
    background: rgba(175, 102, 39, 0.37);
    margin-bottom: 10px;
}
.offerings .pooja-details p{
     padding: 10px 10px 20px;
}
.offerings-list{
    padding: 30px;
    position: relative;
   /* background: rgba(242, 191, 116, 0.66);*/
    border-radius: 12px;
}

.informations a li:before {
    position: relative;
    top: 1px;
    bottom: 44px;
    font-size: 9px;
    content: "\f04b";
    font-family: 'FontAwesome';
    float: left;
    font-weight: bold;
    margin-left: -1.5em;
    color: #b49d51;
}
.informations li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.nearest-temples h3{
    text-align: center;
    margin-bottom: 20px;
}
.temple-img img{
    margin: 0px auto;
      margin-top: 17px;
}
.near-tem{
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.42);
    padding: 14px;
}
.temples img {
    border: solid #af6627;
    float: left;
    margin-right: 10px;
    border-width: 1px;
    width:200px;
}
.temples .text{
    text-align: justify;
    line-height: 24px;
}
.specialdays .month{
    background: #af6627;
    padding: 16px;
    color: #fff;
    font-weight: 600;
/*    min-height: 136px;*/
    font-size: 14px;
}
.specialdays .spcl-day{
        padding: 13px;
    background: #e5e5e5;
/*        min-height: 136px;*/
}
.specialdays .row{
    margin-bottom: 10px;
}
/*.month li:before,.spcl-day li:before {    
        position: relative;
    top: 0px;
    bottom: 0px;
    font-size: 14px;
   
    content: "\f005";
    font-family: 'FontAwesome';
    float: left;
    font-weight: bold;
    margin-left: -1.5em;
    color: rgba(73, 29, 1, 0.81);
   }*/
.month li,.spcl-day li{
         list-style-type: none;
    margin-bottom: 10px;
   }
.image-gallery a.thumbnail:hover{
    border-color: #af6627;
    text-decoration: none;
}
.image-gallery .text-center{
        padding: 15px;
}
.video {
    margin-bottom: 25px;
    height: 0;
    position: relative;
    padding-bottom: 56.25%; 
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hm-vido {
     margin:11px auto;
}
.hm-vido iframe{
    height: 158px;
    width: 160px;
    display: block;
    max-width: 100%;
    border: 2px solid #c07e46;
}
.hm-vido img{
    height: 158px;
    width: 160px;
}
.accomodation-list h4 i{
    color: #ffffff;
    background: #491d01;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #491d01;
}
.accomodation-list h4 i:hover{
    color:#491d01 ;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #491d01;
}
.accomodation-list h4{
        color: #572701;
}
.center-line{
   display: inline-block;
    width: 5em;
    height: 2px;
    margin: 11px 0px 10px;
    background-color: #9f661e;

}
.specl-bg{
    background: #e5e5e5;
    padding: 0px;
}
.pooja-enquiry{
    border:1px dotted #af6627;
    padding:10px;
}
.pooja-enquiry h5{
        text-align: center;
    font-size: 19px;
    color: #925e03;
    border-bottom: 2px solid #491d01;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pooja-enquiry p{
        text-align: center !important;
    font-size: 16px;
}
.pooja-enquiry .contact-pooja-or{
    color: #491d01;
    font-size: 14px;
    font-weight: 600;
    }
 .pooja-enquiry .btn{
        margin-top: 10px;
    }
 .pooja-enquiry .form-control {
    display: block;
    width: 100%;
    height: 20px;
    padding: 17px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.87) !important;
    background-image: none;
    border: 1px solid #e2e2e2;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropbtn {
   background-color: #af6627;
    color: white;
    padding: 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    outline: none;
}

.dropdown {
    position: relative;
    display: inline-block;
   float: right;
}
.dropdown a{
	color:#fff !important;
}
.dropdown a:hover{
	color:#fff !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 4px;
    right: 0px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #572701;
}
.dropdown-content p{
    text-align: center !important;
    font-size: 15px;
}
.dropdown-content .drp-or{
 color: #c9ad59;   
}
.myth p{    text-align: justify !important;}
.history p{ text-align: justify !important;}

.image-gallery img{
     height: 170px;
    border: 2px solid #af6627;
    width: 100%;
}