/*
    Template Name    : Prime
	Description		 : Responsive HTML5 Business Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header top area
6. Top Bar 
7. Navigation
8. Banner Area
9. About Us
10. Services
11. Testimonials Wrapper 
12. Satisfied Wrapper
13. Pricing Table
14. Our Team
15. Contact Us
16. Footer
17. Media Quries 

/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Halant, serif !important;
	margin-top: 0;
	text-transform: none;
	color: #272727;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-0 {
	margin-bottom: 0;
}
.pad-l4 {
	padding-left: 40px;
}
.nopadding {
	margin: 0;
	padding: 0;
}
.white {
	color: #fff;
}
.white-bg {
	background: #fff !important;
}
h6 {
	font-size: 16px;
	margin: 0 0 5px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
.section-lg {
	float: left;
	width: 100%;
}
.lspace-1 {
	letter-spacing: 10px;
}
.title-line.align-center {
	float: none;
	height: 2px;
	margin: 0 auto 30px;
	padding: 0;
	width: 34px;
}
.title-line {
	background-color: #161616;
	float: left;
	height: 2px;
	margin: 0 auto 60px;
	padding: 0;
	width: 34px;
}
section {
	width: 100%;
	float: left;
	/*padding: 80px 0;*/
}
.section-title {
	text-align: center;
	margin: 0 0 30px;
}
.section-title h2:before {
	content: url(../images/swastik.png);
    height: 3px;
    left: -60px;
    margin-top: -8.5px;
    position: absolute;
}
.section-title h2 {
	font-size: 25px;
	letter-spacing: 1.2px;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.section-title h2:after {
	content: url(../images/swastik.png); 
    margin-top: -8.5px;
    position: absolute;
    margin-left: 15px;
}

.section-title > p {
	color: #666;
}
.section-title > p span {
	display: block;
}
.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 40%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #fbb829;
}
#switcher .theme-color-two {
	background: #009688;
	left: 40px;
}
#switcher .theme-color-three {
	background: #C46123;
	left: 80px;
}
#switcher .theme-color-four {
	background: #19bdc7;
	left: 120px;
}
#switcher .theme-color-five {
	background: #46c6fb;
	left: 0px;
	top: 40px;
}
#switcher .theme-color-six {
	background: #2ecc71;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #008cba;
	left: 80px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #8a7bd1;
	left: 120px;
	top: 40px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp i {
	display: block;
	line-height: 40px;
}
/*
================================================
5. header top area
================================================
*/
.header-top-area {
	background-color: #fcfcfc;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: .4s;
	transition: .4s;
	
}
.logotext{
	font-size: 24px !important;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	color: #555;
}

.logo a{
	/*font-size:13px;
	position: relative;
	z-index: 9999; */
	
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	color: #009688;
}

.logotext a{
	font-size:13px;
	position: relative;
	z-index: 9999;
}

