:root {
	--bg-header: #66370f;
	--font-color: #FFFFFF;
	--black-color: #000000;
	--event-header: #c7844b;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #f6f7fa;
	padding-top: 4.7rem;
}
.rowlatest{overflow:hidden;}
h1 {
	font-size: 30px;
	color: var(--bg-header);
}
p {
	font-size: 14px;
	color: var(--black-color);
}
.header_bg {
	background: var(--bg-header);
}
.navbar-dark .navbar-nav .nav-link {
	color: var(--font-color);
}
.nav-link {
	font-size: 16px;
	font-weight: 600;
	padding: 0.4rem 1rem;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
	background: #e2b38a;
	color: var(--bg-header);
	border-radius: 5px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	background: #e2b38a;
	color: var(--bg-header);
	border-radius: 5px;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 1.03rem;
	padding-right: 1.03rem;
}
.navbar {
	padding-top: 0;
	padding-bottom: 00.2rem;
}
.carousel-control-next, .carousel-control-prev {
	top: 46%;
	bottom: 50%;
	background: var(--black-color);
	font-size: 20px;
	opacity: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 0px solid #305600;
}
.carousel-control-prev {
	left: 5%;
}
.carousel-control-next {
	right: 5%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	background: var(--bg-header);
	opacity: 1;
}
/*.carousel-control-prev:focus, .carousel-control-next:focus {
	background: var(--black-color);
}*/
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 1.5rem;
	height: 1.5rem;
}
.card {
	border: none;
	margin-bottom: 2rem;
}
.card-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--event-header);
	margin-bottom: 0.63rem
}
.card-body {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}
.card-text:last-child {
	margin-bottom: 1.2rem;
}
.btn-event, .btn-about, .btn-gallery, .btn-views {
	background: var(--bg-header);
	color: var(--font-color);
	font-size: 16px;
	font-weight: 600;
	padding: 0.8rem 1.6rem;
	border: none;
	margin-bottom: 2rem;
}
.btn-event:hover, .btn-about:hover, .btn-gallery:hover, .btn-views:hover  {
    color: #fff;
    background-color: #f79472;
    border-color: #146c43;
}
.btn-about {
	background: var(--font-color);
	color: var(--bg-header);
}
.btn-gallery {
	margin-top: 0.5rem;
}
.home_about {
	background: var(--bg-header);
	border-radius: 0.25rem;
	margin-bottom: 30px;
}
.about_title {
	padding: 1.5rem;
}
.about_image {
	height: 100%;
}
.about_image img {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	height: 100%;
	width: 100%;
}
.about_title h1 {
	color: var(--font-color);
	font-weight: 600;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.about_title p {
	padding-bottom: 1.5rem;
	color: #d9d3cf;
}
/* Gallery */
.gallery {
	display: inline-block;
	text-align: center;
	margin: 10px auto;
	clear: both;
	padding: 0;
	padding: 10px;
	background-color: transparent;
	border-radius: 5px;
}

.gallery img { /* thumbnails */
	
}
/* gallery */
.gallery_images {
	padding-bottom: 1.5rem;
}
.gallery_images {
	position: relative;
	
}
figure {
	overflow: hidden;
	margin-bottom: 0;
	background: #000000;
	border-radius: 0.25rem;
}
.gallery_images figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 0.25rem;
}
.gallery_images figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0.8;
}
/* blog */
.blog_bg {
	background: var(--font-color);
	border-radius: 0.25rem;
}
.blog_image {
	height: 100%;
}
.blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
	width: 100%;
	height: 100%;
}
.blog_title {
	padding-top: 20px;
}
.admin_profile a, .blog_title a {
	text-decoration: none;
	color: var(--black-color);
}

