/*
Theme Name: vazhappally
*/

@font-face {
	font-family: Roboto;
	src: url(../vazhappally/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../vazhappally/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../vazhappally/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../vazhappally/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: swasam;
	src: url(../vazhappally/assets/swasam/FSL-SWASAM.ttf);
	font-weight: 400;

}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
    font-family: "Poppins", sans-serif !important;
	--RedColor: #000;
	--BlueColor: #000;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #000000;
}

button {
	transition-duration: 0.3s;
}
p {
	color: #444444;
	font-size: 15px;
	line-height: 28px;
}

img{
	width: 100%;
}
::selection {
	background: #FFC107;
	color: #fff;
}

::-moz-selection {
	background: #FFC107;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: rgba(100, 69, 64, 0.8);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(100, 69, 64, 1);
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
/* .slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-ms-transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
} */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
    content: '→';
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 1px solid #fff;
	outline: #fff;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    display: block;
	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: rgb(255, 255, 255);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000 !important;
}
/* header starts */
.page-container{
    width: 100%;
}
.top-head{
    background: linear-gradient(180deg, rgba(120,95,55,1) 0%, rgba(160,140,90,1) 100%);    
	padding-top: 10px;
	padding-bottom: 10px;
    width: 100%;
}
.header-logo img{
    width: 55%;
}
.head-menu {
    background: #fff;
    position: absolute;
    top: 16%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    display: block;
    z-index: 9999;
    width: 89%;
    padding: 8px 3px;
    border-radius: 12px;
}
.right-top-head {
    display: flex;
    align-items: center;
    justify-content: space-around; 
    height: 100%; 
}
.right-top-head a{
	color: #fff;
    font-size: 14px;
}
.head-mail {
    position: relative;
    display: flex;
    align-items: center; 
}

.head-mail:before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    width: 50px;
    height: 50px;
    font-size: 34px;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
    filter: invert(1);
    line-height: 50px;
}

.head-mail a {
    display: inline-block;
    vertical-align: middle;
	font-size: 14px;
}
.head-mail a:hover{
	text-decoration: none;
	color: #fff;
}
.head-btn:hover{
	color: #FFC107;
	background: #fff;
	text-decoration: none;
}
.head-btn{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px 15px;
}
.navbar-fixed-top.scrolled-inner {
    /* background-color: #fff !important; */
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
.navbar-fixed-top.scrolled-inner .head-menu{
    top: 94% !important;
    width:100%;
    border-radius:0;
    padding:5px;
}

.navbar-fixed-top.scrolled-inner .header-logo img {
    width: 50%;
}

.navbar-fixed-top.scrolled-inner .head-mail a {
    font-size: 13px;
}
.navbar-fixed-top.scrolled-inner .head-btn {
    font-size: 13px;
}
/* ***************** */
/* banner section */

.home-banner-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
} 
.banner-imagecon{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.home-banner-wrap img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: block;
    z-index: 9;
}

.banner-caption h2 {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
}
.banner-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 93%) 100%);
    z-index: 1;
}
.banner-caption p {
    color: #ece8e8;
    width: 43%;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 19px;
}
/* ******************* */
/* about section */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee h5 {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.about-top {
    background: linear-gradient(180deg, rgba(120, 95, 55, 1) 0%, rgba(160, 140, 90, 1) 100%);
    text-align: center;
    padding: 20px;
}
.about-top h5{
    color: #fff;
    font-size: 20px;
}
.about-wrapper {
    background: url(../vazhappally/assets/img/vazhappally/History.webp) no-repeat center;
    background-size: cover;
    padding: 70px 14%;
    display: flex;
    align-items: center; /* Center the content vertically */
}

.abtvazhappally {
    background: #7b7979e3;
    border: 2px solid #929090;
    border-radius: 40px;
    padding: 45px 35px !important;
    text-align: center;
}

.about-image img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.abtvazhappally h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
}

.sub-head {
    color: #000;
}

.abtvazhappally p {
    color: #fff;
    padding-top: 30px;
}

