/* 
Theme Name:   Grace-Premalatha-Ministries
Theme URI:    
Description:  
Author:       itfadmin
Author URI:   https://itfhrm.com/grace
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/* == Add your own styles below this line ==
--------------------------------------------*/

@font-face {
	font-family: 'poppinsbold';
	src: url('/wp-content/themes/astra/fonts') format('woff2'),
		url('/wp-content/themes/astra/fonts') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Footer section */

.first-link-item ul {
	list-style: none;
	margin-left: 0;
}

.first-link-item ul li {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-bottom:5px;
}

.first-link-item ul li a {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-weight: 300;
}

.social-icons .elementor-widget.elementor-widget-image {
	width: auto;
	height: auto;
}

.social-icons .elementor-widget-wrap.elementor-element-populated {
	display: flex;
	gap: 10px;
	height: auto;
	justify-content: flex-end;
}

.social-icons .elementor-widget.elementor-widget-image {
	margin-bottom: 0;
}

.social-icons .elementor-widget.elementor-widget-image {
	border: 1px solid #456b8d;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 10px;
	cursor: pointer;
	transition: 0.5s ease;
}

.social-icons .elementor-widget.elementor-widget-image img {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.social-icons .elementor-widget-container {
	display: block;
	height: 100%;
}

.social-icons .elementor-widget.elementor-widget-image:hover {
	background-color: #6bc5ec;
	border-color: #6bc5ec;
}

#masthead .hfe-nav-menu li.menu-item.parent:last-child a {
	padding-right: 0 !important;
}

/* Footer section */

/* Home page */
.banner-txt .elementor-widget-container {
	width: 81%;
	margin: 0 auto;
}

.banner-para {
	margin-top: 15px;
}

p.para-cnt {
	margin-bottom: 0;
	color: #046bd2;
	font-style: italic;
	font-family: sans-serif;
}

p.para-cnt strong {
	font-weight: 600;
}

p.para-cnt.italic {
	font-style: italic;
}

ul.audio-grid {
	margin-left: 0;
	list-style: none
}

h3.elementor-image-box-title {
	display: inline-block;
}

.audo-heading .elementor-image-box-wrapper {
	display: flex;
	justify-content: center;
}

.listio-sec .audo-heading .elementor-image-box-content {
	width: max-content;
}

/* 08.07.2024 */

/*  */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.audio-grid {
	display: flex;
	flex-wrap: wrap;
	column-gap: 74px;
}

.audio-item {
	display: flex;
	flex-direction: row;
	flex: 0 0 calc(47.25% - 8px);
	box-sizing: border-box;
	margin-bottom: 25px;
	gap: 20px;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.audio-grid-img {
	width: 35%;
	display: block;
}

.audio-grid-cnt {
	width: 65%;
}

.audio-grid-cnt .post-tags .tag,
.audio-grid-date span,
button#loadMore,
button#loadLess {
	font-size: 17px;
	line-height: 28px;
	color: #444444;
	font-weight: 400;
	font-family: "Poppins";
}


.audio-grid-cnt h3 {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	margin-bottom: 19px;
}

.audio-grid-cnt p {
	margin-bottom: 15px;
}

.audio-grid-cnt div.mejs-container {
	width: 100% !important;
	min-width: 100% !important;
	height: 42px !important;
	background: none;
}

.audio-grid-cnt div.mejs-container .mejs-controls {
	padding: 1.5px;
	border-radius: 4px;
	background-color: #404040 !important;
	height: 46px;
	display: flex;
	align-items: center;
}

.audio-grid-cnt div.mejs-container .mejs-button.mejs-playpause-button.mejs-play {
	background-color: #6bc5ec;
	height: 42px;
	border-radius: 2px;
	width: 27px;
}

.audio-grid-cnt div.mejs-container .mejs-button.mejs-playpause-button.mejs-play button {
	margin-left: 4.5px;
	margin-top: 13px;
}

ul .audio-grid-cnt .mejs-controls a.mejs-horizontal-volume-slider {
	display: none !important;
}

.audio-grid-cnt div.mejs-container .mejs-time {
	font-size: 13px;
	font-weight: 400;
	font-family: "Poppins";
}

.audio-grid-cnt div.mejs-container span.mejs-time-total.mejs-time-slider,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 13px;
	margin-top: 2px;
	background-color: #222222 !important;
	border-radius: 50px;
}

.audio-grid-cnt div.mejs-container .mejs-time-handle-content {
	height: 14px;
}

.audio-grid-cnt .mejs-controls .mejs-time-rail .mejs-time-current {
	border-radius: 50px;
	height: 14px;
}

.audio-grid-img img {
	height: 11rem;
	display: block;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

li.audio-item.hidden {
	display: none;
}

button#loadMore,
button#loadLess {
	text-align: center;
	display: flex;
	justify-content: center;
	width: auto;
	background: none;
	color: #000;
	position: relative;
	margin: 0 auto;
	padding-right: 17px;
}

button#loadMore:before,
button#loadLess::before {
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	right: 0;
	font-size: 14px;
	position: absolute;
}

i {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.audio-pge-list button#loadLess {
	display: none;
}

.button-sec {
	display: flex;
	justify-content: center;
	align-items: center;
}

.audio-item {
	transition: opacity 0.3s ease;
	opacity: 1;
}

.audio-item.hidden {
	opacity: 0;
	pointer-events: none;
}

