*{
	padding: 0;
	margin: 0;
}

ul, li{
	padding: 0;
	margin: 0;
	list-style: none;
}

body{
	font-size: 14px;
	font-family: 'PT Sans';
	overflow-x: hidden;
	width: 100%;
	background: #f6f7fb;
	padding-right: 0px !important;
}

a:hover{
	text-decoration: none;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
  content: "\e917";
}
.icon-trash:before {
  content: "\e918";
}
.icon-gears:before {
  content: "\e908";
}
.icon-money:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-checklist:before {
  content: "\e90b";
}
.icon-confirmity:before {
  content: "\e90c";
}
.icon-ganesha:before {
  content: "\e90d";
}
.icon-image:before {
  content: "\e90e";
}
.icon-list:before {
  content: "\e90f";
}
.icon-monk:before {
  content: "\e910";
}
.icon-notification:before {
  content: "\e911";
}
.icon-plant:before {
  content: "\e912";
}
.icon-pray:before {
  content: "\e913";
}
.icon-promote:before {
  content: "\e914";
}
.icon-question:before {
  content: "\e915";
}
.icon-testimonial:before {
  content: "\e916";
}
.icon-tick:before {
  content: "\e907";
}
.icon-avatar:before {
  content: "\e900";
}
.icon-dashboard:before {
  content: "\e903";
}
.icon-dollar:before {
  content: "\e904";
}
.icon-power-button:before {
  content: "\e905";
}
.icon-temple:before {
  content: "\e906";
}
.icon-ring:before {
  content: "\e901";
}
.icon-shopping-bag:before {
  content: "\e902";
}


.clear{clear: both;}

.orangeLink{
	color: #f77b55;
	text-decoration: none;
	font-size: 16px;
}

.orangeLink:hover{
	color: #000;
}

.btns{
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	border:0px;
	transition: all 0.3s ease-in-out;
}

.btns.btns-orange{
	background: #f77b55;
	color: #fff;
	box-shadow: 3px 3px 0px #e56842;
}

.btns.btns-orange:hover{
	background: #e56842;
	color: #fff;
	box-shadow: 3px 3px 0px #f77b55;
	text-decoration: none;
}

.btns.btns-gray{
	background: #6e6f72;
	color: #fff;
	box-shadow: 3px 3px 0px #49494b;
}

.btns.btns-gray:hover{
	background: #49494b;
	color: #fff;
	box-shadow: 3px 3px 0px #6e6f72;
	text-decoration: none;
}


.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }


/*== MODAL ==*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-content{
	overflow: hidden;
}

.modal-header{
	background: #f77b55;
	color: #fff;
	font-size: 24px;
}

.modal-content .checkbox{
	margin-top: 0;
}

.modal-content .modal-body button{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.modal-content .modal-body .form-control{
	border-radius: 2px;
	border:1px solid #dfdfdf;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.modal-content  label, .modal-content a, .modal-content p{
	font-size: 16px;
}

.modal-content a{
	color: #f77b55;
}

.modal-content .instru{
	font-size: 12px;
	font-style: italic;
}

.modal-content .modal-footer{
	text-align: center;
} 

.bootbox .modal-content .modal-body button{
	width: auto;
}



/*== MUST HEAD ==*/
.attr-nav{
	margin-top: 20px;
}

.attr-nav > ul > li{
	padding-bottom: 26px;
}

.attr-nav > ul > li > a{
	padding: 8px 20px;
	text-decoration: none;
}

.attr-nav > ul > li.dropdown > a{
	padding-top: 0px;
	padding-bottom: 0px; 
}

.attr-nav > ul > li .icon-shopping-bag{
	font-size: 30px;
}

nav.navbar.bootsnav.no-background.white .attr-nav > ul > li.signIn > a{
	border:1px solid #fff;
	border-radius: 4px;
}

nav.navbar.bootsnav.white .attr-nav > ul > li.signIn > a{
	border:1px solid #6f6f6f;
	border-radius: 4px;
}

.attr-nav > ul > li > a span.badge{
	background: #ea4b1b;
}

nav.navbar.bootsnav .navbar-brand{
	height: auto;
}
li.total .btns{
	width: auto;
	display: inline-block;
	color: #fff !important;
}