.admin_profile a .user_admin span {
	font-size: 14px;
	text-decoration: none;
}
.admin_profile {
	padding-bottom: 15px;
}
.blog_title h1 {
	font-size: 24px;
	font-weight: 600;
}
.blog_title p {
	padding-right: 20px;
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
	/*min-height: 8em;*/
}
.blog_title a:hover h1, .blog_title a:hover p {
	color: #ce800f;
}
.btn-views {
	margin-bottom: 1rem;
	color: var(--font-color) !important;
}
.footer {
	background: var(--bg-header);
	padding: 15px;
}
.copyright {
	color: var(--font-color);
	font-size: 14px;
	padding-top: 8px;
}
#social-test {
	font-size: 14px;
	text-align: right;
}
#social-test li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#social-test li a {
	color: rgba(256, 256, 256, 0.6);
	border-radius: 6px;
	list-style-type: none;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 1%;
	border: 1px solid rgba(256, 256, 256, 0.6);
	cursor: pointer;
	margin-left: 10px;
	transition: ease .3s;
}
#social-test li a:hover {
	color: rgba(256, 256, 256, 1);
	border: 1px solid rgba(256, 256, 256, 1);
}
.social {
	padding-left: 0px;
	margin-bottom: 0;
}
.social:hover > li {
	opacity: 0.5;
}
.social:hover > li:hover {
	opacity: 1;
}
/* Inner pages CSS */
/* about us */
.bg-overlay-black-4 {
    position: relative;
}
.inner_banner, .inner_blog_img, .inner_event_img, .inner_panchangam_img, .inner_gallery_img, .inner_calender_img, .inner_contactus_img {
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    padding-top: 136px;
    padding-bottom: 131px;
    background-size: cover !important;
    background: url("../images/inner_banner.jpeg") no-repeat,rgba(0,0,0,0.8);
}
.inner_blog_img {
	background: url("../images/inner_banner_blog.jpg") no-repeat, rgba(0,0,0,0.8);
}
.inner_event_img {
	background: url("../images/inner_banner_event.jpg") no-repeat, rgba(0,0,0,0.8);
}
.inner_panchangam_img {
	background: url("../images/inner_banner_panchangam.jpg") no-repeat, rgba(0,0,0,0.8);
}
.inner_gallery_img {
	background: url("../images/inner_banner_gallery.jpg") no-repeat, rgba(0,0,0,0.8);
}
.inner_calender_img {
	background: url("../images/inner_banner_calender.jpg"), rgba(0,0,0,0.8);
}
.inner_contactus_img {
	background: url("../images/inner_banner_contactus.jpg"), rgba(0,0,0,0.8);
}
.breadcrumb-item {
	text-transform: uppercase;
	font-size: 14px;
}
.breadcrumb-item a {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #FFFFFF;
}
.aboutinner_img, .about_cotent {
	padding: 2rem 0;
}
.about_cotent p {
	font-size: 15px;
    color: #828691;
}
.about_cotent h4 {
	color: var(--bg-header);
}
/* blogs */