/*  */
/*  */
read-page-list {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.read-carousel-wrapper {
	display: flex;
	overflow: hidden;
	width: 100%;
}

.read-grid {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
	padding: 0;
	margin: 0;
	gap: 30px;
}

.read-item {
	list-style: none;
	flex: 0 0 31.60%;
	box-sizing: border-box;
}

.audo-heading .elementor-widget-image-box .elementor-image-box-content {
	max-width: fit-content
}

.arrow-items .arrow {
	background: none;
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 20px;
}

section#audio-sec .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

section.audio-post-sec .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

.read-grid-img img {
	height: 15rem;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 25px;
	object-fit: cover
}


.read-grid-cnt .read-grid-date span {
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	text-align: center;
	background-color: #cb0101;
	border-radius: 4px;
	padding: 3px 10px;
}

.read-grid-cnt h3 {
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	margin-bottom: 15px;
	/* 	height: 55px; */
}

.read-grid-cnt p {
	font-size: 16px;
	line-height: 25px;
	color: #444444;
	font-weight: 500;
	font-family: "Poppins";
	margin-bottom: 0
}

.read-page-list {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.read-carousel-wrapper {
	overflow: hidden;
	width: 100%;
}

/*  */
/* 08.07.2024 */
/* 09.07.2024 */
.arrow-items button.arrow.left {
	color: #000;
	position: relative;
	left: -3.5rem;
	font-size: 32px;
}

.arrow-items button.arrow.right {
	color: #000;
	position: absolute;
	right: -3.5rem;
	font-size: 32px;
}

.arrow-items {
	position: absolute;
	top: 35%;
}

.arrow-items .arrows {
	position: relative;
}

.arrow-items button.arrow.active {
	color: #999999;
}

/* 09.07.2024 */
/* Home page */

/* 23.07.2024 */
/* Home page */
.arrow-item button.arrow {
	background: none;
	box-shadow: none;
	padding: 0;
}

.arrow-item button.arrow i {
	font-size: 32px;
	display: block;
}

.event-sec .arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.upcoming-event-list .read-grid-img img {
	border: 3px solid #fff;
}
/* 23.07.2024 */
/* Home page */

/* 24.07.2024 */
/* Home page */

.main-divide .read-grid-cnt {
	display: flex;
}

.main-divide .read-grid-cnt .read-grid-date {
	width: 18%;
	padding-right: 20px;
	border-right: 2px solid #e3e3e3;
	margin-bottom:0;
}

.event-cnt-sec {
	width: 82%;
	padding-left:20px;
}

div.date-txt {
	font-size: 40px;
	line-height: 37px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
	text-align: left;
	padding-bottom: 10px;
}

div.date-para-txt p {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	font-weight: 500;
	font-family: "Poppins";
	text-align: right;
}

.see-more a {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-weight: 600;
	font-family: "Poppins";
}

.see-more {
	margin-top: 25px;
}
.more-icon .plus-iocn{
	background-color: #6bc5ec;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 8px;
}

.more-icon {
	display: flex;
	gap: 15px;
	align-items: center;
}

.more-icon i.fa-solid.fa-plus {
	text-align: center;
	color: #fff;
}

.event-cnt-sec p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.event-cnt-sec h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:55px;
}
.event-sec {
	padding-bottom: 80px;
}
/* Home page */
/* Video section */

.video-list .video-grid-content .video-poster {
	border: 3px solid #fff;
	border-radius: 10px;
}
.video-grid-content iframe{
	border: 3px solid #fff;
	border-radius: 10px;
	height: 15rem;

}
.video-list .video-grid-content  .video-embed iframe {
	border: 3px solid #fff !important;
	border-radius: 10px;
}
.video-section .wp-video {
	width: 100% !important;
	border: 3px solid #fff;
	border-radius: 10px;
}

.video-section .mejs-container.wp-video-shortcode.mejs-video {
	width: 100% !important;
	height: 15rem !important;
	min-width: 100% !important;
	border-radius: 10px;
}

.video-section video {
	height: 100% !important;
	width: 100% !important;
	border-radius: 5px;
	object-fit: cover;
}
.mejs-fullscreen video{
	object-fit: contain;
	height:100% !important;
}
.video-section  .mejs-poster.mejs-layer {
	object-fit: contain;
	background-position: unset;
	border-radius: 5px;
}

.video-section .mejs-controls {
	border-radius: 10px 10px 5px 5px;
	z-index: unset;
}

.video-section .mejs-overlay-button {
	background: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-Polygon-play-icon.png);
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	position: relative;
	left: 0px;
	right: 0;
	margin: 0 auto;
	background-color: #cb0101;
	background-position: 61% center;
	border-radius: 50%;
}

.video-section .mejs-overlay:hover>.mejs-overlay-button {
	background-position: 61% center;
}

.video-section .mejs-overlay.mejs-layer.mejs-overlay-play {
	width: 100% !important;
}
.video-section .video-list img.mejs-poster-img {
	height: 100%;
	border-radius: 10px;
}
.video-section .video-list h3 {
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins";
	margin-top:25px;
	color:#fff;
}

.video-section .elementor-widget-shortcode {
	margin-bottom: 0;
}
.video-section .owl-nav {position: absolute;top: 30%;width: 100%;}

.video-section button.owl-prev {
	left: -3rem;
	position: absolute;
}

.video-section .owl-nav button i {
	font-size:32px;
}
.video-section button.owl-next {
	right: -3rem;
	position: absolute;
}
.video-section .owl-nav button i{
	color:#fff;
}

.read-grid-date {
	margin-bottom: 20px;
}
div.button-sec button {
	box-shadow: none;
}
.read-post-sec .arrows button.disabled  {
	color: #999999;
	cursor: not-allowed;

}
.arrows button:hover {
	color: #999999;
}
.ast-container .elementor section .read-post-sec .arrows button{
	color: #000;
}
.event-sec .arrow-item button.arrow.disabled {
	color: #80a1af;
}
.event-sec .arrow-item button.arrow:hover{
	color: #80a1af;
}
.event-cnt-sec p {
	height: 75px;
}
.event-sec .arrow-item button.arrow {
	color: #fff;
}
button.arrow {
	z-index:999
}
/* Video section */
/* 24.07.2024 */
/* 27.07.2024 */
.read-post-sec .owl-nav {position: absolute;top: 22%;width: 100%;}

.read-post-sec button.owl-prev {
	left: -3rem;
	position: absolute;
}

.read-post-sec .owl-nav button i {
	font-size:32px;
}
.read-post-sec button.owl-next {
	right: -3rem;
	position: absolute;
}
.read-post-sec .owl-nav button i{
	color:#000;
}
.ast-container .elementor section.elementor-section .owl-nav button:hover{
	background:none;
}
.upcoming-event-list .owl-nav {
	position: absolute;
	top:-6rem;
	right:0;
}

.upcoming-event-list .owl-nav button i {
	font-size:32px;
}

.upcoming-event-list .owl-nav button i{
	color:#fff;
}
.upcoming-event-list .elementor-widget-wrap.elementor-element-populated {
	position: relative;
}
.hfe-nav-menu-icon svg {
	fill: #fff;
}
/* 27.07.2024 */

/* 27.07.2024 */
/* Post page */
a[href="https://itfhrm.com/grace/category/audioplaylist/"], a[href="https://itfhrm.com/grace/category/videos/"] {
	display: none;
}

.wp-block-categories-list.wp-block-categories .cat-item.cat-item-4, .wp-block-categories-list.wp-block-categories .cat-item.cat-item-13 {
	margin: 0;
}

div#sidebar ul li:last-child {
	margin-bottom: 0;
}

div#sidebar aside#block-6 {
	padding-bottom: 20px;
}

div#sidebar li {
	margin-top: 12px;
	margin-bottom: 12px;
}

div#sidebar li:first-child {
	margin-top: 0;
}
.post-content-main {
	display: flex;
	max-width: 1190px;
	margin: 0 auto;
	padding-bottom:50px;
	flex-wrap:wrap;
}

div#sidebar {
	width: 26%;
	padding-left: 20px;
	padding-top: 50px;
}

div#sidebar button.wp-block-search__button.wp-element-button {
	margin-left: 0;
	padding: 10px 15px;
	border-radius: 0 5px 5px 0px;
}

div#sidebar input#wp-block-search__input-1 {
	border-radius: 0 0 0 0;
}

div#sidebar label.wp-block-search__label {
	font-size: 18px;
}

div#sidebar .wp-block-search__inside-wrapper {
	margin-top: 10px;
}
.post-content-main .post-feat-img {
	margin-bottom: 30px;
}

.post-content-main .post-feat-img img.wp-post-image {
	display: block;
	width: 100%;
	height: 31rem;
	object-fit: cover;
	border-radius: 5px;
}
div#sidebar  h2.wp-block-heading {
	font-size: 22px;
	padding-bottom: 15px;
}

div#sidebar  aside#block-3 {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:30px;
}
.post-banner ul.breadcrumbs {
	display: flex;
	gap: 10px;
	font-size: 20px;
	max-width: 1190px;
	margin: 0 auto;
	z-index:1;
	position:relative;
	color:#fff;
	font-weight:500
}

.post-template-default main#main {
	max-width: 100%;
	width: 74%;
	padding-right: 50px;
	border-right: 1px solid #c0c0c0;
}

.post-template-default div#primary {
	margin-top: 0;
	margin-bottom:0;
}

.post-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-post-banner-img.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	position: relative;
	background-size:cover;

}

.post-banner:after {
	content: "";
	background-color: #000000ab;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.post-banner ul.breadcrumbs li.item-home a {
	color: #046bd9;
}
.post-template-default  #page .site-content .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	display:block;
}