header .logo:before {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;	
	width: 2000px;
	z-index: 999;
}
header .logo {
	height: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
}
/*
================================================
6. Top Bar 
================================================
*/
.top-bar {
	background: #0b4e61;
	border-bottom: 1px solid #252a2c;
	padding: 5px 0;
	font-size: 14px;
    letter-spacing: 1px;
}
@media (max-width: 991px) {
	.top-bar {
		font-size: 12px;
	}
}
.top-bar p {
	color: #a4a4a6;
	margin: 0px;
	padding: 0;
	font-size: 13px;
}
.top-bar{
	color: #fff;
}
.top-bar a {
	color: #fff;
}
.top-bar a:hover .fa-envelope, .top-bar a:hover {
	color: #fff;
}
.top-bar .fa {
	color: #f1f1ed;
	margin-right: 6px;
}
.top-bar ul {
	margin: 2px 0 0;
	padding: 0;
}
.top-bar ul li {
	margin-right: 15px;
	padding: 0;
}
.top-header-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-header-wrapper ul li:first-child {
	margin: 0;
}
.top-header-wrapper ul li {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
}
.top-header-wrapper > a {
	color: #a4a4a6;
}
.top-header-wrapper i {
	margin-right: 5px;
}
.top-support > span {
	display: block;
}
span.separator {
	margin: 0 10px;
}
/*
================================================
7. Navigation
================================================
*/
.menu-bg .header-top-area + .banner-wrapper {
	margin-top: 70px;
}
.menu-bg .header-top-area {
	background: rgba(255, 255, 255, 1);
	z-index: 99999;
	position: fixed;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .logo {
	padding: 18px 0;
	transition: all 0.3s ease 0s;
	margin-bottom: -1px;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	color: #d40000;
	font-size: 17px;
	font-weight: 600;
	padding: 25px 18px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 18px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #555;

}
.header-top-area .navbar-nav > li.active > a::before {
	content: "_____";
	text-align: center;
	height: 0px;
	margin-left:5px;
	left: 15px;
	margin-top: 5px;
	position: absolute;
	top: 50%;
	width: 2px;
	color:#e7791aeb;

	/*border-bottom: 1px solid;
    border-color: #31d6e6;
    border-bottom-width: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;*/

}
/*
================================================
8. Banner Area
================================================
*/
.banner-wrapper:before {
	background: rgba(81, 87, 105, 0.4);
	bottom: 0;
	content: "";
	left: 0;	
	height:100%;
	width:100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.banner-wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index:1;
	background-image: url("../images/banner2.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.3s ease 0s;	
	position: relative;
}
.promo-block {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../images/mahakaleshwar-mandir.jpg) no-repeat;
  background-size: cover;
  background-position: 43%;
  /*opacity:0.80;*/
  /*padding: 170px 0 200px;*/
}

.promo-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(131, 110, 136, 0.5);
  content: " ";
}

.promo-block .promo-block-title {
  font-size: 40px;
  font-weight:600;
  color: #fff;
  margin-bottom:30px;
}

@media (max-width: 480px) {
  .promo-block .promo-block-title {
    font-size: 40px;
     margin-bottom:20px;
     line-height: 1.5;
  }
}


.promo-block .promo-block-text {
  font-size: 30px;
  color: #efd30a;
  font-weight:600;
  margin-bottom:30px;
}

.promo-block .promo-block-tail-text {
  font-size: 23px;
  color: #efd30a;
  font-weight:600;
  margin-bottom:30px;
  vertical-align: middle;
}


@media (max-width: 480px) {
  .promo-block .promo-block-text {
    
     margin-bottom:30px;
  }
}


.promo-block .promo-block-head-text {
  
    padding: 8px;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 480px) {
  .promo-block .promo-block-head-text {
    
     
  }
}
    
