/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
  font-family: monospace,monospace;
	font-size: 1em;
}
a {
  background-color:transparent;
}
abbr[title] {
  border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
	font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
	color:inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],[type=radio] {
  box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
	outline-offset:-2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
	font:inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  color: #0d0d0d;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;
	background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
	line-height: 1.3;
	font-family: "DM Serif Text", serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a>h1,
a>h2,
a>h3,
a>h4,
a>h5,
a>h6,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
img,
a>img {
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media(min-width: 992px) {
  h1 {
  	font-size: 4.375rem;
	}
}
h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media(min-width: 992px) {
  h2 {
  	font-size: 3rem;
	}
}
h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media(min-width: 992px) {
  h3 {
  	font-size: 2.25rem;
	}
}
h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  h4 {
  	font-size: 1.875rem;
	}
}
h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media(min-width: 992px) {
  h5 {
  	font-size: 1.5rem;
	}
}
h6 {
  font-size: 1.125rem;
}
img {
  max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a {
  color: #0d0d0d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media not all and (pointer: coarse) {
  a:hover {
  	color: #f1c152;
	}
}
p {
  line-height: 1.7;
}
input,
button,
textarea {
  outline: none !important;
	box-shadow: none !important;
}
@keyframes preloader-fx {
  0% {
	  -webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}
	100% {
	  -webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes preloader-fx {
  0% {
	  -webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}
	100% {
	  -webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@keyframes price-ani {
  0% {
	  -webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: .5;
	}
	100% {
	  -webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: .1;
	}
}
.clearfix::after {
  clear:both;
	content: "";
	display: table;
}
.hide-text {
  overflow: hidden;
	padding: 0;
	text-indent:101%;
	white-space: nowrap;
}
.visually-hidden {
  border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
@media(min-width: 992px) {
  .container {
  	max-width: 1170px;
	}
}
.color--theme-color {
  color: #f1c152;
}
.padding--top {
  padding-top: 70px;
}
@media(min-width: 992px) {
  .padding--top {
  	padding-top: 100px;
	}
}
.padding--bottom {
  padding-bottom: 70px;
}
@media(min-width: 992px) {
  .padding--bottom {
  	padding-bottom: 100px;
	}
}
.checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio,
.checkout-page .checkout-area-right .order-table .car-right-body ul li,
.forezero-form form,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.service-text,
.service-center,
.piller-inner,
.piller-area,
.social-list,
.location-info-bottom .section-wrapper .location-info-list ul li,
.location-info-top .section-wrapper,
.qoute-thumb,
.qoute-inner,
.blog-tags-right,
.blog-tags-left,
.blog-tags,
.blog-style2 .blog-content-metapost,
.blog-style2 .blog-inner,
.blog-respond-details form p,
.blog-respond-details form,
.blog-comments-details ul li,
.blog-content-metapost,
.blog-inner,
.donaterange-bars,
.cause-inner,
.sermon-single .sermon-thumb-metapost,
.sermon-content-social,
.sermon-content-metapost,
.sermon-inner,
.shedule-sunrise-inner,
.shedule-sunrise,
.shedule-time ul li,
.shedule-time ul,
.shedule-content,
.shedule-top,
.event-single .event-metapost-info,
.event-metapost-share ul,
.event-metapost,
.event-thumb-date,
.gallery-filter ul,
.about-inner,
.about-thumbpart ul,
.eventtime-center ul li,
.eventtime-center ul,
.eventtime-area,
.footer-social ul,
.footer-post-inner,
.footer-tags ul,
.sidebar-tab .tab-content .footer-post-inner,
.sidebar-info-list li,
.pageheader-area,
.header-form .form-container,
.header-form,
.single-product-item .thumb,
.single-product-item,
.header-top-search ul,
.header-top-social ul,
.header-top-socialsearch,
.header-top-area {
  display: flex;
	flex-wrap: wrap;
}
.scrollToTop i,
.scrollToTop svg,
.play-btn i,
.play-btn svg {
  z-index: 1;
	position: relative;
}
.forezero-content,
.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.service-right,
.service-left,
.service-text,
.service-icon,
.piller-inner,
.social-list li,
.qoute-thumb,
.event-metapost-share,
.event-metapost-coment,
.event-thumb,
.gallery-inner,
.about-icon,
.eventtime-center ul li,
.default-btn,
.section-header h2,
.menu-item-has-children>a,
.header-menu ul li,
.header-top-search ul li.cart-icon,
.cart-plus-minus,
.play-btn {
  position: relative;
}
/* .section-header h2::after,
.section-header h2::before, */
.forezero-content::after,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.piller-shape,
.social-list li::after,
.qoute-thumb i,
.qoute-thumb svg,
.event-metapost-share ul::after,
.event-metapost-share ul,
.event-metapost-count,
.event-thumb-date,
.about-icon::after,
.eventtime-center ul li::after,
.menu-item-has-children>a::after,
.header-top-search ul li.cart-icon span,
.cart-plus-minus .qtybutton,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.play-btn {
  position: absolute;
	content: "";
}
.shop-cart .section-wrapper .cart-bottom,
.shop-single .product-details,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.blog-slider-thumb,
.blog-thumb,
.cause-style2 .cause-thumb,
.sermon-thumb,
.event-thumb,
.preloader,
.default-btn,
.footer-post-thumb,
.cart-plus-minus {
  overflow: hidden;
}
.shop-single .product-details .post-content form .default-btn,
form button,
.event-metapost-share,
.gallery-filter ul li,
.header-top-search ul li {
  cursor: pointer;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-top table,
.shop-single .review .review-content .description .post-item .post-content,
.shop-single .review .review-content .description .post-item .post-thumb,
.shop-single .review .review-content .review-showing .client-review .review-form form textarea,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .review .review-content .review-showing .content li .post-content,
.shop-single .product-details .post-content form .discount-code input,
.shop-single .product-details .post-content form .discount-code,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img,
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.piller-inner::after,
.location-map iframe,
form textarea,
form input,
.contact-form form textarea,
.contact-form form input,
.qoute-content,
.blog-tags,
.blog-style2 .blog-content,
.blog-style2 .blog-thumb,
.blog-slider-thumb img,
.blog-content,
.cause-style2 .cause-thumb img,
.sermon-single .sermon-content,
.sermon-single .sermon-thumb,
.sermon-content,
.sermon-thumb img,
.shedule-sunrise-item,
.shedule-time ul li span,
.shedule-time ul li p,
.shedule-item,
.event-thumb img,
.gallery-content,
.gallery-inner::after,
.header-bottom-fiexd {
  width: 100%;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.piller-inner::after,
.location-map iframe,
.location-map,
.location-left,
.gallery-inner::after {
  height: 100%;
}
.banner-content h2 {
  font-weight: 900;
}
.forezero-content p,
.piller-content p,
.blog-tags-title p,
.blog-tags-left ul li a,
.blog-comments-content .default-btn,
.shedule-time ul li span,
.gallery-content h5,
.gallery-filter ul li,
.eventtime-center ul li .count-text,
.eventtime-center ul li .count-number,
.header-menu ul li a {
  font-weight: 700;
}
.shop-single .review .review-content .review-showing .client-review .review-form .section-header h2,
.sermon-single .blog-respond .section-header h2,
.sermon-single .blog-comments .section-header h2,
.sidebar .section-header h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.qoute-content-blockquote h4,
.donaterange h3 {
  font-weight: 400;
}
.forezero-content p,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a,
.blog-respond-title h4,
.blog-slider-content h6,
.shedule-sunrise-content h3,
.default-btn,
.header-menu ul li a {
  text-transform: uppercase;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-btn,
.social-list a span,
.blog-single .blog-content h6,
.blog-style2 .blog-content h6,
.blog-content h5,
.sermon-single .sermon-content h3,
.gallery-content h5,
.gallery-filter ul li,
.footer-post-content h6,
.sidebar-tab ul li .nav-link {
  text-transform: capitalize;
}
.service-text::after,
.service-text::before,
.service-icon::after,
.piller-inner::after,
.gallery-content,
.gallery-inner::after {
  position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.forezero-form form,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.service-text,
.service-center,
.piller-inner,
.piller-area,
.social-list,
.qoute-thumb,
.cause-inner,
.shedule-time ul li,
.event-thumb-date,
.gallery-filter ul,
.about-thumbpart ul,
.eventtime-area,
.footer-social ul {
  justify-content: center;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.blog-tags,
.blog-respond-details form,
.sermon-single .sermon-thumb-metapost,
.shedule-content,
.event-metapost,
.pageheader-area,
.header-top-area {
  justify-content: space-between;
}
.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
}
.shedule-sunrise-inner {
  justify-content: space-evenly;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.shop-single .product-details .post-content p.rating,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item,
.service-text,
.service-center,
.piller-inner,
.location-info-top .section-wrapper,
.blog-tags-left,
.blog-tags,
.blog-style2 .blog-inner,
.blog-respond-details form p,
.blog-inner,
.sermon-inner,
.shedule-sunrise-inner,
.shedule-content,
.event-metapost-share ul,
.event-metapost,
.event-thumb-date,
.eventtime-area,
.pageheader-area,
.header-top-search ul,
.header-top-socialsearch,
.header-top-area {
  align-items: center;
}
.social-list li:last-child::after,
.shedule-time ul li:nth-last-of-type(1),
.shedule-time ul li:nth-last-of-type(2),
.sidebar-catagory ul li ul {
  display: none;
}
.sermon-single .blog-comments-content span,
.shedule-time ul li span,
.shedule-time ul li p,
.about-thumbpart span,
.sidebar-catagory ul li a,
.header-menu ul li a {
  display: block;
}
.social-list a span,
.blog-tags-title,
.blog-tags-left ul li a,
.blog-tags-left ul li,
.blog-respond-details form input[type=checkbox],
.blog-respond-details form input[type=radio],
.sermon-single .blog-comments-edit,
.sermon-content-social li a,
.event-metapost-share ul li a,
.gallery-icon,
.default-btn,
.footer-links ul li a,
.footer-tags ul li a,
.header-bottom-fiexd .header-logo,
.play-btn {
  display: inline-block;
}
.forezero-form form input,
form button,
.contact-form form .default-btn,
.blog-style2 .blog-item:last-child .blog-inner,
.blog-comments-details>ul>li:first-child,
.blog-item:last-child .blog-inner,
.cause-style2 .cause-inner,
.sermon-single .sermon-inner,
.sidebar-catagory ul li:last-child>a,
.sidebar-search form input {
  border: none;
}
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box {
  color: #000;
}
.shop-single .sidebar-widget .widget-search form input,
.shop-page .sidebar-widget .widget-search form input {
  background-color: #fff;
}
/* .event-single .event-content h3, */
.checkout-page .checkout-area-right .car-right-title h4,
.checkout-page .checkout-area-left h4,
.forezero-content h2,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .product-details .post-content h6,
.shop-single .product-details .post-content h4,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h5,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h6,
.shop-page .shop-product-wrap .product-item .product-content h6,
.shop-page .shop-product-wrap .product-list-item .product-content h6,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.service-text h6,
.location-info-top .section-wrapper .location-info-content h6,
.qoute-content-blockquote h4,
.blog-single .blog-content h6,
.blog-single .blog-content h3,
.blog-style2 .blog-content h6,
.blog-style2 .blog-content h3,
.blog-comments-content h6,
.blog-slider-content h5,
.blog-slider-content h6,
.blog-content h5,
.cause-style2 .cause-content h6,
.cause-style2 .cause-content h5,
.cause-bars h4,
.cause-content h3,
.sermon-single .sermon-content h3,
.sermon-content h6,
.shedule-sunrise-content h3,
.shedule-title h6,
.sidebar-location .section-header h2,
.sidebar-info .section-header h2,
.sidebar-share .section-header h2,
.event-content h5,
.footer-post-content h6,
.single-product-item .content .title,
.cart-products .title {
  font-family: "Roboto", sans-serif;
}
.shedule-time ul li p {
  font-family: "DM Serif Text", serif;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3),
.service-icon,
.piller-inner,
.social-list a i,
.social-list a svg,
.contact-form .form-message,
.sponsor-thumb,
.qoute-content,
.qoute-thumb i,
.qoute-thumb svg,
.qoute-thumb,
.blog-pagination,
.blog-slider-item,
.donaterange,
.cause-inner,
.sermon-inner,
.shedule-time ul li,
.event-metapost-comentshare,
.event-thumb-date,
.gallery-icon,
.about-icon,
.about-thumbpart,
.eventtime-center ul li,
.header-top-search ul li.cart-icon span,
.header-top-search ul li.cart-icon,
.header-top-left ul li i,
.play-btn {
  text-align: center;
}
.cause-style2 .cause-inner,
.sermon-single .sermon-inner {
  text-align: left;
}
ul li {
  list-style: none;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul,
.shop-single .review .review-content .description .post-item .post-content ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .content,
.shop-single .review .review-nav,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.contact-form .form-message,
.eventtime-left h2,
.sidebar-tab .tab-content .blog-comments-details ul li ul,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box,
ul {
  margin: 0;
}
.social-list a,
.blog-tags-left ul li a,
.shedule-time ul li,
.footer-tags ul li {
  margin: 5px;
}
.shedule-inner {
  margin: 10px;
}
.eventtime-center ul li {
  margin: 15px;
}
.forezero-form form input,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single .review .review-content .review-showing .content li .post-content .entry-content p,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p,
.shop-single .product-details .post-content form .discount-code input,
.shop-page .shop-title p,
.service-text h6,
.service-text h3,
.service-text p,
.service-content p,
.service-item:last-child .service-inner,
.piller-content p,
.location-info-top .section-wrapper .location-info-content h6,
.blog-style2 .blog-item:last-child .blog-inner,
.blog-respond-details form input[type=checkbox],
.blog-respond-details form input[type=radio],
.blog-content p,
.blog-item:last-child .blog-inner,
.cause-bars h4,
.cause-content h6,
.shedule-sunrise-content p,
.shedule-sunrise-content h3,
.shedule-time ul li span,
.shedule-time ul li p,
.shedule-title p,
.event-thumb-date p,
.event-thumb-date h6,
.about-item:last-child .about-inner,
.eventtime-center ul li .count-text,
.footer-bottom-content p,
.footer-post-item:last-child .footer-post-inner,
.footer-about-content p,
.sidebar-tab .tab-content .blog-comments-content p,
.sidebar-tab .tab-content .footer-post-inner,
.sidebar-tab .tab-content .footer-post-item:last-child .footer-post-inner,
.sidebar-search form input,
.pageheader-right .breadcrumb,
.pageheader-left h3 {
  margin-bottom: 0;
}
.forezero-content p,
.shop-single .product-details .post-content h4,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.service-content h5,
.blog-slider-rating {
  margin-bottom: 5px;
}
.shop-single .product-details .post-content p.rating,
.shop-single .product-details .post-content h6,
.shop-page .paginations,
.blog-tags-left,
.cause-style2 .cause-content h6,
.sermon-single .blog-comments-edit,
.sermon-single .blog-comments-content span,
.sermon-content-metapost,
.sermon-content h6 {
  margin-bottom: 10px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .review,
.blog-style2 .blog-content-metapost,
.blog-style2 .blog-inner,
.blog-respond-title,
.blog-content-metapost,
.blog-content h5,
.blog-inner,
.about-thumbpart span,
.about-thumbpart img,
.footer-post-inner {
  margin-bottom: 15px;
}
.service-icon,
.contact-form form input,
.contact-form form textarea,
.blog-single .blog-content-metapost,
.sermon-single .sermon-thumb-metapost,
.event-single .event-content h3,
.event-metapost,
.footer-about-thumb {
  margin-bottom: 20px;
}
.shedule-sunrise-item:first-child .shedule-sunrise-inner {
  margin-bottom: 25px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .product-details .post-content p,
.shop-page .shop-title,
.service-inner,
.blog-single .blog-content h3,
.blog-style2 .blog-content p,
.blog-respond-details form p,
.event-single .event-metapost,
.gallery-filter,
.about-inner,
.footer-bottom-logo,
.sidebar-tag,
.sidebar-tab,
.banner-content p {
  margin-bottom: 30px;
}
.sidebar .section-header {
	margin-bottom: 15px;
}
.location-info-top,
.cause-top,
.sidebar-search,
.section-header h2 {
  margin-bottom: 15px;
}
.section-header {
  margin-bottom: 60px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  margin-top: 10px;
}
.location-info-top .section-wrapper .location-info-content ul,
.sidebar-tab .tab-content .blog-comments-details ul li ul li {
  margin-top: 15px;
}
.blog-pagination {
  margin-top: 25px;
}
.contact-form .form-message.success,
.contact-form .form-message.error,
.blog-comments-details ul ul li,
.cause-bottom,
.shedule-sunrise {
  margin-top: 30px;
}
.social-list a span {
  margin-left: 10px;
}
.blog-comments-details ul ul,
.header-menu .default-btn {
  margin-left: 30px;
}
.location-info-bottom .section-wrapper .location-info-left i,
.location-info-bottom .section-wrapper .location-info-left svg,
.location-info-bottom .section-wrapper .location-info-left,
.location-info-top .section-wrapper .location-info-content ul li b,
.blog-tags-title,
.blog-respond-details form p input,
.sermon-content-metapost li i,
.sermon-content-metapost li svg,
.event-metapost-info li i,
.event-metapost-info li svg {
  margin-right: 5px;
}
.sidebar-catagory ul li a i,
.sidebar-catagory ul li a svg,
.sidebar-info-left {
  margin-right: 10px;
}
/* .social-list li,
.event-single .event-metapost-info>li,
.header-top-search ul li.search-icon,
.header-top-social {
  margin-right: 15px;
} */
.location-info-top .section-wrapper .location-info-thumb {
  margin-right: 20px;
}
.sidebar-tab .tab-content .blog-comments-details {
  margin-top: 10px;
	margin-bottom: 10px;
}
.forezero-form form,
.blog-comments,
.donaterange-bars {
  margin-top: 30px;
	margin-bottom: 30px;
}
.forezero-form form button,
.sermon-single .sermon-content,
.sermon-single .sermon-inner,
.event-single .event-metapost-info>li,
ul {
  padding: 0;
}
.about-thumbpart ul li a,
.header-top-social ul li a {
  padding: 5px;
	font-size: 17px;
}
.shedule-inner,
.footer-social ul li a {
  padding: 10px;
}
.qoute-thumb,
.blog-tags {
  padding: 15px;
}
.contact-form form input,
.contact-form form textarea {
  padding: 20px;
}
.forezero-content,
.blog-slider-content,
.blog-right,
.blog-left,
.sermon-inner {
  padding: 30px;
}
.blog-style2 .blog-item:last-child .blog-inner,
.blog-comments-details ul ul li:last-child,
.blog-item:last-child .blog-inner {
  padding-bottom: 0;
}
.blog-style2 .blog-inner,
.blog-inner {
  padding-bottom: 15px;
}
.sermon-single .sermon-thumb-metapost,
.event-content {
  padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.cause-style2 .cause-content {
  padding-top: 30px;
}
.blog-comments-content {
  padding-left: 14px;
}
.location-right {
  padding-left: 20px;
}
.sermon-content-social li a {
  padding-right: 10px;
}
/* .social-list li,
.blog-style2 .blog-content-metapost li,
.blog-content-metapost li,
.sermon-content-metapost li,
.event-single .event-metapost-info>li,
.header-top-social {
  padding-right: 15px;
} */
.banner-content p {
  padding-right: 30px;
}
.header-mainmenu {
  padding-top: 0;
	padding-bottom: 0;
}
.event-metapost-share ul li a,
.event-metapost-comentshare li,
.event-metapost-info li,
.footer-links ul li a,
.footer-links ul li p,
.sidebar-info-list li,
.header-top-left ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-links ul li p{
	margin: 0;
}
.sidebar-tab .tab-content .blog-comments-details ul li {
  padding-top: 10px;
	padding-bottom: 10px;
}
.shedule-sunrise-inner {
  padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar-tab .tab-content .footer-post-inner {
  padding-top: 20px;
	padding-bottom: 20px;
}
.blog-style2 .blog-content,
.blog-comments-details ul li,
.pageheader,
.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sponsor {
  padding-top: 60px;
	padding-bottom: 60px;
}
.event-metapost-share ul li a {
  padding-left: 10px;
	padding-right: 10px;
}
.blog-single .blog-content h3,
.blog-style2 .blog-content h3,
.sermon-single .sermon-content h3,
.sermon-content h6,
.event-single .event-content h3 {
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-slider-content h6,
.blog-content h5,
.cause-style2 .cause-content h5,
.event-content h5,
.footer-post-content h6 {
  display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bg-img {
  background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
.play-btn {
  top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	z-index: 1;
	font-size: 1.125rem;
	color: #da5455;
}
@media(min-width: 768px) {
  .play-btn {
  	width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}
}
.play-btn span {
  width: 100%;
}
.play-btn span:before {
  background: #fff;
}
@media(min-width: 768px) {
  .play-btn span:before {
  	width: 80px;
		height: 80px;
	}
}
.scrollToTop {
  position: fixed;
	bottom: -30%;
	right: 5%;
	z-index: 9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	animation: lab_top_up 5s linear infinite;
	font-size: 1.125rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scrollToTop i,
.scrollToTop svg {
  color: #fff;
}
.scrollToTop:hover {
  background: #da5455;
}
.scrollToTop .pluse_1,
.scrollToTop .pluse_2 {
  background: #f1c152;
}
.scrollToTop .pluse_1::after,
.scrollToTop .pluse_1::before,
.scrollToTop .pluse_2::after,
.scrollToTop .pluse_2::before {
  background: rgba(241,193,82,.3);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.pagination .page-item .page-link {
  margin: 5px;
	outline: none;
	box-shadow: none;
	color: #0d0d0d;
}
.pagination .page-item .page-link:hover {
  background: #f1c152;
	color: #fff;
	border-color: #f1c152;
}
.pluse_1,
.pluse_2 {
  width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,.1);
}
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 0;
}
.pluse_1::after,
.pluse_2::after {
  width: 30px;
	height: 30px;
	background: transparent;
	margin-left: -15px;
	margin-top: -15px;
}
.pluse_1:before,
.pluse_2:before {
  width: 40px;
	height: 40px;
}
.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear;
}
.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
	animation: pluse_animate 3s infinite linear;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin-left: 0;
	margin-top: 0;
}
@keyframes pluse_animate {
  0% {
  opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0.3);
	transform: translate(-50%, -50%) scale(0.3);
}
100% {
  opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(2);
	transform: translate(-50%, -50%) scale(2);
}
;
}
.cart-plus-minus {
  border: 1px solid #ecf0f3;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
	height: 40px;
	left: 0;
	top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
	float:left;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 120px;
	outline: none;
}
.cart-plus-minus .qtybutton {
  float:inherit;
	font-size: 14px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cart-plus-minus .qtybutton:hover {
  color: #fff;
	background: #f1c152;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
	right: 0;
	top: 0;
}
@media(max-width: 575px) {
  .header-top-left {
 		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ecf0f3;
	}
}
@media(max-width: 575px) {
  .header-top-left ul {
  	text-align: center;
	}
}
.header-top-left ul li i {
  /* border: 1px solid #ecf0f3; */
	width: 28px;
	height: 28px;
	vertical-align: middle;
	line-height: 26px;
	margin-right: 8px;
	font-size: 0.75rem;
	/* -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%; */
}
@media(max-width: 575px) {
  .header-top-right {
  	width: 100%;
	}
}
@media(max-width: 575px) {
  .header-top-socialsearch {
  	justify-content: center;
	}
}
/* .header-top-social {
  border-right: 1px solid #ecf0f3;
} */
.header-top-search ul li.cart-icon {
  width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ecf0f3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.header-top-search ul li.cart-icon span {
  top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background: #0d0d0d;
	font-size: 0.625rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.header-bottom {
  background: #e9f3f0;
}
@media(min-width: 992px) {
  .header-bottom {
  	background: #e9f3f0;
	}
	.header-bottom-fiexd {
  	position: fixed;
		z-index: 999;
		top: 0;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
	}
}
@media(max-width: 992px){
	.header-bottom {
  	position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
	}
	.pageheader {
		margin-top: 80px
	}
}
.header-bottom-fiexd .header-mainmenu {
  justify-content: space-between;
}
.header-bottom-fiexd .default-btn {
  display: none;
}
.header-mainmenu {
  justify-content: space-between;
}
@media(min-width: 992px) {
  .header-mainmenu {
  	justify-content: center;
	}
}
.header-logo {
  width: 150px;
	padding: 15px 0;
}
@media(min-width: 992px) {
  .header-logo {
  	display: none;
	}
}
.header-bar-info {
  width: 50px;
	height: 40px;
	transform: translateY(2px);
	margin-left: 10px;
}
@media(max-width: 991px) {
  .header-menu {
  	width: 100%;
	}
}
@media(min-width: 992px) {
  .header-menu ul {
  	display: flex;
		flex-wrap: wrap;
	}
}
@media(max-width: 991px) {
  .header-menu ul li:last-child a {
  	border-bottom: none;
	}
}
.header-menu ul li:hover ul {
  opacity: 1;
	visibility: visible;
	top: calc(100% + 0px);
}
@media(min-width: 992px) {
  .header-menu ul li:hover.menu-item-has-children a::after {
  	transform: rotate(-45deg);
	}
}
.header-menu ul li.open.menu-item-has-children a::after,
.header-menu ul li.active.menu-item-has-children a::after,
.header-menu ul li:hover.menu-item-has-children a::after {
  -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media(min-width: 992px) {
  .header-menu ul li.open>a,
  .header-menu ul li.active>a,
  .header-menu ul li:hover>a {
	  color: #f1c152;
	}
	.header-menu ul li.open>a::after,
	.header-menu ul li.active>a::after,
	.header-menu ul li:hover>a::after {
	  border-color: #f1c152;
	}
}
.header-menu ul li a {
  padding: 10px 25px;
	color: #0d0d0d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(13,13,13,.1);
}
@media(min-width: 992px) {
  .header-menu ul li a {
  	display: inline-block;
		color: #0d0d0d;
		border-bottom: none;
	}
}
.header-menu ul li ul {
  display: none;
}
@media(min-width: 992px) {
  .header-menu ul li ul {
  	position: absolute;
		width: 230px;
		left: 0;
		top: calc(100% + 50px);
		opacity: 0;
		visibility: hidden;
		background: #fff;
		z-index: 9;
		display: inline-block;
		transition: all .3s ease;
	}
}
.header-menu ul li ul li {
  width: 100%;
}
.header-menu ul li ul li:last-child a {
  border-bottom: none;
}
.header-menu ul li ul li a {
  color: #0d0d0d;
	border-bottom: 1px solid rgba(13,13,13,.1);
	display: block;
}
@media(min-width: 992px) {
  .header-menu ul li ul li a {
  	border-color: #ecf0f3;
	}
}
.header-menu ul li ul li a:hover,
.header-menu ul li ul li a.active {
  color: #f1c152;
	background: #0d0d0d;
}
@media(min-width: 992px) {
  .header-menu ul li ul li a:hover,
	.header-menu ul li ul li a.active {
  	color: #fff;
		background: #f1c152;
	}
}
.header-menu .default-btn {
  transform: skewX(-23deg);
}
@media(max-width: 991px) {
  .header-menu .default-btn {
  	display: none;
	}
}
.header-menu .default-btn:hover {
  background: #da5455;
}
.header-menu .default-btn:hover span {
  color: #fff;
}
.menu-item-has-children>a::after {
  width: 8px;
	height: 8px;
	border-bottom: 1px solid #0d0d0d;
	border-right: 1px solid #0d0d0d;
	top: 17px;
	right: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media(min-width: 992px) {
  .menu-item-has-children>a::after {
  	border-color: #fff;
	}
}
.cart-sidebar-area {
  background-color: #000;
	max-width: 350px;
	width: 100%;
	height: 100vh;
	padding: 30px;
	position: fixed;
	right: 0;
	overflow-y: scroll;
	top: 0;
	z-index: 99999;
	transition: .7s ease;
	transform: translateX(350px);
}
.cart-sidebar-area.active {
  visibility: visible;
	opacity: 1;
	transform: translateX(0px);
}
.cart-sidebar-area .btn-wrapper {
  margin-top: 40px;
}
.cart-sidebar-area .top-content {
  position: relative;
	margin-bottom: 35px;
}
.side-sidebar-close-btn {
  position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.cart-products .title {
  font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	margin-bottom: 25px;
}
.single-product-item {
  min-height: 80px;
	margin-bottom: 20px;
}
.single-product-item .thumb {
  width: 100px;
	padding: 5px;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.single-product-item .thumb img {
  max-width: 100%;
	max-height: 100%;
}
.single-product-item .content {
  width: calc(100% - 100px);
	padding-left: 20px;
}
.single-product-item .content .price {
  color: rgba(255,255,255,.4);
}
.single-product-item .content .price .pprice {
  color: #fff;
}
.single-product-item .content .title {
  font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0px;
}
.single-product-item .content .remove-cart {
  display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #f1c152;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all .3s ease-in;
}
.single-product-item .content .remove-cart:hover {
  opacity: .8;
}
.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress;
}
.overlay.active {
  visibility: visible;
	opacity: 1;
}
.header-form {
  position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	visibility: hidden;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-form.active {
  visibility: visible;
	opacity: 1;
}
.header-form .bg-lay {
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
}
.header-form .bg-lay .cross {
  position: absolute;
	color: #fff;
	cursor: pointer;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f1c152;
}
.header-form .form-container {
  max-width: 700px;
	width: 100%;
	background: #0d0d0d;
	position: relative;
	z-index: 1;
}
.header-form .form-container button {
  width: 120px;
	height: 60px;
	background: #f1c152;
	border: none;
	outline: none;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.header-form .form-container input {
  width: calc(100% - 120px);
	height: 60px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	outline: none;
	padding: 20px;
	margin-bottom: 0;
}
@media(max-width: 575px) {
  .header-form .form-container {
	  padding: 1px;
		margin: 10px;
	}
	.header-form .form-container button {
	  width: 100px;
		font-size: 14px;
		font-weight: 400;
	}
	.header-form .form-container input {
	  width: calc(100% - 100px);
	}
}
.overlay {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress;
}
.overlay {
  position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 99999;
	display: none;
}
.overlay.active {
  display: block;
	animation-name: fadeIn;
	animation-duration: .3s;
	visibility: visible;
	opacity: 1;
}
.rajib {
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
}
.banner {
  background-size: cover;
	background-position: center right;
	padding: 150px 0;
}
@media(min-width: 768px) {
  .banner {
	  padding: 200px 0;
		background-position: center;
	}
}
@media(min-width: 768px)and (max-width: 991px) {
  .banner {
  	background-size: cover;
		background-position: right;
	}
}
@media(min-width: 992px) {
  .banner-content {
 		max-width: 50%;
	}
}
.banner-content h2 {
  -webkit-transform: translateY(450px);
	-moz-transform: translateY(450px);
	-ms-transform: translateY(450px);
	-o-transform: translateY(450px);
	transform: translateY(450px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-family: "Roboto", sans-serif;
	font-size: calc(1.5rem + 3vw);
}
@media(min-width: 992px) {
  .banner-content h2 {
  	font-size: 3.75rem;
	}
}
.banner-content .default-btn {
  padding: 0 2rem;
	-webkit-transform: translateY(350px);
	-moz-transform: translateY(350px);
	-ms-transform: translateY(350px);
	-o-transform: translateY(350px);
	transform: translateY(350px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.banner-content .default-btn::after {
  background-color: rgba(255,255,255,.9);
}
.banner-content p {
  text-transform: capitalize;
	line-height: 30px;
	-webkit-transform: translateY(350px);
	-moz-transform: translateY(350px);
	-ms-transform: translateY(350px);
	-o-transform: translateY(350px);
	transform: translateY(350px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-size: 1.125rem;
}
.banner-style2 .banner-content h2 {
  color: #0d0d0d;
}
.banner-style2 .banner-content p {
  color: #0d0d0d;
}
.banner-style3 .banner-content.text-lg-center h2 {
  color: #fff;
}
.banner-style3 .banner-content.text-lg-center p {
  color: rgba(255,255,255,.9);
}
.swiper-slide-active .banner-content h2,
.swiper-slide-duplicate-active .banner-content h2 {
  -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.swiper-slide-active .banner-content .default-btn,
.swiper-slide-duplicate-active .banner-content .default-btn {
  -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.swiper-slide-active .banner-content p,
.swiper-slide-duplicate-active .banner-content p {
  -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.section-header:hover h2::after {
  width: 100px;
}
.section-header:hover h2::before {
  width: 10px;
	left: 110px;
}
/* .section-header h2::after,
.section-header h2::before {
  height: 3px;
	bottom: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
} */
/* .section-header h2::after {
  width: 10px;
	left: 0;
	background: #f1c152;
} */
/* .section-header h2::before {
  width: 100px;
	left: 20px;
	background: #e3e7e8;
} */
@media(min-width: 992px) {
  .section-header p {
  	max-width: 650px;
	}
}
/* .section-header.text-center:hover h2::after {
  width: 10px;
	left: calc(50% - -55px);
}
.section-header.text-center:hover h2::before {
  width: 100px;
	left: calc(50% - 10px);
} */
/* .section-header.text-center h2::after {
  left: calc(50% - -10px);
	width: 100px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-header.text-center h2::before {
  left: calc(50% - 55px);
	width: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
} */
@media(min-width: 992px) {
  .section-header.text-center p {
  	margin: 0 auto;
	}
}
.sidebar .section-header h2 {
  font-size: calc(1.325rem + 0.9vw);
	color: #686664;
}
@media(min-width: 992px) {
  .sidebar .section-header h2 {
  	font-size: 2rem;
	}
}
.sidebar-info-left {
  color: #f1c152;
}
.sidebar-info-right {
  width: calc(100% - 30px);
}
.sidebar-search form {
  border: 1px solid #ecf0f3;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.sidebar-search form input {
  width: calc(100% - 40px);
	background: transparent;
}
.sidebar-search form button {
  width: 36px;
	height: 50px;
	background: transparent;
}
.sidebar-tab ul li .nav-link {
  color: rgba(13,13,13,.2);
}
.sidebar-tab ul li .nav-link.active {
  color: #f1c152;
}
.sidebar-tab .tab-content .footer-post-item:last-child .footer-post-inner {
  border-bottom: none;
}
.sidebar-tab .tab-content .footer-post-inner {
  border-bottom: 1px solid #ecf0f3;
}
.sidebar-tab .tab-content .footer-post-inner:hover .footer-post-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.sidebar-tab .tab-content .footer-post-inner:hover .footer-post-content h6 {
  color: #f1c152;
}
.sidebar-tab .tab-content .footer-post-content {
  width: calc(100% - 70px);
	padding-left: 15px;
}
.sidebar-tab .tab-content .footer-post-content h6 {
  color: #0d0d0d;
	font-size: 0.875rem;
}
.sidebar-tab .tab-content .blog-comments-thumb {
  width: 60px;
}
.sidebar-tab .tab-content .blog-comments-content h6 {
  font-size: 0.75rem;
}
.sidebar-tab .tab-content .blog-comments-content p {
  font-size: 0.75rem;
}
.sidebar-tag ul li a {
  background: transparent;
	border: 1px solid rgba(13,13,13,.2);
}
.sidebar-catagory ul li.open>a::after {
  transform: rotate(-45deg);
}
.sidebar-catagory ul li a {
  padding: 10px 0;
	border-bottom: 1px solid #ecf0f3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar-catagory ul li a:hover {
  padding-left: 20px;
}
.sidebar-catagory ul li a:hover::after {
  border-color: #f1c152;
}
@media(min-width: 992px) {
  .sidebar-catagory ul li a::after {
  	border-color: #0d0d0d;
	}
}
.footer-top {
  background: #e9f3f0;
}
.footer-top .section-header h2 {
  color: #000;
	font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .footer-top .section-header h2 {
  	font-size: 1.875rem;
	}
}
.footer-tags ul li a {
  padding: 5px 10px;
	color: #0d0d0d;
	background: #fff;
	font-size: 0.875rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.footer-tags ul li a:hover {
  background: #f1c152;
}
.footer-post-inner:hover .footer-post-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.footer-post-inner:hover .footer-post-content h6 {
  color: #f1c152;
}
.footer-post-thumb {
  width: 70px;
}
.footer-post-content {
  width: calc(100% - 70px);
	padding-left: 15px;
}
.footer-post-content h6 {
  color: rgba(255,255,255,.7);
	font-size: 0.875rem;
}
.footer-bottom {
  padding: 50px 0;
	background: #B8D8CE;
}
@media(min-width: 992px) {
  .footer-social ul {
  	justify-content: flex-end;
	}
}
.footer-social ul li a:hover {
  color: #f1c152;
}
.default-btn {
  text-decoration: none;
	color: #fff;
	padding: 0 2rem;
	line-height: 46px;
	font-size: 1rem;
	transform-origin: right;
	transition: all .3s ease;
	background: #f1c152;
	border: none;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media(min-width: 768px) {
  .default-btn {
  	padding: 0 2rem;
		line-height: 54px;
	}
}
.default-btn span {
  position: inherit;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.default-btn.move-right:before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #05718f;
	transition: transform .5s;
	transform-origin: right;
	transform: scaleX(0);
	z-index: 0;
}
.default-btn.move-right:hover:before {
  transform: scaleX(1);
	transform-origin: left;
	transition: transform .5s;
}
.default-btn.move-left:before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1c152;
	transition: transform .5s;
	transform-origin: left;
	transform: scaleX(0);
	z-index: 0;
}
.default-btn.move-left:hover:before {
  transform: scaleX(1);
	transform-origin: right;
	transition: transform .5s;
}
.default-btn.move-bottom {
  background: transparent;
	border: 2px solid #f1c152;
	color: #0d0d0d;
}
.default-btn.move-bottom:before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1c152;
	transition: transform .5s;
	transform-origin: bottom;
	transform: scaleY(0);
	z-index: 0;
}
.default-btn.move-bottom:hover {
  color: #fff;
}
.default-btn.move-bottom:hover:before {
  transform: scaleY(1);
	transform-origin: top;
	transition: transform .5s;
}
.default-btn.move-top:before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1c152;
	transition: transform .5s;
	transform-origin: top;
	transform: scaleY(0);
	z-index: 0;
}
.default-btn.move-top:hover:before {
  transform: scaleY(1);
	transform-origin: bottom;
	transition: transform .5s;
}
.default-btn:hover {
  color: #f1c152;
}
.default-btn:hover.move-right span {
  color: #fff;
}
.preloader {
  position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #f1c152;
}
.preloader .preloader-inner {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
	height: 72px;
	display: inline-block;
	padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	background: #fff;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}
.eventtime {
  padding: 50px 0;
	background: #0d0d0d;
}
@media(min-width: 992px) {
  .eventtime-area {
  	justify-content: space-between;
	}
}
.eventtime-left h2 {
  color: #f1c152;
	font-size: calc(1.3875rem + 1.65vw);
}
@media(min-width: 992px) {
  .eventtime-left h2 {
  	font-size: 2.625rem;
	}
}
@media(max-width: 991px) {
  .eventtime-center {
  	margin: 30px 0;
	}
}
@media(max-width: 575px) {
  .eventtime-center ul {
  	justify-content: center;
	}
}
.eventtime-center ul li {
  width: 110px;
	height: 110px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #e9f3f0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
@media(min-width: 992px)and (max-width: 991px) {
  .eventtime-center ul li {
  	width: 90px;
		height: 90px;
	}
}
.eventtime-center ul li::after {
  width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	border: 4px solid #e9f3f0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.eventtime-center ul li .count-number {
  font-size: calc(1.3125rem + 0.75vw);
	color: #f1c152;
}
@media(min-width: 992px) {
  .eventtime-center ul li .count-number {
  	font-size: 1.875rem;
	}
}
.eventtime-center ul li .count-text {
  font-size: 1.125rem;
	color: #f1c152;
	font-family: "DM Serif Text", serif;
}
.about-thumbpart img {
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 4px solid #0d0d0d;
}
.about-thumbpart p {
  max-width: 80%;
	margin: 0 auto 15px;
}
@media(max-width: 991px) {
  .about-contentpart {
  	border: none !important;
	}
}
.about-inner:hover .about-content h5 {
  color: #f1c152;
}
.about-inner:hover .about-icon {
  background: #f1c152;
	border-color: #f1c152;
	color: #fff;
}
.about-inner:hover .about-icon::after {
  width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	border-color: #f1c152;
}
.about-icon {
  width: 80px;
	height: 80px;
	line-height: 80px;
	border: 2px solid #ecf0f3;
	font-size: calc(1.35rem + 1.2vw);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
@media(min-width: 992px) {
  .about-icon {
  	font-size: 2.25rem;
	}
}
.about-icon::after {
  width: calc(100% + 0px);
	height: calc(100% + 0px);
	border: 2px solid transparent;
	top: 0;
	left: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-content {
  width: calc(100% - 80px);
}
@media(min-width: 576px) {
  .about-content {
  	padding-left: 30px;
	}
}
.about-content h5 {
  font-family: "Roboto", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-filter ul li {
  padding: 10px 20px;
	margin: 5px;
	color: #0d0d0d;
	-webkit-transform: all 0.3s ease;
	-moz-transform: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	-o-transform: all 0.3s ease;
	transform: all 0.3s ease;
}
.gallery-filter ul li.active {
  color: #f1c152;
}
.gallery-inner::after {
  left: 0;
	top: 0;
	background: rgba(13,13,13,.7);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-inner:hover::after {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gallery-inner:hover .gallery-content {
  -webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.gallery-content {
  z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.gallery-content h5 {
  font-size: 1.25rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}
.gallery-content h5:hover {
  color: #f1c152;
}
.gallery-icon {
  width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ecf0f3;
	margin: 0 auto 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery-icon i,
.gallery-icon svg {
  color: #fff;
}
.gallery-icon:hover {
  background: #f1c152;
	border-color: #f1c152;
}
.event-inner:hover .event-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.event-inner:hover .event-content h5 {
  color: #f1c152;
}
.event-inner:hover .event-metapost-count {
  background: #f1c152;
	color: #0d0d0d;
}
.event-thumb-date {
  width: 60px;
	height: 60px;
	top: 10px;
	left: 10px;
	flex-direction: column;
	border: 2px solid #f1c152;
	background: rgba(13,13,13,.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.event-thumb-date h6 {
  color: #f1c152;
	font-family: "Roboto", sans-serif;
}
.event-thumb-date p {
  color: #fff;
}
.event-metapost-info {
  width: calc(100% - 60px);
}
.event-metapost-comentshare {
  width: 60px;
	border-left: 1px solid #ecf0f3;
}
.event-metapost-count {
  top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #0d0d0d;
	font-size: 0.5625rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.event-metapost-share:hover ul {
  -webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.event-metapost-share ul {
  width: 126px;
	right: 100%;
	top: 0;
	background: #0d0d0d;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.event-metapost-share ul::after {
  width: 0;
	height: 0;
	right: -8px;
	border-top: 10px solid transparent;
	border-left: 10px solid #0d0d0d;
	border-bottom: 10px solid transparent;
}
.event-metapost-share ul li {
  border-right: 1px solid #ecf0f3;
}
.event-metapost-share ul li a {
  color: #fff;
	font-size: 0.75rem;
}
.event-single .event-inner:hover .event-thumb img {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.event-single .event-metapost-info>li {
  border-right: 1px solid #ecf0f3;
}
.event-single .event-metapost-share ul {
  width: 146px;
}
@media(min-width: 576px) {
  .event-single .event-metapost-share ul {
  	transform-origin: left;
		left: 100%;
		right: auto;
	}
}
@media(min-width: 576px) {
  .event-single .event-metapost-share ul::after {
  	right: auto;
		left: -8px;
		border-left: none;
		border-top: 10px solid transparent;
		border-right: 10px solid #0d0d0d;
		border-bottom: 10px solid transparent;
	}
}
.shedule {
  background-blend-mode:overlay;
}
.shedule-top {
  background: rgba(255,255,255,.1);
	border: 2px solid #f1c152;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media(min-width: 576px) {
  .shedule-item {
  	width: calc(100% / 2);
	}
}
.shedule-inner {
  border: 1px solid rgba(236,240,243,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.shedule-title h6 {
  color: #fff;
	font-size: 1.25rem;
}
.shedule-time ul li {
  flex-direction: column;
	width: 70px;
	height: 70px;
	border: 2px solid #ecf0f3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.shedule-time ul li span {
  color: #f1c152;
	font-size: 1.125rem;
}
.shedule-time ul li p {
  color: #fff;
}
@media(min-width: 576px) {
  .shedule-sunrise-item {
  	width: calc(100% / 2);
	}
}
@media(min-width: 576px) {
  .shedule-sunrise-item:first-child .shedule-sunrise-inner {
  	margin-right: 15px;
		margin-bottom: 0;
	}
}
.shedule-sunrise-item:first-child .shedule-sunrise-content p {
  color: #f1c152;
}
@media(min-width: 576px) {
  .shedule-sunrise-item:last-child .shedule-sunrise-inner {
  	margin-left: 15px;
	}
}
.shedule-sunrise-inner {
  border: 2px solid #f1c152;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.shedule-sunrise-content h3 {
  color: #f1c152;
}
.shedule-sunrise-content p {
  color: #d2691e;
}
.sermon-inner {
  background: #fff;
	border: 1px solid #ecf0f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media(min-width: 576px) {
  .sermon-inner {
  	text-align: left;
	}
}
.sermon-inner:hover .sermon-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.sermon-inner:hover .sermon-content h6 {
  color: #f1c152;
}
.sermon-thumb {
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 150px;
	margin: 0 auto 15px;
}
@media(min-width: 576px) {
  .sermon-thumb {
  	margin-bottom: 0;
	}
}
@media(min-width: 576px) {
  .sermon-content {
  	width: calc(100% - 150px);
		padding-left: 30px;
	}
}
@media(max-width: 575px) {
  .sermon-content-metapost {
  	justify-content: center;
	}
}
@media(max-width: 575px) {
  .sermon-content-social {
  	justify-content: center;
	}
}
.sermon-single .sermon-inner {
  background: transparent;
}
.sermon-single .sermon-inner:hover .sermon-thumb img {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.sermon-single .sermon-inner:hover .sermon-content h6 {
  color: #0d0d0d;
}
.sermon-single .sermon-thumb {
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sermon-single .sermon-thumb-metapost {
  border-bottom: 1px solid #ecf0f3;
}
.sermon-single .blog-comments .section-header h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .sermon-single .blog-comments .section-header h2 {
  	font-size: 1.875rem;
	}
}
.sermon-single .blog-comments-thumb img {
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.sermon-single .blog-respond .section-header h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .sermon-single .blog-respond .section-header h2 {
  	font-size: 1.875rem;
	}
}
.cause {
  background-blend-mode:overlay;
}
.cause-inner {
  width: 190px;
	height: 190px;
	flex-direction: column;
	border: 2px solid #f1c152;
	margin: 0 auto;
	background: rgba(255,255,255,.2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.cause-content h3 {
  color: #f1c152;
}
.cause-content h6 {
  color: #fff;
}
@media(min-width: 992px) {
  .cause-bars {
  	max-width: 700px;
		margin: 0 auto;
	}
}
.cause-bars h4 {
  color: #fff;
}
.cause-bars h4 span {
  color: #f1c152;
}
.cause-style2 .cause-inner {
  width: auto;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.cause-style2 .cause-inner:hover .cause-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.cause-style2 .cause-inner:hover .cause-content h5 {
  color: #f1c152;
}
.cause-style2 .cause-content h6 {
  color: #0d0d0d;
}
.cause-style2 .cause-content .donaterange-bars {
  background: #0d0d0d;
	height: 6px;
	margin: 15px 0;
}
.cause-single .cause-inner:hover .cause-thumb img {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media(min-width: 992px) {
  .cause-single .cause-bars {
  	max-width: 100%;
	}
}
.donaterange h3 {
  font-size: calc(1.34375rem + 1.125vw);
	color: #fff;
}
@media(min-width: 992px) {
  .donaterange h3 {
  	font-size: 2.1875rem;
	}
}
.donaterange h3 span {
  color: #f1c152;
}
.donaterange-bars {
  height: 20px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.donaterange-bar {
  height: 100%;
	background: #f1c152;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.blog-left {
  box-shadow: 0 0 5px rgba(13,13,13,.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.blog-area {
  height: 550px;
	overflow-y: auto;
}
.blog-area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.blog-area::-webkit-scrollbar {
  width: 6px;
	background: #fff;
}
.blog-area::-webkit-scrollbar-thumb {
  background: #f1c152;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.blog-right {
  box-shadow: 0 0 5px rgba(13,13,13,.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.blog-right .section-header h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media(min-width: 992px) {
  .blog-right .section-header h2 {
  	font-size: 2rem;
	}
}
.blog-inner {
  border-bottom: 1px solid #ecf0f3;
}
.blog-inner:hover .blog-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-inner:hover .blog-content h5 {
  color: #f1c152;
}
.blog-thumb {
  width: 210px;
	margin: 0 auto 15px;
}
@media(min-width: 576px) {
  .blog-thumb {
  	margin-bottom: 0;
	}
}
@media(min-width: 576px) {
  .blog-content {
  	width: calc(100% - 210px);
		padding-left: 30px;
	}
}
.blog-slider-content {
  background: #e3e7e8;
}
.blog-slider-content .default-btn {
  font-size: 0.8125rem;
	line-height: 36px;
	padding: 0 15px;
}
.blog-slider-rating i,
.blog-slider-rating svg {
  color: #f1c152;
}
.blog-pagination .swiper-pagination-bullet {
  width: 12px;
	height: 12px;
}
.blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1c152;
}
.blog-comments-details ul li {
  border-top: 1px solid #ecf0f3;
}
.blog-comments-thumb {
  width: 80px;
}
.blog-comments-content {
  width: calc(100% - 80px);
}
.blog-comments-content .default-btn {
  line-height: 25px;
	padding: 0 15px;
	border: 2px solid #5faf1f;
	color: #5faf1f;
	font-size: 0.8125rem;
	background: transparent !important;
}
.blog-comments-content .default-btn::before {
  background: #5faf1f;
}
.blog-comments-content .default-btn:hover span {
  color: #fff;
}
.blog-respond-title h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media(min-width: 992px) {
  .blog-respond-title h4 {
  	font-size: 1.5rem;
	}
}
.blog-respond-details form input[type=checkbox],.blog-respond-details form input[type=radio] {
  width: 20px;
	height: 20px;
}
.blog-respond-details form p {
  flex-wrap: nowrap;
}
.blog-style2 .blog-inner {
  border-bottom: 1px solid #ecf0f3;
}
.blog-style2 .blog-inner:hover .blog-thumb img {
  -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-style2 .blog-inner:hover .blog-content h5 {
  color: #f1c152;
}
@media(min-width: 576px) {
  .blog-style2 .blog-content {
  	width: 100%;
		padding-left: 0;
	}
}
.blog-tags {
  background: #e3e7e8;
}
@media(min-width: 992px) {
  .blog-tags-left {
  	margin-bottom: 0;
	}
}
.blog-tags-left ul li a {
  padding: 7px 10px;
	background: #fff;
	color: #0d0d0d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.875rem;
}
.blog-tags-left ul li a:hover {
  background: #f1c152;
	color: #fff;
}
.blog-tags-title p {
  margin-bottom: 0 !important;
}
.blog-single .blog-inner:hover .blog-thumb img {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.qoute {
  background-blend-mode:overlay;
}
@media(max-width: 575px) {
  .qoute-inner {
  	justify-content: center;
	}
}
.qoute-thumb {
  width: 200px;
	height: 200px;
	background: #f1c152;
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: calc(1.3125rem + 0.75vw);
	flex-direction: column;
	margin: 0 auto 15px;
}
@media(min-width: 992px) {
  .qoute-thumb {
  	font-size: 1.875rem;
	}
}
@media(min-width: 576px) {
  .qoute-thumb {
  	margin: 0;
	}
}
.qoute-thumb h4 {
  color: #fff;
}
.qoute-thumb i,
.qoute-thumb svg {
  width: 30px;
	height: 30px;
	line-height: 30px;
	top: 20px;
	right: 10px;
	background: #0d0d0d;
	color: #f1c152;
	font-size: 1rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
@media(min-width: 576px) {
  .qoute-content {
  	width: calc(100% - 200px);
		padding-left: 30px;
		text-align: left;
	}
}
.qoute-content-blockquote p {
  font-size: calc(1.275rem + 0.3vw);
	color: #fff;
}
@media(min-width: 992px) {
  .qoute-content-blockquote p {
  	font-size: 1.5rem;
	}
}
.qoute-content-blockquote h4 {
  font-size: 1.25rem;
	color: #fff;
}
.sponsor-inner:hover .sponsor-thumb {
  filter:none;
	opacity: 1;
	-webkit-filter:grayscale(0);
}
.sponsor-thumb {
  filter:gray;
	opacity: .3;
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact-form form input,
.contact-form form textarea {
  border: 1px solid #ecf0f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media(min-width: 576px) {
  .contact-form form input:not([type='checkbox']) {
  	width: calc(100% / 2 - 15px);
	}
}
.contact-form .form-message.error {
  color: red;
}
.contact-form .form-message.success {
  color:green;
}
form input,
form textarea {
  border: 1px solid #ecf0f3;
	padding: 15px;
	color: #0d0d0d;
	outline: none;
}
form input:focus,
form textarea:focus {
  border-color: #f1c152;
}
form input {
  height: 50px;
	margin-bottom: 30px;
}
@media(min-width: 576px) {
  form input {
  	width: calc(100% / 2 - 15px);
	}
}
form textarea {
  margin-bottom: 35px;
}
@media(max-width: 991px) {
  .location-left {
  	height: 400px;
	}
}
.location-right {
  background: #0d0d0d;
}
@media(min-width: 992px) {
  .location-right {
  	padding-left: 50px;
	}
}
.location-info-top .section-header h2 {
  color: #fff;
	font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .location-info-top .section-header h2 {
  	font-size: 1.875rem;
	}
}
.location-info-top .section-wrapper .location-info-thumb img {
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.location-info-top .section-wrapper .location-info-content h6 {
  color: #fff;
}
.location-info-bottom .section-header h2 {
  color: #fff;
	font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .location-info-bottom .section-header h2 {
  	font-size: 1.875rem;
	}
}
.location-info-bottom .section-wrapper .location-info-left i,
.location-info-bottom .section-wrapper .location-info-left svg {
  color: #f1c152;
}
.location-info-bottom .section-wrapper .location-info-right {
  width: calc(100% - 30px);
}
.social {
  padding: 50px 0;
}
.social-list {
  gap:15px;
}
.social-list li::after {
  width: 1px;
	height: 100%;
	background: #ecf0f3;
	right: 0;
	top: 0;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.social-list a {
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-list a i,
.social-list a svg {
  width: 42px;
	height: 42px;
	line-height: 42px;
	border: 2px solid #ecf0f3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-list-facebook:hover a {
  color: #3b5998;
}
.social-list-facebook:hover a i,
.social-list-facebook:hover a svg {
  border-color: #3b5998;
}
.social-list-twitter:hover a {
  color: #55acee;
}
.social-list-twitter:hover a i,
.social-list-twitter:hover a svg {
  border-color: #55acee;
}
.social-list-linkedin:hover a {
  color: #007bb5;
}
.social-list-linkedin:hover a i,
.social-list-linkedin:hover a svg {
  border-color: #007bb5;
}
.social-list-instagram:hover a {
  color: #e4405f;
}
.social-list-instagram:hover a i,
.social-list-instagram:hover a svg {
  border-color: #e4405f;
}
.piller-area {
  gap:30px;
}
.piller-shape {
  width: inherit;
	height: 150px;
	left: 0;
	bottom: 0;
	border: 2px dashed #ecf0f3;
}
.piller-item:nth-child(2) .piller-inner {
  background: #8224e3;
}
.piller-item:nth-child(3) .piller-inner {
  background: #81d742;
}
.piller-item:nth-child(4) .piller-inner {
  background: #d93;
}
.piller-item:nth-child(5) .piller-inner {
  background: #4a7774;
}
.piller-inner {
  width: 130px;
	height: 130px;
	background: #8f4296;
	flex-direction: column;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.piller-inner::after {
  opacity: 0;
	border: 2px solid #da5455;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.piller-inner:hover {
  background: #da5455 !important;
}
.piller-inner:hover::after {
  opacity: 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}
.piller-thumb {
  width: 50px;
	margin: 0 auto 10px;
}
.piller-content p {
  color: #fff;
}
@media(max-width: 575px) {
  .service-inner {
  	text-align: center;
	}
}
/* .service-inner:hover .service-icon {
  background: #da5455 !important;
}
.service-inner:hover .service-icon::after {
  border-color: #da5455 !important;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}
.service-inner:hover .service-content h5 {
  color: #da5455;
} */
.service-icon {
  width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: calc(1.3125rem + 0.75vw);
	color: #fff;
	background: #e3e7e8;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media(min-width: 992px) {
  .service-icon {
  	font-size: 1.875rem;
	}
}
@media(max-width: 575px) {
  .service-icon {
  	margin: 0 auto 15px;
	}
}
.service-icon::after {
  width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 2px solid #e3e7e8;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media(min-width: 992px) {
  .service-icon {
  	position: absolute;
	}
}
.service-content h5 {
	font-family: "DM Serif Text", serif;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 1.25rem;
}
@media(min-width: 992px)and (max-width: 991px) {
  .service-content p {
  	display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.service-center {
  width: 260px;
	height: 260px;
	margin: 0 auto;
	border: 2px solid #ecf0f3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	flex-direction: column;
}
@media(min-width: 992px)and (max-width: 991px) {
  .service-center {
  	width: 380px;
		height: 380px;
	}
}
@media(min-width: 992px) {
  .service-center {
  	width: 460px;
		height: 460px;
	}
}
.service-text {
  width: 150px;
	height: 150px;
	margin: 0 auto;
	background: #05718f;
	flex-direction: column;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.service-text h6{
	font-family: "DM Serif Text", serif;
}
.service-text::after,
.service-text::before {
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: rgba(227,231,232,.3);
	z-index: -1;
}
.service-text::before {
  width: calc(100% + 10px);
	height: calc(100% + 10px);
}
.service-text::after {
  width: calc(100% + 20px);
	height: calc(100% + 20px);
}
.service-text p {
  color: #fff;
}
.service-text h3 {
  color: #fff;
}
.service-text h6 {
  color: #fff;
}

.service-icon.bg-yellow {
	background-color: #fff3d6;
}

.service-icon.bg-lightblue {
	background-color: #e9f3f0;
}

@media(min-width: 992px) {
  .service-left {
	  text-align: right;
	}
	.service-left .service-icon {
	  right: -185px;
	}
	.service-left .service-item:nth-child(2) .service-icon {
	  right: -120px;
	}
	.service-left .service-item:nth-child(3) .service-icon {
	  right: -155px;
	}
}
@media(min-width: 992px) {
  .service-right .service-icon {
	  left: -185px;
	}
	.service-right .service-item:nth-child(2) .service-icon {
	  left: -120px;
	}
	.service-right .service-item:nth-child(3) .service-icon {
	  left: -155px;
	}
}
.shop-page .section-header h4 span {
  font-weight: 400;
	color: #f1c152;
}
.shop-page .sidebar-widget .widget-search {
  border: none;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
}
.shop-page .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-page .shop-title {
  padding: 16px 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
}
.shop-page .shop-title p {
  color: #0d0d0d;
}
.shop-page .shop-title .product-view-mode a {
  color: #0d0d0d;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-title .product-view-mode a.active {
  color: #f1c152;
}
.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}
.shop-page .shop-product-wrap {
  height: auto !important;
}
.shop-page .shop-product-wrap.gridlist {
  height: auto;
}
.shop-page .shop-product-wrap.gridlist .product-list-item {
  display: none;
}
.shop-page .shop-product-wrap.list {
  height: auto !important;
}
.shop-page .shop-product-wrap.list .col-12 {
  flex:0 0 100%;
	max-width: 100%;
	position: static !important;
}
.shop-page .shop-product-wrap.list .product-item {
  display: none;
}
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
  padding: 10px;
	background: #fff;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
	z-index: 9;
	bottom: 50%;
	transform: translate(-50%, 50%);
}
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a {
  color: #f1c152;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
  top: 0;
	left: 0;
	background: rgba(241,193,82,.7);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
  transform-origin: left;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  opacity: 0;
	bottom: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #0d0d0d;
	margin: 5px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}
.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
	text-align: center;
}
.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #0d0d0d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
  margin-bottom: 5px;
}
.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #fff;
}
@media(min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
  	width: 35%;
	}
}
.shop-page .shop-product-wrap .product-list-item .product-content {
  text-align: left;
	padding-left: 20px;
}
@media(min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
  	width: 65%;
	}
}
.shop-page .modal.show {
  display: block;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	visibility: visible;
	pointer-events:visible;
	z-index: 99999999;
	-webkit-animation: slideInDown .4s forwards;
	animation: slideInDown .4s forwards;
	overflow-y: scroll;
	background: #000;
}
.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
	height: 40px;
	top: 0;
	right: 0px;
	background: #f1c152;
	z-index: 9;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	outline: none;
	border: none;
}
.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #fff;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}
@media(min-width: 576px) {
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  	margin-top: 0;
	}
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
  color: #e9ba17;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  margin-top: 30px;
}
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-btn {
  margin-left: 20px;
	line-height: 42px;
}
.shop-single .sidebar-widget .widget-search {
  border: none;
}
.shop-single .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-single .product-details {
  padding: 20px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
	background: #fff;
}
.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-thumbs {
  max-width: 80%;
	margin: auto;
}
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
  cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
  cursor: pointer;
	width: 24px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	background: #f6f6f9;
	bottom: 15px;
	outline: none;
}
.shop-single .product-details .product-thumb .pro-single-prev {
  right: 0;
}
.shop-single .product-details .product-thumb .pro-single-next {
  left: 0;
}
.shop-single .product-details .post-content {
  padding-top: 30px;
}
@media(min-width: 768px) {
  .shop-single .product-details .post-content {
  	padding-top: 0;
	}
}
.shop-single .product-details .post-content h6 {
  font-size: 18px;
	font-weight: 500;
}
.shop-single .product-details .post-content p.rating i {
  color: #e9ba17;
}
.shop-single .product-details .post-content form .select-product {
  background: #fff;
	margin-bottom: 20px;
}
@media(min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
  	width: 48%;
	}
}
.shop-single .product-details .post-content form .select-product select {
  height: 40px;
	outline: none;
	-webkit-appearance: none;
	z-index: 1;
	background: transparent;
	padding-left: 20px;
	font-size: 14px;
	border: 1px solid #ecf0f3;
}
.shop-single .product-details .post-content form .select-product select:focus-within {
  border-color: #f1c152;
}
.shop-single .product-details .post-content form .select-product i {
  top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ecf0f3;
	text-align: center;
	z-index: 0;
	color: #0d0d0d;
}
.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}
@media(min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
  	margin-bottom: 0;
		margin-left: 0;
	}
}
.shop-single .product-details .post-content form .cart-plus-minus input {
  background: #fff;
}
@media(min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
  	width: 50%;
	}
}
@media(min-width: 992px) {
  .shop-single .product-details .post-content form .discount-code {
  	width: 60%;
	}
}
.shop-single .product-details .post-content form .discount-code input {
  background: #fff;
}
.shop-single .product-details .post-content form .default-btn {
  margin-top: 20px;
	box-shadow: none;
	outline: none;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #f1c152;
	line-height: 50px;
}
.shop-single .product-details .post-content form .default-btn:hover span {
  color: #fff;
}
.shop-single .product-details .post-content form .default-btn::before {
  background: #da5455;
}
.shop-single .review {
  background: #fff;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
}
.shop-single .review .review-nav li {
  list-style: none;
	padding: 13px 33px;
	font-size: 16px;
	font-weight: 700;
	color: #0d0d0d;
	margin-right: 10px;
	cursor: pointer;
}
.shop-single .review .review-nav li.active {
  background: #f1c152;
	color: #fff;
}
.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}
.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}
.shop-single .review .review-content.description-show .description {
  display: block;
}
.shop-single .review .review-content .review-showing {
  display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
@media(min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
  	display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
}
.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}
.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
}
@media(min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
  	margin-bottom: 0;
	}
}
@media(min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
  	width: calc(100% - 70px);
		padding-left: 20px;
	}
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  margin-bottom: 5px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  width: calc(100% - 110px);
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: none;
	line-height: 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  line-height: 30px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #f1c152;
}
.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.shop-single .review .review-content .review-showing .client-review .review-form .section-header h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .shop-single .review .review-content .review-showing .client-review .review-form .section-header h2 {
  	font-size: 1.875rem;
	}
}
.shop-single .review .review-content .review-showing .client-review .review-form form input {
  padding: 10px;
	color: #0d0d0d;
}
@media(max-width: 767px) {
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
  	margin-bottom: 20px;
	}
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 5px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
  list-style: none;
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
  color: #e9ba17;
}
.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  padding: 10px;
	outline: none;
	color: #0d0d0d;
}
.shop-single .review .review-content .review-showing .client-review .review-form form button {
  box-shadow: none;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 50px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form button:hover span {
  color: #fff;
}
.shop-single .review .review-content .review-showing .client-review .review-form form button::before {
  background: #da5455;
}
.shop-single .review .review-content .description {
  padding: 30px;
	display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.shop-single .review .review-content .description .post-item {
  flex-direction: row-reverse;
}
.shop-single .review .review-content .description .post-item .post-thumb {
  text-align: center;
}
@media(min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-thumb {
  	width: calc(100% / 2);
	}
}
.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}
@media(min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
  	width: calc(100% / 2);
	}
}
.shop-single .review .review-content .description .post-item .post-content ul li {
  padding: 8px 0;
	padding-left: 30px;
}
.shop-single .review .review-content .description .post-item .post-content ul li::before {
  content: "";
	top: 8px;
	left: 0;
	color: #e9ba17;
	font-family: IcoFont !important;
}
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
	box-shadow: 0 0 10px rgba(136,136,136,.1);
	background: #fff;
}
.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
  	display: none;
	}
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
	  width: 96px;
	}
	.shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
	  width: 96px;
	}
	.shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
	  width: 30px;
	}
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-price {
  	display: none;
	}
}
.shop-cart .section-wrapper .cart-top table thead tr {
  background: #f1c152;
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #fff;
	padding: 18px;
	border: none;
	text-transform: uppercase;
}
@media(max-width: 575px) {
  .shop-cart .section-wrapper .cart-top table thead tr th {
  	font-size: 14px;
		padding: 10px;
	}
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid rgba(236,240,243,.9);
	border-right: none;
	border-left: none;
	border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 10px;
	border: none;
}
@media(min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
  	padding: 20px;
	}
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 50px;
	margin: auto;
}
@media(min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  	width: 85px;
	}
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
	padding-left: 10px;
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  	display: none;
	}
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #0d0d0d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #f1c152;
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
	.shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
  	text-align: center;
		font-size: 14px;
	}
}
.shop-cart .section-wrapper .cart-top table tbody tr td input {
  background: #fff;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136,136,136,.1);
	background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 30px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  width: 100%;
	display: flex;
}
@media(min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  	max-width: 510px;
		width: 510px;
	}
}
@media(min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  	max-width: 680px;
		width: 680px;
	}
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  padding: 18px 10px;
	border: 1px solid #ecf0f3;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
  color: #fff;
	font-weight: 500;
	margin-left: -10px;
	cursor: pointer;
	background: #f1c152;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon button {
  line-height: 50px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  margin-top: 30px;
}
@media(min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  	max-width: 365px;
		text-align: right;
		margin-top: 0;
	}
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background: #fff;
	color: #0d0d0d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  padding: 10px 30px;
	border: 1px solid #ecf0f3;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media(max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  	width: 100%;
		margin-bottom: 15px;
	}
	.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
  	margin-bottom: 0;
	}
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover {
  color: #f1c152;
	border-color: #f1c152;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout button {
  font-size: 0.875rem;
	padding: 0 20px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
	border-top: 1px solid rgba(236,240,243,.9);
}
@media(max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
  	margin-bottom: 30px;
	}
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input {
  background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  margin-bottom: 20px;
	position: relative;
	background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  padding: 18px 20px;
	background: transparent;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #ecf0f3;
	position: relative;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
@media(min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  	width: 50%;
		float:left;
	}
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  top: 0;
	right: 0;
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #ecf0f3;
	background: #f1c152;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  float:right;
	padding: 19px 20px;
	font-size: 14px;
	margin-bottom: 22px;
	border: 1px solid #ecf0f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
@media(min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  	width: 45%;
	}
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  border: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 56px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
	border: 1px solid #ecf0f3;
	padding: 15px 20px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
  color: #000;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  color: #f1c152;
}
.forezero {
  background: #f1c152;
	padding-top: 300px;
}
.forezero-content {
  background: #fff;
}
.forezero-content::after {
  background: url(../../assets/images/404.png);
	width: 214px;
	height: 300px;
	top: -265px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.forezero-content h2 {
  font-size: calc(2.125rem + 10.5vw);
	color: #f1c152;
}
@media(min-width: 992px) {
  .forezero-content h2 {
  	font-size: 10rem;
	}
}
.forezero-content p {
  letter-spacing:5px;
	font-size: calc(1.3125rem + 0.75vw);
}
@media(min-width: 992px) {
  .forezero-content p {
  	font-size: 1.875rem;
	}
}
.forezero-form form {
  border: 1px solid #ecf0f3;
	max-width: 400px;
	margin: 30px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.forezero-form form input {
  width: calc(100% - 60px);
}
.forezero-form form button {
  line-height: 50px;
	width: 60px;
	background: transparent;
	border-left: 1px solid #ecf0f3;
}
.forezero-form .default-btn:hover span {
  color: #fff;
}
.forezero-form .default-btn::before {
  background: #da5455;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check {
  height: 235px;
	overflow-y: auto;
	margin-bottom: 20px;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td .table-thumb {
  width: 90px;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td .table-thumb img {
  width: 100%;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p {
  font-weight: 500;
	color: #0d0d0d;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p.title {
  font-size: 14px;
}
.checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p.quantity span {
  margin-left: 10px;
}
.checkout-page .checkout-area-right .order-table .car-right-body ul li {
  list-style: none;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ecf0f3;
	padding: 8px 20px;
	margin-bottom: 15px;
	background: #fff;
}
.checkout-page .checkout-area-right .order-table .car-right-body ul li .pull-right {
  margin-bottom: 0;
	color: #0d0d0d;
}
.checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio {
  justify-content: space-between;
}
.checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio .custom-control-input {
  margin-top: 5px;
	width: auto;
}
.checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio .custom-control-label {
  width: calc(100% - 25px);
}
.checkout-page .checkout-area-right .payment .car-right-body p.per-information {
  font-size: 1rem;
}
.bg-title {
  background: #f1c152;
}
input.custom-control-input,
input.custom-checkbox {
  width: auto;
	height: auto;
	margin-bottom: 10px;
}
.list-product-check::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff;
}
.list-product-check::-webkit-scrollbar {
  width: 4px;
	background-color: #fff;
}
.list-product-check::-webkit-scrollbar-thumb {
  background-color: #f1c152;
	border-radius: 8px;
}
.error-404 {
  background: #f1c152;
	padding-top: 250px;
	padding-bottom: 100px;
}
.error-404 .heading-text {
  background-color: #fff;
	padding: 50px;
	position: relative;
	margin-top: 100px;
}
.error-404 .heading-text h1.page-title {
  text-align: center;
	font-size: 10em;
	font-family: roboto;
	font-weight: bolder;
	color: #f1c152;
}
.error-404 .heading-text:before {
  content: "";
	position: absolute;
	background: url(../../assets/images/404.png);
	width: 214px;
	height: 300px;
	top: -265px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.error-404 .heading-text p {
  font-size: 32px;
	font-weight: bold;
	font-family: roboto;
	letter-spacing:5px;
}
.error-404 .heading-text span {
  display: block;
	padding-bottom: 30px;
}
.error-404 .heading-text .search-field {
  border: 1px solid;
	border-radius: 0;
	padding: 5px 15px;
	border-color: #ccc;
}
.error-404 .heading-text .search-submit {
  display: none;
}
.error-404 .heading-text .add-on {
  background: none;
	position: absolute;
	right: 15px;
	top: 4px;
	outline: none;
	box-shadow: none;
	border: none;
}
.error-404 .heading-text .go-back a {
  border: 1px solid #f1c152;
	padding: 5px 10px;
	display: table;
	color: #f1c152;
	margin: 30px auto;
	font-weight: bold;
}
.header-top-logo img,
.header-logo img,
.footer-about-thumb{
	width: 100px;
}

.blog-thumb img{
	width: 100%;
}

.event-inner {
	/* border: 1px solid #bcbcbc; */
	box-shadow: 0px 0px 7px #e7e5e5;
}

.event-inner.single-event {
	border: none;
}
.sidebar-location {
	padding-top: 2rem
}
.sidebar-maps iframe {
	min-width: 100%;
    height: 300px;
}

#fallback-links{
	display: none;
}

.js-enabled-only{
	display: none;
}

/* .event-thumb.finito::before{
	content: 'FINITO';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(331deg);
    font-size: 20px;
    font-weight: 600;
    color: red;
    width: 150%;
    text-align: center;
    background: aliceblue;
    border-top: 2.5px red solid;
    border-bottom: 2.5px red solid;
    padding: 10px;
	letter-spacing: 10px;
} */

.fixed-padding {
	margin-top: 42.5px;
}

.share-btn {
	padding: 0.5rem 1rem;
	color: #fff!important;
	transition: all .3s linear;
}
.share-btn:hover i {
	transform: scale(1.2);
	color: #fff;
	transition: all .1s linear;
}
.ig-bg {
	background-color: #ed325f;
}

.fb-bg {
	background-color: #3b5a99;
}
@media(max-width: 992px){
	.header-logo img{
		width: 50px;
	}
	/* .collapse:not(.show) {
		display: block!important;
	}
	.navbar-collapse {
		height: 0!important;
		transition: all .4 linear!important;
	}
	
	.navbar-collapse.show {
		height: calc(100vh - 80px)!important;
	} */
}

.navbar-toggler {
	border: none!important;
	height: 20px;
    width: 20px;
    padding: 0;
    position: relative;
}
.navbar-toggler span.line {
	background-color: #686664;
	height: 2px;
	width: 20px;
	position: absolute;
	left: 0;
}
.navbar-toggler span.line {
	transition: all .3s linear;
}
.navbar-toggler.collapsed span.line:nth-child(1) {
	top: 0;
}
.navbar-toggler.collapsed span.line:nth-child(3) {
	bottom: 0;
}
.navbar-toggler.collapsed span.line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.navbar-toggler:not(.collapsed) span.line:nth-child(1) {
	top: 0;
	width: 26px;
	transform: rotate(45deg);
	transform-origin: left;
}
.navbar-toggler:not(.collapsed) span.line:nth-child(3) {
	bottom: 0;
	width: 26px;
	transform: rotate(-45deg);
	transform-origin: left;
}
.navbar-toggler:not(.collapsed) span.line:nth-child(2) {
	top: 50%;
	display: none;
}

.file-upload-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    /* gap: 5px; Spacing between title and button */
}

input[type=file] {
	display: none;
	position: relative;
}

.custom-file-button {
	position: relative;
    text-decoration: none;
    color: #fff;
    padding: 0 2rem;
    line-height: 46px;
    font-size: 1rem;
    transform-origin: right;
    transition: all .3s ease;
    background: #f1c152;
    border: none;
    font-weight: 600;
	cursor: pointer;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-file-button span {
    position: inherit;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-file-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05718f;
    transition: transform .5s;
    transform-origin: right;
    transform: scaleX(0);
    z-index: 0;
}
.custom-file-button:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .5s;
}

/* Hover effect */
.custom-file-upload:hover {
    background-color: #0056b3;
}

.event-thumb.preview-home {
	min-height: 250px;
	position: relative;
}

.event-thumb.preview-events {
	min-height: 350px;
	position: relative;
}

.event-thumb.preview-home img,
.event-thumb.preview-events img {
	position: absolute;
	height: 100%;
	object-fit: cover;
}

.event-content p:not(.month-name, .full-description, div.full-description p, div.thumb-description p){
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
	min-height: 80px;
}

.event-content div.thumb-description{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Show only 1 lines */
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
	max-height: 30px;
}

li.event-location,
li.event-date {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.admin-table {
	/* border: 1px solid; */
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}

/* .admin-table th, */
.admin-table tr {
	border: 2px solid #e0d1d1;
}

.admin-table th td,
.admin-table tr td {
	padding: 10px;
	/* border: 1px solid; */
}

.admin-table td p {
	white-space: nowrap;
}

.admin-table .description-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    max-height: 80px;
	max-width: 200px;
}

.admin-table tr td a.button.modify-button {
	background-color: var(--bs-blue);
	padding: 5px 8px;
	border: none;
	border-radius: 5px;
}
.admin-table tr td a.button.active-button {
	background-color: var(--bs-teal);
	padding: 5px 8px;
	border: none;
	border-radius: 5px;
}
.admin-table tr td a.button.deactivate-button {
	background-color: var(--bs-red);
	padding: 5px 8px;
	border: none;
	border-radius: 5px;
}

.admin-table tr td a.button i {
	color: #fff;
}

.table-header-background {
	background: #55a7bd;
}
.colored-background {
	background: #e9f3f0;
}

a.button.admin-btn {
	padding: 10px;
	background-color: #55a7bd;
	color: #000;
	border-radius: 5px;
}

a.button.admin-btn:hover {
	transform: scale(1.2);
}

















.event-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-inner {
    flex-grow: 1; /* Allows the inner wrapper to expand and consume all available space */
    display: flex;
    flex-direction: column;
}

.event-content {
    flex-grow: 1; /* Ensures the content area expands to push everything else to the bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This will push the description to the bottom if there's extra space */
	background-color: #ffffff
}

.form-checkbox {
	width: 12px!important;
}

.grecaptcha-badge{
	display: none;
}