.post-template-default #page .site-content .ast-container article {
	padding-left: 0;
	padding-right: 0;
	background: none;
	padding-top:50px;
	padding-bottom:0;
}
.new-single-category-details {
	padding-top: 30px;
	border-top: 1px dashed #6bc5ec;
	margin-top: 40px;
}
div#comments {
	display: none;
}

.post-template-default #page .site-content .ast-container article p {
	color: #444444;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
*
{
	font-family: "Poppins", Sans-serif;  
}
.new-single-category-details h3.post-sml-title {
	font-size: 20px;
	padding-bottom: 5px;
}

.new-single-category-details span.single-post-category {
	font-size: 17px;
	font-weight: 500;
}
/* Post page */
/* archive category page */
body.archive .ast-blog-layout-4-grid .ast-article-inner, body.search.search-results .ast-blog-layout-4-grid .ast-article-inner {
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
	border-radius: 5px;
	overflow: hidden;
	transition: all .5s linear 0s;
	border: 2px solid #eee;
	cursor:pointer;
}
body.archive .ast-blog-layout-4-grid .ast-article-inner:hover,  body.search.search-results .ast-blog-layout-4-grid .ast-article-inner:hover{
	transform: translateY(-5px);
}

body.archive .ast-archive-description, body.search.search-results .ast-archive-description {
	padding: 2rem;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position:relative;
	border-bottom:3px solid #ff0000
}

body.archive .ast-blog-layout-4-grid .ast-article-inner:after, body.search.search-results .ast-blog-layout-4-grid .ast-article-inner:after {
	content: "";
	height: 3px;
	width: 50px;
	left: 50%;
	transition: all .35s ease-in-out;
	background-color: #ff0000;
	position: absolute;
	z-index: 99;
	bottom: 0;
	opacity:0;
}
body.archive .ast-blog-layout-4-grid .ast-article-inner:hover:after,  body.search.search-results .ast-blog-layout-4-grid .ast-article-inner:hover:after{
	opacity:1;
	width:100%;
	left:0;
}

body.archive .ast-article-post .post-thumb-img-content img, body.search.search-results .ast-article-post .post-thumb-img-content img  {
	transform: unset;
	transition: unset;
	object-fit: cover;
}

body.archive .ast-article-post:hover .post-thumb-img-content img, body.search.search-results .ast-article-post:hover .post-thumb-img-content img  {
	transform: unset;
}

body.archive .ast-article-post .post-thumb-img-content img, body.search.search-results .post-thumb-img-content img {
	aspect-ratio: 3/2;
}

body.archive .ast-excerpt-container.ast-blog-single-element p, body.search.search-results .ast-excerpt-container.ast-blog-single-element p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
body.archive .post-content h2.entry-title.ast-blog-single-element, body.search.search-results .post-content h2.entry-title.ast-blog-single-element{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	height:50px;
}
/* archive category page */

/* Faith statement */
.belive-sec .belive-row span.card_number {
	-webkit-text-stroke: 1px #cdcdcd;
	font-size: 70px;
	font-weight: 800;
	-webkit-text-fill-color: #f8f8f8;
}

.belive-sec .belive-row .num-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

.belive-sec .belive-row {
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.belive-sec .belive-row .believe-col {
	width: 31.50%;
	border: 2px solid #eee;
	padding: 20px 25px;
	padding-top: 15px;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s linear 0s;
	position: relative;
	background-color: #fff;
}
.belive-sec .belive-row .believe-col:hover span.card_number {
	-webkit-text-fill-color: #6bc5ec;
	-webkit-text-stroke-color: #6bc5ec;
}

.belive-sec .belive-row .believe-col:hover{
	transform: translateY(-5px);
	box-shadow: 0 23px 29px rgba(0, 0, 0, .09);
}
.belive-sec .belive-row .process_step_content p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 0;
	font-weight:500;
}
#masthead .hfe-nav-menu .sub-menu a:hover {
	color: #000;
	background-color: #0f406a30;
}
#masthead .hfe-nav-menu .sub-menu a {
	line-height: 27px;
	padding: 10px 20px;
	text-transform: capitalize;
}

.testimonial-col.receive-sal-bg {
	background-color: #ff0000a1;
}
.belive-sec .belive-row .believe-col:after {
	content: "";
	position: absolute;
	background-color: #d1d1d1;
	width: 80px;
	height: 2px;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.belive-sec .belive-row .believe-col:hover:after {
	background-color: #6bc5ec;
}

/* Faith statement */

/* 27.07.2024 */

/* 31.07.2024 Testimonal page */
.testimonial-sec .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

.testimonial-col {
	padding: 70px 80px;
	background-color: #c4d9ff;
	border-radius: 50px;
	max-width: 80%;
	margin: 0 auto;
}

.testimonial-sec .testimonial-col .elementor-testimonial-content {
	color: #000000de;
	font-size: 19px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	position:relative;
}
#page #content .testimonial-sec .testimonial-col .elementor-testimonial-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius:0
}
.testimonial-col .elementor-testimonial-content:before {
	content: "";
	background-image: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-quote.png);
	width: 33px;
	height:33px;
	position: absolute;
	background-repeat: no-repeat;
	left: -3rem;
	top: -1rem;
	transform: rotateY(180deg);
}
.testimonial-col .elementor-testimonial-wrapper {
	overflow: unset;
}
.testimonial-col .elementor-testimonial-content:after {
	content: "";
	background-image: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-quote.png);
	width: 33px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	right: -2.5rem;
	bottom: -4px;
}

.testimonial-col .elementor-testimonial-name {
	font-size: 19px;
	color: #0f406a;
	padding-bottom:8px;
	font-family: "Poppins", Sans-serif;
}

.testimonial-col .elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins", Sans-serif;
	color:#000000db;
}
p.text-cnt {
	font-size: 18px;
	line-height: 33px;
	color: #000000fa;
	font-weight: 500;
}

.double-row-cnt .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}

.double-row-cnt .left-img-sec {
	padding-right: 40px;
	position:relative;
	margin-right: 40px;
}


.left-img-sec img {
	border-radius: 4px;
	z-index:9;
	position:relative;
}

.left-img-sec .elementor-widget-image:after {
	content: "";
	background-color: #99e0ff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 40px;
	top: -35px;
	border-radius: 5px;
}
.left-img-sec .elementor-widget-image{
	position:relative;
}
.right-img-sec {
	padding-left: 40px;
	position:relative;
	margin-right: 40px;
}


.right-img-sec img {
	border-radius: 4px;
	z-index:999;
	position:relative;
}

.right-img-sec .elementor-widget-image:after {
	content: "";
	background-color: #99e0ff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 40px;
	top: -35px;
	border-radius: 5px;
}
.right-img-sec .elementor-widget-image{
	position:relative;
}
/* 31.07.2024  Testimonal page */

/* 01.08.2024 Read page*/

.read-page-div .elementor-widget-wrap.elementor-element-populated, .video-section .elementor-widget-wrap.elementor-element-populated{
	padding: 0;
}
.read-page-sec {
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	grid-column-gap: 30px;
	grid-auto-rows: auto;
	grid-row-gap: 50px;
}

.read-page-sec .item {
	border: 1px solid #e3e3e3;
	padding-bottom: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all 0.5s ease;
	cursor: pointer;
	position: relative;
}

.read-page-div .read-grid-cnt, .event-section .read-grid-cnt{
	padding-left: 20px;
	padding-right: 20px;
}
.read-page-div .read-grid-img img, .event-section .read-grid-img img{
	border-radius:0;
}