.banner-content {
	display: table;
	height: 550px;
	width: 100%;
}
.banner-content-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 25px;
	color: #fff;
}
.banner-content h2 {
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 20px;
	color: #fff;
	font-family: sans-serif !important;
}
.banner-content h3 {
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 20px;
	color: #fff;
	font-family: sans-serif !important;
}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding: 0 160px 30px;
}
/* slider btn */
.banner-content .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	background: none;
	color: #fbb829;
	border: 1px solid #fbb829;
}
.banner-content .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.banner-content .btn:hover:before, .banner-content .btn:focus:before, .banner-content .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
9. About Us
================================================
*/
.aboutus {
	padding: 50px 0 50px;
}
.about-details img {
	width: 100%;
}
.aboutus h4 {
	font-size: 22px;
	letter-spacing: 0.6px;
	margin: 0 0 8px;
	padding: 0;
}
.readmore {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 8px 20px;
	border-radius: 0;
	border: none;
	background: none;
	color: #fbb829;
	margin: 15px 0 20px;
}
.readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.readmore:hover, .readmore:focus, .readmore:active {
	color: #000;
}
.readmore:hover:before, .readmore:focus:before, .readmore:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-details > img {
	margin-bottom: 17px;
}
.we-do > ul {
	list-style: outside none none;
	margin: 17px 0 0;
	padding: 0;
}
.we-do > ul li {
	margin-bottom: 10px;
}
.we-do > ul li:last-child {
	margin-bottom: 0;
}
.we-do > ul li i {
	margin-right: 10px;
}
.progress-bar {
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: left;
	font-family: "Montserrat";
	font-size: 11px;
	font-weight: 300;
	height: 100%;
	letter-spacing: 1px;
	line-height: 18px;
	padding-right: 15px;
	text-align: right;
	width: 0;
	background-color: #FBB829;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aboutme {
	margin-bottom: 20px;
}
.html {
	width: 82%;
}
.css3 {
	width: 78%;
}
.bootstrap {
	width: 85%;
}
.photoshop {
	width: 65%;
}
.jquery {
	width: 90%;
}
.javascript {
	width: 95%;
}
.progress {
	border-radius: 0;
	box-shadow: none;
	height: 3px;
	margin-top: 5px;
}
.skill-progress {
	color: #999;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
}
.web-bar {
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	min-height: 30px;
	min-width: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bar1 {
	right: 16%;
}
.bar2 {
	right: 26%;
}
.bar3 {
	right: 11%;
}
.bar4 {
	right: 31%;
}
.bar5 {
	right: 7%;
}
/*
================================================
10. Services
================================================
*/
.services {
	padding: 30px 0 0px;
	background: #f7f7f7;
}

.poojaservice {
	padding: 50px 0 0px;
	background: #f7f7f7;
}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
}
.service-callouts .service-box {
	-webkit-transform: translateZ(0);
	text-align: center;
	transition: 0.3s ease-out;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 10px 6px -6px #eaeaea;
	-moz-box-shadow: 0 10px 6px -6px #eaeaea;
	box-shadow: 0 10px 6px -6px #eaeaea;
	padding: 0px;
	border-style: dashed;
	border-color: #eaeaea;
	border-width: 1px;
	background: #fff;
}
.service-callouts .service-box .read_service {
	text-decoration: none;
}
.service-callouts .service-box i.fa {
	margin-top: 15px;
	font-size: 30px;
}
.service-callouts .service-box h3 {
	position: relative;
	margin-top: 20px;
}
.service-callouts .service-box p {
	color: #555;
	margin: 0;
}
/*
================================================
11. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: #fff;
	padding: 63px 0 70px;
}
.testimonial-img {
	border-right: 1px solid #e1e7ee;
	margin: 0 0 20px;
}
.testimonial-img > i {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 26%;
	text-align: center;
	top: 0;
	width: 40px;
}
.carousel-inner .testimonial-img img {
	display: block;
	transform-style: preserve-3d;
}
.testimonial-img > img {
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	width: 150px;
	transform-style: preserve-3d;
}
.textimonial-text {
	margin-top: 0;
}
.textimonial-text > p {
	color: #465053;
	font-weight: 400;
}
.client-name {
	color: #e9563d;
	margin-top: 30px;
	text-transform: uppercase;
}
.testimonial-rating > p {
	display: inline-block;
	font-weight: 600;
	color: #222;
}
.testimonial-rating > ul {
	display: inline-block;
	margin-left: 10px;
}
.testimonial-rating li {
	display: inline-block;
}
.textimonial-text > i {
	color: #0d9587;
	font-size: 20px;
	position: relative;
	right: -95%;
}
.textimonial-text > i {
	font-size: 20px;
	position: relative;
	right: -95%;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -16px;
}
.testimonials-wrapper .carousel-indicators li {
	height: 10px;
	margin: 0 0 0 5px;
	padding: 0;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	background: #eee;
	border: none;
}
.testimonials-wrapper .carousel-indicators .active {
	height: 10px;
	margin: 0 0 0 5px;
	transition: all 0.4s ease 0s;
	width: 10px;
	border-radius: 0;
	border: none;
}
/*
================================================
12. Satisfied Wrapper
================================================
*/