.readmore-btn {
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 5px 17px;
    font-size: 13px;
    width: 30%;
    text-align: center;
    margin: auto;
	display: block;
}
.readmore-btn:hover {
    color: #FFC107;
	text-decoration: none;
}

.line-text{
    position: relative;
}

.line-text::after {
    position: absolute;
    content: '';
    background-image: url(../vazhappally/assets/img/vazhappally/line.png);
    width: 250px;
    height: 100px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 23px;
}
/* ***************************** */

/* NEWS & UPDATES */
.latest-news {
    background: url(../vazhappally/assets/img/vazhappally/blgbg.webp) no-repeat center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.latest-news h5, .latest-news h1 {
    text-align: center;
}

.latest-news .line-text::after {
    top: 55px;
}

.news-updates {
    padding-top: 55px;
    display: flex;
    flex-wrap: wrap;
}

.news-updates .col-lg-4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.news-updates img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 15px;
}

.news-updates h4 {
    font-size: 16px;
    color: #000000;
    padding: 10px;
    font-weight: 600;
}

.blog-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    margin-top: 12px;
}

.news-updates p {
    text-align: center;
    margin: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}
.news-updates .col-lg-4 {
    display: flex;
    flex-direction: column;
}
.news-updates .col-lg-4 .blog-item
{
    flex: 0 0 auto;
    width: 100%;
}

.news-updates .col-lg-4 .blog-item {
    flex: 1;
}
.blg-btn {
    width: 10% !important;
    margin-top: 30px;
}
/* ******************* */
/* Video section */
.video{
	background: url(../vazhappally/assets/img/vazhappally/ThiruvulsavamBG.webp) no-repeat center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 130px;
}
.video h1 {
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
    font-weight: 700;
    font-size: 40px;
}
.video-item img {
	height: 200px;
	object-fit: cover;
	width: 100%;
	border-radius: 25px;
    margin-top: 15px;
}

.videoscroll .slick-slide {
	margin: 5px;
	overflow: hidden; /* Ensure border-radius is applied */
}

.videoscroll .slick-center {
	transform: scale(1.3);
	overflow: auto; 
    padding: 15px;
    margin-top: -10px;
}

.video-item {
	display: block;
	padding: 10px;
}
.video .slick-prev, .video .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -55px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 21px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff33;
    border-radius: 50px;
}
.video .slick-prev {
	left: 50%;
	transform: translateX(-120%); /* Adjust this value to fine-tune the position */
}

.slick-next {
	right: 50%;
	transform: translateX(120%); /* Adjust this value to fine-tune the position */
}
.video {
    position: relative;
}
.video-item{
	position: relative;
}
.playbtn{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
	bottom: 30%;

}
.playbtn img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	margin: auto;
}
/* *************** */

/* home gallery */
.home-gallery{
	background: #EEE5C9;
	padding: 50px 0 70px;
}
.home-gallery h1{
	text-align: center;
	padding-bottom: 38px;
}
.home-gallery .line-text::after{
	top: 50px;
}
.home-gallery .vp-portfolio figure.vp-portfolio__item{
	border-radius: 15px;
}
.home-gallery .readmore-btn {
    width: 15%;
    margin: 45px auto 0;
}
/* ********************** */
/* pooja starts */
.pooja .line-text {
    margin-top: 15%;
    text-align: center;
}

