/* Start Slider Widget css  */

.psg_mobile_image_wrp {
    display: none;
}
.psg-slider-repeater-main .slick-dots {
    width: auto;
    bottom: 50px;
    left: 0;
	right:0;
	display: flex;
	justify-content: center;
}
.psg-slider-repeater-main .slick-dots li {
    display: block;
}
.psg-slider-repeater-main .slick-dots li {
    width: 12px;
    padding: 0;
    height: 12px;
    background:#FAFAFA;
    display: block;
    margin-bottom: 0px;
    border-radius: 50px;
	opacity:50%;
}
.psg-slider-repeater-main .slick-dots li.slick-active {

    height: 12px;
    background: #fff !important;
    opacity: 1;
    width: 12px;

}
.psg-slider-main {
    margin-bottom: 0 !important;
}
.psg-slider-repeater-main .slick-dots li button:before {
    content: unset;
}
.psg-slider-repeater-main .slick-dots li button {
    display: none;
}
.psg-slider-bg-img .psg_slider_main_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
}
.psg-slider-inner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	z-index: 11111;
}
.psg-slider-inner-main .psg-slider-btn span.psg-btn-icon-right {
    display: inline-flex;
}
.psg-slider-bg-img {
    position: relative;
}
.psg-slider-btn a.slider-btn-wrp {
    display: inline-block;
}
.psg-slider-btn a.slider-btn-wrp:focus{
	outline:unset !important;	
}
.psg-slider-arrow .slick-arrow {
    position: absolute;
    top: 50%;
}
.psg-slider-arrow span.psg-slider-left-arrow {
    left: 20px;
}
.psg-slider-arrow span.psg-slider-right-arrow {
    right: 20px;
}
.psg-slider-btn-inner {
    display: flex;
    align-items: center;
}
.psg-slider-bg-img::before {
    content: "";
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 35%;
}
.psg-slider-main .slick-slide {
    line-height: 0;
}
.psg-slider-video-wrp video {
    width: 100% !important;
    max-width: unset !important;
    height: auto;
    min-height: -webkit-fill-available !important;
    min-width: -webkit-fill-available !important;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* End Slider Widget css  */




/*** Start Home Slider Widget Css ***/

.ewh-home-slider-container {
    margin: auto;
/*     min-height: 600px; */
    margin: auto;
    display: flex;
    align-items: end;
    position: relative;
    padding: 50px 50px 50px 50px;
/*     max-width: 970px; */
    text-align: center;
	aspect-ratio: 2.5/1;
}
/* .ewh-home-slider-main .slick-list.draggable {
    height: 600px !important;
} */
.ewh-home-slider-container .ewh-home-slider-content {
    width: 100%;
    max-width: 900px;
}
.ewh-home-slider-container .ewh-home-slider-title {
    margin: 0;
    font-family: 'Marcellus';
    font-weight: 400;
/*     font-size: 3.125em; */
    font-size: 3.25em;	
    line-height: 1.5em;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-shadow: 0px 4px 20px #00000029;
    text-transform: uppercase;
    text-align: left;
}
.ewh-home-slider-container .ewh-home-slider-content .ewh-home-slider-text {
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0.9333333em;
    line-height: 1.85;
    letter-spacing: 5px;
    font-family: 'Marcellus';
    text-transform: uppercase;
    margin-top: 36px;
}
.ewh-home-slider-main {
    margin-bottom: 0 !important;
}
.ewh-home-slider-img-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.ewh-home-slider-img-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 20%;
}
.home-page-span-title span.italic {
    font-style: italic;
}
.ewh-home-slider-repeater-main {
    position: relative;
    line-height: 0;
}
.ewh-home-slider-video-wrp {
    overflow: hidden;
}
.ewh-home-slider-video-wrp video {
/*     width: 100% !important;
    max-width: unset !important;
    height: auto;
    min-height: -webkit-fill-available !important;
    min-width: -webkit-fill-available !important;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2; */
	
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    height: auto;
    width: auto;
    display: block;
}
.ewh-home-slider-video-wrp:before {
    z-index: 9;
}
.ewh-home-slider-video-wrp .ewh-home-slider-container {
    z-index: 9;
}
.ewh-home-slider-main ul.slick-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    width: auto;
    bottom: auto;
}
.ewh-home-slider-main .slick-dots li button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    outline: 0;
    border: 1px solid #FFFFFF;
}
.ewh-home-slider-main ul.slick-dots li.slick-active button {
    background: #FFFFFF;
}
.eden-mobile-btn {
    position: fixed !important;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 99999;
}
.ewh-home-slider-img-wrap.elementor-repeater-item-2079237:before {
    opacity: 35%;
}
/*** End Home Slider Widget Css ***/




/******* Start Blog Widget Css ********/