.read-page-div .read-page-sec .item:hover {
	transform: translateY(-5px);
}

.read-page-div .read-page-sec .item:after {
	content: "";
	height: 2px;
	width: 70px;
	background-color: #cb0101;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease;
	margin: 0 auto;
	opacity: 0;
}

.read-page-div .read-page-sec .item:hover:after {
	opacity: 1;
	width: 100%;
}

.read-page-div .read-page-sec .read-grid-cnt p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	/* 	margin-top: 50px; */
	font-size: 18px;
}

.pagination span.page-numbers.current {
	background-color: #d21c01;
	padding: 2px 15px;
	border-radius: 5px;
	font-weight: 600;
	color:#fff
}

.pagination a.page-numbers {
	background-color: #0f406ac2;
	padding: 2px 15px;
	color:#fff;
	border-radius: 5px;
	font-weight:400;
}
/* 01.08.2024 Read page */

/* 01.08.2024 Watch page */
.video-page-div .video-grid-content {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-bottom: 20px;
	border-bottom: 3px solid #cb0101;
	border-radius: 10px;
}

.video-section .video-page-div .video-list h3 {
	color: #000;
	font-size: 19px;
	line-height: 26px;
	margin-top: 15px;
}
.video-cont-col .video-meta {
	display: flex;
	justify-content: space-between;
}

.video-cont-col {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
}

.video-cont-col .video-meta span {
	color: #000;
	font-weight: 500;
}

.video-cont-col .video-icon {
	display: flex;
	gap: 10px;
}

.video-cont-col .video-icon i.fa-light.fa-play {
	color: #cb0101;
}
/* 01.08.2024 watch page */

/* 06.08.2024 contact page */

.form-sec-col .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}
.form-sec-col {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	max-width:80%;
	margin:0 auto;
	border-radius:10px
}
.form-sec-col .elementor-widget-wrap.elementor-element-populated fieldset {
	padding-bottom: 0;
}

.form-sec-col .elementor-widget-wrap.elementor-element-populated button.frm_button_submit {
	margin-bottom: 0;
	background-color: #6bc5ec;
	border-color: #6bc5ec;
	font-weight: 500;
	font-size: 16px;
}

.form-sec-col .elementor-widget-wrap.elementor-element-populated fieldset label {
	font-size: 16px;
	font-weight:500;
	margin-bottom:5px;
}

.form-sec-col .elementor-widget-wrap.elementor-element-populated fieldset input {
	font-weight: 500;
	height: 45px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.form-sec-col .elementor-widget-wrap.elementor-element-populated fieldset textarea{
	font-weight: 500;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	resize:none;
}
/* 06.08.2024 contact page */

#page .site-content .inner-banner-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.lord-doing-sec .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

#masthead .hfe-nav-menu li.elementor-button-wrapper.parent:last-child a {
	padding-left: 15px;
	padding-right: 15px !important;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left:13px;
}
.about-side-img img {
	object-position: center 69% !important;
}
.about p.text-cnt {
	margin-bottom: 0;
}

.testimonial-col.isaiah {
	max-width: 100% !important;
}

.elementor-column.text-right .elementor-element {
	margin-bottom: 10px !important;
}
.mb-0{
	margin-bottom:0;
}
.postid-1434 .post-content-main .post-feat-img img.wp-post-image {
	height: 100%;
}

/* Hidden Date */
.main-divide .read-grid-cnt .read-grid-date {
	display: none;
}
.main-divide .read-grid-cnt .event-cnt-sec {
	padding-left: 0;
	width: 100%;
}
.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	background: #000;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.video-page-div .video-embed.video-wrapper {
	border-radius: unset;
}

.video-page-div .video-embed.video-wrapper iframe {
	border-radius: unset;
	border: none !important;
}
.video-page-div .video-list .video-grid-content .video-poster {
	border-radius: unset;
	border: none !important;
}

.widget ul a[href="https://gracepremalathaministries.org/category/videos/"] {
	display: none;
}

.category-videos .post-feat-img {
	display: none;
}
.video-page-div .video-grid-content iframe {
	height: 15rem;
}
article.post.category-upcoming-events span.posted-on {
	display: none;
}

/* Donation form design code start */
.payment-detail-sec .information {
	padding-top: 40px;
}

.payment-detail-sec .information .form-group.flex {
	justify-content: space-between;
}

.payment-detail-sec .information .form-group.flex select.account-title-selector {
	width: 50%;
}

.payment-detail-sec .mt-0 {
	margin-top: 0;
}
.payment-detail-sec .div-para-cnt p {
	margin-bottom: 10px;
}

.payment-detail-sec span.frm_error {
	font-size: 13px;
	color: #f20707;
}

.payment-detail-sec span.required-field {
	color: #f20707;
}

.payment-detail-sec .form-group select {
	width: 100%;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	border-radius: 5px;
	border: 1px solid #9e9e9ea3;
}

.payment-detail-sec .form-group input:not(.sub-scribe input, input[type="radio"], input[type="checkbox"]) {
	width: -webkit-fill-available;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	border-radius: 5px;
	border: 1px solid #9e9e9ea3;
}

.payment-detail-sec div.pay-from-style {
	border: 1px solid #6bc5ec;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border-radius: 5px;
	background-color: #6bc5eca3;
}

.payment-detail-sec .form-group label:has(input[type="radio"],
.payment-detail-sec input[type="checkbox"]),
.payment-detail-sec .form-group input[type="radio"],
.payment-detail-sec input[type="checkbox"],
.payment-detail-sec .payment-col input[type="radio"],
.payment-detail-sec .payment-col label {
	cursor: pointer;
}

.payment-detail-sec .payment-row.payment-heading {
	padding-top: 30px;
}

.payment-detail-sec .information .form-group,
.payment-detail-sec .billing-info .form-group {
	margin-bottom: 20px;
}
.payment-detail-sec .billing-info .form-group {
	flex:1;
}
.payment-detail-sec .name-list-div {
	flex: 1;
}
.payment-detail-sec .payment-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.payment-detail-sec div.radio-btn {
	padding-top: 15px;
	padding-bottom: 15px;
}

.payment-detail-sec .payment-check {
	padding-bottom: 20px;
}

.payment-detail-sec .payment-col {
	flex: 1;
}

.payment-detail-sec .text-right {
	text-align: right;
}

.payment-detail-sec .hidden {
	display: none;
}

.payment-detail-sec .account-sec .form-group {
	flex: 1;
}

.payment-detail-sec .m-0 {
	margin: 0;
}

div#payment-section {
	border: 1px solid #6bc5ec;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.payment-detail-sec .flex {
	display: flex;
	gap: 20px;
}

.payment-detail-sec form.form-one {
	border: 1px solid #6bc5ec;
	border-radius: 10px;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-bottom:30px;
}

.payment-detail-sec .border-b {
	border-bottom: 1px solid #bdbdbd;
}

.payment-detail-sec .none {
	display: none;
}

