/*
Theme Name: malankara
*/

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

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

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

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



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: #752622;
	color: #fff;
}

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

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

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

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #752622;
	-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: #752622;
}


/* 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;
	border-radius:50%;
	color: transparent;
	border: 1px solid #fff;
	outline: #fff;
	background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:active {
	outline: #FFD615;
	background: #FFD615;
}

.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: 1;
	color: #FFD615;
}
.slick-dots li.slick-active button{
	background: #FFD615;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#ffffff !important;
	text-align: right;
}
.container {
    max-width: 1280px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #ffd615 !important;
}
/* header starts */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	width:330px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color:#fff !important;
}
.page-container{
    width: 100%;
}
.navbar-fixed-top.scrolled-inner {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
.navbar-fixed-top.scrolled-inner .menu-header{
    background: #00000062;    
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px #bdb9b91a;
    -moz-box-shadow: 0px 5px 15px 0px #bdb9b91a;
    box-shadow: 0px 5px 15px 0px #bdb9b91a;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-fixed-top.scrolled-inner .head-menu{
    width:100%;
    border-radius:0;
    padding-top:20px;
}

.navbar-fixed-top.scrolled-inner .header-logo img {
    width: 280px;
}
.menu-header{
	position: absolute;
	top: 15px;
	z-index: 99;
	width: 100%;
}
.header-logo img{
	width:320px;
}
.header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding-top: 20px;
}
.header-menu a{
	padding: 0 20px;
}
.header-menu a:hover{
	text-decoration: none;
}
.header-menu a i{
    background: #ffffff40;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    font-size: 22px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before {
    content: '';
    display: block;
    width: 50%;
    height: 4px;
    background-color: #FFD615;
    position: absolute;
    bottom: 0;
    left: 0px;
    right:0;
    margin:auto;
    transition: all 0.3s ease-in-out;
}
/* Apply scroll only to the first-level submenu */
.mega-menu ul.mega-sub-menu {
    max-height: 250px !important;
    overflow-y: auto !important; 
    overflow-x: hidden !important; 
    width: fit-content!important; 
    background:#752622 !important;
    padding-left:16px !important;
     padding-right:16px !important;
}

/* Optional: Style the scrollbar */
.mega-menu ul.mega-sub-menu::-webkit-scrollbar {
    width: 8px;
}
.mega-menu ul.mega-sub-menu::-webkit-scrollbar-thumb {
    background: #FFD615;
    border-radius: 0px;
}
.mega-menu ul.mega-sub-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mega-menu > li.mega-menu-item > a {
    font-weight: normal !important; /* Removes bold */
}
.mega-menu > li.mega-menu-item.mega-current-menu-item > a,
.mega-menu > li.mega-menu-item.mega-current-page-ancestor > a {
    color: #FFD615 !important; /* Sets active menu color */
}
.mega-menu > li.mega-menu-item.mega-current-menu-item > a,
.mega-menu > li.mega-menu-item.mega-current-page-ancestor > a {
    color: #FFD615 !important;
    background-color: rgba(255, 214, 21, 0.2) !important; /* Light highlight */
}