/* .ewh-blog-slider-wrp {
    overflow: hidden;
} */
.ewh-blog-slider-loop-wrp.swiper-slide {
    will-change: unset;
    height: auto;
}
.ewh-blog-archive-loop {
    height: 100%;
}
.ewh-blog-archive-box {
    background: #FFFFF8;
    border-radius: 20px;
    height: 100%;
}
.ewh-blog-content-box {
    padding: 30px;
}
.ewh-blog-feature-image-main {
    position: relative;
}
.ewh-blog-feature-image {
    line-height: 0;
}
.ewh-blog-feature-image a {
    width: 100%;
    display: inline-block !important;
    line-height: 0;
}
.ewh-blog-feature-image a img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    aspect-ratio: 1.33093;
    object-fit: cover;
}
.ewh-blog-category {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #2B2929;
    border-radius: 0 20px 0 0;
    padding: 9px 16px;
    font-size: 0.5333em;
    font-family: 'Manrope';
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1em;
    text-transform: uppercase;
}
.ewh-blog-date-wrp {
    display: inline-flex;
    align-items: center;
}
.ewh-blog-date-wrp img {
    width: 13px;
    height: 14px;
}
.ewh-blog-date-wrp span {
    color: #959595;
    font-size: 0.6667em;
    letter-spacing: 1px;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 1.25em;
}
.ewh-blog-title {
	margin: 20px 0px;
}
.ewh-blog-title a {
    color: #2B2929;
    font-size: 1.3333em;
    line-height: 1.5em;
    font-family: 'Marcellus';
    font-weight: 400;
    letter-spacing: 0;
}
.ewh-blog-content {
    color: #545454;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.45px;
    font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 55px;
}
a.ewh-blog-btn-link {
    color: #4C673A;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Manrope';
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display: flex !IMPORTANT;
    align-items: center;
    position: absolute;
    bottom: 30px;
}
a.ewh-blog-btn-link span {
	padding-right: 5px;
}
.ewh-blog-btn-link svg,
.ewh-blog-btn-link i {
    font-size: 16px;
}
.ewh-blog-slider-top-right {
    width: 100%;
    max-width: 130px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0px;
}
.ewh-blog-slider-top-right .swiper-button-prev.swiper-button-disabled,  
.ewh-blog-slider-top-right .swiper-button-next.swiper-button-disabled {
    background: transparent;
    color: #ccc;
    border: 1px solid #CCCCCC;
    opacity: 1;
}
.ewh-blog-slider-top-right .swiper-button-prev, 
.ewh-blog-slider-top-right .swiper-button-next {
    opacity: 1;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #4C673A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    margin: 0;
    color: #4C673A;
    font-size: 20px;
    line-height: 48px;
}
.ewh-blog-slider-top-right .swiper-button-prev:before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
}
.ewh-blog-slider-top-right .swiper-button-next:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}
/******* End Blog Widget Css ********/