.inner_blog {
	margin-top: 30px;
}
.page-item.active .page-link {
	background-color: var(--bg-header);
    border-color: var(--bg-header);
}
.page-link {
	color: var(--bg-header);
}
/* Panchangam */
.book-section{
            width: 100%;
            padding: 40px 0;
            text-align: center;
        }
        .book-section > .container{
            
           	width: 80%;
            position: relative;
            
            border-radius: 2%;
            margin-bottom: 30px;
            perspective: 1200px;
        }
        .container > .right{
            position: absolute;
            height: 100%;
            width: 50%;
            transition: 0.7s ease-in-out;
            transform-style: preserve-3d;
        }
        .book-section > .container > .right{
            right:0;
            transform-origin: left;
            border-radius: 10px 0 0 10px;
        }
        .right > figure.front, .right > figure.back{
            margin: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            left:0;
            top:0;
            background-size: cover;
            background-repeat: no-repeat;
            backface-visibility: hidden;
            background-color: white;
            overflow: hidden;
        }
        .right > figure.front{
            background-position: right;
            border-radius: 0 10px 10px 0;
            box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
        }
        .right > figure.back{
            background-position: left;
            border-radius: 10px 0 0 10px;
            box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
            transform: rotateY(180deg);
        }
        .flip{
            transform: rotateY(-180deg);
        }
        .flip::before{
            content: "";
            position: absolute;
            top:0;
            left:0;
            z-index: 10;
            width: 100%;
            height: 100%;
            border-radius: 0 10px 10px 0;
            background-color: rgba(0,0,0,0.1);
        }
        .book-section > button{
            border: 2px solid #ef9f00;
            background-color: transparent;
            color: #ef9f00;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            margin: 10px;
            transition: 0.3s ease-in-out;
        }
        .book-section > button:focus, .book-section > button:active{
            outline: none;
        }
        .book-section > p{
            color: rgba(0,0,0,0.7);
           
            font-size: 30px;
        }
        .book-section > p > a{
            text-decoration: none;
            color: #ef9f00;
        }
        .book-section > button:hover{
            background-color: #ef9f00;
            color: #fff;
        }
        .front#cover, .back#back-cover{
            background-color: #ffcb63;
            
            text-align: left;
            padding: 0 30px;
        }
        .front#cover h1{
            color: #fff;
        }
        .front#cover p{
            color: rgba(0,0,0,0.8);
            font-size: 14px;
        }
/* gallery */
.img-gallery-magnific {
	margin-top: 24px;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
/* Calender */
.calender_content {
	margin-top: 24px;
}

.magnific-img {
    display: inline-block;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Contact us */
.contact-form-wrapper {
	margin-top: 24px;
	margin-bottom: 24px;
}
.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  
}

.contact-form1 {
  padding: 30px 5px;
 
  
}

.register-wrapp{
    height:75vh;
}



.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f6f7fa;
  height: 40px;
  padding-left: 16px;
}
.border-white {
	border-color:  var(--bg-header) !important;
}
.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: var(--bg-header);
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: var(--bg-header);
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: var(--bg-header);;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #f79472;
}

.communcation {
	margin-top: 24px;
	margin-bottom: 24px;
}
.communcation h1 {
	font-size: 24px;
	font-weight: 600;
}

/* Blog Description */
.blog_decription {
	margin-top: 24px;
	margin-bottom: 24px;
	background: #FFFFFF;
	padding: 20px;
}
.descreption_list {
	
}
.seeall_post {
	padding-top: 10px;
}
.seeall_post h1{
	font-size: 24px;
	font-weight: 600;
}
.seeall_post h1 a {
	color: #FFFFFF;;
	text-decoration: none;
	font-weight: bold;
}
.btn-see {
	background: var(--bg-header);
	font-size: 14px;
}
.btn-post {
	background: var(--bg-header);
	border: 1px solid var(--bg-header);
}
.btn-cancel {
	border: 1px solid var(--bg-header);
	color: var(--bg-header);
}
.btn-post:hover, .btn-cancel:hover, .btn-see:hover {
	background-color: #f79472;
	border: 1px solid #f79472;
}

/* mobile view */

