@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@font-face {
	font-family: 'EdwardianScriptITC';
	src: url('../fonts/EdwardianScriptITC.eot');
	src: url('../fonts/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EdwardianScriptITC.woff2') format('woff2'),
		url('../fonts/EdwardianScriptITC.woff') format('woff'),
		url('../fonts/EdwardianScriptITC.ttf') format('truetype'),
		url('../fonts/EdwardianScriptITC.svg#EdwardianScriptITC') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	transition: 0.5s;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Reset CSS*/
h1, h2, h3 { font-size: 42px; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-bottom: 30px;}
h3 { font-size: 38px;}
h4, h5, h6 { font-size: 26px; font-family: 'Montserrat', sans-serif; font-weight: 300; margin-bottom: 30px;}
h5 { font-size: 24px;}
h6 { font-size: 20px; font-weight: 400;}
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: normal;
}
.header-wrapper {
    position: relative;
}
.header-wrapper:before {
	background: url(../images/header-img.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 384px;
    height: 100px;
    pointer-events: none;
}
.header-top {
	background: #d40000;
	padding: 10px 20px;
}
.header-top-info ol {
    float: right;
}
.header-top-info ol li {
	display: inline-block;
    vertical-align: middle;
}
.header-top-info ol li .red-btn {
	background: #161616;
}
.header-top-info ol li .red-btn:hover {
	background: #5e0000;
}
.facebook-btn {
    background: #35528c;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 8px 20px;
    font-size: 16px;
    margin-left: 10px;
}
.facebook-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px;
}
.facebook-btn span {
	display: inline-block;
    vertical-align: middle;
}
.facebook-btn:hover {
    text-decoration: none;
	color: #fff;
}
.header-top-info ul {
	display: inline-block;
	border-left: 1px solid #fff;
	margin-left: 20px;
}
.header-top-info ul li {
	display: inline-block;
	margin-left: 20px;
}
.header-top-info ul li a {
	color: #fff;
}
.header-top-info ul li a:hover {
	color: #000;
}
.header-top-info ul li a i {
	font-size: 24px;
}
.red-btn {
	background: #d40000;
	border: none;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 15px 40px;
	font-size: 16px;
	text-transform: uppercase;
}
.red-btn:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}
.header-wrapper .red-btn {
	text-transform:none;
	font-size: 15px;
	padding: 10px 30px;
}
.header-middle {
	padding: 20px 0;
}
.logo {
	display: inline-block;
	margin-top: 7px;
}
.open-menu {
	display: none;
}
.close-menu {
	display: none;
}
.navigation {
    float: right;
	font-weight: 500;
}
.navigation > ul > li {
	display: inline-block;
	position: relative;
}
.navigation > ul > li > a {
	color: #000;
	font-size: 18px;
	display: block;
	padding: 20px;
}
.navigation > ul > li:hover > a, .navigation > ul > li.current-menu-item > a {
	color: #d40000;
	text-decoration: none;
}
.navigation > ul > li.menu-item-has-children:after {
	position: absolute;
	right: 5px;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #d40000 transparent transparent;
	transform: translateY(-50%);
}
.navigation .sub-menu {
	background: #d40000;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	z-index: 99;
	white-space: nowrap;
	display: none;
}
.navigation .sub-menu a {
	padding: 10px 45px 10px 15px;
	display: block;
	color: #fff;
}
.navigation .sub-menu a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-decoration: none;
}
.navigation .sub-menu > li {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navigation .sub-menu > li:last-child {
	border-bottom:none;
}
.navigation .sub-menu > li.menu-item-has-children:after {
	color: #fff;
    content: "›";
    position: absolute;
    right: 15px;
    top: 46%;
	font-size: 18px;
	transform: translateY(-50%);
}
.navigation .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navigation .menu-item-has-children:hover > .sub-menu {
	display: block;
}
.banner-wrapper {
    overflow: hidden;
}
.banner-wrapper h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.temple-hour {
	background: #d40000;
	padding: 30px 50px;
	color: #fff;
	min-height: 438px;
}
.temple-hour p {
    font-size: 16px;
    /*line-height: 48px;*/
    margin: 0;
    line-height: 25px; 
}
.upcoming-events {
	padding: 30px 50px;    
}
.upcoming-events ul li {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.upcoming-events ul li strong {
    display: block;
    float: left;
    background: #d40000;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 10px 14px 10px;
}
.upcoming-events ul li span {
    display: block;
    font-size: 14px;
}
.upcoming-events ul li p {
    margin-left: 84px;
    /*font-size: 13px;
    line-height: 18px;*/
    font-size: 22px;
    line-height: 50px;
    color: #737373;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.upcoming-events .red-btn {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-transform: none;
	margin: 0 auto;
	width: 120px;
	text-align: center;
}
.banner-wrapper {
    background: #e9e9e9;
}
.banner {
    overflow: hidden;
    height: 438px;
    position: relative;
}
.banner .item:after {
	background: rgba(0,0,0,0.4);
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 4;
}
.banner h1 {
    font-size: 64px;
    font-weight: 500;
    margin: 0;
    font-weight: 700;
}
.banner h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.banner .banner-txt-l, .banner .banner-txt-r {
	position: absolute;
    bottom: 20px;
    left: 30px;
	z-index: 5;
    color: #fff;
}
.banner .banner-txt-r {
    bottom: auto;
	left: auto;
    right: 30px;
    top: 30px;
    text-align: right;
}
.banner .owl-theme .owl-nav {
    margin-top: 0;
}
.banner .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;   
}
.banner .owl-theme .owl-nav .owl-next {
    left:auto;
    right: 4%;
}
.banner .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: rgba(255,255,255,0.5);
}
.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item,
.banner .owl-item {
    height: 100%;
}
.banner .item {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	max-height: none;
	height: 100%;
	width: auto !important;
}
.online-wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 120px 0 30px 0;
	text-align: center;
	position: relative;
	color: #fff;
}
.online-wrapper:before {
	background: rgba(0,0,0,0.7);
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.online-wrapper .container {
	position: relative;
	z-index: 5;
}
.online-wrapper p {
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
}
.link-btn {
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	padding: 11px 20px 11px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin-left: 10px;
}
.link-btn span {
	display: inline-block;
}
.link-btn strong { 
	display: inline-block;
    font-size: 30px;
    height: 22px;
    line-height: 16px;
	margin-left: 10px;
}
.link-btn:hover {
	background: #d40000;
	border-color: #d40000;
	text-decoration: none;
	color: #fff;
}
.online-wrapper img {
	margin: 30px auto 0 auto;
}
.info-wrapper {
	background: #f6f6f6;
	padding: 80px 0;
	text-align: center;
}
.info-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5%;
}
.info-wrapper ul li > a {
    background: #d40000;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: table;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.info-wrapper ul li > a p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    margin: 0;
}
.info-wrapper ul li > a p img {
    display:inline-block;
}
.info-wrapper ul li > a p span {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.info-wrapper ul li > a:hover {
    background: #000;
    text-decoration: none;
}
.info-wrapper ul li h2 {
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: 400;
}
.info-wrapper ul li h2 a {
    color: #000;    
    display: inline-block;
}
.info-wrapper ul li h2 a:hover{
    color: #d40000;  
    text-decoration: none;
}
.mv-wrapper {
	padding: 60px 0;
}
.mv-wrapper img {
	margin: 0 auto;
}
.mv-wrapper img + p {
	font-weight: 700;
	color: #555555;
	text-align: center;
	margin: 30px 0;
	line-height: normal;
}
.mv-wrapper img + p span {
	color: #d40000;
}
.mv-wrapper hr {
	background: none;
	border: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
	height: 6px;
	margin: 0 0 30px 0;
}
.mv-wrapper p {
	margin-bottom: 30px;
	color: #737373;
	line-height: 22px;
}
.mv-wrapper .col-sm-4:first-child p:first-child:first-letter {
	color: #d40000;
    font-size: 50px;
    font-weight: 700;
    vertical-align: bottom;
}
.mv-wrapper ul {
	margin-bottom: 20px;
}
.mv-wrapper ul li {
	border-bottom: 1px solid #d3d3d3;
}
.mv-wrapper ul li a {
	background: url(../images/bullet.jpg) no-repeat left center;
	display: block;
	font-size: 18px;
	color: #373737;
	padding: 12px 0 12px 50px;
}
.mv-wrapper ul li a:hover {
	text-decoration: none;
	color: #d40000;
}
.mv-wrapper .red-btn {
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}
.newsletter-wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 70px 0;
	text-align: center;
	position: relative;
	color: #fff;
}
.newsletter-wrapper:before {
	background: rgba(0,0,0,0.7);
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.newsletter-wrapper .container {
	position: relative;
	z-index: 5;
}
.newsletter-wrapper h2 {
	margin-bottom: 10px;
}
.newsletter-wrapper p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}
.newsletter-wrapper li {
	display: inline-block;
	position: relative;
}
.newsletter-wrapper li i {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	color: #919191;
	font-size: 18px;
}
.newsletter-wrapper input[type="text"], .newsletter-wrapper input[type="email"] {
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 12px 12px 12px 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: 100%;
}
.newsletter-wrapper input[type="text"]:hover, .newsletter-wrapper input[type="email"]:hover {
	background: #000;
}
.newsletter-wrapper input[type="submit"] {
	background: #d40000;
	border: none;
	border-radius: 50%;
    display: block;
    font-size: 40px;
    height: 50px;
    line-height: normal;
    padding: 0;
    width: 50px;
}
.newsletter-wrapper input[type="submit"]:hover {
	background: #000;
}
.newsletter-wrapper a.red-btn {
    text-transform: none;
    margin: 0 10px;
    padding: 15px 30px;
}
.gallery-wrapper {
	background: url(../images/gallery-left.png) no-repeat left bottom,url(../images/gallery-right.png) no-repeat right bottom;
	padding: 70px 0;
	text-align: center;
}
.gallery-wrapper h2 {
	margin-bottom: 10px;
}
.gallery-wrapper h2 + p {
	font-size: 18px;
	margin-bottom: 60px;
}
.gallery-box {
    margin-bottom: 30px; position: relative;
}
.gallery-img {
    overflow: hidden;
    position: relative;
    height: 280px;
}
.gallery-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: none;
	min-height: 100%;
	min-width: 100%;
}
.gallery-box .gallery-txt {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-box h5 {
	margin: 10px 0;
}
.gallery-box h5 a {
    color: #fff;
}
.gallery-box h5 a:hover {
	color: #d40000;
    text-decoration: none;
}
.gallery-box p {
	line-height: 22px;
	margin-bottom: 10px;
	color: #212121;
}
.gallery-box time {
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
	color: #d40000;
}
.gallery-box span {
	font-style: italic;
	font-size: 14px;
}
/********** css 13-3-2018 ************/

.temple-hour .r-tabs .r-tabs-nav{background-color:#c20101 ; margin: 0;}
.temple-hour .r-tabs-nav li a{  font-weight: normal; background-color: transparent;  }
.temple-hour .r-tabs-state-active a{ background-color:#fd1a1a !important;  }
.temple-hour .r-tabs .r-tabs-tab{ margin-bottom:0;  }
.temple-hour .r-tabs-nav li:last-child{ float: right; }

.page-template-tpl-kalabhavan h2{ text-align: center; font-weight: 500;  /*margin-bottom: 0; padding: 90px 0; */    }
.page-template-tpl-kalabhavan .content-wrapper p{ color: #000; font: 18px/35px 'Quicksand', sans-serif; text-align: center; }
.tab_inner_section h6 strong{ font:26px 'Montserrat', sans-serif;; }
.tab_inner_section .content-wrapper p{ font-size:16px; text-align: left; }
.tab_inner_section a{  background-color: #d40000; color: #fff !important; font-size:16px; padding: 8px 10px; text-transform:uppercase;  }
.tab_inner_section h6{ clear: both; margin: 10px 0; } 
.tab_inner_wrap .tab_inner_section li{ display: inline-block; }
.kalabhaban_tab_wrapper .modal-dialog{ width: 80%; }
.img_wrap img{ float: left; margin-right: 8px; }
.tab_inner_section ul li:first-child h6{ margin-top: 0 }
.temple-hour .tab_inner_wrap div{ margin-top: 8px; }
.kalabhaban-bl{ margin: 65px 0; }

/********** css 26-3-2018 *************/

/*.page-template-tpl-kalabhavan .kalabhaban_tab_wrapper h2{ padding-top: 0px;  margin-top: -20px;*/ }
.class_section_wrap{  margin:0 0 30px 0; /*border-top:1px solid #ccc; border-bottom:1px solid #ccc;*/ padding:0 0 30px; }
#class_id > div > div:nth-child(2n+1) { /*border-right: 1px solid #ccc; text-align: center;*/ background-color:#eee; }
#class_id > div:last-child{  border-right: 0; }
.registration_section{ text-align: center;   font-size: 20px; position: relative; margin-top: 80px; padding-top: 20px; }

.registration_section p:before {  content: '';  position: absolute;  top:-30px;   left:0; right:0; margin:0 auto;   width: 200px;  height: 3px;  background-color: #dc0101; }

.registration_section:after {  content: '';  position: absolute;  bottom: -20px;  left:0; right:0; margin:0 auto;  width: 200px;  height: 3px;  background-color: #dc0101; margin: 0 auto; }
.contact_section{ margin-top: 30px; }
.registration_section a{color:#e80000; font-size: 22px; line-height: 25px; }
.contact_section h4{ text-align: center; }
.policies_section{ text-align: right; font-size: 14px; margin-bottom: 40px; }
.tab_inner_section a:hover{ text-decoration: none !important; }
.calender_section img{ max-width: 100%; }
.tab_inner_section .img_wrapper {
       width: 100%;
    margin-bottom: 22px;
    float: left;
    min-height: 180px;
    overflow: hidden;
    position: relative;
}
.img_wrapper img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    max-height: 100%;
	min-width: 100%;
    max-width: 100%;
}

/************** 4-4-2018 ******************/

.kalabhaban-gray{ background-color: #f4f4f4; padding:50px 60px 85px !important; /*margin: 90px 0; */ }

.kalabhaban-gray2{ background: url(../images/gallery-left.png) no-repeat left bottom,url(../images/gallery-right.png) no-repeat right bottom  #f4f4f4;  }
.kalabhaban-gray2 table{ background-color: #fff;     border: 1px solid #ddd; }
.kalabhaban-gray2 a, .Kalabhaban a{ color:#e80000;  }
.kalabhaban-white{ padding: 65px 0; }
.kalabhaban-white .registration_section a{ color:#e80000; font-size: 22px; }
.kalabhaban-gray p{ color: #333; font-size: 16px; line-height: 20px; margin-bottom: 15px; text-align: center; }
.tab_inner_section .col-sm-3 { border-right: 1px solid #ccc; text-align: center;  background: #fff;  min-height: 425px;  overflow: hidden;  padding: 10px;  position: relative; }
/*.tab_inner_section .col-sm-3 a {  position: absolute;  bottom: 20px;  left: 39%; }*/
.kalabhaban-white h3{ text-align: center;  padding:0 0 40px 0;  font-weight: 500;  /*margin-bottom: 0;*/ position: relative; }
.kalabhaban-white h3:after{ content: ''; position: absolute; bottom:14px; left: 0; right:0; margin:0 auto; width: 370px;height: 3px;background-color: #dc0101;  }
.tab_inner_section{ overflow: hidden; }
.kalabhaban-gray2 table th{ background-color:#dc0101; color: #fff;  }
.kalabhaban-bl a{ color:#dc0101 !important;  }

/************** 4-4-2018 ******************/




.footer-wrapper {
	padding: 60px 0 30px 0;
	color: #fff;
	background: #302326;
	font-size: 16px;
}
.footer-wrapper h6 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-wrapper ul {
	margin-bottom: 30px;
}
.footer-wrapper ul li {
	margin-bottom: 20px;
}
.footer-wrapper ul li a {
	display: inline-block;
	color: #fff;
}
.footer-wrapper ul li a:hover {
	text-decoration: none;
	color: #d40000;
}
.footer-wrapper p {
	line-height: 36px;
}
.footer-wrapper ul li i {
	float: left;
    font-size: 24px;
    width: 30px;
}
.footer-wrapper ul li span {
	display: block;
    margin-left: 30px;
}
.footer-wrapper .contact-info li a {
	line-height: 26px;
}
.footer-wrapper .facebook-btn {
    display: inline-block;
    margin: 0;
}



/*inner-section*/
.inner-heading {
    background: url(../images/inner-banner.jpg) no-repeat center center;
	background-size: 100% auto;
    padding: 50px 0;
}
.inner-heading h1 {
    color: #fff;
	margin:0;
}
.inner-wrapper {
	background: url(../images/gallery-left.png) no-repeat left bottom,url(../images/gallery-right.png) no-repeat right bottom;
	padding: 50px 0;
    font-size: 18px;
    line-height: 30px;
}
.inner-wrapper p {
    margin-bottom: 30px;
}
.error-wrap {
    background: url(../images/error.png) no-repeat right bottom;
}
.error-wrap h2 {
    color: #d40000;
    font-size: 200px;
	margin: 0;
}
.inner-wrapper .table {
	background: #fff;
    border: 1px solid #ddd;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
}
.inner-wrapper .table th {
	background: #d40000;
	color: #fff;
	font-weight: 700;
}
.inner-wrapper .table td {
    border: 1px solid #ddd;
}
.list-item {
	margin-bottom: 30px;
}
.list-item li {
	padding: 0 0 10px 30px;
    position: relative;
}
.list-item li:before {
	background: #d40000;
	border-radius: 50%;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 14px;
}
.inner-wrapper a {
	color: #d40000;
}
.inner-wrapper a:hover {
	text-decoration: underline;
	color: #d40000;
}
.inner-wrapper .table a {
	display: block; cursor: pointer;
}
.teach_img {
	background: #000;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 200px;
}
.teach_img img {
	left: 50%;
	max-width: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cal-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cal-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cal-wrap strong {
    font-size: 16px;
}
.cal-wrap h2 {
    color: #d40000;
    font-size: 30px;
}
.cal-wrap img {
    width: 100%;
}
.inner-wrapper .cal-wrap a {
    color: #fff;
}
.inner-wrapper .cal-wrap a:hover {
    color: #fff;
    text-decoration: none;
}
.r-tabs-nav li a {
	background: #9c9b9b;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	display: block;	
}
.r-tabs-nav li.r-tabs-state-active a {
	background: #d40000;
	text-decoration: none;
}
.r-tabs-nav li a:hover, .r-tabs-nav li a:focus {
	text-decoration: none;
	color: #fff;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0 0 5px 0;
    list-style: none;	
}
.r-tabs .r-tabs-panel {
    padding: 30px 0;
    display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/*-- New_css_add(4-05-2018)--*/
.gray_bg{
    background-color: #f4f4f4;
    padding: 50px 0 !important;
    margin: 30px 0; 
}
.calender-wrapper.gray_bg img{
	margin: 0 auto;
	float: none;
	display: table;
}
.content_text p{
	text-align: center;
}
.meeting-wrap .r-tabs{
	margin-top: 20px;
}
.meeting-wrap .r-tabs .r-tabs-nav li a.r-tabs-anchor {
    color: #fff !important;
}
.constitution-wrap{
	padding: 50px 0;
}
.gallery-wrapper h2{
	margin-bottom: 30px;
}
.text_style{
	position: relative;
}
.text_style:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    height: 3px;
    background-color: #dc0101;
}
.contact-wrapper .table.table-striped{
	margin-top: 50px;
}
.r-tabs .r-tabs-panel h4{
	font-size: 19px;
	margin-bottom: 12px;
}
.r-tabs .r-tabs-panel h4 a{
	color: #000;
}
/* -------------------------------18-09-2018---------------------------- */
li.durga_puja_reg { margin-right: 5px;}


/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-nav {
		display: none;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
	}
}


strong.date-box {
    background: #d40000;
    color: #fff;
    display: block;
    max-width: 165px;
    height: 165px;
    text-align: center;
}
strong.date-box span {
    display: block;
    padding: 10px 0;
}
strong.date-box span.main-date {
    font-size: 50px;
    line-height: 40px;
}
.evnt-lstng a.red-btn {
    color: #d40000;
    padding: 0;
    background: none;
    font-weight: bold;
    text-transform: capitalize;
    display: inline;
}
.evnt-lstng a.red-btn:hover {
    color:#000;
}



.tab_inner_section ul li {
    margin-bottom: 30px;
}
.cal_details {
    text-align: center;
}


/*<..............06-04-2018..............*/
.event_calander_wrap h2, .request_form h2, .Request_Form h2 {
    text-align: center;
    padding: 0 0 40px 0;
    font-weight: 500;
    position: relative;
}

.event_calander_wrap h2:after, .request_form h2:after,.Request_Form h2:after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
	right:0;
	margin:0 auto;
    width: 370px;
    height: 3px;
    background-color: #dc0101;
}
.request_form {
    text-align: center;
}
.odd_section h2, .even_section h2 {
    text-align: center;
}
.even_section  {
    background-color: #f4f4f4;
    padding: 50px 0 !important;
}
.odd_section:first-child {
    padding-top: 0;
}
.odd_section {
    padding: 50px 0;
}
form.wpcf7-form p {
    margin: 0 0 10px;
}
.even_section form.wpcf7-form {
    text-align: center;
    width: 600px;
	max-width:100%;
    margin: 0 auto;
}
form.wpcf7-form label, .Reservation_form label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
}
 input[type="text"], input[type="email"], input[type="tel"],  input[type="date"] {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    height: 45px;
	padding:0 15px;
	font-weight: 400;
}
form.wpcf7-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
	padding:0 15px;
}

.even_section:last-child {
    background-color: transparent;
	padding:0;
}
.Request_Form span, .Reservation_form span {
    font-weight: normal;
}
.Request_Form span.wpcf7-list-item, .Reservation_form span.wpcf7-list-item {
    display: block;
}
/*.Request_Form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    margin-bottom: 20px;
}*/
.Request_Form .wpcf7-form p, .Reservation_form .wpcf7-form p{ font-weight:600;}
/*<..............06-04-2018..............*/




/*<..............09-04-2018..............*/
.form-group { margin-bottom: 25px;}

.puja_service_request span.wpcf7-list-item {
    display: inline-block;
    width: 45%;
}
.Request_Form, .Reservation_form {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.puja_service_need span.wpcf7-list-item{
    width: 30%;
    display: inline-block;
}
.hdbs_member span.wpcf7-list-item, .alcoholic-beverage span.wpcf7-list-item, .about-us span.wpcf7-list-item  {
    width: 45%;
    display: inline-block;
}
.Reservation_form span:after {
    content: "";
    display: block;
    clear: both;
}









@media only screen and (max-width: 1639px) {
.temple-hour, .upcoming-events {
    padding: 30px;
}
}
@media only screen and (max-width: 1399px) {
.temple-hour p {
    font-size: 14px;
}
.upcoming-events ul li p {
    /*font-size: 13px;
    line-height: 65px;*/
    line-height: 26px;
    font-size: 18px;
    padding: 5px;
}
.temple-hour, .upcoming-events {
    padding: 19px;
}
.banner h1 {
    font-size: 44px;
}
.banner h2 {
    font-size: 22px;
}
.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip { display:none;}



}
@media only screen and (max-width: 1599px) {
.inner-wrapper, .gallery-wrapper {	background-size: 80px auto; }
.temple-hour .r-tabs-nav li a{ padding: 8px 14px; }

}

@media only screen and (max-width: 1199px) {
.navigation > ul > li > a {font-size: 16px;padding: 20px 15px;}	
.navigation > ul > li.menu-item-has-children:after {right: -2px;}
.navigation > ul > li:last-child > .sub-menu { right:0;left: inherit;}	
h2 { font-size:35px;}
.newsletter-wrapper a.red-btn {margin: 0 5px; padding: 15px 20px; font-size: 14px;}
.newsletter-wrapper p { margin-bottom: 20px;}
.newsletter-wrapper input[type="text"], .newsletter-wrapper input[type="email"] { padding: 10px 10px 10px 40px; font-size: 14px;}
.newsletter-wrapper li i {left: 15px;}
.newsletter-wrapper .col-sm-6 { width: 100%;}	
.left_contact_info { margin-bottom: 30px;}
.tab_inner_section h6 strong {font: 20px 'Montserrat', sans-serif;}
.kalabhaban-gray p {height: 30px;margin-bottom: 35px;}
.tab_inner_section .col-sm-3 { min-height: 380px;}
.error-wrap p { width: 60%;}
}


@media only screen and (max-width: 1024px) { 

.tab_inner_section h6 strong{ font-size: 14px; text-align: center;  }


}

@media only screen and (max-width: 800px) { 
	.policies_section{ font-size: 12px; text-align: center; }
	#class_id > div {  border-bottom: 1px solid #ccc;  border-right: 0; padding-bottom: 30px; }

}

@media only screen and (max-width: 991px) { 

a.open-menu { display: inline-block; vertical-align: middle; float: right;margin-top: 10px;}
a.open-menu span { display: block;  background: #d40000;height: 3px; width: 40px; margin: 8px 0;}
a.open-menu span.yellow {background: #f8cf37; width: 30px; float: right; margin-top: 0;}
nav.navigation { height: 100%; width: 0; position: fixed;top: 0; left:0;background-color: #000; overflow-x: hidden; transition: 0.5s;padding:50px 0 0; z-index:99;}
.navigation .close-menu { position: absolute;top: 10px; right: 20px; font-size: 36px; color:#fff; display:block;}
.navigation > ul > li { display:block;border-bottom: 1px solid #5b5a5a;}
.navigation > ul > li > a { color: #fff;}
.navigation > ul > li.menu-item-has-children:after { right: 26px; border-color: #fff transparent transparent; top:33px;}
.navigation .sub-menu { background: transparent; position: relative; left: 0; margin-left: 20px; display: block; top: inherit; padding: 0 0 10px;}
.navigation .sub-menu > li { border-bottom:0;}
.navigation .close-menu:hover { text-decoration: none;}
.info-wrapper ul li {margin: 0 15px;}
.footer-wrapper ul li { font-size:14px;}
.gallery-img { height:200px;}
.temple-hour { min-height:auto;}
.header-wrapper:before {background-size: 80%;}
.inner-heading h1 { font-size: 30px;}
.submit_btn { text-align: center;}
.red-btn {padding: 6px 30px;}
.navigation .sub-menu > li.current_page_item a { color: #d40000;}
.tab_inner_section .img_wrapper {min-height: 100px;}
.tab_inner_section a {font-size: 14px; padding: 6px 20px;}
#class_id > div > div:nth-child(1) { padding-left: 10px; margin-left: 15px;}
.kalabhaban-gray {padding: 50px 0 85px !important;}
.tab_inner_section .col-sm-3 { min-height: 300px;}
.kalabhaban-white h3 { font-size: 25px;}
.error-wrap h3 { font-size: 25px; margin-bottom: 20px;}
.error-wrap h2 {font-size: 150px;}
.error-wrap p { font-size: 16px; line-height: 20px;}



}
@media screen and (max-width: 767px) {
.gallery-img { height: 300px;}	
.footer-wrapper { text-align:center;}
.footer-wrapper ul li { margin-bottom: 10px;}
.footer-wrapper ul li i { float: none; font-size: 20px; width: auto;}	
.footer-wrapper ul li span { display: inline-block; margin-left: 10px;}
.facebook-btn, .header-wrapper .red-btn {padding: 10px 15px; font-size: 14px;}
.header-wrapper:before {width: 300px;background-size: 100%;}
.info-wrapper ul li h2 {margin: 20px 0; font-size: 20px;}
.info-wrapper {padding: 30px 0 0;}
.info-wrapper ul li > a p span {font-size: 18px;}
.header-wrapper:before { display:none;}	
h2 { font-size: 25px;}
.event_calander_wrap h2, .request_form h2, .Request_Form h2 { padding: 0 0 20px 0; margin-bottom: 20px;}
.event_calander_wrap h2:after, .request_form h2:after, .Request_Form h2:after { bottom:0; max-width:100%;}
.inner-wrapper, .gallery-wrapper { background-size: 30px auto;}
.inner-wrapper p {font-size: 16px; line-height: 25px;}
.inner-heading {background-size: cover; background-position: right;}
.time_wrap { padding: 20px 15px 0;}
.form-group {font-size: 16px;}
input[type="radio"] { display: inline-block; vertical-align: text-bottom;}

h4, h5 {font-size: 18px;margin-bottom: 20px;}
.page-template-tpl-executive-board .table-striped td, .page-template-tpl-executive-board .table-striped tr {display: block;}
.page-template-tpl-executive-board .table-striped th { display: none;}
.page-template-tpl-executive-board .table-striped td { border: 0;padding: 0;font-size: 14px;}
.page-template-tpl-executive-board .table-striped { text-align: center;}
.page-template-tpl-executive-board .table-striped img { margin:0 auto 10px;}
.page-template-tpl-executive-board .table-striped>tbody>tr:nth-of-type(even) { padding: 20px;}
.page-template-tpl-executive-board .table-striped>tbody>tr:nth-of-type(odd) { padding: 20px;}
.page-template-tpl-executive-board .table-striped>tbody>tr:nth-child(1) { padding: 0;}
.inner-wrapper .table th { font-size: 14px;}
.inner-wrapper .table td {font-size: 12px; padding:5px; word-break: break-all;}
.kalabhaban-white {  padding: 30px 0;}
.tab_inner_section .img_wrapper { min-height: auto;overflow: auto;}
.img_wrapper img { width: 100%;  position: relative; left: inherit; top: inherit; transform: inherit; min-height: auto; max-height: inherit; min-width: auto;max-width: inherit;}
.tab_inner_section .col-sm-3 { min-height: auto; padding: 30px;}
.kalabhaban-gray2 {background-size: 50px;}
.kalabhaban-gray { padding: 30px 0 30px !important;}
.page-template-tpl-kalabhavan .content-wrapper p {font: 14px/25px 'Quicksand', sans-serif;}
.kalabhaban-bl { margin:30px 0;}
.temple-hour { text-align:center;}
.kalabhaban-gray p { height: auto; margin-bottom: 15px;}
.registration_section {margin-top: 10px;}
.registration_section p:before, .registration_section:after { display:none;}
.list-item li { padding: 0 0 4px 20px; font-size: 16px;}
.content_wrapper ul li { font-size: 16px;}
.odd_section { padding: 30px 0;}
.content_wrapper p { margin: 0;}
.content_wrapper ul li { font-size: 14px;}
.even_section {padding: 30px 0 !important;}

.panel-title {font-size: 14px;}
section.even_section.rental_contact_form_section { padding: 0 0 20px!important;}
.list-item li:before { width:8px; height: 8px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {  font-size: 16px; line-height: 25px;}
.error-wrap { padding:0 30px 30px; background-size: 30%;}
.error-wrap h2 { font-size: 100px;}
.error-wrap p { font-size: 14px; margin-bottom: 15px;}
.error-wrap a.red-btn { font-size: 14px;}
}

@media only screen and (max-width: 640px) {

#class_id > div:last-child{  border-bottom:0 ; }

.registration_section::after { transform: translateY(-8%); left: 0; }
.registration_section p:before{ left: 0; }
.tab_inner_section h6 strong{ font-size: 22px; }
.kalabhaban-gray{ padding:30px 0 10px !important; margin: 10px 0; }
.kalabhaban-white h3{ font-size: 24px; }
.kalabhaban-white h3:after{ transform: translateY(-0); left: 0; width: 100%; }

}

@media only screen and (max-width: 480px) {
.policies_section a{ display: block; }
.kalabhaban-gray2{ padding-bottom: 20px; }
.tab_inner_section .col-sm-3 a{ left:33%; }
.temple-hour { text-align: center;} 		
.temple-hour, .upcoming-events { padding: 30px;}		
.header-top {padding: 10px 0; text-align: center;}	
.facebook-btn, .header-wrapper .red-btn { padding: 8px 13px; font-size: 12px;}
.facebook-btn i { font-size: 15px;margin-right: 3px;}
.logo { width: 220px;margin-top: 3px;}
.header-middle { padding: 10px 0;}
a.open-menu { margin-top: 5px;}
a.open-menu span {height: 2px; width: 30px; margin: 5px 0;}
.banner { height: 200px;}
.banner .owl-theme .owl-nav [class*="owl-"] { font-size:30px;}
h6 {font-size: 16px;}
.banner-wrapper h6 { text-align:center;}
.upcoming-events ul li p { font-size:16px;}
.info-wrapper ul li { display:block;}
.info-wrapper ul li > a {width: 120px;height: 120px; margin: 0 auto;}
.info-wrapper ul li > a p img { display: block; width: 30%; margin: 0 auto;}
.info-wrapper ul li > a p span { font-size: 16px;}
.info-wrapper ul li h2 { font-size:16px;}
.newsletter-wrapper { padding:30px 0;}
h2 { font-size: 20px;}
.newsletter-wrapper p { font-size: 14px;}
.newsletter-wrapper a.red-btn { width: 100%; margin:0 0 10px;}
.left_contact_info { margin-bottom: 20px;}
.newsletter-wrapper li { display: block; margin-bottom: 10px;}
.newsletter-wrapper input[type="submit"] {font-size: 40px;height: 40px; line-height: 44px; width: 100%;border-radius: 20px;}
.gallery-wrapper { padding: 30px 0 50px;;}
.gallery-img { height: 300px;}
.gallery-wrapper .col-xs-6 { width: 100%;}
.red-btn {padding: 6px 24px; font-size: 13px;}
.footer-wrapper ul li { margin-bottom: 5px;}
.footer-wrapper ul li i {font-size: 14px;}
.footer-wrapper ul { margin-bottom: 20px;}
.footer-wrapper { padding: 30px 0 30px 0;}
.header-top-info ol { float: none;}
.facebook-btn { margin-left: 5px;}
.gallery-wrapper h2 { margin-bottom: 30px;}
.inner-wrapper, .gallery-wrapper { background-size: 50px auto; padding: 30px 0;}
.inner-heading { padding: 20px 0;}
.inner-wrapper p { font-size: 14px; line-height: 20px;}
.inner-heading h1 { font-size: 22px;}
.puja_service_need span.wpcf7-list-item { width: 45%;}
.puja_service_request span.wpcf7-list-item { display: inline-block; width: 100%;}
.contact_section .table-striped>tbody>tr:nth-of-type(odd){ background-color: #fff; display:none;}
.contact_section .table-striped>tbody>tr>th, .contacts_section .table-striped>tbody>tr>th { display:none;}
.contact_section table tr td , .contacts_section table tr td { font-size: 14px!important; display: block; border: 0!important;padding: 5px!important;}
.contact_section table tr , .contacts_section table tr { display: block;padding-bottom: 10px;}
.contact_section { text-align:center;}
.contact_section table tr:nth-child(2) { border-bottom: 1px solid #ddd; margin-bottom: 10px;}
.kalabhaban-white h3 { font-size: 20px;}
.registration_section { margin-top: 0; padding: 0;}
.registration_section a {font-size: 18px;}
.tab_inner_section h6 strong { font-size: 18px;}
.content_wrapper .table-striped { text-align: center;margin: 0;}
.content_wrapper table tr:nth-child(1) { padding:0;} 

.rental_rate_section .table-striped { margin-bottom: 30px;}
.content_wrapper p { margin: 0 0 15px;}
.content_wrapper ul li {line-height: 26px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {  font-size: 14px; line-height: 22px;}
.about-us span.wpcf7-list-item { width: 100%;}
.error-wrap {padding: 0 20px 20px; background: url(../images/error.png) no-repeat right;background-size: 25%;}
.error-wrap h2 {font-weight: bold; font-size: 50px;}
.error-wrap p { width: 77%;}
.error-wrap h3 { font-size: 16px; margin-bottom: 15px;}
.error-wrap a.red-btn { font-size: 10px; padding: 4px 15px;}






}

@media only screen and (max-width: 380px) {
.puja_service_need span.wpcf7-list-item { width: 100%;}



}