/** Start Testimonail Slider css **/
.ewh-testimonial-slider .slick-track {
    display: flex !important;
}
.ewh-testimonial-slider .slick-track .slick-slide {
    height: inherit !important;
}
.ewh-testimonial-slider .slick-track .slick-slide > div {
    height: 100%;
}
.ewh-testimonial-repeater-main {
    overflow: hidden;
}
.ewh-testimonial-slider {
    width: 100%;
    position: unset !important;
}
.ewh-testimonial-slider-loop-wrp .ewh-testimonial-archive-loop {
    background: #CBCBBA;
    border-radius: 20px;
    position: relative;
    padding: 83px 40px;
    text-align: center;
/* 	min-height: 350px; */
	margin: 70px 0;
	display: flex;
    align-items: center;
/* 	height: calc(100% - 140px); */
}
.ewh-testimonial-archive-loop-inner {
    width: 100%;
}
.ewh-testimonial-slider-wrp {
    display: flex;
}
.ewh-testimonial-top img {
    height: 50px;
    object-fit: cover;
	margin-bottom: 30px;
}
.ewh-testimonial-top .ewh-testimonial-content {
    font-size: 0.8666666666666667em;
    line-height: 1.5;
    letter-spacing: 0.39px;
    color: #FFFFF8;
    font-family: 'Manrope';
    font-weight: 400;
    margin: 30px 0;
}
.ewh-testimonial-slider .slick-slide.slick-center .ewh-testimonial-slider-loop-wrp .ewh-testimonial-archive-loop .ewh-testimonial-content {
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: 0.45px;
}
.ewh-testimonial-top .ewh-testimonial-content p:last-child {
    margin: 0;
}
.ewh-testimonial-content-box .ewh-testimonial-content {
    color: #203121;
    font-size: 1.06em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Gloock-Regular';
    font-weight: normal;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 10px;
}
.ewh-testimonial-content-box .ewh-testimonial-content-box-flex-left h5 {
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: 'Marcellus';
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
}
.ewh-testimonial-content-box {
    width: 100%;
    margin-top: auto;
}
.ewh-testimonial-arrow .swiper-button-prev ,
.ewh-testimonial-arrow .swiper-button-next {
    opacity: 1;
    background: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 48px;
    transform: translate(0, -50%);
}
.ewh-testimonial-arrow .swiper-button-prev:before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.ewh-testimonial-arrow .swiper-button-next:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.ewh-testimonial-arrow .swiper-button-prev {
    left: 0;
}
.ewh-testimonial-arrow .swiper-button-next {
    right: 0;
}
.ewh-testimonial-arrow .swiper-button-disabled {
    border-color: #9EA7A0 !important;
    background: transparent !important;
    color: #9EA7A0 !important;
}
.ewh-testimonial-arrow .swiper-button-prev:hover, .ewh-testimonial-arrow .swiper-button-next:hover {
    background: #FFF;
    color: #203121;
}
.ewh-testimonial-slider .slick-slide .ewh-testimonial-slider-loop-wrp {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 510px;
    height: 100%;
    display: flex !important;
    align-items: center;
}
/* .ewh-testimonial-slider .slick-slide.slick-center .ewh-testimonial-slider-loop-wrp .ewh-testimonial-archive-loop {
    background: #4C673A;
	min-height: 450px;
	box-shadow: 0px 4px 20px #00000029;
	margin: 20px 0;
	height: calc(100% - 40px);
} */
.ewh-testimonial-slider .slick-slide.slick-center .ewh-testimonial-slider-loop-wrp .ewh-testimonial-archive-loop {
    background: #4C673A;
    /* min-height: 450px; */
    box-shadow: 0px 4px 20px #00000029;
    margin: 20px 0;
    height: calc(100% - 115px);
}
.ewh-testimonial-slider .slick-slide .ewh-testimonial-slider-loop-wrp .ewh-testimonial-content-box-flex-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ewh-testimonial-slider-wrp button.slick-arrow {
    border: 1px solid #4C673A;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: transparent;
    opacity: 1;
    outline: none;
}
.ewh-testimonial-slider-wrp button.slick-arrow:hover {
    background: #4C673A;
}
.ewh-testimonial-slider-wrp button.slick-next.slick-arrow:hover:before {
    color: #FFFFFF;
}
.ewh-testimonial-slider-wrp button.slick-prev.slick-arrow:hover:before {
    color: #FFFFFF;
}
.ewh-testimonial-slider button.slick-prev.slick-arrow {
    left: -80px;
}
.ewh-testimonial-slider button.slick-next.slick-arrow {
    right: -80px;
}
.ewh-testimonial-slider-wrp button.slick-next.slick-arrow:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
	font-weight: 300;
	color: #4C673A;
}
.ewh-testimonial-slider-wrp button.slick-prev.slick-arrow:before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
	color: #4C673A;
}
.ewh-testimonial-slider .slick-slide.slick-active .ewh-testimonial-slider-loop-wrp {
    transform: translate(calc(50% - 75px), 0px);
}
.ewh-testimonial-slider .slick-slide.slick-center .ewh-testimonial-slider-loop-wrp {
    opacity: 1;
    position: relative;
    z-index: 9;
	transform: translate(0, 0px);
}
.ewh-testimonial-slider .slick-slide.slick-center + .slick-slide .ewh-testimonial-slider-loop-wrp {
    transform: translate(calc(-50% + 75px), 0px);
}
.ewh-testimonial-slider .slick-dots li button {
    background: transparent !important;
    opacity: 1;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
}
.ewh-testimonial-slider .slick-dots li.slick-active button {
    background: #4C673A !important;
    border: 1px solid #4C673A;
}
.ewh-testimonial-slider .slick-dots li button:before {
    opacity: 0 !important;
}
.ewh-testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 0;
}
.ewh-testimonial-slider {
    margin-bottom: 0 !important;
}

.ewh-testimonial-slider .slick-track .slick-slide {
    height: inherit !important;
    transform: translate(calc(50% - 75px), 0px);
}
.ewh-testimonial-slider .slick-track .slick-slide.slick-current.slick-active {
    height: inherit !important;
/*     transform: translate(calc(50% - 75px), 0px); */
    z-index: auto;
}
.ewh-testimonial-slider .slick-track .slick-slide.slick-active {
	transform: translate(calc(12% - 75px), 0px);
    z-index: -1;
}	
/** End Testimonail Slider css **/

/*** Start Hover Box Widget Css ***/