.payment-detail-sec .form-contanier {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.payment-detail-sec .radio-btn label {
	/* 	background-color: #3F51B5; */
	background-color: #9e9e9ed4;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
}

.payment-detail-sec .radio-btn label input[type="radio"] {
	display: none;
}

.payment-detail-sec .radio-btn label:has(input[type="radio"]:checked) {
	/* 	background-color: #03A9F4 !important; */
	background-color: #0F406A !important;
}

.payment-detail-sec .gift-sec label:has(input[type="radio"]:checked) {
	/* 	background-color: #03A9F4  !important; */
	background-color: #0F406A !important;

}

.payment-detail-sec div.radio-btn.flex {
	display: flex;
	align-items: center;
	gap: 10px;
}

.payment-detail-sec div.radio-btn.flex input.displaynone {
	display: none;
}

.payment-detail-sec button.submit {
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #6bc5ec;
	border-color: #6bc5ec;
	box-shadow: none;
	outline: none;
	border-style: solid;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	cursor: pointer;
	margin-top:20px;
}

.payment-detail-sec .information.border-b {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#ast-scroll-top {
	bottom: 6rem;
}

.lord-doing-sec.care-ful-read p {
	margin-bottom: 20px;
}

.lord-doing-sec.care-ful-read p:last-child {
	margin-bottom: 0;
}

.salvation-sec span.elementor-icon-list-text .flex {
	display: flex;
	gap: 10px;
}

.english-bible {
	margin-bottom: 10px !important;
}

.salvation-sec span.elementor-icon-list-text .flex {
	font-weight: 600;
	color: #000000e6;
}

.salvation-sec span.elementor-icon-list-text .flex a {
	font-weight: 400;
	white-space:nowrap;
}

#page section.elementor-section .elementor-widget-heading.give-heading-two a {
	color: #045cb4;
}
/* Donation form design code end */
.testimonial-col.salvation-prayer {
	background-color: #ff0000a1;
	max-width: 90%;
}

.testimonial-col.salvation-prayer p.para-cnt {
	color: #fff;
}

.testimonial-col.salvation-prayer a {
	color: #0f406a;
}
.testimonial-col.salvation-prayer h3 {
	color: #fff;
}

.testimonial-col.salvation-prayer:after {
	content: "";
	background-image: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-quote.png);
	width: 33px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	right: -2.5rem;
	bottom: -4px;
}

.testimonial-col.salvation-prayer:before {
	content: "";
	background-image: url(https://itfhrm.com/grace/wp-content/uploads/2024/07/Grace-Premalatha-Ministries-quote.png);
	width: 33px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	left: -3rem;
	top: -1rem;
	transform: rotateY(180deg);
}

/*  */
.donatio-code.form-code-div #customer_details .woocommerce-billing-fields h3 {
	display: none;
}

.woocommerce-js .donatio-code.form-code-div form .form-row select {
	height: 42px;
	padding: 10px;
}

.donatio-code.form-code-div span.optional {
	display: none;
}

.woocommerce.woocommerce-checkout .donatio-code.form-code-div form #order_review, .woocommerce.woocommerce-checkout .donatio-code.form-code-div form #order_review_heading, .woocommerce-page.woocommerce-checkout .donatio-code.form-code-div form #order_review, .woocommerce-page.woocommerce-checkout .donatio-code.form-code-div form #order_review_heading {
	width: 100%;
}
.donatio-code.form-code-div form button#place_order {
	width: auto !important;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: unset !important;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #03A9F4 ;
}
/*  */

/* Woocoomerce donation  */
.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper p#billing_account_type_field {
	width: 100%;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper p#billing_title_field {
	width: 100%;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_last_name_field {
	width: 40%;
	padding-right:10px;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_suffix_field {
	width: 20%;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_custom_heading_field {
	width: 100%;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_country_field {
	width: 100%;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_address_1_field {
	width: 50%;
	padding-right: 5px;

}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_address_2_field {
	width: 50%;
	padding-left: 5px;
}

.donatio-code.form-code-div .woocommerce-billing-fields__field-wrapper  p#billing_city_field {
	width: 33.33%;
	padding-right:10px;
	order:1;

}

.woocommerce-billing-fields__field-wrapper  p#billing_state_field {
	width: 33.33%;
	order: 1;
	padding-right:10px;

}

.woocommerce-billing-fields__field-wrapper  p#billing_postcode_field {
	width: 33.33%;
	order:2;
}

.woocommerce-billing-fields__field-wrapper  p#billing_phone_field {
	width: 50%;
	padding-right:5px;
	order:4;
}

.woocommerce-billing-fields__field-wrapper  p#billing_email_field {
	width: 50%;
	padding-left:5px;
	order:5
}

.woocommerce-js .donatio-code.form-code-div form .form-row {
	padding: 0;
	margin-bottom: 10px;
}

.donatio-code.form-code-div  p#billing_first_name_field {
	width: 40%;
	padding-right:10px;
}
.payment-cart-sec {
	padding: 0;
}
.donatio-code.form-code-div .payment_box.payment_method_authnet {
	background-color: #6bc5ec87 !important;
	border-radius: 5px !important;
}

.donatio-code.form-code-div .payment_box.payment_method_authnet:before {
	border-bottom-color: #6bc5ec87 !important;
	top;-14px;
}

.woocommerce-js .donatio-code.form-code-div  form .form-row input.input-text {
	border-radius: 3px;
}
.woocommerce-js .donatio-code.form-code-div  form  span.select2-selection.select2-selection--single {
	padding: 7px 16px !important;
}

.woocommerce-js .donatio-code.form-code-div  form  span.select2-selection.select2-selection--single span#select2-billing_country-container, .woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: normal;
}
.woocommerce-js .donatio-code.form-code-div  form .form-row label.screen-reader-text {
	position: relative !important;
	display: block !important;
	height: auto;
	width: 100%;
	overflow:visible;
	clip: inherit;
	clip-path: none;
}

#client-img img {
	pointer-events: none;
	user-drag: none;
	-webkit-user-drag: none;
}
.woocommerce-checkout.woocommerce-order-received h1.entry-title {
	display: none;
}
.checkout-inline-error-message {
	color: #ff0015c9;
	font-size: 14px;
}

main#main .woocommerce-order .custom-thankyou-message {
	border-color: #6bc5ec3b !important;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:25px !important;
}

main#main .woocommerce-order .custom-thankyou-message h2, main#main .woocommerce-order .custom-thankyou-message p{
	text-align:center;
}

main#main .woocommerce-order .custom-thankyou-message p {
	margin-bottom: 0;
}

.policy-para h1{
	color:#fff;
}

.privacy-cnt-sec .elementor-element.elementor-widget.elementor-widget-heading {
	margin-bottom: 10px;
}

/*.wc-payment-method-options, .woocommerce-SavedPaymentMethods, .woocommerce-SavedPaymentMethods-saveNew, .sv-wc-payment-gateway-payment-form-saved-payment-method, .js-sv-wc-payment-gateway-payment-token {
display: none !important;
}*/
a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
	display: none !important;
}
.woocommerce-privacy-policy-link{
	text-transform: capitalize;
}