@media (max-width: 320px) {
  
  body {
		padding-top: 3.7rem;
	}
	.navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
  .logo {
		max-width: 60%;
	}
	
	.logo img {
		max-width: 100%;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 16px;
		height: 16px;
		top: 40%;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 0.5rem;
		height: 0.5rem;
	}
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
	.blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	#social-test {
		text-align: left;
		padding-top: 1rem;
	}
	/* mobile inner pages */
	.inner_banner, .inner_blog_img, .inner_event_img, .inner_panchangam_img, .inner_gallery_img, .inner_calender_img, .inner_contactus_img {
		padding: 24px 0;
	}
	.fc-header-left, .fc-header-center, .fc-header-right {
		display: block;
    width: 99.9% !important;
    clear: both;
		text-align: left !important;
	}
	.book-section > .container {
		height: 200px;
	}
	
	
	#reader-container{
    height:400px!important;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
	body {
		padding-top: 3.8rem;
	}
	
	#reader-container{
    height:400px!important;
    }
  .logo {
		max-width: 75%;
	}
	
	.logo img {
		max-width: 100%;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 16px;
		height: 16px;
		top: 40%;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 0.5rem;
		height: 0.5rem;
	}
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
	.blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#social-test {
		text-align: left;
		padding-top: 1rem;
	}
	#social-test li a {
		margin-left:0;
		margin-right: 5px;
	}
	/* mobile inner pages */
	.inner_banner, .inner_blog_img, .inner_event_img, .inner_panchangam_img, .inner_gallery_img, .inner_calender_img, .inner_contactus_img {
		padding: 24px 0;
	}
	.fc-header-left, .fc-header-center, .fc-header-right {
		display: block;
    width: 99.9% !important;
    clear: both;
		text-align: left !important;
	}
	
	
	.book-section > .container {
	
	}
}

@media (min-width: 481px) and (max-width: 575px) {
	body {
		padding-top: 4.7em;
	}
	#reader-container{
    height:400px!important;
    }
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
  .blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#social-test {
		text-align: left;
		padding-top: 1rem;
	}
	#social-test li a {
		margin-left:0;
		margin-right: 5px;
	}
	/* mobile inner pages */
	.inner_banner, .inner_blog_img, .inner_event_img, .inner_panchangam_img, .inner_gallery_img, .inner_calender_img, .inner_contactus_img {
		padding: 24px 0;
	}
	.fc-header-left, .fc-header-center, .fc-header-right {
		display: block;
    width: 99.9% !important;
    clear: both;
		text-align: left !important;
	}
	/*.book-section > .container {*/
	/*	height: 300px;*/
	/*}*/
}
@media (min-width: 576px) and (max-width: 620px) {
	.fc-header td {
		padding: 15px 4px 0px !important;
	}
	.fc-header-title h2 {
		font-size: 20px !important;
		margin-top: 8px !important;
	}
}
@media (min-width: 576px) and (max-width: 766px) {
	
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
  .blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.container {
		max-width: 100%;
	}
	.about_image img {
		width: 100%;
	}
	/*.book-section > .container {*/
	/*	height: 300px;*/
	/*}*/
}

@media (min-width: 767px) and (max-width: 960px) {
	body {
		padding-top: 2.7rem;
	}
	.logo {
		max-width: 30%;
	}
	
	.logo img {
		max-width: 200px;
	}
	.nav-link {
		font-size: 12px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
  .blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.container {
		max-width: 100%;
	}
	.about_image img {
		width: 100%;
	}
	/*.book-section > .container {*/
	/*	height: 500px;*/
	/*}*/
}

@media (min-width: 961px) and (max-width: 991px) {
	body {
		padding-top: 4rem;
	}
	.logo {
		max-width: 50%;
	}
	
	.logo img {
		max-width: 300px;
	}
	.nav-link {
		font-size: 14px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
	.about_image img {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
		border-top-right-radius:inherit;
}
  .blog_image img {
	border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
		border-bottom-left-radius:inherit;
}
	.blog_title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.container {
		max-width: 100%;
	}
	.about_image img {
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1140px) {
	body {
		padding-top: 4rem;
	}
	.logo {
		max-width: 50%;
	}
	
	.logo img {
		max-width: 300px;
	}
	.container {
		max-width: 100%;
	}
	.nav-link {
		font-size: 15px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
@media (min-width: 1141px) and (max-width: 1280px) {
	body {
		padding-top: 4rem;
	}
	.logo {
		max-width: 50%;
	}
	
	.logo img {
		max-width: 400px;
	}
	.container {
		max-width: 100%;
	}
	.nav-link {
		font-size: 16px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
}

@media (min-width: 1281px) and (max-width: 1440px) {
	body {
		padding-top: 4rem;
	}
	
	.container {
		max-width: 100%;
	}
	
}