.ewh-hover-inner-wrp {
    border: 1px solid #D5D5D5;
    border-radius: 20px;
    padding: 60px 40px 40px 40px;
    background: #FFFFF8;
	height: 100%;
}
.ewh-hover-top {
    color: #4C673A;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Marcellus';
    font-weight: 400;
}
.ewh-hover-main-wrp h2.ewh-hover-title {
    color: #2B2929;
    font-size: 1.4667em;
    letter-spacing: 0;
    line-height: 1.7045em;
    font-family: 'Marcellus';
    font-weight: 400;
    margin: 10px 0 15px 0;
}
.ewh-hover-content {
    color: #545454;
    font-size: 1em;
    letter-spacing: 0.45px;
    line-height: 1.5em;
    font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 25px;
}
.ewh-hover-box-link a {
    color: #4C673A;
    font-size: 0.8667em;
    letter-spacing: 1.3px;
    font-weight: 700;
    line-height: 1.8461em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.ewh-hover-box-link a:not([href]):not([tabindex]),
.ewh-hover-box-link a:not([href]):not([tabindex]):focus,
.ewh-hover-box-link a:not([href]):not([tabindex]):hover{
	color: #FFFFF8;
}
.ewh-hover-box-link a span {
    padding-right: 7px;
}
.ewh-hover-box-link a svg,
.ewh-hover-box-link a i {
	font-size: 17px;
}
.ewh-hover-inner-wrp:hover {
	background: #4C673A;
}
.ewh-hover-inner-wrp:hover .ewh-hover-top,
.ewh-hover-inner-wrp:hover .ewh-hover-main-wrp h2.ewh-hover-title,
.ewh-hover-inner-wrp:hover .ewh-hover-content,
.ewh-hover-inner-wrp:hover .ewh-hover-box-link a {
	color: #FFFFF8;
}
.ewh-hover-wrp {
    padding-bottom: 10px;
}
.ewh-hover-wrp-main .ewh-hover-wrp .swiper-wrapper .ewh-hover-inner {
    height: auto;
}
/*** End Hover Box Widget Css ***/


/*** Start Custom Css ***/
.ewh-home-slider-main span.swiper-pagination-bullet {
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
	transform: unset !important;
}
.ewh-home-slider-main span.swiper-pagination-bullet:before {
	background: transparent !important;
	border: 1px solid #fff !important;
}
.ewh-home-slider-main span.swiper-pagination-bullet-active {
	background: #fff !important;
}
.ewh-scrollbar,
.ewh-widget-scrollbar {
    position: absolute;
    width: calc(100% - 35px);
    left: 0px;
    right: 0px;
    height: 5px;
    background: #D5D5D5;
    bottom: -40px;
    margin-top: 0;
    border-radius: 20px;
	display: none;
}
.ewh-scrollbar .swiper-scrollbar-drag,
.ewh-widget-scrollbar .swiper-scrollbar-drag {
    background: #4C673A;
    cursor: pointer;
    border-radius: 20px;
}
.ewh-vg-slider-main-wrp .ewh-scrollbar {
	display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    bottom: -20px;
}
.ba-mobile-home-button a.elementor-button {
    width: 100%;
}
.psg-footer-whatsapp-icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
}
.psg-footer-whatsapp-icon a {
    width: 70px;
    height: 70px;
    background: #FFFFF8;
    color: #4C673A !important;
    display: flex;
    flex-wrap: wrap;
    font-size: 34px;
    line-height: 70px;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: 0px 4px 20px #00000029;
}
.ewh-footer-scroll-top {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background: #4C673A;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    transition: bottom 0.5s linear;
    box-shadow: 0px 4px 20px #00000029;
}
.ewh-footer-scroll-top:hover {
    background: #465E36;
}
.ewh-footer-scroll-top svg,
.ewh-footer-scroll-top i {
    font-size: 20px;
    color: #FFFFF8;
    font-weight: 100;
}
.ewh-footer-scroll-top.scroll-top-hide {
    bottom: -80px;
}
.ewh-home-slider-video-wrp.ewh-home-slider-img-wrap.elementor-repeater-item-a53e952:before{
	content: none !important;
}
#cookie-notice {
    background-color: #2B2929 !important;
}
#cn-notice-text {
    font-family: 'Marcellus';
    font-size: 1em;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-style: none;
    padding: 0px 15px 0px 15px;
}
.cn-close-icon:before {
    background-color: #FFFFFF !important;
}
.cn-close-icon:after{
    background-color: #FFFFFF !important;
}
a#cn-accept-cookie {
    background-color: #4C673A !important;
    font-family: 'Manrope' !important;
    font-size: 0.86666666666667em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 18px !important;
    letter-spacing: 0px !important;
}
a#cn-accept-cookie:hover {
    background-color: #465E36 !important;
}
/*** End Custom Css ***/