.pooja .line-text::before {
    position: absolute;
    content: '';
    background-image: url(../vazhappally/assets/img/vazhappally/line2.png);
    width: 100%;
    height: 100px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top:-50px;
}
.pooja-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: auto;
    display: block;
    box-shadow: 0px 4px 10px 3px #00000045;
	margin-top: 70px;
}
.pooja-box h3{
	font-size: 25px;
	text-align: center;
	padding-bottom: 10px;
}
.pooja-box-title h4 {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
}
.pooja-box-title h4::before{
	position: absolute;
	content: '';
    background-image: url(../vazhappally/assets/img/vazhappally/Vector.png);
    width: 16px;
    height: 16px;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
.pooja{
	padding: 0 17%;
} 
.pooja .readmore-btn {
    width: 15%;
    margin: 45px auto 0;
    background: linear-gradient(180deg, rgba(120, 95, 55, 1) 0%, rgba(160, 140, 90, 1) 100%);
    color: #fff;
}
/* ************** */
/* footer starts */
.footerwrapper{
	background: url(../vazhappally/assets/img/vazhappally/footerbg.webp) no-repeat center;
	background-size: cover;
	padding-top: 50px;
}
.footerwrapper h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}
.footerwrapper h5 {
    color: #FFC107;
    font-size: 16px;
    font-weight: 400;
}
.foot-map iframe{
	border-radius: 20px;
	margin-top: 20px;
}
#menu-quick-links{
	padding-left: 0 !important;
    line-height: 2.4rem;
}
.foot-det h4{
	padding-bottom: 38px;
	color: #FFC107;
}
.footer-credit a, .footer-credit p{
	color: #fff;
	text-align: center;
}
.footerwrapper a, .footerwrapper p{
 color: #fff;
}
.footerwrapper i{
	padding-right: 5px;
}
.footer-credit{
	padding-top: 50px;
}
.footerwrapper a:hover, .footer-credit a:hover{
	color: #FFC107;
	text-decoration: none;
}
.Social-media a:hover i{
    color:#FFC107 !important;
}
.Social-media a i{
    font-size:20px;
    margin:8px;
}
/* *************** */
/* inner header */
.innerpage-header img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    object-position: center;
	position: relative;
}