.satisfied-wrapper {
	padding: 99px 0 70px;
	width: 100%;
	float: left;
	background: url(../images/satisfied-wrapper-bg.png) left top repeat;
	text-align: center;
	width: 100%;
}
.satisfied-wrapper .counter {
	border: 1px dashed #999;
	padding: 15px;
	position: relative;
}
.satisfied-wrapper .counter .icon {
	top: -30px;
	left: calc(50% - 30px);
	position: absolute;
	text-align: center;
}
.satisfied-wrapper .counter .icon span {
	background: #fff;
	font-size: 34px;
	height: 60px;
	line-height: 55px;
	width: 70px;
}
.satisfied-wrapper .counter .lnr {
	font-size: 35px;
	color: #0e3655;
	margin: 0 0 20px;
	display: inline-block;
}
.satisfied-wrapper .counter .number {
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
	padding: 35px 0 0;
	color: #2d2e2e;
}
.satisfied-wrapper .counter p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 0;
}
/*
================================================
13. Pricing Table
================================================
*/
.pricing-table-wrapper {
	padding: 63px 0 70px;
}
.pricing_item {
	position: relative;
	padding: 2.5rem 1.875rem;
	border: 1px solid #e6e1e1;
	z-index: 1;
	text-align: center;
}
.pricing_item.active {
	color: #fff;
}
.pricing_item.active .pricebox {
	border-color: #fff;
}
.pricing_item .pricebox {
	border-bottom: 1px solid #e6e1e1;
	padding-bottom: 20px;
	margin: 0 0 25px;
}
.pricebox .price_title {
	float: left;
	text-align: left;
}
.pricebox .price_title, .pricebox .price {
	display: inline-block;
}
.pricebox .price {
	float: right;
}
.pricebox .price p > strong {
	font-size: 3.75rem;
	font-weight: bold;
	color: #2d2d2d;
}
.pricebox .price span.month {
	font-size: 0.875rem;
	font-weight: normal;
}
.pricing_item .availability:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: #515A5F;
	display: none;
	vertical-align: middle;
	width: 24px;
	margin-left: -24px;
}
.pricing_item.active .readmore {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: 0 0 1px transparent;
	color: #000;
	display: inline-block;
	margin: 15px 0 20px;
	padding: 8px 20px;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition-duration: 0.5s;
	transition-property: color;
	vertical-align: middle;
}
.pricing_item.active .readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.pricing_item.active .readmore:hover, .pricing_item.active .readmore:focus, .readmore:active {
	color: #fff;
	border: 1px solid #000;
}
.pricing_item.active .readmore:hover:before, .pricing_item.active .readmore:focus:before, .readmore:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	border: 1px solid #000;
}
/*
================================================
14. Our Team
================================================
*/
.our-team {
	background: #f7f7f7;
	padding: 63px 0 70px;
}
.our-team .section-title {
	margin: 0;
}
.our-team-single {
	margin-top: 30px
}
.caption-text h3 > a {
	display: inline-block;
	font-size: 19px;
	margin-top: 18px;
	color: #2d2d2d
}
.caption-text > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.team-social li {
	display: inline-block;
}
.team-social a {
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.team-social a:hover {
	background: #fff;
}
.team-social > ul {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 17%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 45%;
	visibility: hidden;
	z-index: -1;
}
.our-team-single:hover .team-social > ul {
	visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1;
}
.our-team-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 100%;
}
.our-team-single:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.our-team-img {
	position: relative;
	overflow: hidden
}
.team-social {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
	min-height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: perspective(700px) rotateX(90deg);
	transform: perspective(700px) rotateX(90deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 100%;
}
.our-team-single:hover .team-social {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(700px) rotateX(0deg);
	transform: perspective(700px) rotateX(0deg);
	visibility: visible;
}
.caption-text {
	background: #fff none repeat scroll 0 0;
	padding: 0 0 20px;
	text-align: center;
}
/*
================================================
15. Contact Us
================================================
*/

.contactus {
	padding: 75px 0 50px;
	background: #fff;
}
.contact-address {
	color: #0b192d;
	position: relative;
}
.form-group {
	position: relative;
}
.contact-form .fa {
	border-left: 1px solid #dfdfdf;
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	padding-left: 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 29px;
}
.form-control {
	background-color: transparent;
	background-image: none;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	display: block;
	font-size: 14px;
	height: 39px;
	line-height: 1.42857;
	padding: 6px 12px;
	width: 100%;
}
.contact-address .contact-info {
	position: relative;
	color: #64686d;
}
.contact-address .contact-info p {
	margin: 0 0 20px;
	line-height: 30px;
}
.contact-address .contact-info span {
	display: block;
	padding:10px;
}
.contact-address .contact-info .contact-icon > i {
	font-size: 40px;
	margin-bottom: 15px;
}
.google-map {
	float: left;
	width: 100%;
	pointer-events: none;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}
/*
================================================
16. Footer
================================================
*/
footer {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #212124;
}
footer p {
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size:14px;
}

/*
================================================
17. Media Quries 
================================================
*/
@media (min-width: 768px) and (max-width: 991px) {
/******* Common CSS *******/	
.r-mbot-4 {
	margin-bottom: 40px
}
/******* logo *******/	
header .logo {
	padding: 29px 20px;
}
.menu-bg .logo {
	padding-top: 18px;
}
.logo {
	float: left;
	padding-top: 22px;
}
.navigation {
	padding: 0;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-collapse {
	margin: 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav li a {
	padding: 30px 10px;
	font-size: 12px;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 8px;
}
.navbar {
	margin-top: 0px;
}
/******* satisfied wrapper *******/	
.satisfied-wrapper {
	padding: 99px 0 10px;
}
.satisfied-wrapper .counter {
	margin: 0 0 59px;
}
/******* Testimonials *******/	
.testimonial-img > i {
	right: 40%;
}
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricebox .price_title h3 {
	font-size: 18px;
}
#scrool-top {
	right: 15px;
}
}
@media (max-width: 767px) {
/******* Common CSS *******/	
.section-title > p {
	padding: 0 10px;
}
.section-title > p span {
	display: inherit;
}
.section-title h2:before {
	/*width: 30px;*/
	left: -45px;
}
section h2 {
	font-size: 25px;
}
.section-title h2:after {
	/*width: 30px;*/
	right: -45px;
}
/******* logo *******/	
.logo {
	padding: 15px 0 13px;
}
/******* navigation *******/	
.menu-bg .navbar-toggle {
	margin-top: -43px;
}
.navbar {
	z-index: 9999;
}
header .logo {
	margin: 0 0 -2px;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -56px;
	border: none;
	background: #fff;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: #f7f7f7;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #eee;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding: 11px 15px;
}
.menu-bg .logo {
	padding: 18px 0 10px;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
/******* slider *******/	
.banner-content {
	height: 450px;
}
.banner-content h1 {
	font-size: 40px;
}
.banner-content p {
	padding: 0 0 30px;
}
/******* skill *******/	
.skill {
	margin: 20px 0 0;
}
/******* satisfied wrapper *******/
.satisfied-wrapper {
	padding: 25px 0 68px;
}
.satisfied-wrapper .counter {
	margin: 50px 0 0;
}
/******* testimonials *******/
.testimonial-img {
	border: none;
}
/******* pricing table *******/
.pricing-table-wrapper .section-title {
	margin: 0 0 10px;
}
.pricing-table-wrapper .pricing_item {
	margin-top: 20px;
}
#scrool-top {
	right: 15px;
}
.contactus:before {
	display: none;
}
}

/******* pooja section *******/

.img-pooja{
        max-width: 100%;
        height: 118px;
    width: 200px;
    display: block;
}

.img-pooja1{
        max-width: 100%;
        height: 40px;
    width: 45px;
    display: inline;
	margin-left:10px;
}
@media (max-width: 991px) {
.img-pooja1{
	margin-left:-5px;
}	
}

/*Icons
---------------------------------- */
.icon {
  display: inline-block;
  /*text-align: center;*/
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.icons .icon {
  margin: 0 5px 5px 0;
}
.icon i {
  position: relative;
  z-index: 1;
}
.icon.dark-bg {
  background-color: rgba(66, 66, 66, 0.66);
  color: #ffffff;
}
.icon.default-bg {
  background-color: #09afdf;
  color: #ffffff;
}
.icon.light-bg {
  background-color: #fff;
  color: #09afdf;
}
.icon.without-bg {
  font-size: 36px;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  height: 100%;
}
.icon.large {
  font-size: 36px;
  width: 150px;
  height: 120px;
  line-height: 97px;
}
.icon.small {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 43px;
}
/*Feature Box
---------------------------------- */
.feature-box,
.feature-box-2 {
  margin-bottom: 30px;
}
.feature-box .title,
.feature-box-2 .title {
  margin-top: 0px;
}
/*style-1*/
.feature-box h3 {
  margin-top: 0;
}
.feature-box .icon {
  margin-bottom: 10px;
}
.feature-box p {
  clear: both;
  margin-bottom: 15px;
}
.feature-box:not(.shadow):hover .icon {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*style-2*/
.feature-box-2 {
  position: relative;
}
.feature-box-2 .icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.feature-box-2 .icon.without-bg {
  width: 0;
  height: 0;
}
.feature-box-2.boxed {
  border: 1px solid #f1f1f1;
}
.feature-box-2.boxed .icon {
  left: 20px;
  top: 20px;
}
.feature-box-2 .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-box-2 .body {
  margin-left: 62px;
}
.feature-box-2:hover .icon {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-box-2.right .body {
  margin-right: 62px;
  margin-left: 0px;
  text-align: right;
}
.feature-box-2.right .icon {
  left: auto;
  right: 0px;
}
.feature-box-2.right .icon.without-bg {
  right: 40px;
}
.feature-box-2.boxed.right .icon {
  left: auto;
  right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
  right: 60px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .feature-box-2:not(.boxed) {
    padding-bottom: 0;
  }
}
/*shadow*/
.shadow,
.shadow-narrow {
  position: relative;
  background-color: #ffffff;
}
.light-gray-bg.shadow,
.light-gray-bg.shadow-narrow {
  background-color: #fafafa;
}
.bordered {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.dark-bg .bordered {
  border: 1px solid #555555;
}
.shadow *,
.shadow-narrow * {
  position: relative;
  z-index: 3;
}
.shadow:before,
.shadow-narrow:before {
  position: absolute;
  left: 0;
  height: 60%;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #ffffff;
  z-index: 2;
}
.light-gray-bg.shadow:before,
.light-gray-bg.shadow-narrow:before {
  background-color: #fafafa;
}
.shadow:after,
.shadow-narrow:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 96%;
  left: 50%;
  bottom: 2px;
  margin-left: -48%;
  -webkit-box-shadow: 0 5px 7px #999999;
  box-shadow: 0 5px 7px #999999;
  z-index: 1;
  border-radius: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shadow-narrow:after {
  width: 90%;
  margin-left: -45%;
}
.shadow:hover:after,
.shadow-narrow:hover:after {
  bottom: 10px;
}

.pooja-div{
	background-color: #fff;

   /* width: auto;
   height: auto;*/
}
.margin-padding-img {
  margin-bottom: 25px !important;
  padding: 170px 0 175px;
}

@media (max-width: 768px){
.margin-padding-img{
	padding: 30px 0 175px;
}}

.btn-white-bg{
	color:#fff;
	font-size: 18px;
}

.button-con {
    width: 115px;
    height: 35px;
    background: #4c8a9cfa;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

.vid-section{

    border: 1px solid #d6ddded6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.marg-left{
	margin-left: 45px;
}

@media (max-width: 480px) {
  .marg-left {
    margin-left: 0px;
  }
}

.shlok-font{
	font-family: sans-serif;
    font-size: 13px !important;
    /* letter-spacing: 1px; */    
    padding-right: 50px;
    color: #009688;
    font-weight: 600;
    vertical-align: text-bottom;
}

@media (min-width: 360px) and (max-width: 480px) {
  .shlok-font {
   font-size: 16px;
  }
}

.txt-deco{
	border-bottom: 1px solid #bdaeae;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.title{
	margin-left:10px;
	top: 5px;
}

@media (max-width: 480px) {
.title{

	margin-bottom: 8px;
	margin-left:5px;
	top: 5px;
	
}}
.btn-theme-md {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 7px 10px 7px;
}

.btn-white-bg {
    color: #fff;
    background: #4c8a9cfa;
    border-color: transparent;
    border-width: 0;
}
.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-theme:hover {
	color:red;
}