.custom-alert {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #4caf50;
	color: white;
	padding: 15px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 9999;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-alert.show {
	opacity: 1;
	transform: translateY(0);
}

.custom-alert.hidden {
	display: none;
}

/* Woocoomerce donation  */
/* Mobile resposnive code start */
@media screen and (min-width:1201px) and (max-width:1300px){
	div#page section.elementor-section.event-section {
		padding-top: 50px;
	}
	/* 26.08.2024  */
	.event-section {
		padding-top: 50px;
	}
	.single-post header.entry-header .entry-title {
		font-size: 25px;
	}

	.single-post div#sidebar {
		padding-right: 30px;
	}

	.single-post div#sidebar .wp-block-categories-list  a {
		word-wrap: break-word;
	}
	/* 26.08.2024  */
	/* Post page */
	body.archive .ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}

	body.archive .ast-separate-container #primary {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		margin-top:0;
	}
	.post-template-default div#primary {
		padding-top: 0;
		padding-bottom: 0;
	}

	.post-template-default div#primary .post-banner div#breadcrumbs {
		padding-left: 30px;
		padding-right: 30px;
	}

	.post-template-default main#main {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Post page */
	.read-post-sec .owl-carousel.owl-theme {
		padding-left: 10px;
		padding-right: 10px;
	}

	.read-post-sec button.owl-prev {
		left: -28px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: -10px;
	}

	.ast-container .elementor section.elementor-section:not(.elementor-inner-section) {
		padding-left: 40px;
		padding-right: 40px;
	}
	.ast-container .elementor section.elementor-section:not(.elementor-inner-section) {
		padding-left: 25px;
		padding-right: 25px;
	}
	div#video-arrow button.arrow {
		right: 5px;
	}
	.video-section .video-grid h3 {
		font-size: 20px;
	}
	header#masthead .elementor-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ast-container .elementor section.elementor-section.video-section {
		padding-bottom: 50px;
	}

	.banner-txt .elementor-widget-container {
		width: 80%;
	}

	.ast-container .elementor section .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}

	.read-grid li.read-item, .video-section .video-item {
		flex: 0 0 31.45%;
	}

	.arrow-items button.arrow.right {
		right: 5px;
		padding-right:0;
	}

	.arrow-items button.arrow.left {
		left: -1rem;
		padding-left:0;
	}

	body.home.page-template {
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.elementor-element.elementor-widget-shortcode {
		margin-bottom: 0;
	}

	.ast-container .elementor section.elementor-section.audio-post-sec {
		padding-bottom: 50px;
	}
	.event-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.ast-container .elementor section.elementor-section h2.elementor-heading-title.elementor-size-default {
		font-size: 30px;
		line-height:40px
	}
	.arrow-items button.arrow.left {
		left: 8px;
	}
	section.elementor-section.footer-inner-sec {
		padding-top: 50px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.footer-width-fixer section.elementor-section.elementor-inner-section{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.social-icons .elementor-widget-wrap.elementor-element-populated {
		justify-content: flex-start;
		margin-top: 20px;
	}

	header#masthead .elementor-section .hfe-nav-menu a.hfe-menu-item {
		font-size:16px
	}

	#masthead .elementor-container.elementor-column-gap-default {
		justify-content: space-between;
	}

	.video-section button.owl-prev {
		left: -36px;
	}

	.video-section button.owl-next {
		right: -10px;
	}
	.read-post-sec button.owl-prev {
		left: -28px;
	}
	.video-section .video-list{
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px){

	main#main .woocommerce-order .custom-thankyou-message {
		margin-bottom: 30px;
	}

	.ehf-header #masthead .hfe-nav-menu__align-right .hfe-nav-menu {
		justify-content: center;
	}
	.ehf-header #masthead .nav-menu-sec {
		width: 80% !important;
	}

	div#page section.elementor-section.event-section {
		padding-top: 50px;
	}
	/* 26.08.2024 */
	#page .site-content .inner-banner-sec {
		background-position: right center;
	}
	.event-section {
		padding-top: 50px;
	}
	.single-post header.entry-header .entry-title {
		font-size: 25px;
	}

	.single-post div#sidebar {
		padding-right: 30px;
	}

	.single-post div#sidebar .wp-block-categories-list  a {
		word-wrap: break-word;
	}
	/* 26.08.2024 */
	.ast-container .elementor section.elementor-section.read-post-sec {
		padding-bottom: 40px;
	}
	.video-section .video-page-div .video-list h3 {
		font-size: 18px;
	}
	.belive-sec .belive-row .believe-col {
		width: 30.999%;
	}

	p.text-cnt {
		margin-bottom: 0;
	}

	.testimonial-col {
		max-width: 100%;
	}
	/* Post page */
	body.archive .ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}

	body.archive .ast-separate-container #primary {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		margin-top:0;
	}
	.post-template-default div#primary {
		padding-top: 0;
		padding-bottom: 0;
	}

	.post-template-default div#primary .post-banner div#breadcrumbs {
		padding-left: 30px;
		padding-right: 30px;
	}

	.post-template-default main#main {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Post page */
	.read-post-sec .owl-carousel.owl-theme {
		padding-left: 10px;
		padding-right: 10px;
	}
	.video-section button.owl-prev {
		left: -36px;
	}

	.video-section button.owl-next {
		right: -10px;
	}
	.read-post-sec button.owl-prev {
		left: -28px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: -10px;
	}

	.ast-container .elementor section.elementor-section:not(.elementor-inner-section) {
		padding-left: 40px;
		padding-right: 40px;
	}
	div#video-arrow button.arrow {
		right: 5px;
	}
	.video-section .video-grid h3 {
		font-size: 20px;
	}
	header#masthead .elementor-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ast-container .elementor section.elementor-section.video-section {
		padding-bottom: 50px;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child {
		width: 20%;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child img {
		width:90%
	}
	.menu-item  a.hfe-menu-item:hover {
		color: #000 !important;
		text-transform:uppercase !important;
	}
	header#masthead .elementor-section .hfe-nav-menu__toggle.elementor-clickable {
		margin-right: 0;
		color: #fff;
	}

	header#masthead .elementor-section .hfe-nav-menu-icon {
		padding: 0;
		color: #fff !important;
	}


	.banner-txt .elementor-widget-container {
		width: 100%;
	}

	.ast-container .elementor section .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}

	.read-grid li.read-item, .video-section .video-item {
		flex: 0 0 31%;
	}

	.arrow-items button.arrow.right {
		right: 5px;
		padding-right:0;
	}

	.arrow-items button.arrow.left {
		left: -1rem;
		padding-left:0;
	}

	body.home.page-template {
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.video-list {
		padding-left: 15px;
		padding-right: 15px;
	}

	.elementor-element.elementor-widget-shortcode {
		margin-bottom: 0;
	}

	.ast-container .elementor section.elementor-section.audio-post-sec {
		padding-bottom: 50px;
	}
	.event-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.event-sec .elementor-section .elementor-container {
		flex-wrap: nowrap;
		gap: 20px;
	}

	.ast-container .elementor section.elementor-section h2.elementor-heading-title.elementor-size-default {
		font-size: 30px;
		line-height:40px
	}
	.arrow-items button.arrow.left {
		left: 8px;
	}
	section.elementor-section.footer-inner-sec {
		padding-top: 50px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.footer-width-fixer section.elementor-section.elementor-inner-section{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.social-icons .elementor-widget-wrap.elementor-element-populated {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.audio-grid {
		gap: 55px;
	}

	header#masthead .elementor-section .hfe-nav-menu a.hfe-menu-item {
		padding-left: 13px;
		padding-right: 13px;
		font-size:15px
	}

	#masthead .elementor-container.elementor-column-gap-default {
		justify-content: space-between;
	}

	.main-divide .read-grid-cnt .read-grid-date {
		width: 20%;
		padding-right: 15px;
	}

	.event-cnt-sec {
		width: 80%;
		padding-left:20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px){
	main#main .woocommerce-order .custom-thankyou-message {
		margin-bottom: 30px;
	}
	#masthead .hfe-nav-menu .sub-menu a {
		text-transform: uppercase;
	}
	#page .site-content .elementor-section .elementor-container {
		flex-wrap: nowrap;
	}
	.double-row-cnt .left-img-sec.new {
		padding-right: 40px;
		margin-right: 0;
	}

	.double-row-cnt  .text-right.content {
		padding-left: 40px;
	}
	div#page section.elementor-section.event-section {
		padding-top: 50px;
	}
	/* 26.08.2024 */
	body.archive .ast-archive-description .ast-archive-title {
		font-size: 28px;
	}
	#page .site-content .inner-banner-sec {
		background-position: right center;
	}
	.event-section {
		padding-top: 50px;
	}
	.single-post header.entry-header .entry-title {
		font-size: 25px;
	}

	.single-post div#sidebar {
		padding-right: 30px;
	}

	.single-post div#sidebar .wp-block-categories-list  a {
		word-wrap: break-word;
	}
	/* 26.08.2024 */
	.archive.ast-separate-container #content .ast-container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.archive.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
		padding-left: 0;
		width: 47.9%;
		padding-right: 0;
	}
	.ast-blog-layout-4-grid .ast-row {
		gap: 30px;
	}
	.ast-container .elementor section.elementor-section.read-post-sec {
		padding-bottom: 40px;
	}
	.form-sec-col {
		padding-top: 35px;
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 25px;
		max-width:100%;
	}
	.read-page-sec {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-id-475 .elementor-section .elementor-container:not(.footer-width-fixer .elementor-container) {
		flex-wrap: nowrap;
	}

	p.text-cnt {
		margin-bottom: 0;
	}

	.testimonial-col {
		max-width: 100%;
	}

	p.text-cnt {
		margin-bottom: 0;
	}

	.testimonial-col {
		max-width: 100%;
	}
	.belive-sec .belive-row .believe-col {
		width: 47.9%;
	}
	/* Post page */
	body.archive .ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}

	body.archive .ast-separate-container #primary {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
		margin-top:0;
	}
	.post-template-default div#primary {
		padding-top: 0;
		padding-bottom: 0;
	}

	.post-template-default div#primary .post-banner div#breadcrumbs {
		padding-left: 30px;
		padding-right: 30px;
	}

	.post-template-default main#main {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Post page */
	.read-post-sec button.owl-prev {
		left: -5px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: -5px;
	}
	.read-post-sec button.owl-prev {
		left: -30px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: 10px;
	}
	.read-post-sec .owl-carousel {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ast-container .elementor section.elementor-section:not(.elementor-inner-section) {
		padding-left: 25px;
		padding-right: 25px;
	}
	.video-section button.owl-next {
		right: -0px;
	}
	.video-section button.owl-prev {
		left: -31px;
	}
	.video-section .video-grid h3 {
		font-size: 20px;
	}
	header#masthead .elementor-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ast-container .elementor section.elementor-section.video-section {
		padding-bottom: 50px;
	}
	header#masthead .elementor-section .elementor-container.elementor-column-gap-default {
		display: flex;
		flex-wrap: nowrap;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child {
		width: 82%;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:last-child {
		width: 18%;
	}
	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child img {
		width:80%
	}
	.menu-item  a.hfe-menu-item:hover {
		color: #000 !important;
		text-transform:uppercase !important;
	}
	header#masthead .elementor-section .hfe-nav-menu__toggle.elementor-clickable {
		margin-right: 0;
		color: #fff;
	}

	header#masthead .elementor-section .hfe-nav-menu-icon {
		padding: 0;
		color: #fff !important;
	}


	.banner-txt .elementor-widget-container {
		width: 100%;
	}

	.ast-container .elementor section .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}

	.ast-container .elementor .banner-sec h6.elementor-heading-title.elementor-size-default {
		font-size: 35px;
		line-height:47px
	}

	.ast-container .elementor section.elementor-section figure.elementor-image-box-img {
		margin-right: 15px !important;
		margin-left: 0 !important;
	}

	.audio-item {
		flex: 0 0 calc(47.25% - 8px);
	}
	.read-grid li.read-item, .video-section .video-item {
		flex: 0 0 47.50%;
	}

	.arrow-items button.arrow.right {
		right: 5px;
		padding-right:0;
	}

	.arrow-items button.arrow.left {
		left: -1rem;
		padding-left:0;
	}

	body.home.page-template {
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.video-list {
		padding-left: 15px;
		padding-right: 15px;
	}

	.elementor-element.elementor-widget-shortcode {
		margin-bottom: 0;
	}
	/* 	.read-grid-cnt h3 {
	height: auto;
} */

	.ast-container .elementor section.elementor-section.audio-post-sec {
		padding-bottom: 50px;
	}
	.event-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.event-sec .elementor-section .elementor-container {
		flex-wrap: nowrap;
		gap: 20px;
	}

	.ast-container .elementor section.elementor-section h2.elementor-heading-title.elementor-size-default {
		font-size: 30px;
		line-height:40px
	}
	.arrow-items button.arrow.left {
		left: 8px;
	}
	section.elementor-section.footer-inner-sec {
		padding-top: 50px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.footer-width-fixer section.elementor-section.elementor-inner-section{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.social-icons .elementor-widget-wrap.elementor-element-populated {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.first-link-item {
		margin: 20px 0;
	}
	.first-link-item li{
		margin-bottom:8px
	}
	.current_page_item a {
		color:#000 !important
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
		top: 70px;
		background-color:#329ece
	}

	#masthead .hfe-nav-menu li a {
		background-color: #0f406a1f;
	}

	.audio-grid {
		gap: 55px;
	}

	section.elementor-section.footer-inner-sec .elementor-column.elementor-col-25.elementor-inner-column {
		width: 50%;
	}

	section.elementor-section.footer-inner-sec .elementor-column.elementor-col-25.elementor-inner-column.social-icons .elementor-widget-wrap.elementor-element-populated {
		align-content: center;
	}

	.audio-pge-list .audio-grid-cnt h3 {
		font-size: 18px;
		line-height:24px
	}
}

@media only screen and (max-width:767px){
	main#main .woocommerce-order .custom-thankyou-message {
		margin-bottom: 30px;
	}
	.woocommerce-js .donatio-code.form-code-div form .form-row {
		width:100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.testimonial-col.salvation-prayer {
		max-width: 100% !important;
	}

	.testimonial-col.salvation-prayer:before {
		width: 20px;
		height: 20px;
		background-size: 20px;
		left: -19px;
		top: 0;
	}

	.testimonial-col.salvation-prayer:after {
		width: 20px;
		height: 20px;
		background-size: 20px;
		right: -10px;
	}
	#masthead .hfe-nav-menu .sub-menu a {
		text-transform: uppercase;
	}
	.salvation-sec span.elementor-icon-list-text .flex {
		flex-wrap: wrap;
		gap: 0;
		flex-direction: column;
	}
	/* donation form responsive code */
	.payment-detail-sec div.radio-btn.flex {
		flex-wrap: wrap;
	}

	.payment-detail-sec .flex {
		flex-wrap: wrap;
		gap: 0;
	}

	.payment-detail-sec .billing-info .form-group {
		flex: unset;
		width: 100%;
	}

	/* donation form responsive code */
	/* 26.08.2024 */
	.event-cnt-sec h3 {
		height:auto;
	}
	.banner-side-img img {
		width: 100%;
	}
	div#page section.elementor-section.event-section {
		padding-top: 50px;
	}
	.post-banner ul.breadcrumbs {
		flex-wrap: wrap;
	}
	body.archive .ast-archive-description .ast-archive-title {
		font-size: 25px;
	}
	#page .site-content .inner-banner-sec h1.elementor-heading-title{
		font-size:35px;
	}
	/* 26.08.2024 */
	.archive.ast-separate-container #content .ast-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.archive.ast-separate-container div#primary {
		padding-top: 50px;
	}

	.archive.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
		padding-left: 0;
		padding-right: 0;
	}
	.event-section {
		padding-top: 50px;
	}
	.ast-container .elementor section.elementor-section.read-post-sec {
		padding-bottom: 40px;
	}
	.form-sec-col {
		padding-top: 35px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		max-width:100%;
	}
	.video-page-div{
		padding-bottom:20px;
	}
	.read-page-sec {
		grid-template-columns: repeat(1, 1fr);
	}
	.testimonial-col {
		padding-left: 33px;
		padding-right: 33px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.testimonial-col .elementor-testimonial-content:before {
		width: 20px;
		height: 20px;
		background-size: 20px;
		left: -19px;
		top: 0;
	}

	.testimonial-col .elementor-testimonial-content:after {
		width: 20px;
		height: 20px;
		background-size: 20px;
		right: 10px;
	}
	#page #content .testimonial-sec .testimonial-col .elementor-testimonial-image img {
		width: auto;
		padding-bottom: 20px;
	}

	#page #content .testimonial-sec .testimonial-col  .elementor-testimonial-details {
		text-align: center;
	}
	.belive-sec .belive-row .believe-col {
		width: 100%;
	}
	.double-row-cnt .left-img-sec {
		padding-right: 0;
		padding-bottom: 30px;
	}

	.text-right p.text-cnt {
		margin-bottom: 0;
	}
	.hfeed.site .double-row-second {
		padding-top: 50px;
	}
	.right-img-sec {
		padding-left: 0;
		padding-top: 70px;
	}

	.testimonial-col {
		max-width: 100%;
	}
	/* Post page */

	div#sidebar {
		width: 100%;
	}
	div#sidebar aside#block-6{
		padding-bottom:0;
	}
	.post-content-main .post-feat-img img.wp-post-image {
		height: 100%;
	}
	div#sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}
	body.archive .ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}
	body.archive .ast-separate-container .ast-blog-layout-4-grid .ast-article-post{
		padding-left: 0;
		padding-right: 0;
	}

	body.archive .ast-separate-container #primary {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
	}
	.post-template-default div#primary {
		padding-top: 0;
		padding-bottom: 0;
	}
	.post-template-default div#primary .post-banner div#breadcrumbs {
		padding-left: 30px;
		padding-right: 30px;
	}

	.post-template-default main#main {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		width:100%;
		border-right: none;
		border-bottom: 1px solid #c0c0c0;
		padding-bottom: 40px;
	}
	/* Post page */
	.main-divide .read-grid-cnt .read-grid-date {
		width: auto;
	}

	.event-cnt-sec{
		width:auto
	}
	.ast-container .elementor section.elementor-section:not(.elementor-inner-section) {
		padding-left: 25px;
		padding-right: 25px;
	}

	header#masthead .elementor-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ast-container .elementor section.elementor-section.video-section {
		padding-bottom: 30px;
	}
	header#masthead .elementor-section .elementor-container.elementor-column-gap-default {
		display: flex;
		flex-wrap: nowrap;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child {
		width: 82%;
	}

	header#masthead .elementor-section .elementor-column.elementor-top-column:last-child {
		width: 18%;
	}
	header#masthead .elementor-section .elementor-column.elementor-top-column:first-child img {
		width:80%
	}
	.menu-item  a.hfe-menu-item:hover {
		color: #000 !important;
		text-transform:uppercase !important;
	}
	header#masthead .elementor-section .hfe-nav-menu__toggle.elementor-clickable {
		margin-right: 0;
		color: #fff;
	}

	header#masthead .elementor-section .hfe-nav-menu-icon {
		padding: 0;
		color: #fff !important;
	}


	.banner-txt .elementor-widget-container {
		width: 100%;
	}

	.ast-container .elementor section .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}

	.banner-sec {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.ast-container .elementor .banner-sec h6.elementor-heading-title.elementor-size-default {
		font-size: 35px;
		line-height:47px
	}

	.ast-container .elementor section.elementor-section figure.elementor-image-box-img {
		margin-right: 15px !important;
		margin-left: 0 !important;
	}

	.audio-item {
		flex: 0 0 calc(100%);
	}
	.read-grid li.read-item, .video-section .video-item {
		flex: 0 0 98%;
	}

	.arrow-items button.arrow.right {
		right: -1rem;
		padding-right:0;
	}

	.arrow-items button.arrow.left {
		left: -1rem;
		padding-left:0;
	}

	body.home.page-template {
		overflow-x: hidden;
	}

	html {
		overflow-x: hidden;
	}

	.elementor-element.elementor-widget-shortcode {
		margin-bottom: 0;
	}
	.read-grid-cnt h3 {
		height: auto;
	}

	.ast-container .elementor section.elementor-section.audio-post-sec {
		padding-bottom: 20px;
	}
	.event-sec {
		padding-top: 50px;
		padding-bottom:30px;
	}

	.event-sec .elementor-section .elementor-container {
		flex-wrap: nowrap;
		gap: 20px;
	}

	.ast-container .elementor section.elementor-section h2.elementor-heading-title.elementor-size-default {
		font-size: 30px;
		line-height:40px
	}
	div#video-arrow button.arrow, div#video-arrow button.arrow {
		right: -1rem;
	}
	section.elementor-section.footer-inner-sec {
		padding-top: 50px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.footer-width-fixer section.elementor-section.elementor-inner-section{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.social-icons .elementor-widget-wrap.elementor-element-populated {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.first-link-item {
		margin: 20px 0;
	}
	.first-link-item li{
		margin-bottom:8px
	}
	.current_page_item a {
		color:#000 !important
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
		top: 4.8rem;
		background-color:#329ece
	}

	#masthead .hfe-nav-menu li a {
		background-color: #0f406a1f;
	}
}
@media only screen and (min-width:600px) and (max-width:767px){
	.video-section .video-list {
		padding-left: 20px;
		padding-right: 20px;
	}

	.video-section .video-list .owl-prev {
		left: -28px;
	}

	.video-section .video-list .owl-nav button i {
		font-size: 26px;
	}
	.video-section .video-list button.owl-next {
		right:10px;
	}
	.read-post-sec button.owl-prev {
		left: -30px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: 10px;
	}
	.read-post-sec .owl-carousel {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* 	.ast-container .elementor section.elementor-section.read-post-sec button {
	background-color: #cb01014f !important;
	padding: 3px 5px !important;
	border-radius: 5px;
}
	.ast-container .elementor section.elementor-section.read-post-sec button.disabled {
	background-color: #ffffff4f !important;
} */
}
@media only screen and (max-width:599px){
	.event-cnt-sec p {
		height: auto;
	}
	.read-post-sec .item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.read-post-sec button.owl-prev {
		left: -10px;
	}

	.read-post-sec .owl-nav button i {
		font-size: 26px;
	}
	.read-post-sec button.owl-next {
		right: -10px;
	}
	.video-section .video-list .item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.video-section .video-list .owl-prev {
		left: -10px;
	}

	.video-section .video-list .owl-nav button i {
		font-size: 26px;
	}
	.video-section .video-list button.owl-next {
		right: -10px;
	}
}
@media only screen and (max-width:419px){
	.event-sec  h2.elementor-heading-title.elementor-size-default {
		word-wrap: break-word;
		text-wrap: wrap;
		width: 80%;
		padding-right: 30px;
	}

	.upcoming-event-list .owl-nav {
		top: -8rem;
	}
}
/* Mobile resposnive code end */