.pageheading-middle h2{
	color: #fff;
}
#breadcrumbs a{
	color: #c7ac59;
}
#breadcrumbs span{
	color: #fff;
}
.inner-wrapper{
	padding-top: 85px;
	padding-bottom: 85px;
	background: url(../vazhappally/assets/img/vazhappally/bodybg.webp) no-repeat center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-wrapper p{
	text-align: justify;
}
.innerpage-header {
    width: 100%;
    height: 365px;
    margin-top: 0px;
    position: relative;
}
/* Reusable class for centering content */
.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pageheading-middle {
    text-align: center;
}
/* ************** */
/* about page */
.vazhappally-img img{
	width: 100%;
	height: 390px;
	object-fit: cover;
}
.abt-second-para{
	padding-top: 20px;
}
/* ***************** */ 

/* pooja page */
.pooja-detail-box{
    padding: 40px;
    border-radius: 20px 100px 20px 20px;
    border: 2px solid #785f37;
    position: relative;
    z-index: 1;
	height: 100%;
	margin-bottom: 10px;
}
.pooja-detail-box:before,
.pooja-detail-box:after{
    content: "";
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.pooja-detail-box:before{
    background: linear-gradient(180deg, #785f37 0%, rgba(160,140,90,1) 100%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.pooja-detail-box:after{
    background: linear-gradient(45deg,#fafafa,#fff);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 50px 30px/50px 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pooja-inner{
	padding-left: 12% !important;
	padding-right: 12% !important;
}
.pooja-detail-box .line-text::after {
    width: 135px;
    height: 62px;
    top: 36px;
}
.pooja-detail-box .line-text{
	padding-bottom: 25px;
	text-align: center;
}
/* *************** */
/* blog page */
.blog-box{
    background:  linear-gradient(180deg, #785f37 0%, rgba(160,140,90,1) 100%);
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
	height: 550px;
}
.blog-box:before{
    content: "";
    background: #fafafa;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: -10px;
    left: 2px;
    z-index: -1;

}
.blog-box .date-div{
    background:  linear-gradient(180deg, #785f37 0%, rgba(160,140,90,1) 100%);
    width: 40%;
    padding: 8px 0 6px;
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.2) inset;
}
.blog-box img {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}
.blog-box .date-div h2{
	color: #fff;
	font-size: 22px;
}
.blog-box .date-div h5{
	color: #fff;
	font-size: 18px;
}
.blog-item:hover{
	text-decoration: none;
}
.blog-box p{
	text-align: center !important;
}
.blog-box h6{
	font-weight: 700;
}
/**********/
/*GALLERY*/
 .gallery-inner .vp-portfolio figure.vp-portfolio__item{
     border-radius:20px;
 }
 
/* blog inner */
.post-image img{
	height: 350px;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 20px;
}
.sidepanel {
    box-shadow: inset 0 0 6px 0 #fff, 0 0 0px 1px #00000057;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    background: linear-gradient(180deg, #785f37 0%, rgba(160, 140, 90, 1) 100%);
}
.sidepanel h4{
	color: #fff;
}
.sidepanel .pooja-box-title h4::before {
    background-image: url(../vazhappally/assets/img/vazhappally/Vectorw.png);
}
.pooja-head{
	padding-bottom: 15px;
}
/* ************ */

/* contact page */
.contact-form-pge h3{
    padding-bottom:20px;
}

.contact-form-pge input[type=text], .contact-form-pge input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 47px;
    border-radius: 15px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-bottom: 15px;
}

.contact-form-pge textarea:focus,
.contact-form-pge input:focus {
	border-color: #785f37;
}

.contact-form-pge textarea {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 90px;
	border-radius: 15px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	margin-bottom: 15px;
	transition-duration: 0.3s;
}

.contact-form-pge .wpcf7-submit {
	width: 25%;
	padding: 0;
	margin: auto;
    display: block;
	height: 42px;
	border-radius: 15px;
	background: linear-gradient(180deg, #785f37 0%, rgba(160, 140, 90, 1) 100%);
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.cntct-top {
    position: relative;
    overflow: hidden;
}

.cntct-map {
    height: 800px;
}

.contact-form-pge {
    background: #fff;
    box-shadow: 0 2px 5px 0 #00000069;
    padding: 30px !important;
    border-radius: 16px;
    position: absolute;
    bottom: 10%; 
    left: 0;
    right: 0;
    margin: 0 auto; 
    text-align: center;
    width: 80% !important;
}
.cnt-det-box{
	border: 1px solid #d8d7d7;
	padding: 20px 15px;
	border-radius: 15px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;   
    height: 210px;  
	position: relative; 
	box-shadow: inset 0 0 7px 2px #957f5042, 0 0 1px 0px #00000045;
}
.contact-page{
	padding-bottom: 70px;
}
.cnt-icon {
    position: absolute;
    font-size: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: .2;
    color: #dcc107;
}
.cnt-det-box a{
	color:#444444;
}
.cnt-det-box a:hover{
	color:#ffc10a;
	text-decoration: none;
}

@media only screen and (max-width:500px){
    .header-logo img {
        width: 80%;
    }
}
@media only screen and (min-width:501px) and (max-width:767){
    .header-logo img {
        width: 50%;
    }
}
@media only screen and (max-width:767px){
    /* home */
    .top-head{
        height: auto;
    }
    .right-top-head{
        padding-top: 20px;
    }
    .right-top-head a{
        font-size: 12px;
    }
    .head-menu {
        background: none;
        position: absolute;
        top: 10px;
        right: 0;
        left: unset;
        margin: auto;
        text-align: center;
        display: block;
        z-index: 9999;
        width: 25%;
    }
    .head-mail {
        display: none;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #fafafa;
    }
    .navbar-fixed-top.scrolled-inner .header-logo img {
        width: 70%;
    }
    .navbar-fixed-top.scrolled-inner .head-menu {
        top: 10px !important;
        right: 0 !important;
        left: unset;
        width: 20%;
    }
    .navbar-fixed-top.scrolled-inner .head-btn {
        font-size: 11px;
    }
    .banner-caption p{
        width: 100%;
    }
    .banner-caption{
        bottom: 20%;
    }
    .banner-caption h2{
        font-size: 45px;
    }
    .about-image img {
        width: 100%;
        height: 320px;
        object-fit: contain;
    }
    .about-wrapper {
        padding: 70px 4%;
    }
    .abtvazhappally {
        padding: 30px 20px !important;
        margin-top: 25px;
    }
    .readmore-btn {
        width: 35% !important;
    }
    .abtvazhappally .readmore-btn, .news-updates .readmore-btn {
        width: 50% !important;
    }
    .pooja {
        padding: 0 0%;
    }
    .pooja .line-text {
        margin-top: 27%;
        padding-bottom: 40px;
    }
    .pooja .line-text::after {
        top: 50px;
    }
    .pooja-box{
        margin-top: 30px;
    }
    /* footer */
    .foot-det h4 {
        padding-bottom: 15px;
    }
    .footer-credit a, .footer-credit p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }
    /* about */
    .innerpage-header img, .innerpage-header {
        height: 300px;
    }
    .pageheading-middle h2{
        font-size: 18px;
    }
    .vazhappally-img img{
        margin-bottom: 40px;
    }
    .pooja-inner {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .pooja-detail-box .line-text::after{
        width: 200px;
    }
    .pooja-inner .col-12{
        margin-bottom: 20px;
    }
    /* contact */
    .cntct-map {
        height: auto;
    }
    .contact-form-pge {
        padding: 30px 20px !important;
        position: unset;
        margin: 50px auto;
        width: 90% !important;
    }
    .contact-form-pge .wpcf7-submit{
        width: 50%;
    }
    .cnt-det-box{
        height: 210px;
        margin-bottom: 20px;
    }
    .cnt-det-box h5{
        font-size: 25px;
    }
    .container {
        max-width: 1180px !important;
    }
}


@media only screen and (min-width:768px) and (max-width:1200px){
    /* home */
    .right-top-head {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-evenly;
    }
    .right-top-head a{
        font-size: 12px;
    }
    .head-menu {
        background: none;
        position: absolute;
        top: 10px;
        right: 0;
        left: unset;
        margin: auto;
        text-align: center;
        display: block;
        z-index: 9999;
        width: 15%;
    }
    .head-mail {
        display: none;
    }
    .header-logo img {
        width: 80%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #fafafa;
    }
    .navbar-fixed-top.scrolled-inner .header-logo img {
        width: 70%;
    }
    .navbar-fixed-top.scrolled-inner .head-menu{
        top: 10px !important;
		width:15%;
    }
    .banner-caption p{
        width: 100%;
    }
    .banner-caption{
        bottom: 20%;
    }
    .banner-caption h2{
        font-size: 45px;
    }
    .about-image img {
        width: 100%;
        height: 400;
        object-fit: contain;
    }
    .about-wrapper {
        padding: 70px 4%;
    }
    .abtvazhappally {
        padding: 30px 20px !important;
        margin-top: 25px;
    }
    .readmore-btn {
        width: 35% !important;
    }
    .abtvazhappally .readmore-btn, .news-updates .readmore-btn {
        width: 50% !important;
    }
    .pooja {
        padding: 0 0%;
    }
    .pooja .line-text {
        margin-top: 12%;
        padding-bottom: 40px;
    }
    .pooja .line-text::after {
        top: 50px;
    }
    .pooja-box{
        margin-top: 30px;
    }
    /* footer */
    .foot-det h4 {
        padding-bottom: 15px;
    }
    .footer-credit a, .footer-credit p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }
    /* about */
    .innerpage-header img, .innerpage-header {
        height: 300px;
    }
    .pageheading-middle h2{
        font-size: 18px;
    }
    .vazhappally-img img{
        margin-bottom: 40px;
    }
    .pooja-inner {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .pooja-detail-box .line-text::after{
        width: 200px;
    }
    .pooja-inner .col-12{
        margin-bottom: 20px;
    }
    /* contact */
    .cntct-map {
        height: auto;
    }
    .contact-form-pge {
        padding: 30px 20px !important;
        position: unset;
        margin: 50px auto;
        width: 90% !important;
    }
    .contact-form-pge .wpcf7-submit{
        width: 50%;
    }
    .cnt-det-box{
        height: 210px;
        margin-bottom: 20px;
    }
    .cnt-det-box h5{
        font-size: 25px;
    }
    .container {
        max-width: 1180px !important;
    }
}


.ulsavam {
    width: 270px !important;
    height: 65px !important;
    object-fit: contain !important;
    margin: auto;
    background: #00000040;
    border-radius: 18px;
    animation: bounce 3s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.bannerslider-item a:hover{
    text-decoration:none;
}
.arrow {
    position: absolute;
    top: 32%;
    left: 60%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.1vw;
    height: 1.1vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}