/* ***************** */
/* banner section */
.home-banner-wrap .slick-prev, .home-banner-wrap  .slick-next{
	display: none !important;
}
.home-banner-wrap {
	position: relative;
	height: 100vh;
	margin-bottom:0 !important;
}
.home-banner-wrap img{
	height: 100vh;
	object-fit: cover;
}
.banner-caption{
	position: absolute;
    left: 60px;
    bottom: 100px;
}
.events-wrapper .title-around{
    color:#000;
}
.events-wrapper .title-around:before, .events-wrapper .title-around:after{
    background-color:#000;
}
.title-around {
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
}
.title-around:before, .title-around:after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	vertical-align: middle;
	background-color: #fff;
}
.title-around:before {
	margin-right: 10px;
}
.title-around:after {
	margin-left: 10px;
}
.glorify{
	color: #FFD615;
}
.banner-caption h1{
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.quote{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}
.partbtn {
    background: #FFD615;
    color: #fff;
    padding: 7px;
}
.banner-btn {
    border: 1px solid #FFD615;
    padding: 5px;
    color: #FFD615;
    background: #00000052;
}
.partbtn:hover {
    border: 1px solid #FFD615;
    padding: 5px;
    color: #FFD615;
    background: #00000052;
	text-decoration: none;
}
.banner-btn:hover{
    background: #FFD615;
	padding: 7px;
    color: #fff;
	text-decoration: none;
}
.sunday-reading-wrapper li{
    color:#000;
    font-size:15px;
}
.sunday-reading-wrapper {
    position: absolute;
    bottom: 60px;
    right: 80px;
    background: #ffffffdb;
    border-radius: 20px;
    border-top: 8px solid #752622 !important;
    box-shadow: inset 1px 1px 20px 0 #00000057;
    padding: 0px 20px 20px;
    width: 27%;
    border: 2px solid #752622;
}
.sunday-reading-wrapper h2 {
    width: fit-content;
    text-align: center;
    background: #752622;
    border-radius: 0 0px 10px 10px;
    color: #fff;
    font-size: 20px;
    padding: 7px 27px;
    margin: 0 auto 23px;
    box-shadow: 0px 4px 12px 0 #0000003d;
}
.reading-date {
    font-style: italic;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}
.holy{
    padding-top:18px;
}
.sunday-reading-wrapper p{
    margin-bottom:0;
    color:#000;
    position:relative;
    padding-left:18px;
}
.sunday-reading-wrapper p:before {
    position: absolute;
    content: '';
    background: url(../malankara/assets/img/cross.png);
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sunday-reading-wrapper h3 {
    font-size: 18px;
    color: #752622;
    font-weight: 600;
    padding-bottom: 4px;
    text-align: center;
}
.before-holy{
    padding-top:10px;
}

 /* banner bottom */
 .ban-btm-box h5 {
    color: #752622;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 ;
	margin-bottom: 0 ;
}
.ban-btm-box p{
	height: 115px;
	text-align: center;
}
.readmore-btn {
    background: #752622;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
    height: 35px;
    line-height: 35px;
    width: fit-content;
    margin-bottom:8px;
}
.readmore-btn:hover{
	text-decoration: none;
	border: 1px solid #752622 ;
	color: #752622;
	background: transparent;
}
.banner-bottom .readmore-btn{
	width: 80%;
} 
.ban-btm-box{
	background: #EAEAEA;
	border-radius: 15px;
	padding: 15px;
	height: 100%;
}
.ban-btm-box img{
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.banner-bottom .col-lg-3{
	padding-left: 8px;
	padding-right: 8px;
}
.banner-bottom {
	padding-top: 50px;
	padding-bottom: 40px;
}
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  margin: 10% auto;
  position: relative;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup-content input,
.popup-content select{
    width:100%;
    height:45px;
    border:none;
    border-radius:10px;
    box-shadow:0 0 5px 0 #0000001c;
    padding:10px;
    margin:10px 0 ;
}
.popup-content textarea{
    width:100%;
    height:105px;
    border:none;
    border-radius:10px;
    box-shadow:0 0 5px 0 #0000001c;
    padding:10px;
    margin:10px 0 ;
}
/* about us */
.home-about-wrapper h3 {
    color: #752622;
    font-weight: 700;
    text-transform: uppercase;
}
.home-about-wrapper{
	padding-top: 70px;
	padding-bottom: 40px;
}
.home-abt-img img{
	height: 380px;
	object-fit: cover;
	border-radius: 20px 20px 20px 0 ;
}
.home-abt-cnt h1{
	color: #B78E3A;
	font-size: 30px;
}
.home-abt-cnt p{
	margin-bottom: 0;
	text-align: justify;
}
.home-about-wrapper .readmore-btn{
	margin: 20px 0;
	text-align: center;
	width: 50%;
}
/* counter section */
.counter-section {
    background: #F0F0F0;
    padding: 25px 0;
}

.counter-item p {
    color: #444444;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    margin: 0;
}

.counter-item h6 {
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    text-align: center;
}

.counter-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    padding: 20px;
    text-align: center;
}
.counter-img img {
    height: 80px ;
    width: 100%;
    object-fit: cover;
}
.counter-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Responsive adjustments */
.counter-container .row {
    justify-content: center;
}

/* If there are 3 items, make them take 4 columns each on md+ screens */
@media (min-width: 768px) {
    .counter-container .row:has(> div:nth-child(3):last-child) > div {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

/* Always full width on mobile */
@media (max-width: 767px) {
    .counter-container .col-6 {
        width: 50%;
    }
    .parish-head {
    text-align: center;
    padding-top: 30px;
}
.parish-inner h3 {
    font-size:25px !important;
}
.lrd-library-inner .col-lg-4{
    margin-bottom:20px;
}
.lrd-library-inner h3{
    font-size:25px;
}
.reco-link .readmore-btn {
        background: #752622;
        color: #fff;
        text-align: center;
        margin: auto;
        display: block;
        height: 37px;
        line-height: 37px;
        width: 100%;
        margin-bottom: 10px;
    }
    .kalpana-row .col-12{
        margin-bottom:20px;
    }
    .contact-item{
        width:100% !important;
    }
    .banner-caption {
    position: absolute;
    left: 19px;
    top: 18%;
    bottom: unset;
}
.sunday-reading-wrapper {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    background: #ffffffdb;
    border-radius: 20px;
    border-top: 8px solid #752622 !important;
    box-shadow: inset 1px 1px 20px 0 #00000057;
    padding: 0px 20px 20px;
    width: 90%;
    border: 2px solid #752622;
    margin: auto;
}
.banner-caption h1 {
    font-size:30px;
}
.home-banner-wrap{
    height:130vh;
}
.home-banner-wrap img{
    height:130vh;
}
}
/* events section */
.event-head {
    height: 282px;
    /*background: url(../malankara/assets/img/evnthd.webp) no-repeat center;*/
    background-size: cover;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.events-wrapper{

	padding-bottom: 50px;
}
.viewmore-btn {
    margin: 40px auto 15px;
    color: #752622;
    font-size: 18px;
    border: 1px solid #752622;
    padding: 8px 15px;
    display: block;
    width: fit-content;
}
.viewmore-btn:hover{
    background:#752622;
    color:#fff;
}
.viewmore-btn:hover i{
    margin-left:10px;
    transition:.5s ease;
}
.event-head h3{
	font-size: 32px;
	color: #752622;
	font-weight: 600;
}
.evntbox h3{
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 1px;
	padding-top: 40px;
	text-align: left;
}
.event-head p{
	font-size: 22px;
}
.evnt-item{
	position: relative;
}
.evntbox {
    background-color: #fff;
    text-align: center;
    margin: 30px 15px;
    border: 1px solid transparent;
    position: absolute;
    width: 260px;
    right: 0;
    height: 310px;
	padding: 15px;
    top: -40px;
	box-shadow: 0 0 3px 0 #00000054;
}
.evntbox .readmore-btn {
    position: absolute;
    width: 83%;
    bottom: 0;
    left: 0;
    right: 0;
}
.evntbox p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
.evntbox .title {
    color: #fff;
    background: #752622;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 -35px 10px;
    display: block;
    position: relative;
    top: 22px;
    height: 39px;
    width: 100%;
    margin-bottom: 0;
    line-height: 10px;
}
.evntbox .title:before{
    content: "";
    background: linear-gradient(45deg, transparent 49%, #c0413a 50%);
    height: 19px;
    width: 19px;
    position: absolute;
    left: 0;
    top: 100%;
	border-top: 1px solid rgb(250, 108, 108)13a;
}

.evntbox .description{
    color: #666;
    font-size: 15px;
    line-height: 25px;
    padding: 0 10px 10px;
}
.evnt-hm-img img {
    height: 275px;
    object-fit: cover;
    width: 330px;
    margin-top: 24px;
}
.event-body{
	background: #F0F0F0;
	padding-bottom: 30px;
}
/* gallery section */
.gal-slider img{
	height:280px;
	object-fit: cover;
}
.gallery-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
    .gallery-wrapper .slick-dots{
        bottom:-40px !important;
    }
    .gallery-wrapper .slick-dots li button{
        background:#bcbcbc;
    }
    .slick-dots li.slick-active button{
        background: #FFD615;
    }
.gallery-wrapper h1{
	color: #752622;
	text-align:center;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top:20px;
}
.custom-arrows {
    text-align: center;
    margin-top: 15px;
}
.gallery-wrapper img{
    height:330px !important;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta,
.vp-portfolio__items-style-fade .vp-portfolio__item a,
.vp-portfolio__items-style-fade .vp-portfolio__item {
    height:330px !important;
}
.vp-portfolio__items-bullets>.swiper-pagination-bullet{
    height:5px !important;
    width:5px !important;
}
.fancybox-container{
	z-index: 99992 !important;
}
.fancybox__container{
    	z-index: 9999 !important;
}
.vp-portfolio__item img {
  position: relative;
  cursor: pointer;
}

.vp-portfolio__item img::after {
  content: "Click Here";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* ensures the message doesn't block the hover */
  font-size: 16px;
}

.diocesan-assembly-inner img:hover::after {
  opacity: 1;
}

/* reverend section */
.reverend-wrapper .title-around:before, .reverend-wrapper .title-around:after{
	background: #000;
}
.reverend-wrapper .title-around{
	color: #000;
	text-align: center;
}
.reverend-wrapper h1{
	color: #752622;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: center;
}
.reverend-wrapper img{
	height: 290px;
	object-fit: cover;
	object-position:top;

}
.reverend-wrapper{
	padding-bottom: 60px;
}
.rev-slider h4{     
	text-align: center;
	font-size: 16px;         
	padding-top: 15px;                              
}
.rev-slider p{
	text-align: center;
	font-size: 20px;
}

/* footer section */
.footer{
	background: #752622;
	padding-top: 50px;
}
.footer p, .footer a{
	color: #fff !important;
	font-weight: 300;
}
.footer a:hover{
	color: #FFD615 !important;
	text-decoration: none;
}
.footer .menu{
	padding-left: 0 !important;
	line-height: 1.8rem;
}
.footer h4 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
.tis{
	text-align: end;
}
.footer-copy {
	padding-top: 70px;
}
.social-icons a {
    background: #ffffff6b;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px;
}
/* inner section */
.innerpage-header{
	height: 360px;
	position: relative;
}
.innerpage-header img{
	height: 360px;
	object-fit: cover;
}
.innerpage-header h4 {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    text-shadow: 2px 4px 2px #000;
     font-family: "Merienda", cursive !important;  
     font-size:22px;
}
.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.centered-content h2, .centered-content span{
	color: #fff;
}
.centered-content a{
	color: #FFD615;
}
.centered-content a:hover{
	color: #fff;
	text-decoration: none;
}
li{
	list-style: none;
	list-style-image: url(../malankara/assets/img/cross.png);
}
.inner-wrapper{
	background: url(../malankara/assets/img/innerbg.webp) no-repeat center;
	background-size: contain;
}
/* admin inner */
.admin-inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.admin-inner img {
    height: 465px;
    object-fit: contain;
}

/* spiritual organization */
.spiritual-org-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.spiritual-org-inner a{
	color: #FFD615;
}
.spiritual-org-inner a:hover{
	color: #B78E3A;
	text-decoration: none;
}
.spiritual-org-inner img {
    height: 500px;
    object-fit: cover;
	border-radius: 50px 0;
	border: 5px solid #86212149;
	margin-top: 15px;
}

.so-team{
	padding: 20px;
	margin: 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px 0 #00000031;
	height: 100%;
}
.spirit-row{
	padding-bottom: 40px;
}
.so-memb-para h4, .sec-para h4{
	text-align: center;
}

/* parish page */
.parish-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.parish-inner h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
    padding-top:15px;
}
.title-around-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #752622;
}
.title-around-flex:before, .title-around-flex:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: currentColor;
}
.title-around-flex:before {
  margin-right: 10px;
}
.title-around-flex:after {
  margin-left: 10px;
}

.parish-inner .col-lg-4,
.parish-inner .col-lg-3 {
    margin-bottom: 20px !important;
}

.filter-form select {
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 200px;
    margin-bottom: 20px;
}

.filter-form select option:hover {
    background: #752622 !important;
}

.state-para {
    margin-bottom: 0;
}

.parishe-box {
    text-align: center;
    height: 100%;
    padding: 15px;
    background: #EAEAEA;
    border-radius: 15px;
    box-shadow: 4px 5px 5px 0 #7526224d;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.parishe-box h4 {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    color: #752622;
}

.parishe-box p span {
    color: #752622;
    font-weight: 600;
    font-size: 17px;
}

/* Image wrapper and hover effect */
.parish-img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.parishe-box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

/* Overlay and view more text */
.parish-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #52363599;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.view-more-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

/* Hover effects */
.parishe-box:hover img {
    transform: scale(1.1);
}

.parishe-box:hover .parish-overlay {
    opacity: 1;
}

.parishe-box:hover .view-more-text {
    display: block;
}

/* Social links styling */
.parish-soial-links {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parish-soial-links a {
    margin-left: 8px;
}
.parish-soial-links span{
    margin-left:5px;
}
.social-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.social-link i,
.parish-soial-links i {
    background: #752622 !important;
    padding: 10px !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    color: #fff !important;
}

/* Anchor full block */
.parish-readmore {
    display: block;
    text-decoration: none;
    color: inherit;
}


/*clergy section starts*/

.clergy-detail-main{
    margin-top:70px  !important;
    margin-bottom:70px !important;
}
.clergy-inner-img{
    height:100%;
}
.clergy-inner-img img{
    height:100%;
    object-fit:cover;
}
.clergy-inner-content {
    height: 100%;
    background: #0000001a;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cleg-head h4{
    font-size:28px;
    font-weight:600;
}
.cleg-head h6{
    color:#752622;
}
.clergy-detail-main p span{
    color:#752622;
    font-weight:600;
}
.cleg-head{
    padding-bottom:30px;
}
.cleg-bottom p{
    margin-bottom:0px !important;
}
.cleg-bottom p a{
    color:#444444;
}
.cleg-bottom p a:hover{
    color:#752622;
    text-decoration:none;
}
.clergy-box img{
    height:300px;
    object-fit:cover;
	object-position:top;
}
.clergy-box h4 {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    color: #752622;
    height:100px;
}
/*clergy section ends*/
/* liturgical-resource-development-inner */

.liturgical-resource-development-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.liturgical-resource-development-inner a{
	color: #FFD615;
}
.liturgical-resource-development-inner a:hover{
	color: #B78E3A;
}
.lrd-img img{
	height: 450px;
	object-fit: cover;
	margin-bottom: 40px;
	border-radius: 40px 5px 40px 5px;
}

/* kalpana-inner */


.kalpana-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.kalpana-box {
    padding: 15px;
    margin: 10px;
    border: 1px solid #752622;
    box-shadow: -6px 6px 0 3px #752622;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kalpana-box a{
	color: #752622;
}
.kalpana-box:hover a{
	color: #fff;
	text-decoration: none;
}
.kalpana-box:hover {
	background: #752622;
	box-shadow:none;
	transition: 1s ease;
}
.kalapana-year h4{
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
}
.kalapana-year h4:before {
    position: absolute;
    background: url(../malankara/assets/img/arw.png) no-repeat center;
    content: "";
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
}
.kalpana-row{
	padding-bottom: 20px;
}
.kalpana-row .col-md-6{
    margin-bottom:20px;
}
.hidden-year {
    display: none;
}
.kalpana-inner .readmore-btn{
    width:fit-content;
    height:auto;
}
/* faith-inner */

.faith-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.faith-inner img{
	object-fit: cover;
}

/* metropolitan-inner */

.metropolitan-inner img {
    height: 400px;
    object-fit: contain;
    width: 400px;
    margin: auto;
    display: block;
    border-radius: 20px;
}
.metropolitan-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.metropolitan-inner p{
	text-align: center;
	width: 70%;
	padding-top: 20px;
	margin: auto;
	display: block;
}

/* diocesan-assembly-inner */

.diocesan-assembly-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.diocesan-assembly-inner img{
	height: auto;
	object-fit: cover;
}
.diocesan-assembly-link a{
	background: #752622;
	border: 3px solid #f0e0e0e1;
	border-radius: 60px 0;
	padding: 15px 25px;
	color: #fff;
}
.diocesan-assembly-link a:hover{
	text-decoration: none;
	color: #FFD615;
}
.ds-r2 .col-12{
	margin-bottom: 15px;
}
.diocesan-assembly-link{
	padding-top: 40px;
}

/* diocesan-assembly-inner */

.diocesan-assembly-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.diocesan-assembly-inner img{
	height: 500px !important;
	object-fit: cover;
	width: 70%;
	margin: 20px auto;
	display: block;
}
.diocesan-assembly-inner .r1{
	text-align: center;
}
.vp-portfolio__item-img-wrap{
	height: 500px !important;
	margin-top: 15px !important;
}

/* Inter-Church-inner */

.Inter-Church-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.Inter-Church-inner img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 15px;
}
.Inter-Church-inner a{
	color: #FFD615;
}
.Inter-Church-inner h6{
	text-align: center;
}
.Inter-Church-inner a:hover{
	color: #B78E3A;
	text-decoration: none;
}

/* public-relation-inner */

.public-relation-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.public-relation-inner img{
	height: 350px;
	object-fit: cover;
	border-radius: 50px 0;
	border: 4px solid #7526225d;
}

/* forms-inner */

.forms-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.forms-inner h6{
	padding-bottom: 20px;
	text-align: center;
}
.forms-link {
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: 6px;
	text-align: center;
}
.forms-link a{
	color: #fff;
}
.forms-link a:hover{
	color: #FFD615;
	text-decoration: none;
}

/* church-administration-inner */

.church-administration-inner{
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
.church-administration-inner img {
    height: 480px;
    width: 83%;
    object-fit: cover;
    margin: 15px auto;
    display: block;
    border-radius: 20px;
}

/* catholicose-malankara-metropolitan-inner */

.catholicose-malankara-metropolitan-inner{
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: justify;
}
.catholicose-malankara-metropolitan-inner img{
	height: auto;
	object-fit: cover;
	border-radius: 15px;
}

/* holy-synod-inner */

.holy-synod-inner{
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
.holy-synod-inner img{
	width: 85%;
	height: auto;
	object-fit: cover;
	margin: auto;
	display: block;
	border-radius: 15px;
	margin-top: 30px;
}
.holy-synod-inner a{
	color: #FFD615;
}
.holy-synod-inner a:hover{
	color: #752622;
	text-decoration: none;
}

/* malankara-association-inner */

.malankara-association-inner{
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

/* about-inner */

.about-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.about-inner img{
	height: 420px;
	object-fit: cover;
	border-radius: 15px;
}
.about-inner a{
	color: #FFD615;
	font-style: italic;
}
.about-inner a:hover{
	color: #752622;
	font-style: italic;
	text-decoration: none;
}
.about-contact {
    background: url(../malankara/assets/img/cnt.webp) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 40px;
	margin-bottom: 20px;
}
.about-contact h5{
	font-weight: 600;
	color: #fff;
	font-size: 22px;
}
.about-contact p{
	color: #fff;
}
.abt-cnt-item{
	padding-bottom: 15px;
}
.abt-cnt-item p a{
	color: #fff;
}
.abt-cnt-item p a:hover{
	color: #fff;
	text-decoration: none;
}
.region-box {
 
    border-radius: 50px 0;
    padding: 40px 20px;
    margin: 10px 0;
    box-shadow: 0 0 7px 0 #00000056;
	height: 100%;
}
.region-box h5{
	color: #752622;
	font-weight: 600;
	text-align: center;
}
.region-box a{
    position:absolute;
    right:55px;
}
.region-box a i {
    color: #752622;
    font-size: 25px;
    rotate: -33deg;
}
.region-box a i:hover{
    rotate: 0deg;
    transition:1s ease;
}
.region-box li{
    line-height:40px;
}
.abt-regions .col-lg-6{
	margin-bottom: 25px;
}
.abt-regions p{
	text-align: center;
}
.abt-regions{
	padding-top: 50px;
	padding-bottom: 70px;
}

/* educational-inner */

.educational-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.educational-inner img {
    height: 580px;
    object-fit: cover;
    border-radius: 50px 0;
    box-shadow: 0 0 3px 0 #000;
}

/* resources-inner */

.resources-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.resource-link {
    padding: 10px 35px;
    height: 77px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: 6px;
    text-align: center;
    display: flex;
    align-items: center;
}
.resource-link a{
	color: #fff;
}
.resource-link a:hover{
	color: #FFD615;
	text-decoration: none;
}

/* sunday-school-teachers-certification-program-inner */

.sunday-school-teachers-certification-program-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.sunday-school-teachers-certification-program-inner img {
    height: 465px;
    object-fit: cover;
    border-radius: 50px 0;
    box-shadow: 0 0 3px 0 #000;
}
.sunday-school-teachers-certification-program-inner h3{
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	font-size: 26px;
}
.first-para a{
	color: #FFD615;

}
.first-para a:hover{
	color: #752622;
	text-decoration: none;
}
.sstc-link a{
	color: #752622;
}
.sstc-link:hover a{
	color: #fff;
	text-decoration: none;
}
.sstc-link:hover {
	background: #752622;
	box-shadow:none;
}
.sstc-link {
    padding: 15px;
    margin: 10px;
    border: 1px solid #752622;
    box-shadow: -6px 6px 0 3px #752622;
}
.second-para, .third-para, .fourth-para{
	padding-bottom: 45px;
}
.second-para{
	padding-top: 45px;
}
.fourth-para h5{
	padding-top: 20px;
	position: relative;
	padding-left: 30px;
}	
.fourth-para h5:before{
	content: '';
	position: absolute;
	background: url(../malankara/assets/img/arw.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	left: 0;
	top: 20px;
}

/* 12th-grade-diploma-inner */

.diploma-inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
.diploma-resource-link {
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: 6px;
	text-align: center;
}
.diploma-resource-link a{
	color: #fff;
}
.diploma-resource-link a:hover{
	color: #FFD615;
	text-decoration: none;
}
.diploma-inner img{
	height: 385px;
	object-fit: cover;
	border-radius: 50px 0;
}
.diploma-inner  .sec-para{
	padding-top: 25px;
}

/* mgocsm-inner */

.mgocsm-inner{
	padding-top: 70px;
	padding-bottom: 70px;
}
.mgocsm-link{
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: 6px;
	text-align: center;
}
.mgocsm-link a{
	color: #fff;
}
.mgocsm-link a:hover{
	color: #FFD615;
	text-decoration: none;
}
.mgocsm-link img{
	height: 385px;
	object-fit: cover;
	border-radius: 50px 0;
}
.mgocsm-bottom h4{
	padding-top: 20px;
	position: relative;
	padding-left: 30px;
	font-size:25px;
}	
.mgocsm-bottom h4:before{
	content: '';
	position: absolute;
	background: url(../malankara/assets/img/arw.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	left: 0;
	top: 22px;
}

/*marth-mariam-vanitha-samajam-inner starts*/

.marth-mariam-vanitha-samajam-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.team-box img{
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.team-box{
    text-align:center;
}
.team-box a{
    color: #FFD615;
}
.team-box a:hover{
    color:#000;
    text-decoration:none;
}
.team-box h5 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.team-box p{
    margin-bottom:0;
}
.team-box{
    margin-bottom:20px;
}




/*marth-mariam-vanitha-samajam-inner ends*/

/*MMVS Educational Aid Application starts*/

.mmvs-link{
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: 6px;
    text-align: center;
}
.mmvs-link a {
    color: #fff;

}
.mmvs-inner a:hover {
    color: #FFD615;
    text-decoration: none;
}
.mmvs-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.mmvs-inner img{
    width:100%;
    height:auto;
    border-radius:15px;
}

/*MMVS Educational Aid Application ends*/

/*guidelines starts*/

.guidelines-link{
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin: auto;
    width:80%;
    text-align: center;
}
.guidelines-link a {
    color: #fff;

}
.guidelines-link a:hover {
    color: #FFD615;
    text-decoration: none;
}
.guidelines-first-para {
    padding-top:70px;
    padding-bottom:70px;
}
/*guidelines ends*/

/*yearplan-inner starts*/

.yearplan-link{
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin:10px auto;
    width:80%;
    text-align: center;
}
.yearplan-link a {
    color: #fff;

}
.yearplan-link a:hover {
    color: #FFD615;
    text-decoration: none;
}
.yearplan-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.yearplan-first-para h5{
    text-align:center;
    padding-bottom:25px;
}
/*yearplan-inner ends*/

/*ocym starts*/

.ocym-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.ocym-inner a{
   color: #FFD615;  
}
.ocym-inner a:hover{
   color: #000;
   text-decoration:none;
}
.ocym-inner h6{
    text-align:center;
    font-size:25px;
}
/*ocym ends*/

/*prayer-fellowship-inner */

.prayer-fellowship-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.prayer-fellowship-inner a{
   color: #FFD615;  
}
.prayer-fellowship-inner a:hover{
   color: #000;
   text-decoration:none;
}

/*prayer-fellowship-inner*/

/*slootho starts*/

.slootho-inner{
    padding-top:70px;
    padding-bottom:70px;
}
.slootho-para img {
    height: 400px;
    object-fit: cover;
    margin-top: 53px;
    border-radius: 15px;
}
.slootho-sec-para img{
    border-radius:15px;
}
.slootho-inner a{
    color:#FFD615;
}

.repeater-link{
    padding: 10px;
    background: #752622;
    border: 3px solid #d5baba;
    border-radius: 50px 0;
    margin:10px auto;
    width:100%;
    text-align: center;
}
.repeater-link a {
    color: #fff;

}
.repeater-link a:hover {
    color: #FFD615;
    text-decoration: none;
}

.slootho-prayer-req{
    padding-top:60px;
    padding-bottom:70px;
    
}
.prayer-req-para{
    text-align:center;
}
.prayer-req-box{
    height:100%;
}
.prayer-req-form{
    background:#eeeeee;
    padding:50px;
}
.prayer-req-form input, .prayer-req-form select {
    width:100%;
    padding:0 10px ;
    margin:10px 0;
    height:40px;
    border-radius:5px;
    color:#6b6a6a;
    border:1px solid #6b6a6a42;
}
.prayer-req-form textarea{
    width:100%;
    padding:0 10px;
    margin:10px 0;
    height:100px;
    border-radius:5px;
    color:#6b6a6a;
    border:1px solid #6b6a6a42;
}
.prayer-req-form h5{
    text-align:center;
    color:#752622;
    font-size:25px;
}
.prayer-req-img img{
    height:100%;
}
.submit-btn .wpcf7-submit{
    background: #752622;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 50%;
    margin:auto;
    display:block;
    padding:inherit !important;
}
.slootho-recoring-link {
    border: 1px solid #00000024;
    padding: 15px;
    border-radius: 10px;
    min-height: 87px;
    margin-bottom: 17px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: -4px 5px 2px 2px #752622;
}
.slootho-recoring-link a{
    color:#000;
}
.slootho-recoring-link:hover {
    border: 1px solid #00000024;
    box-shadow: 0 0px 7px 2px #dfdfdf;
        transition:1s ease;
}
.slootho-recoring-link:hover a{
    color:#752622;
    text-decoration:none;
}
.slootho-recoring{
    padding-top:60px;
    padding-bottom:70px;
}
/*slootho ends*/

.campus-ministry-second-para a{
     color: #FFD615;
}
.bible-class-recordings-inner{
    padding-top:60px;
    padding-bottom:60px;
}

/*prayer recording starts*/

.prayer-recordings-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.prayer-recordings-inner img{
    object-fit:contain;
}
.prayer-recordings-inner .sec-para p {
    padding-bottom: 31px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 50px;
    border-bottom: 1px dotted;
}
.prayer-recordings-inner h4 span{
    padding-right:10px;
}
/*prayer recording ends*/

/*remainder starts*/

.remainder-cntnt {
    background: #eeeeee;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}
.remainder-form input, .remainder-form select {
    width:100%;
    padding:0 10px ;
    margin:10px 0;
    height:40px;
    border-radius:5px;
    color:#6b6a6a;
    border:1px solid #6b6a6a42;
}
.remainder-form textarea{
    width:100%;
    padding:0 10px;
    margin:10px 0;
    height:100px;
    border-radius:5px;
    color:#6b6a6a;
    border:1px solid #6b6a6a42;
}
.remainder-form h5{
    text-align:center;
    color:#752622;
    font-size:25px;
}
.remainder-form{
    background: url(../malankara/assets/img/cnt-bg.jpg) no-repeat center;
    background-size:cover;
    padding:50px;
    height:100%;
}
.remainder-inner{
    padding-top:60px;
    padding-bottom:60px;
}
/*remainder ends*/

/*divyabodhanam starts*/
.divya-bodhanam{
    padding-top:60px;
    padding-bottom:60px;
}
.main-coordinator-box {
    text-align: center;
    background: #e9e9e9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 11px 0 #00000040;
    height: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.divya-bodhanam h3 {
    text-align: center;
    color: #000;
    font-size:28px;
    font-weight:600;
    padding-bottom: 30px;
    padding-top:40px;
}
.main-coordinator-box p{
    margin-bottom:5px;
}
.main-coordinator-box a{
    color:#000;
}
.main-coordinator-box a:hover{
    color:#FFD615;
    text-decoration:none;
}

.main-coordinator-box h4{
    font-weight:700;
    font-size:22px;
    color:#752622;
}
.area-coordinator-box p{
    margin-bottom:5px;
}
.divya-bodhanam-firts-para img{
    height:520px;
    object-fit:contain;
}
.area-coordinator-box {
    background: #e9e9e9;
    padding: 20px 15px;
    border-radius: 15px;
    text-align: center;
    height:100%;
    box-shadow: 0 0 11px 0 #00000040;
}
.area-coordinator-box h6,
.area-coordinator-box a{
    color:#000;
}
.divya-bodhanam .col-lg-3{
    margin-bottom:20px;
}
.area-coordinator-box h4 {
    color: #752622;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 10px;
}

.area-coordinator-box a:hover{
    color:#FFD615;
    text-decoration:none;
}
.divyabodhanam-class-recordings-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.divyabodhanam-img img {
    width: 100%;
    height: 200px !important;
    object-fit: contain !important;
    box-shadow:none !important;
}
.divyabodhanam-img p {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #752622;
}
.mlr-two{
    margin-top:20px;
}
.study-materials-inner .first-para{
    text-align:center;
}
.study-materials-inner .first-para li{
    text-align:center;
    width:fit-content;
    margin:auto;
}
.study-materials-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.study-materials-inner .sec-para h4{
    padding-top:20px;
    padding-bottom:20px;
}
.accordion {
    background-color: #752622;
    color: #fff;
    cursor: pointer;
    padding: 22px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 15px;
    transition: background-color 0.1s ease;
    border-radius: 10px;
    box-shadow: -2px 6px 5px 1px #00000047;
}
.active, .accordion:hover {
  color:#FFD615;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.faq-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.faq-thq {
    text-align: right;
    width: 96%;
    margin-top: 30px;
}
/*divyabodhanam ends*/

/*counseling starts*/

.counseling-inner a{
    color:#FFD615;
}
.counseling-inner a:hover{
    color:#752622;
}
.counseling-inner{
    padding-top:60px;
    padding-bottom:60px;
}
a:hover{
    text-decoration:none !important;
}
/*counseling ends*/

.seniors-forum-inner img{
    height:270px;
    object-fit:contain;
}

.seniors-forum-inner{
    padding-top:60px;
    padding-bottom:60px;
}

/*diocesan-news-inner*/


.diocesan-news-inner img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:15px 15px 0 0 ;
}
.diocesan-news-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.diocesan-item h4 {
	font-size: 16px;
}
.post-single{
    padding-top:60px;
    padding-bottom:60px;
}
.post-single img{
    height:350px;
    object-fit:cover;
    border-radius:15px;
}
.post-single a{
    color:#FFD615;
}

.gospel_reading-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.gospel_reading-inner .repeater-link h4{
    color:#fff;
    font-size:18px;
}
.event-inner{
    padding-top:60px;
    padding-bottom:60px;
}

/*bible study*/

.bible-study-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.bible-study-inner img{
    height:350px;
    object-fit:contain;
    object-position:right;
}

.bs-first-para{
    width:80%;
    margin:auto;
    display:block;
}
.bs-cnt {
    background: #f3f3f3;
    height: 100%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bs-cnt a{
    color:#752622;
}
.bs-first-para{
    margin-bottom:65px;
}
.bible-study-box {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 18px 0 #5c5c5c24;
    height:100%;
}

.bible-study-box h4{
    font-size:20px;
    padding-top:10px;
    padding-bottom:10px;
    height:90px;
}
.bible-study-inner .col-lg-3{
    margin-bottom:15px;
}
.bible-study-box a{
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: rgb(117, 38, 34);
    margin: auto;
}
.bible-study-box a:hover{
    border:1px solid rgb(117, 38, 34);
    color:rgb(117, 38, 34);
    background:none;
}
.bible-study-box .wp-block-columns, .bible-study-box .wp-block-columns p{
    margin-bottom:0 !important;
}
.bible-study-box h6{
    font-weight:400;
    font-size:15px;
}
.malayalam-liturgical-resources-inner {
    padding-top:60px;
    padding-bottom:60px;
}
.malayalam-liturgical-resources-inner img {
    height: 480px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #0000003b;
}
.vattasseril-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.vattasseril-inner img {
    height: 530px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #0000003b;
}
.mlr-two a{
    color:rgb(117, 38, 34);
}
.privacy-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.downloads-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.downloads-inner p{
    text-align:center;
}
.dwnld-note{
    padding-top:50px;
}
.dwnld-note p{
    text-align:left !important;
}
.shehimo-box-btn {
    display: flex;
    justify-content: space-between;
}
.shehimo-box {
    padding: 35px 20px;
    box-shadow: 0 0 8px 0 #0000002b;
    border-radius: 15px;
    height:100%;
    background:#fff;
}

.shehimo-box-btn div{
    width:48%;
}
.shehimo-box-title p {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}
.shehimo-box-title {
    height:80px;
}
.lrd-library-inner h3{
    text-align:center;
    padding-bottom:30px;
}
.reco-link .yt-box{
    border:1px solid #000;
    margin-bottom:10px;
    background:#fff;
}
.reco-link .yt-box {
    border: 1px solid #cab1b1;
    margin: 10px;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.youtube-links{
    padding-top:60px;
    padding-bottom:60px;
}
.yt-1{
    background: #752622 !important;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #807d7d;
}
.reco-link {
    padding: 15px;
    border: 1px solid #0000002e;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 #00000040;
    text-align: center;
}


.reco-link {
    padding: 15px;
    border: 1px solid #0000002e;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 #00000040;
    text-align: center;
    background: #fff;
    margin-bottom:20px;
}
.links-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.link-item{
    padding-top:30px;
}
.articles-item {
    font-size: 6px;
    padding: 19px;
    border: 1px solid #752622;
    margin-bottom: 20px;
    box-shadow: -5px 5px 0 1px #752622;
    min-height: 165px;
    display: flex;
    align-items: center;
}

.article-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.articles-item h4{
    font-size: 19px;
    color: #752622;
}
.articles-item h6{
    color:#000;
    text-align:right;
    font-style:italic;
    font-weight:400;
}
.article-single{
    padding-top:60px;
    padding-bottom:60px;
}
.acolyte-training-guide-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.acolyte-training-guide-inner a{
   color:#752622; 
}

.acolyte-training-guide-inner a:hover{
   color:#FFD615; 
}
.acolyte-training-guide-inner img{
    height:350px;
    object-fit:contain;
}

.resource-audio-inner{
    padding-top:60px;
    padding-bottom:60px;
}

.resource-audio-inner a{
       color:#752622;
}
.resource-audio-inner a:hover{
   color:#FFD615; 
}










@media only screen and (min-width: 300px) and (max-width: 580px) {
    /* navbar start*/
    .header-logo img {
        width: 260px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #ffd615;
        background: #752622;
        
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #ffd615;
        background: #e6524b;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: #752622;
        text-align: left;
        color: #fff;
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #ffd615;
        background: #752622;
    }
    
    /* navbar end*/
    /* breadcrumb start */
    .centered-content h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .centered-content h6 {
        font-size: 12px;
        font-weight: 600;
    }
    
    /* banner-section start */
    .title-around:before, .title-around:after {
        content: "";
        display: inline-block;
        width: 25px !important;
        height: 1px;
        vertical-align: middle;
        background-color: #fff;
    }
    .title-around {
        color: #ffffff;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 10px;
    }
    .partbtn{
        font-size: 12px !important;
    }
    .banner-btn{
        font-size: 12px !important;
    }
    .banner-bottom .col-lg-3 {
        padding: 10px !important;
    }
    .banner-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* banner-section-end */

    /* About Section Start */
    .readmore-btn{
        font-size: 14px;
    }

    .home-abt-img img {
        height: 200px;
        object-fit: cover;
        border-radius: 20px 20px 20px 0;
    }
     
    .ban-btm-box p {
        height: 70px;
        text-align: center;
    }
    .counter-box i {
        font-size: 40px;
        color: #752622;
    }
    .counter-box .title {
        color: #444444;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 10px;
    }
    .counter {
        font-weight: 700;
        font-size: 20px;
    }
    /* About Section end */

    /* event Section Start */
    .event-head {
        height: 130px;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .event-head p {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .evnt-hm-img img {
        height: 250px;
        object-fit: cover;
        width: 100%;
        margin-top: 60px;
    }
    .evntbox {
        background-color: #fff;
        text-align: center;
        margin: 0px 9px;
        border: 1px solid transparent;
        position: absolute;
        width: 200px;
        right: 0;
        height: 250px;
        padding: 15px;
        top: -270px;
        box-shadow: 0 0 3px 0 #00000054;
    }
    
    .evntbox .title {
        color: #fff;
        background: #752622;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 0px -35px 10px;
        display: block;
        position: relative;
        top: 10px;
        height: 30px;
        width: 80%;
        margin-bottom: 0;
        line-height: 10px;
    }
    .evntbox h3 {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        letter-spacing: 1px;
        padding-top: 20px;
        text-align: left;
    }
    .readmore-btn {
        background: #752622;
        color: #fff;
        text-align: center;
        margin: auto;
        display: block;
        height: 30px;
        line-height: 30px;
        width: 100%;
    }
    p {
        color: #444444;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }
    /* event Section end */

    /* gallery Section Start */

    .gallery-wrapper h1 {
        color: #752622;
        font-weight: 700;
        padding-bottom: 13px;
        font-size: 24px;
    }

    .custom-arrows button {
        background-color: transparent;
        border: none;
        font-size: 24px;
        color: #ffffff;
        cursor: pointer;
        margin: 0 10px;
        background: #752622;
        width: 60px;
        height: 33px;
    }

    /* gallery Section end */

    /* reverend Section Start */

    .reverend-wrapper h1 {
        color: #752622;
        font-weight: 700;
        padding-bottom: 20px;
        text-align: center;
        font-size: 30px;
    }
    .title-around:before, .title-around:after {
        content: "";
        display: inline-block;
        width: 60px;
        height: 1px;
        vertical-align: middle;
        background-color: #fff;
    }
    /* reverend Section end */

    /* administration-inner */
    .admin-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .admin-inner img {
        height: 370px;
        object-fit: contain;
    }

    .metropolitan-inner img {
        height: 400px;
        object-fit: contain;
        width: 275px;
        margin: auto;
        display: block;
        border-radius: 20px;
    }
    .metropolitan-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* Diocesan Assembly start */
    .diocesan-assembly-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .diocesan-assembly-inner img {
        height: 500px !important;
        object-fit: cover;
        width: 90%;
        margin: 20px auto;
        display: block;
    }
    li {
        list-style: none;
        list-style-image: url(../malankara/assets/img/cross.png);
        font-size: 14px;
        padding-bottom: 5px;
    }
    .diocesan-assembly-link a {
        position: relative;
        background:none !important; 
        border: none !important;
        color: #752622;
        padding: 0;
    }
    .diocesan-assembly-link{
        text-align: left;
        padding-left: 30px;
    }
    .diocesan-assembly-link a::before {
        position: absolute;
        content: '';
        background: url('../malankara/assets/img/cross1.png');
        background-size: cover;
        width: 16px;
        height: 16px;
        object-fit: contain;
        left: -25px;
        padding-right: -9px;
        top: 1px;
    }

    
    /* Diocesan Assembly end */

    /* Public relation start */
    .public-relation-inner img {
        height: 275px;
        object-fit: cover;
        border-radius: 50px 0;
        border: 4px solid #7526225d;
    }
    .public-relation-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* Public relation end */

    /* Forms start */
    .forms-link {
        padding: 12px;
        background: #752622;
        border: 3px solid #d5baba;
        border-radius: 50px 0;
        margin: 6px;
        text-align: center;
        font-size: 12px;
    }
    /* Forms end */

    /* about-inner start */
    .about-inner img {
        height: 420px;
        object-fit: cover;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .about-contact p {
        color: #fff;
        text-align: center;
    }
    li {
        list-style: none;
        list-style-image: url(../malankara/assets/img/cross.png);
        font-size: 13px;
        padding: 7px;
    }
    /* about-inner end */
    .catholicose-malankara-metropolitan-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: justify;
    }
    .malankara-association-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    /* administration-inner end*/

    /* spiritual oraganization */

    /* sunday school start */
    .sunday-school-teachers-certification-program-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sunday-school-teachers-certification-program-inner img {
        height: 465px;
        object-fit: cover;
        border-radius: 50px 0;
        box-shadow: 0 0 3px 0 #000;
        margin-bottom: 30px;
    }
    p {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .spirit-row  .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    } 
    .sstc-link {
        padding: 10px;
        margin: 10px;
        border: 1px solid #752622;
        box-shadow: -6px 6px 0 3px #752622;
    }
    .sstc-link a {
        color: #752622;
        font-size: 14px;
    }
    .fourth-para h5 {
        padding-top: 20px;
        position: relative;
        padding-left: 30px;
        font-size: 14px;
    }
    .sunday-school-teachers-certification-program-inner h3 {
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0px;
        font-size: 20px;
    }
    /* sunday school end */

    /* diploma start */

    .diploma-inner {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .diploma-inner  .sec-para {
        padding-top: 10px;
    }

    /* diploma end */

    /* resources start */

    .ds-r2 .col-12 {
        margin-bottom: 0px;
    }

    .resource-link {
        padding: 10px 25px;
        height: 80px;
        background: #752622;
        border: 3px solid #d5baba;
        border-radius: 50px 0;
        margin: 6px;
        text-align: center;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    /* resources end */

    /* mgocsm start */
    .mgocsm-bottom h4 {
        padding-top: 20px;
        position: relative;
        padding-left: 30px;
        font-size: 20px;
    }
    .mgocsm-link {
        padding: 10px;
        background: #752622;
        border: 3px solid #d5baba;
        border-radius: 50px 0;
        margin: 8px;
        text-align: center;
        font-size: 14px;
    }
    /* mgocsm end */

    /* marth-mariam start */
    .marth-mariam-vanitha-samajam-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .Office-Bearers .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 5px;
    }
    /* marth-mariam end */
    /* mmvs start */
    .mmvs-link a {
        color: #fff;
        font-size: 14px;
    }
    /* mmvs end */
    .guidelines-link {
        padding: 14px;
        background: #752622;
        border: 3px solid #d5baba;
        border-radius: 50px 0;
        margin: auto;
        width: 80%;
        text-align: center;
    }
    /* .bible-class-recordings start */
    .bible-class-recordings-year h4{
        font-size: 18px;
    }
    .kalpana-box {
        padding: 15px;
        margin: 10px;
        border: 1px solid #752622;
        box-shadow: -6px 6px 0 3px #752622;
        font-size: 14px;
    }
    /* .bible-class-recordings end */

    .ocym-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* prayer-fellowship start */
    .prayer-fellowship-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    
    /* prayer-fellowship end */

    /* slootho start */
    .slootho-para img {
        height: 400px;
        object-fit: cover;
        margin-top: 20px;
        border-radius: 15px;
    }
    .slootho-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    

    /* prayer-req start */
    .slootho-prayer-req {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .prayer-req-form input, .prayer-req-form select {
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        height: 40px;
        border-radius: 5px;
        color: #6b6a6a;
        border: 1px solid #6b6a6a42;
        font-size: 12px;
    }
    .prayer-req-form textarea {
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        height: 100px;
        border-radius: 5px;
        color: #6b6a6a;
        font-size: 12px;
        border: 1px solid #6b6a6a42;
    }
    .prayer-req-form {
        background: #eeeeee;
        padding: 20px;
    }

    /* prayer-req end */

    /* slootho-recoring start */
    .slootho-recoring-link {
        border: 1px solid #00000024;
        padding: 15px;
        border-radius: 10px;
        min-height: 87px;
        margin-bottom: 17px;
        background: #fff;
        display: flex;
        align-items: center;
        font-size: 12px;
        box-shadow: -4px 5px 2px 2px #752622;
    }
    .slootho-recoring {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* slootho-recoring start */
    .remainder-cntnt {
        background: #eeeeee;
        padding: 25px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .remainder-form {
        background: url(../malankara/assets/img/cnt-bg.jpg) no-repeat center;
        background-size: cover;
        padding: 25px;
        height: 100%;
    }
    .remainder-form input, .remainder-form select {
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
        height: 40px;
        border-radius: 5px;
        color: #6b6a6a;
        font-size: 12px;
        border: 1px solid #6b6a6a42;
    }
    .remainder-form h5 {
        text-align: center;
        color: #752622;
        font-size: 20px;
    }
    /* prayer recording start */
    .prayer-recordings-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .prayer-recordings-inner .sec-para p {
        padding-bottom: 30px;
        font-weight: 700;
        text-align: center;
        padding-top: 20px;
        font-size: 14px;
        margin-bottom: 40px;
        border-bottom: 1px dotted;
    }
    .prayer-recordings-year h4{
        font-size: 16px;
    }
    .kalpana-box a {
        color: #752622;
        font-size: 14px;
    }
    .repeater-link a {
        color: #fff;
        font-size: 14px;
    }
    /* prayer recording end */
    /* slootho end */
    /* divya-bodhanam start */
    .divya-bodhanam {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .divya-bodhanam .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 20px;
        max-width: 100%;
    }
    .divyabodhanam-class-recordings-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* study-materials start */
    .study-materials-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .study-materials-inner .sec-para h4 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
    }
    .kalpana-box {
        padding: 15px;
        margin: 10px;
        border: 1px solid #752622;
        box-shadow: -6px 6px 0 3px #752622;
        font-size: 12px;
    }
    .faq-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* study-materials end */
    /* divya-bodhanam end */

    .counseling-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* bible study start */
    .bible-study-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bible-study-inner img {
        height: 270px;
        object-fit: contain;
        object-position: center;
        padding-bottom: 10px;
    }
    .bs-cnt {
        background: #f3f3f3;
        height: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bible-study-box h6 {
        font-weight: 400;
        font-size: 12px;
    }
    .bible-study-box h4 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 60px;
    }
    /* bible study end */
    .seniors-forum-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* spiritual oraganization end*/
    /* parishe start */
    .parishe-box h4 {
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        font-weight: 600;
        color: #752622;
    }
    .parishe-box img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 0 10px 0 #0000004d;
    }
    .parish-inner .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
    }
    .parish-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .parishe-box p{
        text-align: center;
    }
    /* parishe end */
    .clergy-box img {
        height: auto;
        object-fit: cover;
        margin: auto;
    }
    /* liturgical start */
    .liturgical-resource-development-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .malayalam-liturgical-resources-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mlr-one a {
        
        text-decoration: none;
        background-color: transparent;
        font-size: 10px;
    }
    /* liturgical end */
    .privacy-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* kalapana start */
    .kalapana-year h4 {
        font-size: 18px;
        font-weight: 700;
        position: relative;
        padding-left: 25px;
    }
    .kalpana-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* kalapana end */
    /* our faith start */
    .faith-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .of-content {
        padding: 15px;
    }
    /* our faith end */
    /* footer start */
    .footer {
        background: #752622;
        padding-top: 25px;
    }
    .footer-logo img {
        width: 70%;
    }
    li {
        list-style: none;
        list-style-image: url(../malankara/assets/img/cross.png);
        font-size: 14px;
        padding: 2px;
    }
    .footer-copy {
        padding-top: 20px;
    }
    .footer h4 {
        color: #fff;
        padding-bottom: 5px;
        padding-top: 10px;
        margin: 0px;
    }
   
}


@media only screen and (min-width:  581px) and (max-width: 700px) {
        /* navbar start*/
        .header-logo img {
            width: 330px;
        }
       
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
            color: #ffd615;
            background: #752622;
            
        }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
            color: #ffd615;
            background: #e6524b;
        }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
            position: static;
            left: 0;
            width: 100%;
            background: #480602c4;
        }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
            border-radius: 0;
            border: 0;
            margin: 0;
            line-height: 40px;
            height: 40px;
            padding: 0 10px;
            background: #752622;
            text-align: left;
            color: #fff;
            font-size: 14px;
        }
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
            color: #ffd615;
            background: #752622;
        }
        
        /* navbar end*/
        /* breadcrumb start */
        .centered-content h2 {
            font-size: 32px;
            font-weight: 600;
        }
        .centered-content h6 {
            font-size: 14px;
            font-weight: 600;
        }
        
        /* banner-section start */
        .title-around:before, .title-around:after {
            content: "";
            display: inline-block;
            width: 60px !important;
            height: 1px;
            vertical-align: middle;
            background-color: #fff;
        }
        .title-around {
            color: #ffffff;
            font-weight: 400;
            letter-spacing: 2px;
            font-size: 14px;
        }
        .partbtn{
            font-size: 12px !important;
        }
        .banner-btn{
            font-size: 12px !important;
        }
        .banner-bottom .col-lg-3 {
            padding: 10px !important;
        }
        .banner-bottom {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .ban-btm-box p {
            height: 70px;
            text-align: center;
            font-size: 14px;
        }
        .ban-btm-box h5 {
            color: #752622;
            font-size: 26px;
            font-weight: 500;
            text-align: center;
            padding: 10px 0;
            margin-bottom: 0;
        }
    
        /* banner-section-end */
    
        /* About Section Start */
        .readmore-btn{
            font-size: 14px;
        }
    
        .home-abt-img img {
            height: 350px;
            object-fit: cover;
            border-radius: 20px 20px 20px 0;
        }
    
        .counter-box i {
            font-size: 60px;
            color: #752622;
        }
        .counter-box .title {
            color: #444444;
            font-weight: 400;
            font-size: 12px;
            text-transform: uppercase;
            padding-top: 10px;
        }
        .counter {
            font-weight: 700;
            font-size: 25px;
        }
        /* About Section end */
    
        /* event Section Start */
        .event-head {
            height: 130px;
            background: url(../malankara/assets/img/evnthd.webp) no-repeat center;
            background-size: cover;
            margin: auto;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .event-head p {
            font-size: 16px;
            margin-bottom: 0px;
        }
        .evnt-hm-img img {
            height: 300px;
            object-fit: cover;
            width: 100%;
            margin-top: 60px;
        }
        .evntbox {
            background-color: #fff;
            text-align: center;
            margin: 0px 9px;
            border: 1px solid transparent;
            position: absolute;
            width: 230px;
            right: 0;
            height: 270px;
            padding: 15px;
            top: -330px;
            box-shadow: 0 0 3px 0 #00000054;
        }
        
        .evntbox .title {
            color: #fff;
            background: #752622;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            padding: 10px 0;
            margin: 0px -35px 10px;
            display: block;
            position: relative;
            top: 20px;
            height: 30px;
            width: 80%;
            margin-bottom: 0;
            line-height: 10px;
        }
        .evntbox h3 {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
            letter-spacing: 1px;
            padding-top: 50px;
            text-align: left;
        }
        .readmore-btn {
            background: #752622;
            color: #fff;
            text-align: center;
            margin: auto;
            display: block;
            height: 30px;
            line-height: 30px;
            width: 100%;
        }
        p {
            color: #444444;
            font-size: 16px;
            line-height: 22px;
            text-align: justify;
        }        
        /* event Section end */
    
        /* gallery Section Start */
    
        .gallery-wrapper h1 {
            color: #752622;
            font-weight: 700;
            padding-bottom: 13px;
            font-size: 24px;
        }
        .custom-arrows button {
            background-color: transparent;
            border: none;
            font-size: 24px;
            color: #ffffff;
            cursor: pointer;
            margin: 0 10px;
            background: #752622;
            width: 60px;
            height: 33px;
        }
    
        /* gallery Section end */
    
        /* reverend Section Start */
        .reverend-wrapper img {
            height: 400px;
            object-fit: cover;
        }
    
        .reverend-wrapper h1 {
            color: #752622;
            font-weight: 700;
            padding-bottom: 20px;
            text-align: center;
            font-size: 30px;
        }
        .title-around:before, .title-around:after {
            content: "";
            display: inline-block;
            width: 60px;
            height: 1px;
            vertical-align: middle;
            background-color: #fff;
        }
        /* reverend Section end */
    
        /* administration-inner */
        .admin-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .admin-inner img {
            height: 370px;
            object-fit: contain;
        }
    
        .metropolitan-inner img {
            height: 400px;
            object-fit: contain;
            width: 300px;
            margin: auto;
            display: block;
            border-radius: 20px;
        }
        .metropolitan-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* Diocesan Assembly start */
        .diocesan-assembly-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .diocesan-assembly-inner img {
            height: 500px !important;
            object-fit: cover;
            width: 90%;
            margin: 20px auto;
            display: block;
        }
        li {
            list-style: none;
            list-style-image: url(../malankara/assets/img/cross.png);
            font-size: 14px;
            padding: 7px;
        }
        .diocesan-assembly-link a {
            position: relative;
            background:none !important; 
            border: none !important;
            color: #752622;
            padding: 0;
        }
        .diocesan-assembly-link {
            text-align: left;
            padding-left: 60px;
        }
        .diocesan-assembly-link a::before {
            position: absolute;
            content: '';
            background: url('../malankara/assets/img/cross1.png');
            background-size: cover;
            width: 16px;
            height: 16px;
            object-fit: contain;
            left: -25px;
            padding-right: -9px;
            top: 1px;
        }
    
        
        /* Diocesan Assembly end */
    
        /* Public relation start */
        .public-relation-inner img {
            height: 350px;
            object-fit: cover;
            border-radius: 50px 0;
            border: 4px solid #7526225d;
        }
        .public-relation-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* Public relation end */
    
        /* Forms start */
        .forms-link {
            padding: 16px;
            background: #752622;
            border: 3px solid #d5baba;
            border-radius: 50px 0;
            margin: 6px;
            text-align: center;
            font-size: 14px;
        }
        .forms-inner {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        /* Forms end */
        .catholicose-malankara-metropolitan-inner {
            padding-top: 50px;
            padding-bottom: 50px;
            text-align: justify;
        }
        .holy-synod-inner {
            padding-top: 40px;
            padding-bottom: 40px;
            text-align: center;
        }
        .malankara-association-inner {
            padding-top: 50px;
            padding-bottom: 50px;
            text-align: center;
        }
        /* about-inner start */
        .about-inner img {
            height: 420px;
            object-fit: cover;
            border-radius: 15px;
            margin-bottom: 30px;
        }
        .about-contact p {
            color: #fff;
            text-align: center;
        }
        .about-contact h5 {
            font-weight: 600;
            color: #fff;
            font-size: 28px;
        }
        li {
            list-style: none;
            list-style-image: url(../malankara/assets/img/cross.png);
            font-size: 14px;
            padding: 7px;
        }
        /* about-inner end */
        /* administration-inner end*/
    
        /* spiritual oraganization */
    
        /* sunday school start */
        .spiritual-org-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .sunday-school-teachers-certification-program-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .sunday-school-teachers-certification-program-inner img {
            height: 465px;
            object-fit: cover;
            border-radius: 50px 0;
            box-shadow: 0 0 3px 0 #000;
            margin-bottom: 30px;
        }
        p {
            margin-top: 0;
            margin-bottom: 1.5rem;
        }
        .spirit-row  .col-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 15px;
        } 
        .sstc-link {
            padding: 10px;
            margin: 10px;
            border: 1px solid #752622;
            box-shadow: -6px 6px 0 3px #752622;
        }
        .sstc-link a {
            color: #752622;
            font-size: 14px;
        }
        .fourth-para h5 {
            padding-top: 20px;
            position: relative;
            padding-left: 30px;
            font-size: 18px;
        }
        .sunday-school-teachers-certification-program-inner h3 {
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 0px;
            font-size: 22px;
        }
        /* sunday school end */
    
        /* diploma start */
    
        .diploma-inner {
            padding-top: 30px;
            padding-bottom: 70px;
        }
    
        .diploma-inner  .sec-para {
            padding-top: 10px;
        }
        .diploma-inner img {
            height: 385px;
            object-fit: cover;
            border-radius: 50px 0;
            margin-bottom: 12px;
        }
    
        /* diploma end */
    
        /* resources start */
    
        .ds-r2 .col-12 {
            margin-bottom: 0px;
        }
    
        .resource-link {
            padding: 10px 25px;
            height: 80px;
            background: #752622;
            border: 3px solid #d5baba;
            border-radius: 50px 0;
            margin: 6px;
            text-align: center;
            display: flex;
            align-items: center;
            font-size: 14px;
        }
        /* resources end */
    
        /* mgocsm start */
        .mgocsm-bottom h4 {
            padding-top: 20px;
            position: relative;
            padding-left: 30px;
            font-size: 20px;
        }
        .mgocsm-link {
            padding: 10px;
            background: #752622;
            border: 3px solid #d5baba;
            border-radius: 50px 0;
            margin: 8px;
            text-align: center;
            font-size: 14px;
        }
        /* mgocsm end */
    
        /* marth-mariam start */
        .marth-mariam-vanitha-samajam-inner {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .Office-Bearers .col-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-bottom: 5px;
        }
        .team-box h5 {
            font-size: 16px;
            padding-bottom: 0;
            margin-bottom: 5px;
            padding-top: 10px;
        }
        .team-box img {
            height: 450px;
            width: 80%;
            object-fit: cover;
            border-radius: 15px;
        }
        .team-box p {
            margin-bottom: 0;
            text-align: center;
        }
        /* marth-mariam end */
        /* mmvs start */
        .mmvs-link a {
            color: #fff;
            font-size: 14px;
        }
        .mmvs-inner img {
            width: 100%;
            height: auto;
            border-radius: 15px;
            padding-top: 20px;
        }
        /* mmvs end */
        .guidelines-link {
            padding: 14px;
            background: #752622;
            border: 3px solid #d5baba;
            border-radius: 50px 0;
            margin: auto;
            width: 80%;
            text-align: center;
        }
        .guidelines-first-para {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        /* .bible-class-recordings start */
        .bible-class-recordings-year h4 {
            font-size: 22px;
        }
        .kalpana-box {
            padding: 15px;
            margin: 10px;
            border: 1px solid #752622;
            box-shadow: -6px 6px 0 3px #752622;
            font-size: 16px;
        }
        .kalpana-box a {
            color: #752622;
            font-size: 16px;
        }
        /* .bible-class-recordings end */
    
        .ocym-inner {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        /* prayer-fellowship start */
        .prayer-fellowship-inner {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .repeater-link a {
            color: #fff;
            font-size: 16px;
        }
        
        /* prayer-fellowship end */
    
        /* slootho start */
        .slootho-para img {
            height: 400px;
            object-fit: cover;
            margin-top: 20px;
            border-radius: 15px;
        }
        .slootho-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
    
        /* prayer-req start */
        .slootho-prayer-req {
            padding-top: 10px;
            padding-bottom: 0px;
        }
        .prayer-req-form input, .prayer-req-form select {
            width: 100%;
            padding: 0 10px;
            margin: 10px 0;
            height: 40px;
            border-radius: 5px;
            color: #6b6a6a;
            border: 1px solid #6b6a6a42;
            font-size: 14px;
        }
        .prayer-req-form textarea {
            width: 100%;
            padding: 0 10px;
            margin: 10px 0;
            height: 100px;
            border-radius: 5px;
            color: #6b6a6a;
            font-size: 14px;
            border: 1px solid #6b6a6a42;
        }
        .prayer-req-form {
            background: #eeeeee;
            padding: 20px;
        }
        .submit-btn .wpcf7-submit {
            background: #752622;
            color: #fff;
            text-align: center;
            margin: auto;
            display: block;
            height: 45px;
            line-height: 45px;
            font-size: 20px;
            width: 50%;
            margin: auto;
            display: block;
        }
    
        /* prayer-req end */
    
        /* slootho-recoring start */
        .slootho-recoring-link {
            border: 1px solid #00000024;
            padding: 15px;
            border-radius: 10px;
            min-height: 87px;
            margin-bottom: 17px;
            background: #fff;
            display: flex;
            align-items: center;
            font-size: 16px;
            box-shadow: -4px 5px 2px 2px #752622;
        }
        .slootho-recoring {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* slootho-recoring start */
        .remainder-cntnt {
            background: #eeeeee;
            padding: 25px;
            height: 100%;
            display: flex;
            align-items: center;
        }
        .remainder-form {
            background: url(../malankara/assets/img/cnt-bg.jpg) no-repeat center;
            background-size: cover;
            padding: 25px;
            height: 100%;
        }
        .remainder-form input, .remainder-form select {
            width: 100%;
            padding: 0 10px;
            margin: 10px 0;
            height: 40px;
            border-radius: 5px;
            color: #6b6a6a;
            font-size: 16px;
            border: 1px solid #6b6a6a42;
        }
        .remainder-form h5 {
            text-align: center;
            color: #752622;
            font-size: 25px;
        }
        .submit-btn .wpcf7-submit {
            background: #752622;
            color: #fff;
            text-align: center;
            margin: auto;
            display: block;
            height: 45px;
            line-height: 45px;
            font-size: 20px;
            width: 50%;
            margin: auto;
            display: block;
            margin-top: 20px;
        }
        /* prayer recording start */
        .prayer-recordings-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .prayer-recordings-inner .sec-para p {
            padding-bottom: 30px;
            font-weight: 700;
            text-align: center;
            padding-top: 20px;
            font-size: 14px;
            margin-bottom: 40px;
            border-bottom: 1px dotted;
        }
        .prayer-recordings-year h4{
            font-size: 16px;
        }
        .kalpana-box a {
            color: #752622;
            font-size: 14px;
        }
        .repeater-link a {
            color: #fff;
            font-size: 14px;
        }
        /* prayer recording end */
        /* slootho end */
        /* divya-bodhanam start */
        .divya-bodhanam {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .divya-bodhanam .col-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding-bottom: 20px;
            max-width: 100%;
        }
        .divyabodhanam-class-recordings-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .divya-bodhanam-firts-para img {
            height: 100%;
            margin: auto;
            padding-left: 50px;
            padding-right: 50px;
            /* text-align: center; */
        }
        .main-coordinator-box p {
            margin-bottom: 5px;
            text-align: center;
        }
        .area-coordinator-box h6, .area-coordinator-box a {
            color: #000;
            padding-bottom: 12px;
        }
    
        /* study-materials start */
        .study-materials-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .study-materials-inner .sec-para h4 {
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 18px;
        }
        .kalpana-box {
            padding: 15px;
            margin: 10px;
            border: 1px solid #752622;
            box-shadow: -6px 6px 0 3px #752622;
            font-size: 12px;
        }
        .kalpana-box a {
            color: #752622;
            font-size: 18px;
        }
        .faq-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* study-materials end */
        .accordion {
            background-color: #752622;
            color: #fff;
            cursor: pointer;
            padding: 22px 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 16px;
            margin-bottom: 15px;
            transition: background-color 0.1s ease;
            border-radius: 10px;
            box-shadow: -2px 6px 5px 1px #00000047;
        }
        /* divya-bodhanam end */
    
        .counseling-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* bible study start */
        .bible-study-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .bible-study-inner img {
            height: 350px;
            object-fit: contain;
            object-position: center;
            padding-bottom: 10px;
        }
        .bs-cnt {
            background: #f3f3f3;
            height: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .bible-study-box h6 {
            font-weight: 400;
            font-size: 12px;
        }
        .bible-study-box h4 {
            font-size: 18px;
            padding-top: 10px;
            padding-bottom: 10px;
            height: 60px;
        }
        /* bible study end */
        .seniors-forum-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* spiritual oraganization end*/
        /* parishe start */
        .parishe-box h4 {
            font-size: 14px;
            text-align: center;
            padding-top: 20px;
            font-weight: 600;
            color: #752622;
        }
        .parish-inner .col-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-bottom: 15px;
        }
        .parish-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .parishe-box p{
            text-align: center;
        }
        /* parishe end */
        .clergy-box img {
            height: 450px;
            object-fit: cover;
            margin: auto;
            object-position: top;
        }
        /* liturgical start */
        .mlr-one a {
            text-decoration: none;
            background-color: transparent;
            font-size: 14px;
            text-align: left;
        }
        .liturgical-resource-development-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .malayalam-liturgical-resources-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        
        /* liturgical end */
        .privacy-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* kalapana start */
        .kalapana-year h4 {
            font-size: 18px;
            font-weight: 700;
            position: relative;
            padding-left: 25px;
        }
        .kalpana-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /* kalapana end */
        /* our faith start */
        .faith-inner {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .of-content {
            padding: 15px;
        }
        /* our faith end */
        /* footer start */
        .footer {
            background: #752622;
            padding-top: 25px;
        }
        .footer-logo img {
            width: 80%;
        }
        li {
            list-style: none;
            list-style-image: url(../malankara/assets/img/cross.png);
            font-size: 14px;
            padding: 2px;
        }
        .footer-copy {
            padding-top: 20px;
        }
        .footer h4 {
            color: #fff;
            padding-bottom: 5px;
            padding-top: 10px;
            margin: 0px;
        }
        
}


/* Hide all submenus by default */
.mega-menu ul.mega-sub-menu {
    display: none;
}

/* Show submenu when the parent is clicked */
.mega-menu li.mega-toggle-on > ul.mega-sub-menu {
    display: block;
}

/* Ensure the submenu appears below the parent */
.mega-menu li.mega-menu-item {
    position: relative;
}

.mega-menu ul.mega-sub-menu {
    position: static;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item{
    display:block !important;
}

/*diocesan_news-single*/

.diocesan_news-single{
    padding-top:80px;
    padding-bottom:80px;
}
.diocesan_news-image img {
    width: auto;
    border-radius: 20px;
    height: 550px;
    object-fit: contain;
    margin-right: auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}

.diocesan_news-single .wp-block-image img {
    width: auto !important;
    border-radius: 20px;
    height: 550px !important;
    object-fit: contain;
    margin-right: auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}

/*events calander page*/

.tribe-filter-live .menu-header{
    background:#752622;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-top:13%;
}

/*church events inner*/

.inner-event-page .event-body{
    background:none;
}
.inner-event-page h2{
    color: #752622;
    font-weight: 700;
    padding-bottom: 40px;
    text-align: center;
}
.inner-event-page{
    padding-top:60px;
    padding-bottom:60px;
}
.church-events-detail-main{
    padding-top:60px;
    padding-bottom:60px;
}
.church-event-img img{
    width:50%;
    height:300px;
    object-fit:cover;
    border-radius:20px;
    margin-bottom:30px;
}
.church-event-content p{
    text-align:justify;
}
/*.event-sidebar-item {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 10px;*/
/*    margin-bottom:20px;*/
/*}*/
/*.event-sidebar-item img {*/
/*    width: 140px;*/
/*    height: 140px;*/
/*    object-fit: cover;*/
/*    border-radius: 10px;*/
/*}*/
/*.event-sidebar-item a{*/
/*    color:#000;*/
/*}*/


/*single parish starts*/

.parish-detail-main{
    padding-top:60px;
    padding-bottom:60px;
}
.parish-inner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0 #00000026;
}
.parish-detail-main .col-md-7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.parish-inner-content {
    padding-top:40px;
    text-align:justify;
}

/*sunday school inner*/

.sunday-school-inner{
    padding-top:60px;
    padding-bottom:60px;
}


/*contact page starts*/

.contact-inner{
    padding-top:60px;
    padding-bottom:60px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #eee;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 6px 7px 0 #00000030;
    width: 90%;
    color:#000;
}
.contact-item a{
    color:#000;
}
.contact-item a:hover{
    color: #752622;
}
.contact-item i {
    color: #fff;
    background: #752622;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
}
.contact-form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    margin: 10px;
    padding: 12px;
    box-shadow: 0 0 9px 0 #0000001c;
    background: #f9f9f9b3;
}
.contact-form textarea{
    width:100%;
    height:145px;
    border-radius:10px;
    border:none;
    margin: 10px;
    padding: 12px;
    box-shadow: 0 0 9px 0 #0000001c;
    background: #f9f9f9b3;
}
.contact-form {
    background: #ffff;
    padding: 25px;
    box-shadow: 0 0 20px #00000017;
    border-radius: 20px;
    text-align:center;
}
.wpcf7-spinner{
    display:none;
}
.contact-details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

@media only screen and (min-width:  701px) and (max-width: 992px) {
	
	.evnt-item {
    position: relative;
}
	.evnt-hm-img img {
    height: 275px;
    object-fit: cover;
    width: 550px;
    margin-top: 24px;
}

	.evntbox {
    background-color: #fff;
    text-align: center;
    margin: 0px 15px;
    border: 1px solid transparent;
    position: absolute;
    width: 260px;
    right: 10px;
    height: 280px;
    padding: 15px;
    top: -270px;
    box-shadow: 0 0 3px 0 #00000054;
}
	
}
 /*events main page*/
.tribe-events-page-template li{
    list-style-image:none !important;
}
.tribe-events-page-template .menu-header{
    top:0;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop{
    font-size:20px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner{
    background:transparent;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #752622;
}
.tribe-common .tribe-common-h8 {
    font-size: 20px;
    font-weight: 600;
    color: #752622;
}
.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited{
    color:#752622;
    text-transform:capitalize;
        text-decoration:none !important;
}
.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:hover{
    border-bottom:none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
    display: flex !important;
    flex-direction: column;
    visibility: visible;
    background: #dddddd4d;
    border: 1px solid #d3d3d324;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background-color: #f5f5f5;
}
.tribe-events .tribe-events-calendar-month__header-column {
    text-transform: uppercase;
    background: #752622;
    padding-bottom: 10px;
    padding-top: 10px;
}
.tribe-events .tribe-events-calendar-month__header-column span{
    color:#fff;
    text-align:center;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn{
    border: 1px solid #752622;
    color: #752622;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #752622;
    color:#fff;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #752622;
    color: #fff;
    text-shadow: none;
}
.single-tribe_events{
    padding-top:160px;
}
.tribe-events-single-event-title {
    font-size: 30px;
    line-height: 0;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected{
   background-color: #ffff !important;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #752622;
}
.tribe-events .tribe-events-header{
    padding-top:40px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: auto;
}



/* template1 section start  */

.template1 {
  padding: 60px 0;
}

.template1-row {
  align-items: center; 
}

.template1-image {
  display: flex;
  align-items: center;     
  justify-content: center; 
}

.template1-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template1-content {
  text-align: justify;
}


/* template1 section end  */


/* template2 section end  */

.template2 {
  padding: 60px 0;
}

.template2-row {
  align-items: center;
}

.template2-image {
  display: flex;
  align-items: center;     
  justify-content: center; 
}

.template2-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;       
  object-fit: cover;  
}

.template2-content {
  text-align: justify;
}

/* template2 section end  */


/* template3 section start  */

.template3 {
  padding: 60px 0;
  text-align: center; 
}

.template3-image {
  margin-bottom: 40px;
}

.template3-image img {
    border-radius: 12px;
    max-width: 550px;
    object-fit: cover;
    height: 500px;
    display: inline-block;
}

.template3-content {
  text-align: justify; 
}

/* template3 section end  */


/* template4 section start  */

.template4 {
	padding: 60px 0;
}

/* template4 section end  */



/* template5 section start  */

.template5 {
  padding: 60px 0;
}

.template5-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #23292f;
}

.template5-content {
  margin-bottom: 40px;
  text-align: center;
}

.template5-images {
  justify-content: center;
  gap: 20px 0; 
}

.template5-image-item {
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.template5-image-item img {
  border-radius: 12px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.template5-image-item:hover img {
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.9) !important;
}

.template5 .fancybox__caption {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.template5 .fancybox__toolbar {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.template5 .fancybox__thumbs {
  background: #111;
}
.template5 .fancybox__thumbs .template5 .fancybox__thumb {
  border-radius: 6px;
}
.template5 .fancybox__thumbs .template5 .fancybox__thumb--selected {
  border: 2px solid #f5c518; 
}

/* template5 section end  */


/*sample page*/

.basic-templete{
    padding:80px 0;
}
.basic-templete p{
    text-align:justify;
}
/*.basic-templete img {*/
/*    width: 500px;*/
/*    height: 450px;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*    border-radius: 25px;*/
/*    padding: 10px;*/
/*    border: 1px solid #75262266;*/
/*    margin: auto;*/
/*    display: block;*/
/*}*/


.hidden-news {
    display: none;
}

.news-wrapper-item{
    margin-bottom:30px;
}
.diocesan_news-single a{
    color:#FFD615;
}