li.total .btns.btns-orange:hover{
	background: #e56842 !important;
	color: #fff !important;
	box-shadow: 3px 3px 0px #f77b55;
}


/*== BANNER ==*/
.homeBanner{
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.homeBanner:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.3);*/
}

.homeBanner .bannerOuter{
	height: 800px;
	position: relative;
	z-index: 2;
}

.homeBanner .bannerOuter .bannerInner{
	position: relative;
	top: 40%;
	text-align: center;
	transform: translateY(-50%);
}

.homeBanner .bannerOuter .bannerInner h2{
	font-size: 45px;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}

.homeBanner .bannerOuter .bannerInner p{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.homeBanner .bannerOuter .bannerInner form{
	position: relative;
	display: inline-block;
	width: 60%;	
}

.homeBanner .bannerOuter .bannerInner form input{
	width: 100%;
	font-size: 18px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	border: 2px solid #fff;
	padding-right: 50px;
}

.homeBanner .bannerOuter .bannerInner form a{
	background: transparent;
	border: 0px; 
	position: absolute;
	right: 16px;
	z-index: 1;
	top: 50%;
	font-size: 24px;
	color: #000;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.homeBanner .bannerOuter .bannerInner form a:hover{
	color: #ea4b1b;
}


/*=== How It Works ==*/
.howItWorks{
	position: relative;
	width: 100%;
	float: left;
}

.howItWorks .headOuter{
	position: absolute;
	top: -30px;
	width: 100%;
	left: 0;
	right: 0;
}

.howItWorks h1{
	font-size: 30px;
	color: #000000;
	margin: 0;
	padding: 10px 40px;
	background: #f6f7fb;
	border-radius: 10px;
	box-shadow: 0px 6px 0px #cccccc;
	display: inline-block;
}

.howItWorks .howItWorksOuter{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding-top: 60px;
	margin-top: -130px;
	z-index: 2;
	box-shadow: 0px 0px 10px #beacdb;
	margin-bottom: 60px;
}

.howItWorks .howItWorksOuter h3{
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
	color: #3e3e3e;
	position: relative;
	padding-left: 50px;
}

.howItWorks .howItWorksOuter h3 span{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #aeaaaf;
	color: #aeaaaf;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.7;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.howItWorks .howItWorksOuter p{
	color: #8f8a86;
	font-size: 15px;
	line-height: 2;
}

.howItWorks .howItWorksOuter .div{
	position: relative;
	border-right: 1px dashed #bfbfbf;
}


/*== Home About ==*/
.homeAbout{
	position: relative;
	width: 100%;
	background: url(../images/homeAboutBG.png) no-repeat left top;
	padding-bottom: 60px;
	float: left;
}

.homeAbout h1{
	margin: 0;
	margin-bottom: 40px;
	color: #000;
	font-size: 40px;
}

.homeAbout p{
	color: #8f8a86;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

.homeAbout .para p:last-child{
	margin-bottom: 0px;
}

.homeAbout .imgOuter{
	border-radius: 14px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

.homeAbout .imgOuter .cap{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.homeAbout .imgOuter .cap button{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	background: transparent;
	border: 0;
}

.homeAbout .imgOuter .cap button img{
	width: 80px;
	opacity: 0.6;
}

.homeAbout .imgOuter img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*== SEVA'S MONTH ==*/
.sevaMonth {
	position: relative;
	width: 100%;	
	padding-bottom: 60px;
	float: left;
}

.sevaMonth .sevaMonth-bg{
	position: absolute;
	background: url(../images/banner2.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	height: 600px;
	width: 100%;
}

.sevaMonth .sevaMonth-content{
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 100px;
}

.sevaMonth h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 60px;
}

.sevaMonth .sevaMonth-list .block-list-out{
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	text-align: left;
	border-radius: 10px;
	overflow: hidden;
}

.sevaMonth .sevaMonth-list .block-list-out .info{
	padding: 20px;
	padding-bottom: 40px;
}

.sevaMonth .sevaMonth-list .block-list-out .imgOuter{
	overflow: hidden;
}

.sevaMonth .sevaMonth-list .block-list-out img{
	margin: auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sevaMonth .sevaMonth-list .block-list-out:hover img{
	transform: scale(1.1);
}

.sevaMonth .sevaMonth-list .block-list-out h3{
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	margin: 0;
	margin-bottom: 20px;
}

.sevaMonth .sevaMonth-list .block-list-out p{
	color: #8f8a86;
	line-height: 1.6;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}


/*== SERVING ==*/
.nowServing{
	position: relative;
	width: 100%;
	float: left;
	background: #7f8083 url(../images/world-map.png) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 60px 0;
}

.nowServing .outer{
	margin-bottom: 20px;
}

.nowServing h1{
	font-size: 40px;
	margin: 0;
	margin-bottom: 40px;
}

.nowServing h3{
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
}


/*== SEVA'S MONTH ==*/
.beInspired {
	position: relative;
	width: 100%;	
	float: left;
	padding: 60px 0;
}

.beInspired h1{
	text-align: center;
	color: #000;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 60px;
}

.beInspired .block-list-out{	
	margin-bottom: 20px;
	text-align: left;
}

.beInspired .block-list-out .info{
	padding: 20px;
	padding-bottom: 30px;
}

.beInspired .block-list-out .imgOuter{
	overflow: hidden;
	border-radius: 10px;
	height: 250px;
}

.beInspired .block-list-out img{
	margin: auto;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beInspired .block-list-out:hover img{
	transform: scale(1.1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beInspired .block-list-out .info{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	margin: 0 20px;
    margin-top: 0px;
	margin-top: -40px;
	background: #fff;
	position: relative;
}

.beInspired .block-list-out h3{
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}

.beInspired .block-list-out h6{
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

.beInspired .block-list-out h6 span{
	color: #e56842;
}

.beInspired .block-list-out p{
	color: #8f8a86;
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 20px;
}

.beInspired .orangeLink{
	display: inline-block;
	margin-top: 40px;
}


/*== NEWS LETTER ==*/
.newsLetter{
	position: relative;
	width: 100%;
	float: left;
	background: #ea4e1f;
	padding: 20px 0; 
}

.newsLetter h2{
	font-size: 26px;
	color: #fff;
	margin: 6px 0;
	font-weight: normal;
}

.newsLetter input{
	background: #f09073;
	border-radius: 4px;
	width: 100%;
	color: #000000!important;
	padding: 10px;
	border: 0;
	font-size: 16px;
}

.newsLetter button{
	background: #fff;
	border-radius: 4px;
	width: 100%;
	color: #000;
	padding: 10px;
	border: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}


/*== MUST FOOTER ==*/
.mustFooter {
	position: relative;
	width: 100%;
}

.mustFooter .topFooter{
	padding: 40px 0;
	border-bottom: 1px solid #acacaf;
}

.mustFooter .topFooter h3{
	font-size: 18px;
	color: #282828;
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.mustFooter .topFooter a{
	color: #282828;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
}

.mustFooter .bottomFooter{
	padding: 20px 0;
}

.mustFooter .bottomFooter a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin: 3px;
	text-align: center;
	line-height: 2.5;
	background: #fff;
	transition: all 0.3s; 
}

.mustFooter .bottomFooter a:hover{
	background: #e75e35;
}

.mustFooter .bottomFooter p{
	margin: 12px 0;
}


/*== INNER BANNER ==*/
.innerBanner{
	width: 100%;
/*	float: left;*/
	position: relative;
	/*background: url(../images/yoga.jpg) no-repeat center;*/
	background-size: cover!important;
}

.innerBanner:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background: rgba(0,0,0,0.3);*/
}

.innerBanner .bannerOuter{
	height: 275px;
	position: relative;
	z-index: 2;
}

.innerPageContent{
	position: relative;
	width: 100%;
/*	float: left;*/
	padding: 60px 0;
}


/*== PAGE ABOUT US ==*/
.aboutUsPage h1{
	margin: 0;
	margin-bottom: 40px;
	font-size: 30px;
	color: #000000;
}

.aboutUsPage p{
	color: #8f8a86;
	font-size: 16px;
	margin-bottom: 20px;
}

/*== PAGE CONTACT US ==*/
.contactUsPage h1{
	margin: 0;
	margin-bottom: 40px;
	font-size: 30px;
	color: #000000;
}

.contactUsPage p{
	color: #8f8a86;
	font-size: 16px;
	margin-bottom: 20px;
}

.form-control{
	border-radius: 2px;
	border:1px solid #dfdfdf;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.contactUsPage .getInTouch label{
	color: #8f8a86;
	font-weight: normal;
	font-size: 16px;
}

.contactUsPage .getInTouch p{
	color: #f77b55;
	margin-bottom: 20px;
}

/*== Browse Temples ==*/
.innerBanner.browseTemples{
	background: url(../images/banner.jpg) no-repeat center;
}

.browseTemplesPage .browseTemplesSlider{
    margin-bottom: 30px;
}

.browseTemplesPage .browseTemplesSlider h1{
	font-size: 45px;
	margin: 0;
	margin-bottom: 40px;
	text-align: center;
}

.browseTemplesPage .browseTemplesSlider .img-outer{
	margin-bottom: 10px;
	border-radius: 6px;
	overflow: hidden;
}

.browseTemplesPage .browseTemplesSlider h6{
	font-size: 18px;
	color: #282828;
	margin: 0;
	text-align: center;
}

.browseTemplesPage .browseTemplesSlider .owl-carousel .iteam:hover h6{
	color: #ea4e1f;
}

.browseTemplesPage .browseTemplesSlider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    margin-bottom: 40px;
}

.browseTemplesPage .browseTemplesSlider .owl-theme .owl-dots .owl-dot span{
	border: 4px solid transparent;
	height: 16px;
	width: 16px;
	margin: 3px;
}

.browseTemplesPage .browseTemplesSlider .owl-theme .owl-dots .owl-dot.active span, .browseTemplesPage .browseTemplesSlider .owl-theme .owl-dots .owl-dot:hover span{
	border: 4px solid #f77b55;
	background: #fff;
}

.browseTemplesPage .leftFilter header{
	padding: 10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom: 20px;
}

.browseTemplesPage .leftFilter header h3{
	font-size: 24px;
	color: #010101;
	margin: 0;
	text-transform: uppercase;
}

.bootstrap-select .btn{
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.browseTemplesPage hr{
	border-top:1px solid #000;
}

.browseTemplesPage .rightList header{
	padding: 9px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom: 20px;
}

.browseTemplesPage .rightList header p{
	font-size: 18px;
	margin-bottom: 0;
}

.browseTemplesPage .rightList .bootstrap-select .btn{
	background: transparent;
	border:0;
	padding: 2px 10px;
}

.browseTemplesPage .rightList .tempOuter{
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: #fff;
	margin-bottom: 20px;
}

.browseTemplesPage .rightList .tempOuter .imgOuter{
	height: 280px;
	position:relative;
}

.browseTemplesPage .rightList .tempOuter .imgOuter .heartIcon{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #ea4b1b;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    font-size: 12px;
    line-height: 1.8;
}

.browseTemplesPage .rightList .tempOuter .imgOuter img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.browseTemplesPage .rightList .tempOuter .text{
    max-height: 400px;
	padding: 10px;
        height: 400px;
}

.browseTemplesPage .rightList .tempOuter .text label{
	font-size: 18px;
	color: #333333;
	margin-bottom: 0px;
}

.browseTemplesPage .rightList .tempOuter .text p{
	font-size: 16px;
	color: #8f8a86;
	margin-bottom: 14px;
	font-style: italic;
}


/*== Pagination ==*/
.pagination > li > a, .pagination > li > span{
	color: #e95224;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #e95224;
	border-color: #e95224;
}


/*== priests ==*/

.innerBanner.priests{
    background: url(../images/priests.jpg) no-repeat center;
    background-size: cover;
}

.innerPageContent.priestsPage{
	padding-top: 20px;
}

.innerPageContent.priestsPage hr{
	border-top: 1px solid #a7a8aa;
}

.backtopage{
	margin-bottom: 20px;
}

.backtopage a{
	color: #ea4b1b;
	font-size: 15px;
}

.priestsPageHead{
	position: relative;
}

.priestsPageHead i{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.priestsPageHead > div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
}

.priestsPageHead h2{
	margin: 0;
	margin-bottom: 6px;
	color: #f77b55;
	font-weight: 24px;
	font-weight: bold;
}

.priestsPageHead p{
	margin: 0;
	color: #414141;
	font-weight: 16px;
}

.priestsList .img-outer{
	border:1px solid #fff;
	box-shadow: 4px 4px 0px #d6d7db;
}

.priestsList .img-outer img{
	width: 100%;
	height: 100%;
}

.priestsList h5{
	font-size: 18px;
	color: #f77b55;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.priestsList p{
	font-size: 16px;
	color: #696663;
	line-height: 1.5;
}


/*== temple Registration Page ==*/

.innerBanner.templeRegistration{
    background: url(https://www.simpleseva.com/assets/frontend/static_pages/1810181539868360.jpg) no-repeat center;
    background-size: cover;
}

.templeRegistrationPage h1{
	font-size: 36px;
	color: #000000;
	margin: 0;
}

.templeRegistrationPage h3{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.templeRegistrationPage hr{
	border-top: 1px solid #dddde1;
}

.templeRegistrationPage label{
	color: #6f7072;
	font-weight: normal;
}


/*== Payment ==*/
.cardPaymentPage h1 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.cardPaymentPage label{
	color: #9d9da0;
	font-weight: normal;
}

.cardPaymentPage .lockIcon{
	position: relative;	
}

.cardPaymentPage .lockIcon:after{
	content: '\f023';
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: 12px;
	font-family: 'FontAwesome';
	color: #000;
}

.cardPaymentPage .lockIcon input{
	padding-right: 20px;
}

.cardPaymentPage .totalAmount h4{
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	background: #fff;
}

.cardPaymentPage .totalAmount h5{
	margin: 3px 0; 
        color: #f77b55;
}

.cardPaymentPage .totalAmount h5 a{
	font-size: 16px;
	color: #000;
}

.cardPaymentPage .totalAmount .price{
	color: #333333;
}

.cardPaymentPage .totalAmount .subtotal{
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	margin-top: 20px;
}

.cardPaymentPage .totalAmount .total{
	padding: 10px 0;
}

.cardPaymentPage .totalAmount .total p{
	font-weight: bold;
}

.cardPaymentPage .totalAmount .total p.totalPrice{
	font-size: 24px;
	color: #f77b55;
}



/*seva 3 abhijeet*/

.innerBanner.seva3{
        background: url(../images/seva-3.jpg) no-repeat center center;
        background-size: cover;
}
.innerBanner.seva1{
        background: url(../images/seva-3.jpg) no-repeat center center;
        background-size: cover;
}

.sevaCommen .box{
        padding: 30px;
        box-shadow: 0px 0px 10px rgba(131,105,139,0.4);
        margin-bottom: 20px;
        background: #fff;
}

.sevaCommen  h3{
        font-size: 26px;
        font-weight: 600;
        margin-top: 0;
}

.sevaCommen p{
        font-size: 14px;
        padding-bottom: 7px;
        margin: 0px;
}

.sevaCommen p span{
    color:#f77b55 !important;
}

.sevaCommen .two h3{
        font-size: 22px;
        font-weight: 200;
}

.sevaCommen .two h3 span{
        font-size: 22px;
        font-weight: 600;
        color:#f77b55;
}

.sevaCommen .two{
        padding-bottom: 0px;
}

.sevaCommen .two.padding-bottm{
        padding-bottom: 55px !important;
        
}

.sevaCommen .thanksImg{
        margin-top: 40px;
}

.sevaCommen .thanksImg img{
        margin:auto;
}

.sevaCommen .btm-btn{
        margin-top:40px;
}

.sevaCommen .two.padding-bottm{
        padding-bottom: 30px;
        
}

.sevaCommen label{
	font-size: 14px;
	color: #3a3a3a;
	font-weight: normal;
}

.sevaCommen .caleIcon{
	position: relative;
}

.sevaCommen .caleIcon:after{
	content: '\f073';
	position: absolute;
	font-family: 'FontAwesome';
	color: #000;
	font-size: 20px;
	right: 10px;
	bottom: 8px;
}

.sevaCommen .caleIcon input{
	padding-right: 36px;
}

.sevaCommen .or{
    margin: 20px 0;
    text-align: center;
}

.sevaCommen .or > div{
    padding: 0;
}

.sevaCommen .or hr{
	margin: 12px 0;
        position: absolute;
        width: 100%;
}

.sevaCommen .or h3{
	margin: 0px;
        background: #fff;
        padding: 0px 10px;
        position: relative;
        z-index: 2;
        display: inline-block;
}

.sevaCommen hr{
	border-top: 1px solid #cccccc; 
}

.innerBanner.shoppingCart{
	background: url(../images/fdsfd.jpg) no-repeat center;
	background-size: cover;
}

.shoppingCartPage h1 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}


.cartTable .table h3{
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

.cartTable .table h4{
	font-weight: normal;
	font-size: 16px;
	color: #f77b55;
	margin: 0;
	margin-bottom: 10px;
}

.cartTable .table p{
	font-size: 15px;
	color: #6b6b6b;
}

.cartTable .table i{
	color: #f77b55;
	font-size: 30px;
}

.cartTable .table > tbody > tr > td{
	border-bottom: 1px solid #ddd;
}

.cartTable .table > tbody > tr > td:first-child{
    width:30%;
}

.templeDetails{
	margin-bottom: 20px;
}

.templeDetails .text h2{
	font-size: 22px;
	color: #f77b55;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.templeDetails .text p{
	color: #696663;
	font-size: 16px;
}



/*== Temple Details ==*/
.innerBanner.templeDetailsPage{
	background: url(https://www.simpleseva.com/assets/frontend/static_pages/offering_seva.jpg) no-repeat center;
}

.photoGallery .item img{
	width: 100%;
}

.photoGallery .owl-prev, .photoGallery .owl-next{
	position: absolute;
	padding: 10px 14px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}

.photoGallery .owl-prev{
	left: 0;
}

.photoGallery .owl-next{
	right: 0;
}

.photoGallery .owl-thumbs button{
	border: 0px;
	background: transparent;
	float: left;
	width: 16.666%;
	margin: 8px 4px;
}

.photoGallery .owl-thumbs button img{
	width: 100%;
}

.mainInfo h2{
	margin: 0;
	position: relative;
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.mainInfo h2 span{
	padding: 4px 8px;
	border: 1px solid #f77b55;
	border-radius: 4px;
	color: #f77b55;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 4px;
}

.mainInfo h2 span.FavAdded{
    color: #fff;
    background: #f77b55;
}

.mainInfo label{
	font-weight: normal;
	color: #8f8a86;
	font-size: 16px;
}

.mainInfo hr{
	margin: 10px 0px;
}

.mainInfo .templeId{
	font-size: 16px;
}

.mainInfo .templeId label{
	display: inline-block;
	vertical-align: middle;
}

.mainInfo .reviewStar{
	font-size: 14px;
}

.mainInfo .reviewStar i{
	color: #f6ae02;
}

.mainInfo .address label{
	display: block;
}

.mainInfo .address strong{
	margin-bottom: 10px;
	display: block;
}

.mainInfo .contact label{
	display: block;
	line-height: normal;
	margin: 0;
}

.mainInfo .contact strong{
	margin-bottom: 10px;
	display: block;
}

.mainInfo .contact .outer{
	position: relative;
	padding-left: 50px;
}

.mainInfo .contact .outer img{
	position: absolute;
	top: 0;
	left: 0;
}

.mainInfo .additinalComment label{
	display: block;
} 

.mainInfo .additinalComment p{
	padding: 10px;
	color: #737373;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	background: #fff;
	margin-top: 10px; 
}

.templeDetails .infoTabs .nav-tabs{
	border-bottom: 2px solid #f77b55;
}

.templeDetails .infoTabs .nav-tabs > li{
	margin-bottom: 0px;
}

.templeDetails .infoTabs .nav-tabs > li > a{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #727272;
	padding: 10px 20px;
	background: #e6e6e6;
	border-radius: 0;
	border: 0px;
}

.templeDetails .infoTabs .nav-tabs > li.active > a, .templeDetails .infoTabs .nav-tabs > li.active > a:focus, .templeDetails .infoTabs .nav-tabs > li.active > a:hover, .templeDetails .infoTabs .nav-tabs > li > a:hover{
	background: #f77b55;
	color: #fff;
}

.templeDetails .infoTabs .tab-content{
	padding: 20px 0;
}

.templeDetails .infoTabs .tab-content p.topPara{
	font-size: 16px;
	color: #696663;
	line-height: 1.8;
	margin-bottom: 30px;
}

.templeDetails .infoTabs .tab-content h3{
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

.templeDetails .infoTabs .tab-content p{
	font-size: 16px;
	color: #696663;
	line-height: 1.8;
}


.cardOuter{
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

.cardOuter .cardImg{
	height: 250px;
}

.cardOuter .cardImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cardOuter .cardBtmInfo{
	padding: 20px;
	position: relative;
}

.cardOuter .cardBtmInfo button{
	position: absolute;
	right: 10px;
	background: #f77b55;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.5;
	border:0;
	top: -20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.cardOuter .cardBtmInfo h4{
	color: #333333;
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
}

.cardOuter .cardBtmInfo h4 a{
	color: #f77b55;
	text-decoration: underline;
}

.cardOuter .cardBtmInfo p{
	color: #000;
	font-size: 18px;
}

.cardOuter .cardBtmInfo p strong{
	color: #f77b55;
}

.cardOuter .cap{
	padding: 20px;
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.cardOuter .cap p{
	color: #000;
	font-size: 18px;
}

.cardOuter .cap p strong{
	color: #f77b55;
}

.cardOuter .cap .cardClose {
    cursor: pointer;
}

.cardOuter .cap1 {
    padding: 20px;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.cardOuter .cap1 p{
	color: #000;
	font-size: 18px;
}

.cardOuter .cap1 p strong{
	color: #f77b55;
}

.cardOuter .cap1 .cardClose1 {
    cursor: pointer;
}

.secHeadBorder{
	padding: 14px 0;
	border-top: 1px solid #a7a8aa;
	border-bottom: 1px solid #a7a8aa;
	margin-bottom: 20px;
}

.secHeadBorder h1{
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0px;	
}

.templeEvents{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 20px;
}

.templeEvents .imgOuter img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.templeEvents .text h2{
	font-size: 22px;
	color: #f77b55;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.templeEvents .text p{
	color: #696663;
	font-size: 16px;
}

.templeEvents .lck{
	color: #f77b55;
}

.templeEvents .bt .inn{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.googleAds{
	margin: 20px 0;
}

.googleAds img{
	margin: auto;
}

.templeServices .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #dbdce1;
}

.templeServices .table-striped > tbody > tr > th:last-child, .templeServices .table-striped > tbody > tr > td:last-child{
	text-align: center;
}

.templeServices .table-striped{
	font-size: 16px;
	color: #080808;
}

.tetimonials h1{
	position: relative;
}

.tetimonials .owl-nav{
	position: absolute;
	right: 0;
	top: 2px;
}

.tetimonials .owl-nav i{
	float: left;
	color: #7b7b7d;
	margin: 0 3px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.tetimonials .owl-nav i:hover{
	color: #000;
}

.tetimonials .proImg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.tetimonials .proImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tetimonials .owl-carousel > div{
	text-align: center;
}

.tetimonials .owl-carousel .text{
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: -50px;
	padding-top: 60px;
}

.tetimonials .owl-carousel .text p{
	color: #595959;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;	
}

.tetimonials .owl-carousel .text p:before{
	content: url(../images/fdsgs.png);
}

.tetimonials .owl-carousel .text span{
	color: #f77b55;
	font-size: 15px;
}


.innerBanner.contactUsPage{
	background: url(../images/fdsfd.jpg) no-repeat center;
	background-size: cover;
}

.innerBanner.forgotPasswordPage{
	background: url(../images/fgr.jpg) no-repeat center;
	background-size: cover;
}

.innerBanner.cardPaymentPage{
	background: url(../images/fdsfd.jpg) no-repeat center;
	background-size: cover;
}





.innerBanner.articalDetailsPage{
	background: url(../images/fdsfd.jpg) no-repeat center;
	background-size: cover;
}

.articalDetailsPage  h2{
	margin-top: 0;
}

.articalDetailsPage  h5{
	font-size: 14px;
	font-style: italic;
	color: #ea4e1f;
}

.articalDetailsPage p{
	font-size: 16px;
	line-height: 2;
}
/*--22-2-2019--*/
.browseTemplesPage .browseTemplesSlider .img-outer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.browseTemplesPage .browseTemplesSlider .img-outer {
	height: 160px;
	width: 100%;
}












/* Responsive (Mobile) Design
**********************************************************/
@media (min-width:1025px) and (max-width:1400px) {
}

@media (min-width:993px) and (max-width:1024px) {
}


@media (min-width:768px) and (max-width:992px) {
	.templeEvents .bt .inn{
		transform: translateY(0%);
		margin-top: 20px;
	}
}

@media (max-width:992px) {
	nav.navbar.bootsnav .navbar-header{
		text-align: left;
	}	
	nav.navbar.bootsnav.no-background.white .attr-nav > ul > li.signIn > a{
		border:1px solid #6f6f6f;
		border-radius: 4px;
	}
	.newsLetter h2{
		text-align: center;
		margin-bottom: 20px;
	}

}

@media (max-width:767px) {
	.attr-nav > ul > li > a{
		padding: 8px 20px !important;
	}
	.howItWorks .howItWorksOuter .div{
		border-right: 0px;
		border-bottom: 1px dashed #bfbfbf;
		padding-bottom: 10px;
		margin-bottom: 26px;
	}
	.homeAbout .imgOuter{
		margin-top: 20px;
	}
	.newsLetter input{
		margin-bottom: 20px;
	}
	.mustFooter .topFooter h3{
		margin-top: 20px;
	}
	.priestsPageHead > div{
		width: 100%;
		margin-top: 20px;
	}
	.priestsList .text-info{
		margin-top: 20px;
	}
	.templeEvents .bt .inn{
		transform: translateY(0%);
	}
	.templeEvents .text h2{
		margin-top: 20px;
	}
	
}

@media (max-width:480px) {
	.mustFooter .bottomFooter p{
		float: none !important;
		width: 100%;
		text-align: center;
	}
	.mustFooter .bottomFooter .pull-right{
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media (min-width:415px) {
	.attr-nav > ul > li > a i.icon{
		display: none;
	}
}

@media (max-width:414px) {
	.attr-nav > ul > li {
	    padding-bottom: 16px;
	}
	.attr-nav > ul > li > a {
	    padding: 8px 12px !important;
	}
	.attr-nav > ul > li > a span.text{
		display: none;
	}
	nav.navbar.bootsnav.navbar-fixed .logo-scrolled{
		width: 150px
	}
}



/* iphone 6+ landscape */
@media only screen and (min-device-width :414px) and (max-device-width :736px) and (orientation : landscape) {
}

/* iphone 6 + */
@media only screen and (min-device-width :414px) and (max-device-width : 420px) and (orientation : portrait) {
}

/* iphone 6 portrait */
@media only screen and (min-device-width : 374px) and (max-device-width : 375px) and (orientation : portrait) {
}

/* iphone 6 landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
}

@media (max-width:320px) {
}

.modal-header {
padding: 10px !important;
border-bottom: 1px solid #e5e5e5;
}
@media (max-width:1024px) {
.homeBanner{background-attachment: scroll;}
.newsLetter h2{font-size:22px;}
.btns{padding:10px 20px;}
.bootbox .modal-lg{width:90%; margin:10px auto;}
}
@media (max-width:768px) {
.mustFooter .col-xs-12{width:25%}
.browseTemplesPage .rightList .tempOuter .imgOuter{height:auto;}
.contactUs .col-sm-8{width: 66.66666667%;}
.contactUs .col-sm-4{width: 33.33333333%;}
.modal-content .modal-body .btn.btn-info {margin-bottom: 15px;}
.browseTemplesPage .rightList .tempOuter .imgOuter{
	height: 280px;
	position:relative;
}
.browseTemplesPage .rightList header p{font-size:14px;}

}
@media (max-width:767px) {
#two-sides .col-xs-12{width:50%}
#signInModal .modal-sm{width:70%; margin:10px auto;}
.bootbox .modal-lg{width:90%; margin:10px auto;}
}
@media (max-width:480px) {
.mustFooter .col-xs-12{width:50%}
.contactUs .col-sm-8{width: 100%;}
.contactUs .col-sm-4{width: 100%;}
.outer.getInTouch { margin-top: 30px;}
.modal-content .modal-body .btn.btn-info {margin-bottom: 15px;}
.browseTemplesPage .rightList .tempOuter .imgOuter{
	height: auto;
	position:relative;
}
#two-sides .col-xs-12{width:100%}
.browseTemplesPage .rightList header.pull-left{float:left; width:100%; text-align:left;}
#temples header p.pull-left {width: 100%;}
#temples header p.pull-right {width: 100%;margin-top: 10px;}

#signInModal .modal-sm{width:90%; margin:10px auto;}
}

